/** mobile **/
@media (max-width:1600px){
}
@media (max-width:1500px){
	.search-form {
		margin-left: 0;
	}
	.head_center {
		position: unset;
		float: left;
		padding: 0 40px;
		        width: calc(100% - 380px);
	}
	.slogan p {
    font-size: 12px;
	}
	.element_1 {
		top: 0px;
        left: 49px;
        z-index: 1;
	}
}
@media (max-width:1400px){
	h3 {
    font-size: 32px;
	}
	.avtory_title {
    font-size: 16px;
	}
	.dolzhnost {
		font-size: 14px;
	}
	.menu-item {
    font-size: 16px;
	}
	.soc {
    margin-left: 15px;
}
	.main_slider h2 {
		font-size: 32px;
	}
	.block_1 .slick-dots {
    bottom: 5px;
}
}
@media (max-width:1300px){
	.col_6 {
		    grid-template-columns: repeat(3, 1fr);
	}
	.news_title {
    font-size: 18px;
	}
	.news_text {
		height: 217px;
        
	}
	.logo {
    width: 119px;
}
.logo2 {
	width: 122px;
}
.head_center {
	width: calc(100% - 241px);
}
}
@media (max-width:1200px){
	.content-main {
    padding-top: 235px;
	}
	.element_1 {
        top: 0px;
        left: 49px;
        z-index: 1;
        width: 160px;
    }
	.col_3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.col_4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.block_5 .col_4 {
		margin-bottom: 30px;
	}
	.festival_item {
		    width: 100%;
		margin-bottom: 40px;
	}
	.head_2 {
		height: 94px;
	}
	.search-form input {
		    height: 52px;
			margin-bottom: 0;
	}
	.search-submit {
		top: 11px;
	}
	.btn {
		line-height: 46px;
		height: 52px;
	}
	.slogan p {
        font-size: 10px;
    }
	.footer_line > div {
		width: 50%;
	}
	.company {
		margin-bottom: 15px;
	}
.privacy {
	width: 100%;
}
.footer_line .foot_3 {
	width: calc(100% - 200px);
}
.footer_line .foot_4 {
	width: 200px;
}
.foot_3 .soc_seti {
	width: 240px;
	float: left;
}
    .soc {
        margin-left: 0px;
		margin-right: 15px;
    }
	.anketa {
		float: left;
		margin-left: 30px;
		margin-right: 30px;
	}
	.btn2 {
		height: 42px;
		line-height: 40px;
	}
	footer .btn2 {
		float: left;
	}
	#logo-voodoo {
		    height: 40px;
	}
	.menu-item {
        font-size: 14px;
    }
	.main_slider h2 {
        font-size: 24px;
    }
	.main_slider h3 {
		font-size: 20px;
	}
}
@media (max-width:1120px){
	header .logo {
		display: none;
	}
	.lofo_for_footer {
		width: 167px;
		display: block;
		margin-bottom: 30px;
	}
	.foot_1,.foot_2 {
		margin-bottom:20px;
	}
	.head_right {
		float: left;
	}
	.head_center {
		float: right;
	}
	.head_center {
        width: calc(100% - 122px);
    }
	.search-form {
		width: 660px;
	}
}
@media (max-width:999px){
	.main_slider h2 {
        font-size: 20px;
    }
	.carrier-title {
		font-size: 18px;
		line-height: 1.4;
		padding: 15px 50px 15px 20px;
	}
	.carrier-title:after {
		right: 15px;
		top: 15px;
	}
	.content {
		width: 100%;
		padding-left: 20px;
        padding-right: 20px;
	}
	.sandwich {
		display: block;
        top: 0;
        margin-top: 7px;
        float: unset;
        position: absolute;
        right: 0;
	}
	.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: #fff;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #fff;
	  content: "";
	}
	.c-hamburger span::before { background-color: #fff;}
	.c-hamburger span::after {background-color: #fff;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: #fff;
	}
	 
	.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;
	}
	header .slogan {
		display: none;
	}
	.slogan_for_footer {
		display: block;
	}
	header {
		    padding-top: 0px;
	}
	.head_center{
		width: 40px;
        padding: 0;
        margin-top: 2px;
        margin-right: 70px;
	}
	.top-menu {
		display: none;
		position: absolute;
        left: 0;
        top: 53px;
        background: var(--main);
        padding: 20px;
        z-index: 10;
		        text-align: end;
	}
	header .menu-item {
		margin: 0 0 25px;
		width: 100%;
		font-size: 18px;
	}
	.logo2 {
		height: 50px;
	}
	.head_right {
		position: absolute;
		left: 20px;
        top: 10px;
		width: auto;
        right: 20px;
	}
	header .soc_seti {
    float: unset;
	}
	.search-form {
        width: 100%;
	}
	.head_2 {
        height: auto;
		padding: 10px 0;
    }
	.node-9 .head_2 {
		padding: 10px 0 30px;
	}
	.head_2 .btn {
            float: unset;
        margin: 10px auto 0;
        display: table;
        width: 100%;
        text-align: center;
        background-color: #eaeaea;
}
    .search-form {
        width: 100%;
        display: table;
        margin-bottom: 10px;
    }
	.head_1 {
    padding-bottom: 15px;
}
.scrolled_mob .head_2 {
	display: none;
}
    .content-main {
        padding-top: 209px;
    }
	.node-9 .content-main {
        padding-top: 229px;
    }
	.element_1 {
		/*display: none;*/
		left: 30px;
        width: 90px;
        top: -19px;
		        z-index: 11;
	}
	h2 img {
	width: 63px;
}
h2 span {
    margin-top: 0;
        width: calc(100% - 78px);
        float: right;
}
h2 {
    font-size: 24px;
	display: inline-block;
}
.col_3 {
        grid-template-columns: repeat(1, 1fr);
    }
	.news_img {
		width: 100%;
	}
	.news_text {
		margin-top: 0;
		padding: 20px;
	}
	.parallelogram::before {
		left: 0px;
    right: 0px;
		transform: skewX(360deg);
	}
	.block_3 {
    margin-top: 50px;
}
.block_2 .col_3 {
    margin-top: 0;
	    margin-bottom: 20px;
}
.festival_item {
	margin-bottom: 20px;
}
.block_2 h2, .block_3 h2 {
    margin-bottom: 30px;
}
.fest_img {
	clip-path: unset;
}
.fest_opisanie {
    padding: 20px 5px;
}
.fest_opisanie:before, .fest_opisanie:after {
	display: none;
}
h3 {
        font-size: 24px;
		margin-bottom: 20px;
    }
	.block_4 {
    margin-top: 0px;
    margin-bottom: 70px;
}
    .col_4 {
        grid-template-columns: repeat(1, 1fr);
    }
	.block_5 .col_4 {
		display: block;
	}
	.otzyv_bg {
		height: auto;
	}
	.otzyv_unit {
		margin-bottom: 20px;
	}
	    .col_6 {
        grid-template-columns: repeat(2, 1fr);
		gap: 20px;
    }
	.block_6 .avtory_unit {
		margin-bottom: 30px;
	}
	.block_6 .col_6 {
		display: block;
	}
	.block_5 h2, .block_6 h2 {
    margin-bottom: 30px;
}
.avtory_unit {
	
	display: block;
}
.block_7_left, .block_7_right {
    float: unset;
    width: 100%;
}
.block_7 h2 {
    margin-bottom: 10px;
}
.stihi_unit, .pesni_unit {
	    padding: 15px 15px;
}
.block_7_left {
	margin-bottom: 30px;
}
    .footer_line > div {
        width: 100%;
		text-align: center;
    }
	    .slogan_for_footer {
        display: inline-block;
        width: 100%;
		margin-bottom: 20px;
    }
	.lofo_for_footer {
		margin: 0 auto 30px;
		float: unset;
	}
	    .footer_line .foot_3 {
        width: 100%;
    }
	.foot_3 .soc_seti {
        width: 240px;
        float: unset;
        margin: 0 auto 20px;
    }
	    .anketa {
        float: unset;
		}
		footer .btn2 {
        float: unset;
    }
	.footer_line .foot_4 {
        width: 100%;
    }
	#logo-voodoo {
		float: unset;
	}
	.post_title {
    margin-bottom: 30px;
    margin-top: 30px;
	}
	h1 {
    font-size: 32px;
	}
	h4 {
    font-size: 20px;
	}
	.aktery_left {
    width: 100%;
    float: unset;
    padding: 20px;
}
.aktery_right {
    height: auto;
	width: 100%;
	float: unset;
	padding: 20px;
}
.aktery_podrobnee {
	display: none;
}
.kama_breadcrumbs {
	line-height: 1.6;
	    margin-bottom: -10px;
}
#map {
    height: 400px;
}
iframe {
	height: auto;
    min-height: 220px;
	        width: 100%;
}
.slick-slide .mainsl_img_mobile {
	display: block;
}
.slick-slide .mainsl_img {
	display: none;
}
.slider_text {
    position: absolute;
    z-index: 1;
    bottom: auto;
    left: 40px;
        right: 20px;
    color: #fff;
    width: auto;
    top: 30px;
}
.block_1 .slick-dots {
	display: block;
    position: unset;
    margin-top: 12px;
}
header .soc {
	display: none;
}
#blind {
	display: inline-block;
        margin-right: 0;
}
.block_2 .btn2, .block_5 .btn2, .block_6 .btn2 {
    float: unset;
    margin: 0 auto;
    display: table;
}
.wp-block-lazyblock-festivali {
    margin-bottom: 0px;
}
.taxonomy .block_7 {
	margin-top: 30px;
}
.avtory_ispolnitely {
    margin-bottom: 30px;
}
.desc_sandwich {
	display: none;
}
.head_3.show {
	display: none !important;
}
}