.page-404 {
    text-align: center;
    margin: 180px 0 40px;
}

.page-404 svg {
    margin-bottom: 30px;
    fill: #012737;
    max-width: 100%;
}

.page-404 .content p {
    margin: 0;
	font-size: 14px;
}

.page-404 .content .button {
    margin-top: 20px;
}

@media (min-width: 480px) {
    .page-404 .content .button a:first-child {
        margin-right:20px;
    }
}

@media (max-width: 480px) {
    .page-404 .content .button a {
        margin:0 auto 20px;
    }
}

@media (max-width: 480px) {
    .page-404 .content .button {
        display:flex;
        flex-direction: column;
    }
}

.primary-button {
    position: relative;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    border: none;
    text-transform: inherit;
    padding-right: 15px;
}

.primary-button:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 9px;
    background: url("../img/arrow-right-btn.svg");
    right: 0;
    bottom: 4px;
}

.primary-button:hover {
    color: #012737;
}

.sitemap-menu ul {
    list-style: none;
    padding-left: 10px;
}

.sitemap-menu li {
    padding: 2px 0;
}

.sitemap-menu > ul > li > a {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.sitemap-menu li > a {
    color: #636363;
    text-decoration: underline;
}

.sitemap-menu li > a:hover {
    text-decoration: none;
}

.dispn {
    display: none !important;
}

.detail-content div.single-single p{
    margin-top: 35px;
    font-size: 17px;
    font-weight: 600;
}

.detail-content div.single p{
    font-weight: 700;
    font-size: 17px;
    margin-top: 50px;
    margin-bottom: 35px;
}

.detail-content .paragraphs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.detail-content .paragraphs ul li {
    margin-left: 20px
}

form input.error, form textarea.error {
    border: 1px solid rgb(223, 41, 37);
    border-radius: 3px;
    box-shadow: 0px 0px 3.2px 0px rgba(223, 41, 37, 0.57), inset 0px 0px 4px 0px rgba(223, 41, 37, 0.71);
}

.content__form.email  a.edit-btn {
    display: block;
    color: #fff;
    padding: 28px 50px;
    text-shadow: 0 4px 4px rgba(51, 51, 51, .25);
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 7px 0 rgba(14, 67, 89, .35);
    box-shadow: 0 4px 7px 0 rgba(14, 67, 89, .35);
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 700 20px "Montserrat", sans-serif;
    background: rgba(8, 121, 168, .7);
}

.content__form.email  a.edit-btn:hover {
    background: #0879a8;
}

.table table tr td li {
	list-style-position: inside;
    padding-left: 10px;
}

/*Стили для печать*/
@media print {
	html, body{
		height: 297mm;
		width: 210mm;
	}
	@page {
		margin: 20mm 10mm 20mm 20mm;
	}
	
	body{
		zoom: 0.7;	
	}
	*, *:before, *:after { 
		color: #000;
		box-shadow: none;
		text-shadow: none;
	}
	
	html, body {
		font-size: 14px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	
	.header, .footer {
		display: none;
	}
	
	ul, ol, table, img {
		page-break-inside: avoid;
	}
	
	a[href^="http"]:after {
		content: " (" attr(href) ")";
	}
	
	.inner-title, .equipment__btn, .download-btn, .divider, .back-products, iframe, #bDebug, video, source, .inner-equipment .big-btns{
		display: none;
	}
	
	.equipment__title{
		display: flex;
	}
	
	img{
		width: 50%;
		height: auto;
	}
	
	.detail-content .image-text .img-cage{
		margin: 0;
	}
	
	.wide-title{
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 20px;
		background: none;
		box-shadow: none;
	}
	
	.detail-content{
		margin-bottom: 0;
	}
	
	.main-banner .banner__slider .slick-list{
		zoom: 0.6;
	}
}

/*Вывод всех файлов. Фикс. Убрать при проблемах с выводом*/
.detail-content .content__download .accordion-body.open {
    max-height: 100%;
}