/** mobile **/
@media (max-width:1600px){
}
@media (max-width:1400px){
}
@media (max-width:1200px){
}
@media (max-width:999px){
	.top-menu {
		display: none;
	}
	#logo img {
		display: none;
	}
	.logo {
		height: 67px;
		width: 170px;
		background-position-x: -30px;
	}
	.sandwich {
		display: block;
		top: 0;
		margin-top: 14px;
		float: unset;
		position: absolute;
		right: 10px;
	}
	.c-hamburger {
			z-index: 10;
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 56px;
	  height: 38px;
	  font-size: 0;
	  text-indent: -9999px;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  border: none;
	  cursor: pointer;
	  transition: background 0.3s;
	  border-radius: 5px;
	}
	 
	.c-hamburger:focus {
	  outline: none;
	}
	.c-hamburger span {
	  display: block;
	  position: absolute;
	  top: 17px;
		left: 8px;
		right: 8px;
	  height: 3px;
	  background: var(--main);;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: var(--main);;
	  content: "";
	}
	.c-hamburger span::before { background-color: var(--main);;}
	.c-hamburger span::after {background-color: var(--main);;width: 50%;}
	.c-hamburger span::before {
	  top: -10px;
	}
	 
	.c-hamburger span::after {
	  bottom: -10px;
	}

	.c-hamburger--htx {
	  background-color: unset;
		  position: absolute;
		right: 0;
	}
	 
	.c-hamburger--htx span {
	  transition: background 0s 0.3s;
	}
	 
	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after {
	  transition-duration: 0.3s, 0.3s;
	  transition-delay: 0.3s, 0s;
	}
	 
	.c-hamburger--htx span::before {
	  transition-property: top, transform;
	}
	 
	.c-hamburger--htx span::after {
	  transition-property: bottom, transform;
	}

	.c-hamburger--htx.is-active {
	  background-color: unset;
	}
	 
	.c-hamburger--htx.is-active span {
	  background: none;
	}
	 
	.c-hamburger--htx.is-active span::before {
	  top: 0;
	  transform: rotate(45deg);
	  background-color: var(--main);
	}
	 
	.c-hamburger--htx.is-active span::after {
	  bottom: 0;
	  transform: rotate(-45deg);
	  width: 100%;
	}
	 
	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.menu-item {
		width:100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.menu-item a {
    height: auto;
    line-height: 1.4;
	}
	.current-menu-item {
    background-color: unset;
}
.current-menu-item a {
	border-bottom: 3px solid #f3f3f3;
}
.top-menu {
	padding: 30px 0;
}
.head_1 {
    border-bottom: 0px solid var(--main);
}
.text_logo {
        line-height: 1.2;
        font-size: 20px;
        padding: 10px 0px 10px 0;
}
.node-8 .sandwich {
	display: none;
}
.content-main {
    min-height: calc(100vh - 475px);
}
.company, .privacy {
	display: inline-block;
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
body {
	padding-top: 85px;
}
.node-8 {
	padding-top: 135px;
}
.wp-block-group {
	padding: 20px;
}
.wp-block-group .wp-block-image .alignleft {
    margin: 0 0px 20px 0;
}
.block_1 p {
    font-size: 14px;
    padding: 0;
}
.art_block {
    width: calc(100% - 10px);
}
#close-popup {
	right: 0;
}
.single_art_block {
    width: 100%;
}
.social-block {
	display: none;
}
.lang-menu {
	display: none;
}
header {
	height: 70px;
}
.active_head {
	height: auto;
}
.active_head .social-block, .active_head .lang-menu {
	display: inline-block;
	float: unset;
	margin-top: 0;
	
}
.active_head .social-block {
	margin-bottom: 20px;
}
.wp-block-lazyblock-blok-s-fonom > div {
	display: block !important;
}
.for_img {
	    margin-right: 0px;
    min-width: auto;
}
.content .content-mini {
	padding-left: 0;
	padding-right: 0;
}
.wp-block-separator {
	display: none;
}
}