#logo>a {
	display: inline-flex;
	height: 100%;
}

#logo>a img {
	height: 100%;
	width: auto;
}


.download-paragraph p {

	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

.my-map {
	width: 100%;
	min-height: 460px;
	height: auto;
}

.my-list li {
	font-size: 15px;
}

.footer-menu li:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.1s ease-in-out;
	border-radius: 5px;
	margin-right: 10px;
	margin-left: -10px;
}

.footer-menu li a:hover {
	color: black !important;
}

.footer-menu li:hover a {
	display: block;
	text-align: center;
}

.asted-footer {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.asted-footer a {
	color: #777;
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;
}

.asted-footer a:hover {
	cursor: pointer;
	color: #e41645 !important;
	text-decoration: none;
}

.my-main-text {
	font-family: 'Playfair Display SC', serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 24px;
	color: #222222;
	text-align: center;
}


.product-img a {
	display: flex;
}

.product-img a img {
	aspect-ratio: 1/1;
	object-fit: cover !important;
	height: auto;
	width: 100%;
	border-radius: 10px;
}

.my-cover img {
	object-fit: contain !important;
}

.my-contain img {

	object-fit: contain !important;
}

.product-img_test {
	width: 100%;
	max-width: 500px;
}

.product-img_test img {
	width: 100%;
	max-width: 500px;
}

.my-detal-slider {
	/* border-bottom: 1px solid black; */
}


/* .product-description {
    position: absolute;
    opacity: 0;
}

.product-description p{
   color: #f8fafb;
   padding: 5px;
}

.product-description p:not(:first-child){
 font-size: 15px;
 }

.product-img:hover+.product-description,
.product-description:hover {
    opacity: 1;
    bottom: 5%;
    width: 94%;
    height: 70%;
    left: 1%;
    background: rgba(19, 18, 18, 0.48);
    color: #f8fafb;
    text-shadow: 0 1px 0 #2f2d2d;
    animation: ani 2.5s forwards;

    animation-name: slide-in;
    animation-duration: 1s;
}

@keyframes slide-in {
    0% {
        transform: translateY(150%);
    }

    100% {
        transform: translateY(0);
    }
} */

.sidenav {


	overflow-x: hidden;
	padding: 8px 0;
}

.sidenav h3 {
	color: #d17e1f;
}

.sidenav a {
	padding: 6px 0 6px 0;
	text-decoration: none;
	display: block;
	font-family: 'Playfair Display SC', serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 24px;
	color: #222222 !important;
	position: relative;
	width: fit-content;
}



.sidenav a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 2px;
	border-radius: 8px;
	background-color: #f79342;
	transition: 0.3s linear;
}


.sidenav a:hover:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 8px;
	background-color: #f79342;
	transition: 0.3s linear;
	box-shadow: 0 0 4px 0px #f79342;
}

.production-block {
	position: relative;

}

.production-block:after {
	content: "";
	width: 300px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
	background: rgb(255, 139, 31);
	background: linear-gradient(90deg, rgba(255, 234, 39, 0) 10%, rgba(255, 139, 31, 0.6951155462184874) 30%, rgba(255, 139, 31, 1) 50%, rgba(255, 139, 31, 0.6979166666666667) 70%, rgba(255, 234, 39, 0) 90%);

}

.product-description>h3 {
	font-size: 20px;

}

.product-description>h3>a {
	color: black;
}

.product-description>h3>a:hover {
	color: #d17e1f !important;
}

.product-card {
	padding: 5px;
	/* border: 1px solid;
    border-radius: 10px; */
	margin-top: 10px;
}

.product-card:hover {
	cursor: pointer !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.1s ease-in-out;
	border-radius: 10px;
}



.product-img_card-img>img {
	object-fit: fill !important;
}

.product-detal p {
	font-size: 17 px;
}

.post-item,
.post-item-wrap {
	height: 100%;

}

/* .post-item_news {
	max-height: 500px;
} */

.post-item-wrap_hover:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.1s ease-in-out;
	border-radius: 5px;
	margin-right: -5px;
	margin-left: 5px;
}

.detal-news__description p {
	padding-top: 10px;
	font-size: 19px;
	font-weight: 500;
}

