:root {
	--main: #1f6b7b;
	--orange: #f25f4f;
	--grey: #d8dadb;
}
.regular-pages a:not([class]) {
	color: var(--main);
	text-decoration: underline;
}
.regular-pages a:not([class]):hover {
	text-decoration: none;
}
.btn {
    padding: 0px 30px;
    text-decoration: none;
    display: inline-block;
    line-height: 56px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
	border-style: solid;
	border-width: 3px;
	border-radius: 29px;
	height: 62px;
	border-color: var(--orange);
	color: var(--orange);
	background-color: #eaeaea;
}
.btn:hover {
	background-color: var(--orange);
	border-color: var(--orange);
	color: #fff;
}
.closed {
	border-color: rgb(207, 207, 207);
	color: #c4c2c2;
	cursor: no-drop;
}
.closed:hover {
	border-color: rgb(207, 207, 207);
	color: #c4c2c2;
	background-color: unset;
}
.btn2 {
    padding: 0px 30px;
    text-decoration: none;
    display: inline-block;
    line-height: 56px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #252525;
	border-style: solid;
	border-width: 1px;
	border-color: #252525;
	border-radius: 29px;
	height: 58px;
	background-color: #eaeaea;
}
.btn2:hover {
	border-color: var(--orange);
	color: var(--orange);
}
header {
	background: var(--main);
	color: #fff;
	padding-top: 30px;
}
.head_1 {
	padding-bottom: 25px;
}
.logo {
	width: 167px;
	height: 82px;
	float: left;
	background-image: url(/wp-content/themes/voodootheme/images/logo2.png);
}
.logo2 {
	background-image: url(/wp-content/themes/voodootheme/images/logo.png);
	width: 212px;
	height: 86px;
	display: block;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.head_center {
	/*float: left;*/
	width: 930px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	left: calc(50% - 465px);
	top: 0px;
}
.soc svg {
	fill: #fff;
}
.slogan p {
	font-size: 14px;
	color: #a5ced4;
	margin-bottom: 0;
}
.head_right {
	float: right;
	margin-top: 0px;
}
.menu-item {
	font-size: 18px;
	font-weight: 400;
}
.top-menu {
	margin-top: 22px;
	    text-align: start;
    float: left;
}
.menu-item:hover, .current-menu-item {
	text-decoration: underline;
}
.soc {
	margin-left: 15px;
}
.head_2 {
	background: var(--grey);
	color: #4a4a4a;
	height: 104px;
	padding: 21px 0;
}
.content-main {
	padding-top: 245px;
	padding-bottom: 80px;
}
.head_2 .btn {
	float: right;
}
.search-submit {
	    border: unset;
    background: unset;
    position: absolute;
    right: 15px;
    padding: 0;
    height: 30px;
    top: 16px;
    cursor: pointer;
}
.search-submit svg {
	fill: var(--grey);
}
.search-submit:hover svg {
	fill: var(--orange);
}
.search-form {
	position: relative;
	width: 750px;
	float: left;
	margin-left: 390px;
}
.search-form input {
	border-radius: 29px;
	background-color: #fff;
	height: 62px;
	padding: 0 25px;
}
.search-form input[type="search"]::-webkit-search-cancel-button {
    display: none; /* Для WebKit-браузеров (Chrome, Safari) */
}

.search-form input[type="search"] {
    -webkit-appearance: textfield; /* Для Firefox */
}
.element_1 {
	display: block;
	position: absolute;
	top: -57px;
	left: 129px;
	z-index: 200;
}
.slider_text {
	position: absolute;
    z-index: 1;
    bottom: 83px;
    left: 100px;
    color: #fff;
	width: 50%;
}
h2 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #252525;
}
h3 {
	font-size: 36px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.2;
}
.main_slider h3 {
	color: var(--orange);
	font-style: italic;
	line-height: 1;
	font-size: 30px;
}
.main_slider h2 {
	color: #fff;
	font-size: 36px;
    margin-bottom: 16px;
}
body {
	background-color: #eaeaea;
	color: #252525;
}
.col_3 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.col_4 {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.news_img:before {
	content: '';
	display: table;
	padding-top: 66%;
}
.news_img {
	background-size: cover;
	background-position: center;
	width: calc(100% - 30px);
}
.news_text {
	padding: 25px 50px;
	margin-top: -25px;
	    height: 244px;
}
.parallelogram {
	position: relative;
}

.parallelogram::before {
  content: '';
    position: absolute;
    top: 0;
	left: 12px;
    right: 12px;
    bottom: 0;
    background: inherit;
    transform: skewX(350deg);
    background-color: #fff;
    z-index: 1;
}

.parallelogram__inner {
  position: relative;
  z-index: 2;
}
.news_date {
	font-size: 12px;
	color: #b8b8b8;
	margin-bottom: 10px;
}
.news_title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.news_content {
	height: 92px;
	overflow: hidden;
	position: relative;
}
.news_content:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 92px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #fff, #fff0);
}
h2 img {
	float: left;
	margin-right: 15px;
}
h2 span {
	    margin-top: 15px;
    display: inline-block;
}
.block_2 .col_3 {
	margin-top: 50px;
	margin-bottom: 40px;
}
.block_2 .btn2 {
	float: right;
}
.block_1 {
	background: linear-gradient(0deg, #eaeaea, #d8dadb);
}
.sc_1 .element_1{
	z-index: 3;
}
.news_unit:hover {
	color: var(--orange);
}
.block_2 {
	margin-top: 20px;
}
.partners .slick-slide {
	padding-right: 40px;
	text-align: center;
}
.partners .slick-slide img {
	max-height: 145px;
}
.festival_item {
	display: block;
	width: 50%;
	float: left;
}
.fest_img {
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
	display: block;
}
.fest_opisanie {
	padding: 45px 70px 45px 70px;
	position: relative;
}
.fest_opisanie h3 {
	font-weight: 400;
}
.fest_opisanie p {
	font-size: 18px;
}
.block_2 h2, .block_3 h2 {
	margin-bottom: 50px;
}
.fest_opisanie:before {
	content: '';
	display: table;
	position: absolute;
	background-image: url(/wp-content/themes/voodootheme/images/ugol_left_s_grey.png);
	left: 20px;
    top: -26px;
	width: 127px;
    height: 112px;
}
.fest_opisanie:after {
	content: '';
	display: table;
	position: absolute;
	background-image: url(/wp-content/themes/voodootheme/images/ugol_right_s_1.png);
	right: 20px;
    bottom: -27px;
	width: 127px;
    height: 112px;
}
#fest_id_4 .fest_opisanie:after {
	background-image: url(/wp-content/themes/voodootheme/images/ugol_right_s_2.png);
}
.block_4 {
	margin-top: 110px;
	margin-bottom: 100px;
}
.post_title {
	margin-bottom: 40px;
	margin-top: 50px;
	text-transform: uppercase;
}
footer {
	background-color: var(--main);
	color: #fff;
	padding: 40px 0;
}
.content-main {
	min-height: calc(100vh - 278px);
}
.stihi_unit, .pesni_unit {
	background: #fff;
	display: inline-block;
	margin-bottom: 5px;
	margin-bottom: 0px;
	padding: 15px 20px;
	width: 100%;
}
.stihi_title {
	font-size: 20px;
	font-weight: 500;
    margin-bottom: 5px;
}
.stihi_icon {
	background-image: url(/wp-content/themes/voodootheme/images/icon-stihi_s_passiv.png);
	width: 50px;
	height: 50px;
	float: left;
}
.pesni_icon {
	background-image: url(/wp-content/themes/voodootheme/images/icon-pesni_s_passiv.png);
	width: 50px;
	height: 50px;
	float: left;
}
.stihi_text {
	float: right;
	width: calc(100% - 70px);
}
.stihi_unit:hover .stihi_title, .pesni_unit:hover .stihi_title {
	color: var(--orange);
}
.stihi_unit:hover .stihi_icon {
	background-image: url(/wp-content/themes/voodootheme/images/icon-stihi_s_activ.png);
}
.pesni_unit:hover .pesni_icon {
	background-image: url(/wp-content/themes/voodootheme/images/icon-pesni_s_activ.png);
}
.stihi_opisanie {
	font-size: 14px;
}
.stihi_opisanie span {
	color: #878787;
}
.wp-block-lazyblock-festivali {
	margin-bottom: 80px;
	display: inline-block;
    width: 100%;
}
.col_6 {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.avtory_icon {
	border-radius: 50%;
	width: 224px;
}
.block_1 .slick-dots {
	bottom: 15px;
}
.soc_seti {
	float: right;
	margin-top: 14px;
	position: relative;
}
.otzyv_unit {
	max-width: 365px;
	margin-right: 0px;
	padding-left: 15px;
	padding-bottom: 4px;
	position: relative;
}
.otzyv_bg {
	background-color: #fff;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.21);
	padding: 20px 30px;
	height: 460px;
	
}
.otzyv_fest {
	background-color: var(--main);
	color: #fff;
	display: inline-block;
    padding: 5px 25px;
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
	left: -43px;
	margin-bottom: 30px;
	position: relative;
}
.otz_line img {
	width: 32px;
	border-radius: 50%;
	float: left;
	margin-right: 8px;
}
.otz_line {
	    color: #888888;
		line-height: 32px;
	margin-bottom: 20px;
}
.otzyvy_slider, .avtory_slider {
	margin-bottom: 40px;
	    padding-bottom: 40px;
}
.block_5 .btn2,.block_6 .btn2 {
    float: right;
	margin-top: 30px;
}
.otz_text {
	overflow: hidden;
	max-height: 300px;
	position: relative;
	height: 100%;
}
.otz_text:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 38px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #fff, #ffffffb8);
}
.pop_otzyv_btn {
	position: absolute;
    bottom: 26px;
    right: 20px;
    color: var(--main);
    font-size: 14px;
    background-color: #fff;
    left: 45px;
    padding: 5px 0;
	cursor: pointer;
}
.pop_up_block .form_body {
	    padding-top: 50px;
}
.otziv_content_body {
	
}
.block_6 {
	margin-top: 60px;
}
.avtory_slider .avtory_unit {
	margin: 0 10px;
}
.avtory_unit {
	text-align: center;
	position: relative;
	z-index: 3;
}
.avtory_title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.avtory_unit .otzyv_fest {
	margin-top: 0;
    margin-bottom: 0px;
    position: relative;
    top: -17px;
}
.block_7 {
	margin-top: 100px;
}
.block_7_left {
	float: left;
	width: calc(50% - 15px);
}
.block_7_right {
	float: right;
	width: calc(50% - 15px);
}
.block_7 h2 {
	margin-bottom: 50px;
}
.btn_to_right {
	    float: right;
    margin-top: 20px;
}
.footer_line > div {
	float: left;
	width: 25%;
}
.foot_1 {
	font-size: 14px;
}
.tel {
	font-size: 18px;
	font-weight: 500;
}
.privacy {
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 8px;
}
.privacy:hover {
	text-decoration: none;
}
.company {
	margin-bottom: 100px;
}
#logo-voodoo .st0 {
    fill: #e5e5e5;
}
.foot_3 .soc_seti {
	float: unset;
	margin-top: 0;
	width: 100%;
	margin-bottom: 14px;
}
.foot_3 {
	    text-align: center;
}
.palec {
    width: 26px;
    height: 28px;
    margin-right: 10px;
	position: relative;
    top: 4px;
}
.anketa {
	fill: #fff;
	margin-bottom: 20px;
	display: inline-block;
	text-transform: uppercase;
}
footer .btn2 {
	    background-color: unset;
    color: #fff;
    border-color: #fff;
}
.slick-dots {
	z-index: 3;
}
.cat_menu_universal {
	padding: 0;
	margin: 20px 0 0;
	list-style-type: none;
}
.cat_menu_universal li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.active_cat .btn2 {
	border-color: var(--orange);
    color: var(--orange);
}
.news_img {
	position: relative;
}
.news_img .otzyv_fest {
	position: absolute;
	top: 20px;
    left: -20px;
}
iframe {
	margin: 30px auto 40px;
	display: block;
}
.news_date span {
	float: right;
}
.aktery_left {
    width: 380px;
    float: left;
	padding: 30px;
}
.aktery_right {
    min-height: 350px;
    overflow: hidden;
    position: relative;
    transition: 0.3s height;
	width: calc(100% - 380px);
    float: left;
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
}
.opisanie_open .aktery_right {
    height: auto;
}
.avtory_opisanie {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
}
.aktery_podrobnee {
	color: var(--main);
    cursor: pointer;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 30px;
    font-size: 14px;
    text-decoration: underline;
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
	
	display: none;
}
.aktery_podrobnee:hover {
	text-decoration: none;
}
.aktery_left img {
	    border-radius: 50%;
	display: block;
}
.avtory_stihi {
	margin-bottom: 50px;
}
.festivaly_list {
	margin-bottom: 4px;
}
.avtory_ispolnitely {
	margin-bottom: 50px;
	
}
.cat_menu_universal  .btn2 {
	padding: 0px 20px;
	line-height: 40px;
	height: 42px;
}
.festivaly_tax_title {
	margin-top: 20px;
	margin-bottom: 20px;
}
h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2;
}
.festivaly_list h4 {
	display: inline-block;
	margin-right: 25px;
}
.festivaly_list a:hover {
	color: var(--orange);
}
.active_cat {
	color: var(--orange);
}
.taxonomy .avtory_icon {
	margin-bottom: 15px;
}
.title_mini {
	text-transform: unset;
	    font-size: 36px;
}
.kama_breadcrumbs {
	font-size: 12px;
	color: #a5a5a5;
	margin-top: 40px;
    margin-bottom: -30px;
}
.kama_breadcrumbs a {
	color: var(--main);
}
.single .news_date {
	color: #a5a5a5;
}
.slick-dots li button:before {
	width: 10px;
    height: 10px;
    content: '';
}
.slick-dots li button {
	margin: 0 5px;
}
.nav-links {
	margin-top: 40px;
}
.page-numbers.current {
    font-weight: 500;
    color: var(--main);
}
.nav-links a:hover {
    color: var(--main);
}
.smi_ob_avtore .news_img {
	width: 380px;
	float: left;
}
.smi_ob_avtore .news_text {
	float: left;
	width: calc(100% - 380px);
	background-color: #fff;
	margin-top: 0;
	    height: auto;
}
.smi_ob_avtore .news_unit {
	background-color: #fff;
	display: flex;
}
.smi_ob_avtore {
	margin-top: 50px;
}
.fest_menu .menu-item a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #252525;
    border-style: solid;
    border-width: 1px;
    border-color: #252525;
    border-radius: 29px;
    background-color: #eaeaea;
	padding: 0px 20px;
    line-height: 40px;
    height: 42px;
}
.fest_menu .menu-item a:hover, .fest_menu .menu-item.current-menu-item a {
	border-color: var(--orange);
    color: var(--orange);
}
.carrier-block, .wp-block-lazyblock-falsespoiler {
    background-color: #fff;
    border-radius: 0px;
}
.carrier-title {
	    color: rgb(0 0 0);
    font-weight: 500;
}
.carrier-title:hover {
	color: var(--main);
}
.node-21 .content-main {
	padding-bottom: 0;
}
textarea, input:not(.wpcf7-submit, [type="checkbox"], [type="radio"]), form select {
	font-size: 14px;
}
.rect_1 {
	/*clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);*/
	/*transform: skewX(304deg);*/
	background-color: #c4c2c2;
	width: 100%;
	height: 100px;
	
	position: absolute;
	    left: 0;
    top: 50%;
	/*
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid green;
	*/
}
section {
	position: relative;
}
.rect_mid {
	background-color: #c4c2c2;
	width: 100%;
	height: 100px;
}
.rect_top {
	background-color: #c4c2c2;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top:-99px;
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: 0.6s all;
}
.rect_bot {
	background-color: #c4c2c2;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom:-99px;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
	transition: 0.6s all;
}
.wp-block-lazyblock-falsespoiler, .wp-block-lazyblock-vakansiya {
	margin-bottom: 5px;
}
.block_5 h2, .block_6 h2 {
	margin-bottom: 60px;
}
.rect_1_var_2 {
	background-color: rgb(214 212 212 / 50%);
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 370px;
	transform: skewY(9deg);
}
.rect_2_var_2 {
	background-color: rgb(78 120 41 / 8%);
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 370px;
	transform: skewY(-9deg);
}
.block_3 {
	margin-top: 100px;
}
.block_5 .rect_1_var_2 {
	top: 0px;
}
.block_5 .rect_2_var_2 {
	top: 0px;
	background-color: rgb(31 83 94 / 8%);
}
.block_7 .rect_1_var_2 {
	top: -50px;
}
.block_7 .rect_2_var_2 {
	top: -50px;
}
.lofo_for_footer {
	display: none;
}
.slogan_for_footer {
	display: none;
}
.slick-slide .mainsl_img_mobile {
	display: none;
}
.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;
	}
	.sandwich {
		display: none;
	}
.desc_sandwich {
	display: inline-block;
    position: relative;
    float: left;
    margin-top: 2px;
}
.head_3 {
	display: none;
	    padding: 30px 0;
}
.sands > div {
	float: left;
	width: 50%;
}
.sand-menu .menu-item {
	width: 100%;
	line-height: 30px;
    margin-bottom: 5px;	
}
.wp-block-lazyblock-falsespoiler .carrier-title:after {
    background-image: url(/wp-content/themes/voodootheme/images/strel_tonkaya_vpravo_black.svg);
    transform: unset;
    width: 38px;
    height: 14px;
    top: calc(50% - 6px);
    background-size: contain;
    align-content: normal;
    background-repeat: no-repeat;
}
.stihi_opisanie p {
	margin-bottom: 0;
	font-size: 14px;
}
.stihi_title span {
	color: #878787;
	font-size: 14px;
	font-weight: 400;
}
.taxonomy .block_7 {
    margin-top: 50px;
}
.form_body h4 {
	font-size: 16px;
}
.form_body .btn2 {
	margin: 0 auto 20px;
    display: table;
    width: 202px;
    text-align: center;
}
.stihi_unit .stihi_opisanie p {
	visibility: hidden;
}