body.krilya {
	background: #fff url('/promo/krilya/imgs/bg1.svg') no-repeat center 100px;
	background-size: calc( max( 100%, 2000px ) ) auto;
	background-attachment: fixed;
	margin-left: 0;
}
div {
	font-size: calc( 0.3vw + 12px );
}
.action {
	cursor: pointer;
}
.shapka {
	position: fixed;
    top: 0;
    left: 0;
	z-index: 100;
    width: 100%;
    height: 3em;
	background-color: #d9d9d6;
    color: black;

	display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header-inner {
	flex-grow: 1;
	flex-basis: 0;
	height: 100%;
}
header nav.pc {
    display: flex;
	flex-grow: 0;
	height: 100%;
    gap: 4em;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
header .logos {
	display: flex;
	gap: 1em;
	justify-content: flex-end;
	align-items: center;
	padding-right: var(--gorizontal-field);
	padding-block: 0.25em;
}
header .logo-outer {
	height: 100%;
	max-width: 60px;
}
header .logo-outer img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}
header .burger {
	display: none;
	/* border-radius: 0 0 0.5em 0; */
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: #d9d9d6;
    color: black;
}
.burger div {
	position: absolute;
	height: 3px;
	background-color: #000000;
	border-radius: 3px;
	transition: all 0.5s;
	z-index: 2;

}

.burger.clicked div {
	width: 15px;
	height: 5px;
}
.burger:not(.clicked) div:nth-child(1) {
	width: 30px;
	left: 10px;
	top: 12px;
}
.burger:not(.clicked) div:nth-child(2) {
	width: 25px;
	left: 10px;
	top: 19px;
}
.burger:not(.clicked) div:nth-child(3) {
	width: 28px;
	left: 10px;
	top: 26px;
}
.burger:not(.clicked) div:nth-child(4) {
	width: 25px;
	left: 10px;
	top: 33px;
}
.burger.clicked div:nth-child(4) {
	left: 15px;
	top: 20px;
	transform: rotate( 45deg );
}
.burger.clicked div:nth-child(3) {
	left: 19px;
	top: 20px;
	transform: rotate( -45deg );
}
.burger.clicked div:nth-child(2) {
	left: 15px;
	top: 24px;
	transform: rotate( -45deg );
}
.burger.clicked div:nth-child(1) {
	left: 19px;
	top: 24px;
	transform: rotate( 45deg );
}
header nav.mobile {
	position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: fit-content;
    overflow: hidden;
    background-color: #d9d9d6;
    color: black;
    padding-top: 3.3em;
    z-index: -1;
    transform: translateY(calc(-100% - 3.3em));
	transition: transform 0.35s ease-in-out;
}
header .shapka:has(.burger.clicked) nav.mobile {
	display: block;
	transform: translateY(0);
	/* animation: burger-a 1s linear 0 1 direction fill-mode; */
}
header nav.mobile ul {
	font-size: 1.5em;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

header nav a {
	color: inherit;
	text-decoration: none;
}
header nav a:hover {
	color: inherit;
	text-decoration: underline;
}
header nav a:focus-visible {
	outline: unset;
}
header nav a.active {
	text-decoration: underline;
}
.header-block {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	flex-grow: 1;
	align-items: top;
	padding: var(--vertical-field) var(--gorizontal-field) 0 var(--gorizontal-field);
	gap: var(--vertical-field) 0;
}
.header-image {
	width: 40%;
    min-width: 300px;
    padding: var(--vertical-field) 0;
    margin-left: calc( -1 * var(--gorizontal-field) );
    flex-grow: 1;
}
.header-block .h1-outer {
	box-sizing: border-box;
	width: 60%;
	min-width: 300px;
	flex-grow: 1;
	color: #009;
	margin-bottom: 2em;
	margin-top: 2em;
}
h1 {
	font-size: calc( 2.9vw + 0.9em );
	width: 90%;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	margin-top: 0;
}
h1 b {
	font-weight: bold;
}
.header-block .h1-outer .up-h {
	font-size: 1.5em;
	color: #2b2b2b;
}
.header-block .h1-outer .sub-h {
	font-size: 1.3em;
	 display: block;
	max-width: 70%;
}
.h2-outer {
	margin-left: var(--gorizontal-field);
}
h2 {
	color: #009;
	font-size: 2em;
}
section {
	scroll-margin-top: 3em;
}
section#about {
	padding-inline: var(--gorizontal-field);
}

section#doc {
	padding-inline: var(--gorizontal-field);
}