.post-item-description p {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

a.category__active {
	color: #d17e1f !important;
}

.my-strong {
	font-weight: bold !important;
	font-size: 14px !important;
}

.dropdown li:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.1s ease-in-out;
	border-radius: 5px;
	margin-right: -5px;
	margin-left: 5px;
}

.modal-open__btn {
	padding-right: 5px;
	text-align: center;
}

.modal-open__btn a {
	border: none;
	outline: none;
	color: #fff;
	background: #d17e1f;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px !important;
}

.modal-open__btn a:before {
	content: '';
	background: linear-gradient(45deg, #d17e1f, #c55c06, #ee8a18, #f17107, #d33811, #bd3210, #ff8800, #e7bf0a, #ffae00);
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing 20s linear infinite;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	border-radius: 10px !important;
}

.modal-open__btn a:active {
	color: #000
}

.modal-open__btn a:active:after {
	background: transparent;
}

.modal-open__btn a:hover:before {
	opacity: 1;
}

.modal-open__btn a:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	left: 0;
	top: 0;
	border-radius: 10px !important;
}

@keyframes glowing {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 400% 0;
	}

	100% {
		background-position: 0 0;
	}
}

.product-detal__btn {
	display: flex;
	justify-content: center;
}

.product-detal__btn a {
	max-width: 120px;
	padding: 10px;
	/* padding-left: 25px; */
	/* padding-right: 25px; */
	color: #d17e1f !important;
	margin-top: 5px;
}

.product-detal__btn a:hover {
	cursor: pointer;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.1s ease-in-out;
	border-radius: 5px;
	margin-right: -5px;
	margin-left: 5px;
}

.product-detal__btn_catalog a {
	background-color: #dfcdb2;
	border-radius: 5px;
}

.custom-product__title {
	font-size: 25px;
}

.modal-open__btn__detal {
	text-align: left;
}

.modal-open__btn__detal>a {
	padding: 5px 15px 5px 15px;
}

.languages li {
	padding: 5px;
}

.languages li img {
	width: 40px;
	height: 25px;
}

.languages li {
	display: flex !important;
	justify-content: center;
}

.languages li:hover {
	cursor: pointer;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.1s ease-in-out;
	border-radius: 5px;

}

body {
	top: 0 !important;
}

.skiptranslate {
	display: none;
	height: 0;
}

.language__img {
	cursor: pointer;
}

.product-category-icon {
	max-width: 100px;
	display: flex;
	justify-content: center;
}

.product-category-icon>img {
	width: 100%;
	height: auto;
}

.product-category-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	cursor: pointer;
}

/* .category-links {
    display: none;
    transition: max-height 0.3s ease-in-out;
}

.category-links-active {
    display: block;
    transition: max-height 0.3s ease-in-out;
} */


.category-links {
	padding-top: 10px;
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.category-links-active {
	max-height: 1000px;
	/* Задайте достаточно большое значение */
	transition: max-height 0.3s ease-in-out;
}

.about {
	margin-bottom: 0;
	text-indent: 1.5em;
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.about_main {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.my-row {
	margin: 0;
}

.history-img>img {
	width: 100%;
	height: auto;
}

.poem {
	margin: 20px;
}

.poem p:nth-child(odd) {
	padding-right: 50px;
}

.poem p:nth-child(even) {
	float: right;
}

.img-fluid_vertical {
	height: 100%;
	width: 100%;
	aspect-ratio: 1;
	object-fit: fill;
}

.main-production-img_cantainer {
	max-height: 150px;
}

.main-production-img_cantainer>img {
	object-fit: contain;
}

.adapt-img>img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
}


/* вакансии */
.vacancy-container {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 20px;
	margin: 10px 0;
}


.vacancy-title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}


.vacancy-description {
	font-size: 16px;
	color: #555;
	margin-bottom: 20px;
}


.vacancy-requirements {
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
}


.apply-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #d17e1f;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.apply-button:hover {
	background-color: #af6f26;
}

.download-smth {
	display: flex;
}

.download-paragraph {
	display: flex;
	align-items: center;
}

.download-paragraph>p {
	margin-right: 10px;
}

