.objects__group{
    width:100%;
}
@media (max-width: 400px){
    .product__top h2 {
     width: 117px;
}
}
    .over_table{
        margin-bottom:15px;
    }
    .over_table td{
        width:auto !important;
    }    
    
@media (min-width: 1000px){
    .over_table{
        overflow: auto;
    width: 650px;
    }
    
}
@media (max-width: 999px){
    .over_table{
        overflow: auto;
    width: 422px;
    }
    
}
@media (max-width: 500px){
    .over_table{
        overflow: auto;
    width: 375px;
    }
    
}
@media (max-width: 400px){
    .over_table{
        overflow: auto;
    width: 273px;
    }
    
}

.swiper-slide .card-link{
    min-height: 144px;
}
#post253{display:none;}


.contacts-item__top:hover h6{
        color: #005906;
}
.contacts-item__top:hover button{
       background:none;
}
.contacts-item__top:hover .contacts-item__btn-arrow path {
    fill: #005906;
    transition: all .3s;
}
.page-footer__nav ul li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 130%;
}
.product__bottom-back {
    transform: rotate(90deg);
}
.card-link__desc {
    font-size: 12px;
    line-height: 130%;
}

.card-news__top {
    position: relative;
}
.card-news__top-icon{
    position: absolute;
    right: 5px;
}
.card-news__top-text {
    margin-right: 10px;
}
.product__text table td, .product__text table th {
    width: auto;
    border: 1px solid #000;
    padding: 4px 10px;
}
.empty{
text-align:center;
padding-top:50px;}
.empty p{
font-size: 20px;
line-height: 41px;
margin-bottom:30px;
color: white;
}
.empty h1{
font-style: italic;
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 20px;
    color: white;
}
.wpcf7-response-output{
font-size: 12px !important;
}
.wpcf7-not-valid-tip{
font-size: 12px !important;
}
.empty{
    background:url(assets/img/404.png) no-repeat center;
    min-height: 624px;
    background-size: cover;
}
@media (max-width: 768px){
.empty {
    background: url(assets/img/404_mob.png) no-repeat center;
    min-height: 570px;
    background-size: cover;
}
.empty .btn{
        margin-bottom: 20px;
    width: 169px;
}


}
.serv_in{padding:20px;}

.form-block__buttons .wpcf7-spinner{
    display:none;
}
.form-block__buttons .wpcf7-submit{width:100%}
.form-block__buttons .btn-outline-dark{margin-top: 8px;}
.qr_op{
    display:none;
}
.catalog-inner__sub-title a {
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-bottom;
}
.catalog-inner__sub-title a svg path {
    fill: #000;
}

.seomove {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.seomove__logo {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
}

.seomove__logo img {
	width: 100%;
	height: 100%;
}

.seomove__links {
	display: flex;
	margin-left: 10px;
}

.seomove__links a {
	color: #76ae0a !important;
	font-size: 12px !important;
	margin-bottom: 0 !important;
}

.page-header__top {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    border-bottom: 1px solid #434343;
}

.page-header__top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}

.page-header__top-item a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	gap: 7.5px;
}

.page-header__logo {
	width: auto;
}

.page-header__mobile-contacts {
	display: none;
}
.header_fixed .page-header__main {
	display: none;
}
.header_fixed {
    position: fixed;
    left: 0;
    top: -1000px;
    width: 100%;
    z-index: 1000;
    transition: all .75s ease-in-out;
}

.header_fixed.active {
    top: 0;
    
}

.page-header__menu {
	
	margin-left: auto;
}

@media screen and (max-width:992px) {
	.page-header__top  {
		display: none;
	}

	
	.page-header__mobile-contacts {
		display: flex;
		align-items: center;
		gap: 15px;
		margin-left: auto;
		margin-right: 20px;
	}
	
	.page-header__btn-menu {
		margin-left: 0;
	}
	
	.header_fixed .page-header__main {
		display: block;
	}
}