.mobile { 
	font-size: 4vw; 
}

.mobile .layout { 
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.mobile .bl,
.mobile .br { 
	border: 0;
}

.mobile .grid-h,
.mobile .grid-v {  
	display: block;
	padding: 0;
	margin: 0;
}

.mobile .grid-v {
	display: block;
}

.mobile .sq-decor-v {
	position: relative;
	transform: none;
	aspect-ratio: unset;
	width: 100%;
}

.mobile .sq-decor-h {
	width: 50%;
}

.mobile .sq-decor-v .sq-decor {
	transform: scale(0.9);
}

.mobile .screen {
	height: auto;
	margin-bottom: 10em;
}

.mobile .screen-h {
	height: auto;
}

.mobile h1,
.mobile .h1 {
	font-size: 2.2em;
}

.mobile h2, .mobile .h2 {
	font-size: 1.8em;
}

.mobile h3,
.mobile .h3 {
	font-size: 1.5em;
}

.mobile header {
	position: relative;
}

.mobile .m-block-hr:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 20em;
	height: 1px;
}

.mobile .m-block { 
	padding: 4em 0 4em;
}

.mobile .reducer-right {
	padding-right: 0;
}

.mobile .m-hidden {
	display: none!important;
}

.desktop-hidden {
	display: none;
}

.mobile .desktop-hidden {
	display: block!important;
}

.portrait .p-col-2-1 {
	width: 8em;
	margin-left: 1.5em;
}

.mobile #canvas3d {
	width: 200vw!important; 
	height: 200vw!important;
	left: 0vw;
    transform: translate(-50vw, 0);
}

.m-only {
	display: none;
}

.mobile .m-only {
	display: block;
}

#mobile-menu {display: none}

.mobile #mobile-menu span,
.mobile #mobile-menu a {
	background: #000;
	display: block;
	overflow: hidden;
	color: white;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #444
}

.mobile #mobile-menu span {
	color: #rgba(255, 255, 255, 0.5);
	!important;
	font-weight: 400
}

.mobile #mobile-menu .wrap {
}

.mobile #mobile-menu {
	position: absolute;
	top: 54px;
	left: 0;
	right: 0;
	overflow: hidden;
	font-family: "Avenir Next Cyr";
}

.mobile #mobile-menu-link {
	width: 22px;
	height: 22px;
	top: 16px;
	left: 16px;
	z-index: 1011;
	position: absolute;
	cursor: pointer;
	background: url('../i/list-menu.svg') no-repeat center center;
	background-size: auto 100%;
}

.mobile #mobile-menu-link-close {
	display: none;
	width: 22px;
	height: 22px;
	top: 16px;
	left: 16px;
	z-index: 1011;
	position: absolute;
	cursor: pointer;
	background: url('../i/list-menu-close.svg') no-repeat center center;
	background-size: auto 100%;
}

.mobile #mobile-header .logo {
	background: url("../i/logo-white.svg") no-repeat center center;
	background-size: auto 30%;
	position: absolute;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mobile #mobile-header {
  z-index: 1000;
  top: 0px;
  left: 0px;
  right: 0px;
  position: -webkit-sticky!important;
  position: -moz-sticky!important;
  position: -ms-sticky!important;
  position: -o-sticky!important;
  position: sticky!important;
  background: #000;
  height: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile .rotate-side-left span:before {
	display: none;
}

.mobile .button {
	width: 100%;
	text-align: center;
	padding: 1em;
	font-size: 1.5em;
}

.mobile .contact-form .button {
	font-size: 1em;
}

.mobile .rotate-side-left span:after {
	content: '❱';
	display: inline-block;
	margin-left: 0.5em;
	position: relative;
	top: 1px;
}

.mobile .rotate-side-left span {
	color: #ffac30;
	margin-right: 1em;
}

.mobile .rotate-side-left a {
	margin-right: 1em;
	margin-left: 0;
}

.mobile .rotate-side-left {
	width: 100%;
	transform: none;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0em;
	margin-bottom: 2em;
	font-size: 1.5em;
}

.mobile .h-list,
.mobile .h-list .col {
	border: 0!important;
}

.mobile .h-list .col p {
	margin-bottom: 0;
}

.mobile .h-list .col {
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 4em;
	padding: 4em;
	border-radius: 4em;
}

.landscape .screen {
	min-height: 700px;
}

.portrait .screen {
	height: auto;
	aspect-ratio: 1.5;
}

.mobile .screen {
	aspect-ratio: auto!important;
}

.mobile .articles .item {
	margin-right: 0;
}

.mobile .articles .tags span {
	margin-bottom: 0.5em;
}

.mobile .item-par .article-decor {
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.mobile .reducer-right {
	margin-right: 0;
}

.articles-filter span {
}

.articles-filter span,
.articles-filter a {
	margin-bottom: 0.5em;
}

.mobile .items-blocks-filter {
	padding: 0;
	width: auto;
}

.mobile .contact-form {
	background: none;
}

.mobile .screen-pt {
	margin-top: 0em;
}

.mobile article {
	padding: 0;
}

.screen-item h1 {
	font-weight: 700;
	font-size: 3.1875em;
	line-height: 1.05882353em;
	margin-bottom: 1.05882353em;
	margin-left: -4px;
}

.mobile .item-list .item strong {
	font-size: 1.2rem;
	font-weight: 600;
}

.mobile .item-list .item {
}

.mobile .items-bottom-tags .item {
	margin-bottom: 1em;
}

.mobile .contact-form .confirm {
	width: 100%;
}

.mobile #footer-slogan h2 {
	padding-top: 2em;
}

.mobile .sociality-brutality .wrap {
	max-width: 100%;
}

.mobile #main-block h2, .mobile #main-block p{
	position: relative;
}

.mobile #main-block,
.mobile #second-main-block {
	left: 0;
	top: 0;
}

.mobile .posts {
}

.mobile .posts .container {
	display: block;
	padding: 0;
	margin: 0;
}


.mobile .posts .post a {
	display: flex;
	align-items: center;
	gap: 0 1em;
}

.mobile .posts .post strong {
}

.mobile .posts .post .wrap, 
.mobile .posts .post .photo {
	flex: 1;
}

.mobile .posts .post {
	
}

.mobile .posts .post,
.mobile .posts .post-2 {
	margin-bottom: 2em;
}

.mobile .posts p {
	font-size: 1em;
	line-height: 1.6875em;
}

.mobile .items-bottom-tags {
	display: block;
}

.mobile .items-border-style {
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
}

.mobile .items-border-style .item {
	border: 0;
	border-bottom: 1px solid #222;
}

.mobile .posts .post .arrow {
	top: 1em;
	right: 1em;
}