.download-smth_container {
	padding: 5px;
	width: fit-content;
	border-radius: 40px;
	/* background-color: #d17e1f; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-smth_container:hover {
	animation: bounce 1s;
	background: rgba(0, 0, 0, 0);
	color: #3a7999;
	box-shadow: inset 0 0 0 3px #3a7999;
}

@keyframes bounce {

	0%,
	20%,
	60%,
	100% {
		transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
		transform: translateY(-10px);
	}

	80% {
		transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.download-smth>p {
	font-family: 'Playfair Display SC', serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 24px;
	color: #222222;
	text-align: center;
	margin: 0;
}

.download-smth>img {
	padding-right: 10px;
	max-height: 40px;

}

.little-paragraph {
	font: italic 1em Georgia, Times, serif;
	color: #666;
}

.about-title {
	font-size: 25px;
	color: #007bff;

}

.rekvizit p:not(.about-title) {
	font-size: 17px;
	margin: 0;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 5px;
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}



.diplom {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: rgb(233, 146, 64) #fff;
}

.diplom::-webkit-scrollbar {
	height: 3px;
	/* Толщина полосы скролла */
}

.diplom::-webkit-scrollbar-thumb {
	background-color: rgb(233, 146, 64);
	/* Цвет полосы скролла */

}

.diplom::-webkit-scrollbar-track {
	background-color: #fff;
	/* Цвет фона скролла */
	background-clip: content-box;
}

.diplom a {
	max-width: 300px;
	flex: 0 0 auto;
	margin-right: 10px;
	/* Расстояние между элементами */
	white-space: nowrap;
	/* Запрет переноса на новую строку */
}

/* Стили для общего контейнера карточки */
.card {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	height: 100%;
}

/* Стили для блока информации */
.card-info {
	flex-grow: 1;
	margin-left: 10px;
}

/* Стили для имени */
.card h4 {
	margin: 0;
	font-size: 18px;
	color: #333;
}

/* Стили для должности */
.card p {
	margin: 5px 0;
	font-size: 14px;
	color: #666;
}

/* Стили для ссылок */
.card a {
	color: #007bff;
	text-decoration: none;
}

.card a:hover {
	text-decoration: underline;
}

/* Стили для телефонных номеров */
.card a[href^="tel:"]::before {
	content: "\260E ";
	/* Иконка телефона */
}

/* Стили для электронной почты */
.card a[href^="mailto:"]::before {
	content: "\2709 ";
	/* Иконка письма */
}



@media (max-width: 768px) {
	.vacancy-container {
		padding: 15px;
	}

	.vacancy-title {
		font-size: 20px;
	}

	.vacancy-description {
		font-size: 14px;
	}

	.vacancy-requirements {
		font-size: 16px;
	}

	.download-paragraph {
		display: block;
	}
}

@media (max-width: 1100px) {

	.product-card {
		display: block !important;
	}

	.product-img {
		width: 100% !important;
	}

	.product-description {
		width: 100% !important;
	}

}

@media (max-width: 1200px) {
	.main-history-block img {
		display: none;
	}

	.main-history-block {
		text-align: center;
	}
}

.detail-image-wrapper {
	display: flex;
	flex-direction: column;
	/* max-width: 375px; */

}

.my-little-pic {
	max-width: 375px;
	align-self: center;
}

.my-big-pic {
	display: flex;
	justify-content: center;
}

.detail-main-image {
	/* max-width: 375px; */
	width: 100%;
	height: 530px;
	overflow: hidden;
}


.detail-main-img {
	max-width: 375px;
	width: 100%;
	height: 530px;
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	cursor: pointer;
}

.any-image-panel {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.small-main-img {
	max-width: 90px;
	width: 100%;
	height: 90px;
	border: 1px solid black;
	cursor: pointer;
	border-bottom: 3px solid black;
}

.swiper {
	width: 100%;
	height: 88px;
	position: relative;
	z-index: 1000;
}

.swiper-wrapper {
	width: 100%;
	height: 88px;
}

.swiper-button-next,
.swiper-button-prev {
	color: #ffffff !important;
}

.detail-button {
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
}

.detail-sub-title {
	display: block;
	opacity: 0;
	visibility: hidden;
	height: 0;
}


.detail-sub-title-open {
	display: block;
	opacity: 1;
	visibility: visible;
	height: fit-content;
	transition: 0.3s linear;
}

.arrow-detail {
	transition: 0.3s linear;
}

.reverse {
	transform: rotate(180deg);
	transition: 0.3s linear;
}


.detail-modal {
	display: block;
	padding: 12px 20px !important;
	background-color: #ff9a26;
	color: #ffffff !important;
	font-weight: 600;
	transition: 0.3s linear;
	cursor: pointer;
	border-radius: 8px;
	margin: 30px 0 !important;
	text-transform: uppercase;
	border: 2px solid #ff9a26;
}



.detail-modal:hover {
	padding: 8px 12px;
	background-color: #ffffff;
	color: #000000 !important;
	font-weight: 600;
	transition: 0.3s linear;
	border: 2px solid #ff9a26;
}

.flex-detail {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.arrow-back {
	transform: rotate(-90deg);
	width: 20px;
	height: 20px;
}

.arrow-back-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f8b971;
	;
}

#mainMenu>div>nav>ul>li:last-child(6)>a {
	color: white !important;
}