.anonsi {

}
.anonsi-inner {
	display: flex;
    flex-wrap: wrap;
    padding-inline: var(--gorizontal-field);
	gap: 2em 0;
}
.anonsi-inner .anons {
	min-width: 200px;
    width: 25%;
    flex-grow: 1;
    display: flex;
    gap: 1em;
    flex-direction: column;
    /* align-items: center; */
    padding-inline: 1.5em;
    border-inline: 1px solid #ccc;
    margin: -1px 0 0 -1px;
}
.anonsi-inner .anons span {
	color: var(--page-border-color);
}
.anonsi-inner .anons-empty {
	min-width: 200px;
    width: 25%;
    flex-grow: 1;
	height: 0;
}
section#news .newslist-smallcard {
	gap: 2em 3em;
	background: transparent;
    box-shadow: unset;
    border-radius: 0;
	padding: 0;
}
section#news .newslist-smallcard .news-item {
	border: unset;
	border-radius: unset;
}
section#news .newslist-smallcard .news-item-header {
	position: absolute;
    bottom: 2em;
    padding: 1em;
	color: #fff;
}
section#news .newslist-smallcard .news-item-date {
	font-size: 1em;
    text-align: start;
    position: absolute;
    bottom: 0;
    margin-top: 0;
}
section#news .newslist-smallcard .news-item-image {
	border-radius: 10px;
	height: 320px;
}
section#news .news-item-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(355deg, #00000080, transparent);
}
section#news .newslist-smallcard .news-item-categories, section#news .news-smallcard-linktoall, section#news .newslist-smallcard-header {
	display: none;
}
.chemy-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
	padding: 0 var(--gorizontal-field);
}
.chemy-carditem {
	overflow: hidden;
	width: 20%;
	min-width: 300px;
	max-width: 500px;
	min-height: 200px;
	flex-grow: 1;
	background: #fff9;
	border-radius: 0.5em;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 25px #0007;
}
.chemy-carditem-empty {
	max-width: 350px;
	min-width: 300px;
	flex-grow: 1;
}
.chemy-carditem-top {
	background: linear-gradient( to left bottom, #2f9d43, #ffd057);
	aspect-ratio: 4 / 3;
	max-height: 200px;
	background-size: cover;
}
.chemy-carditem-content {
	padding: 1em;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 2em;
	flex-grow: 1;
}
.chemy-carditem-text {
	font-size: 90%;
	line-height: 1.3em;
	flex-grow: 1;
}
.chemy-carditem-actions {
	text-align: center;
}
.chemy-carditem-button {
	font-size: calc( 0.9rem );
	display: inline-block;
	padding: 0.7em 2.5em;
	color: #059;
	border: 1px solid #059;
	border-radius: 0.7em;
	text-decoration: none;
	text-transform: uppercase;
}
.chemy-carditem-button:hover {
	/* color: #ffff; */
}
.project-top {
	background: #0095;
}
.project-top .page-content {
	color: #fffa;
	padding-top: 1em;
	padding-bottom: 1em;
}
.chemi-back, .chemi-back:hover {
	display: block;
	color: inherit;
	text-decoration: none;
	font-size: 80%;
}
.chemi-back:before {
	content: '';
	display: inline-block;
	width: 1.7em;
	height: 1em;
	vertical-align: middle;
	background: url('/promo/chemi/img/left.svg') no-repeat left top;
	background-size: 1em auto;
}
section#contacts {
    color: black;
    padding-inline: var(--gorizontal-field);
    padding-block: var(--vertical-field);
    background: #d9d9d6;
}
section#contacts a {
	color: inherit;
}
section#contacts p {
	margin: 0;
}
section#contacts h2 {
	color: inherit;
}
section#contacts .contacts-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 2em 3em;
}
.contacts-social {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.contacts-buy svg, .contacts-social svg {
	height: 40px;
	width: 40px;
}
.buy_fil0, .dzen_fil0, .rutube_fil0, .vk_fil0, .yt_fil0, .od_fil0, .telegram_fil1 {
    fill: #2b2b2b; 
}
.buy_fil1, .dzen_fil1, .rutube_fil1, .vk_fil1, .yt_fil1, .od_fil1, .rutube_fil2, .telegram_fil2  {
    fill: none;
}
.telegram_fil0 {
    fill: none;
}
.page-content {
	color: #000;
}
.page-content.h1 {
	padding-top: 9em;
	background-size: cover;
	background-position: center center;
}
.up {
	padding-left: 1em;
    border-left: 5px solid #d9d9d6;
	position: relative;
}
.img-right {
	position: absolute;
    right: var(--gorizontal-field);
    top: -60%;
    height: 156%;
    z-index: -1;
}
@media (max-width: 1349px) {
	.img-right {
		display: none;
	}
}
@media (max-width: 721px) {
	.shapka {
		height: 3.3em;
		background-color: transparent;
	}
	header nav.pc {
		display: none;
	}
	header .header-inner {
		display: none;
	}
	header .burger {
		display: block;
	}
	.header-image {
		padding: var(--vertical-field) 0 0 0;
	}
	.header-block {
		gap: calc(var(--vertical-field) / 2) 0;
	}
}