.post-image>a>img {
	max-height: 320px;
	width: 100%;
	object-fit: contain !important;

}

.post-image {
	max-height: 320px;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.invert {
	/* Для яркости (brightness) */
	filter: brightness(1);
	-webkit-filter: brightness(1);
	/* Для Safari и старых версий Chrome */
	-moz-filter: brightness(1);
	/* Для Firefox */
	-o-filter: brightness(1);
	/* Для Opera */

	/* Для инверсии (invert) */
	filter: invert(1);
	-webkit-filter: invert(1);
	/* Для Safari и старых версий Chrome */
	-moz-filter: invert(1);
	/* Для Firefox */
	-o-filter: invert(1);
	/* Для Opera */

}

#header.header-sticky.sticky-active .header-inner .extra-invert a>img {
	/* Для яркости (brightness) */
	filter: brightness(1);
	-webkit-filter: brightness(1);
	/* Для Safari и старых версий Chrome */
	-moz-filter: brightness(1);
	/* Для Firefox */
	-o-filter: brightness(1);
	/* Для Opera */

	/* Для инверсии (invert) */
	filter: invert(1);
	-webkit-filter: invert(1);
	/* Для Safari и старых версий Chrome */
	-moz-filter: invert(1);
	/* Для Firefox */
	-o-filter: invert(1);
	/* Для Opera */

}

.otziv {
	background-color: transparent;
	color: #000000 !important;
	border-color: #000000;
	font-family: inherit;
	border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .5px;
	text-decoration: none;
	outline: none;
	border: 2px solid black;
	padding: 3px 2px;
}

.otziv:hover {
	background-color: black;
	color: white !important;
}

.rating iframe {
	width: 150px;
	height: 50px;
}

.otdel-kadrov {
	padding-right: 0;
	margin: 10px 0;
	width: fit-content;
	min-width: fit-content;
	display: flex;
	align-items: center;
}

.gos-links {
	gap: 5px;
}

.gos-links a {
	padding: 5px;
	border: 1px solid black;
	border-radius: 5px;
	line-height: 1.2;
	transition: 0.5s;
}

.gos-links a:hover {
	background-color: black;
	color: white !important;
}

.extra-invert>a {
	padding: 5px !important;
}

.tp-kbimg {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	aspect-ratio: 1 !important;
}

@media (min-width: 990px) and (max-width: 1200px) {
	.header-extras {
		display: none;
	}
}

@media (max-width:990px) {
	.extra-invert a>img {
		/* Для яркости (brightness) */
		filter: brightness(1);
		-webkit-filter: brightness(1);
		/* Для Safari и старых версий Chrome */
		-moz-filter: brightness(1);
		/* Для Firefox */
		-o-filter: brightness(1);
		/* Для Opera */

		/* Для инверсии (invert) */
		filter: invert(1);
		-webkit-filter: invert(1);
		/* Для Safari и старых версий Chrome */
		-moz-filter: invert(1);
		/* Для Firefox */
		-o-filter: invert(1);
		/* Для Opera */

	}

	.extra-invert {
		display: inline-flex !important;
	}
}

#page-title[data-bg-parallax] .page-title>h1 {
	font-family: 'Pacifico', cursive;
	font-size: 74px;
}

/* .tp-caption.medium_thin_grey,
.medium_thin_grey {
	font-size: 74px !important;
	line-height: 56px !important;
} */


.text-modal {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.text-modal p {
	font-size: 12px;
	text-align: center;
}

.modal-panel {
	height: 478px !important;
}

.button-accept-wrapper {
	margin-top: 0 !important;
}

.modal-inputs {
 gap: 20px !important;
}