:root {
	--main: #3fa8af;
	--hover: #62c7ca;
}
header {
	background: #fff;
	padding: 20px 0;
}
.btn {
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
	font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: var(--main);
}
.btn:hover {
	background: var(--hover);
}
.btn2 {
    padding: 0px 25px;
	border: 1px solid var(--main);
    text-decoration: none;
    border-radius: 20px;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
	font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.btn2:hover {
	background: var(--hover);
	color: #fff;
	border: 1px solid var(--hover);
}
.logo {
	background-image: url(/wp-content/themes/voodootheme/images/logo.svg);
	width: 230px;
    height: 72px;
	float: left;
}
.menu-item {
	font-size: 18px;
	line-height: 72px;
	margin-right: 40px;
}
.for_main_slider {
	position: relative;
	overflow: hidden;
}
.volny_slaider {
    animation-name: moveVolnySlaider;
    animation-duration: 2s;       /* Продолжительность анимации (можно настроить) */
    animation-timing-function: ease-out; /* Скорость изменения (мягкое замедление в конце) */
    animation-fill-mode: forwards; /* Оставляет элемент в финальном положении после завершения анимации */
    position: absolute;
    z-index: 2;
}

@keyframes moveVolnySlaider {
    from {
        right: -150px;
        top: -150px;
    }
    to {
        right: 0;
        top: 0;
    }
}
.content-main {
	padding-top: 112px;
	margin-bottom: 60px;
}
.h1_slider {
	position: absolute;
	color: #fff;
	top: 80px;
	left: 80px;
	z-index: 3;
	font-size: 54px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}
.h1_slider span {
	font-size: 34px;
}
.for_main_slider .btn {
	position: absolute;
	z-index: 3;
	bottom: 80px;
	right: 80px;
}
.menu-main-menu-container {
	float: left;
}
.head_contacts {
	float: right;
	line-height: 72px;
    height: 72px;
}
.adres svg {
	fill: var(--main);
	margin-right: 10px;
}
.adres {
	font-size: 14px;
	font-weight: 500;
	margin-right: 20px;
}
.tel {
	font-size: 18px;
	font-weight: 500;
	margin-right: 20px;
}
.uslugi_block {
	display: block;
	float: left;
	width: calc(33.33% - 16px);
	margin: 0 8px 16px;
}
#usluga_1 {
	width: calc(66.66% - 16px);
}
#usluga_1 img {
	border-radius: 0 0 100px 0;
}
#usluga_2 img {
	border-radius: 100px 0 0px 0;
}
#usluga_3 img {
	border-radius: 100px 0 0px 0;
}
#usluga_4 img {
	border-radius: 0 0 0px 0;
}
#usluga_5 img {
	border-radius: 0 0 100px 0;
}
#usluga_1:hover img {
	border-radius: 100px 0 0px 0;
}
#usluga_2:hover img {
	border-radius: 0px 0 100px 0;
}
#usluga_3:hover img {
	border-radius: 0px 0 100px 0;
}
#usluga_5:hover img {
	border-radius: 100px 0 0px 0;
}
.uslugi_block:hover {
	color: var(--main);
}
.uslugi_img {
	height: 367px;
	object-fit: cover;
	transition: 0.3s all;
}
.uslugi_title {
	font-size: 26px;
	font-weight: 700;
	margin-top: 10px;
	height: 96px;
	overflow: hidden;
}
h2 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.uslugi > p, .uslugi > h4 {
	width: 66.6%;
}
section.uslugi {
	margin-top: 110px;
}

.shtorka {
	content: '';
	background-color: #00000054;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	max-width: 1029px;
}
.about_left {
	float: left;
	width: 50%;
	padding-right: 40px;
}
.about_right {
	float: left;
	width: 50%;
	padding-left: 40px;
}
h4 {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: 400;
}
.kak_rabotaem:before {
	content: '';
	background-image: url(/wp-content/themes/voodootheme/images/strel_rabota.png);
	display: block;
	width: 53px;
	height: 83px;
	position: absolute;
	left: 0;
	top: 0;
}
.kak_rabotaem {
	height: 83px;
	position: relative;
	font-weight: 500;
	padding-left: 65px;
	margin-top: -12px;
}
.kak_rabotaem span {
	position: relative;
    display: inline-block;
    top: -8px;
}
.kak_rabotaem_last:before {
	display: none;
}
.about_right h2 {
	margin-bottom: 50px;
}
.portfolio_block {
	display: block;
	width: 560px;
	margin-right: 20px;
}
.portfolio_img {
	width: 560px;
	height: 408px;
	object-fit: cover;
	display: block;
}
.portfolio_title {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
}
.slick-arrow {
	cursor: pointer;
}
.portfolio_arrows {
	float: left;
    background-color: #fff;
    position: relative;
    top: -20px;
    margin-left: 1160px;
    width: calc(100% - 1160px);
}
footer {
	background-color: #e6ebee;
}
#toTop {
	bottom: 55px;
	right: 40px;
}
.arrow_next {
	margin-left: 30px;
}
.portfolio_slider .slick-slide {
	opacity: 0.3;
	transition: 0.3s all;
}
.portfolio_slider .slick-active {
	opacity: 1;
}
.forma_vopros {
	background-color: var(--hover);
	color: #fff;
	padding: 70px 60px 40px;
	margin-top: 70px;
	border-radius: 0 0 0 150px;
	background-image: url(/wp-content/themes/voodootheme/images/volny_forma.jpg);
	background-position: left bottom;
    background-repeat: no-repeat;
	margin-bottom: 50px;
}
.forma_left {
	width: 500px;
	float: left;
}
.forma_right {
	width: calc(100% - 500px);
	float: left;
}
section:after {
	content: '';
	display: table;
	width: 100%;
}
span[data-name="imya"] {
	width: calc(50% - 10px);
	float: left;
}
span[data-name="telefon"] {
	width: calc(50% - 10px);
	float: right;
}
#form_2 span[data-name="imya"],#form_2 span[data-name="telefon"] {
	width: 100%;
}
textarea {
	height: 110px;
}
[type="submit"].btn {
	border: 2px solid #fff;
	line-height: 54px;
}
#form_1 [type="submit"] {
	    float: right;
}
.wpcf7-acceptance .wpcf7-list-item {
	font-size: 12px;
}
.form_1_acceptance  {
	float: left;
	width: calc(100% - 200px);
}
#form_2 .form_1_acceptance {
	width: 100%;
	margin-top: 10px;
}
#form_2 [type="submit"].btn {
	display: table;
	margin: 0 auto;
}
.wpcf7-not-valid-tip {
	left: 10px;
    top: auto;
    bottom: 17px;
}
footer {
	font-size: 12px;
	padding: 29px 0;
}
#logo-voodoo {
	margin-top: 0;
}
.company {
	font-weight: 500;
	margin-right: 70px;
}
.privacy {
	text-decoration: underline;
	margin-right: 20px;
}
.privacy:hover {
	text-decoration: none;
}
.portfolio .btn {
	float: right;
	margin-top: 20px;
}
.uslugi .row {
	margin-top: 50px;
	margin-left: -8px;
    margin-right: -8px;
}
.sub-menu {
	position: absolute;
    background: #fff;
    padding: 0px 20px;
    left: -20px;
    top: 62px;
    min-width: 260px;
    max-height: 100vh;
    height: auto; /* Меняем на авто-вычисляемую высоту */
    overflow: hidden;
    transform: scaleY(0); /* Применяем масштабирование для анимации */
    transform-origin: top center; /* Начало трансформации сверху */
    opacity: 0; /* Изначально прозрачное */
    transition: transform 0.4s cubic-bezier(.25,.8,.25,1), opacity 0.4s linear; /* Анимация раскрытия */
}
.sub-menu .menu-item {
	line-height: 1.4;
	margin-right: 0;
	font-size: 16px;
}
.menu-item-has-children:hover .sub-menu {
	transform: scaleY(1); /* Раскрываем меню */
    opacity: 1; /* Делаем видимым */
	padding: 10px 20px;
}
.post_title {
	margin-bottom: 40px;
	font-size: 34px;
	text-transform: uppercase;
}
.regular-pages {
	padding-top: 152px;
	
	min-height: 433px;
}
.regular-pages > .container {
	background-image: url(/wp-content/themes/voodootheme/images/volny_ugol_str.png);
	background-position: right 40px top;
	background-repeat: no-repeat;
}
.portfolio_not_slider {
	margin: 0 15px 30px;
	float: left;
	width: calc(33.33% - 30px);
}
.portfolio_not_slider .portfolio_img {
    width: 100%;
    height: auto;
}
.content-mini {
	width: 100%;
	max-width: 1000px;
	margin: 0 0 40px 0;
}
.block_70 {
	float: left;
	width: calc(66.67% - 8px);
}
.block_30 {
	float: right;
	width: calc(33.33% - 8px);
}
.block_70 img {
	border-radius: 0 0 120px 0;
}
.block_30 img {
	border-radius: 120px 0 0px 0;
}
.wp-block-lazyblock-blok-70-30 {
	margin-bottom: 60px;
}
.wp-block-lazyblock-blok-70-30:after {
	content: '';
	display: table;
	width: 100%;
}
.block_30_bg {
	background-color: #3fa8af;
	color: #fff;
	padding: 60px;
	border-radius: 0 120px 0  0;
}
.block_70 ul {
	list-style-type: none;
	padding: 0;
}
.block_70 li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.block_70 li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/wp-content/themes/voodootheme/images/palec_vverh.svg);
	width: 18px;
	height: 20px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#map {
	margin-top: 60px;
}
.beauty_block {
	display: block;
	float: left;
	margin: 0 15px 30px;
	width: calc(50% - 30px);
}
.beauty_top_img:after {
	content: '';
	display: table;
	padding-top: 50%;
}
.beauty_bot {
	font-size: 26px;
	font-weight: bold;
	margin-top: 25px;
}
.beauty_top_img {
	background-size: cover;
    background-position: center;
	transition: 0.3s all;
}
.beauty_left .beauty_top_img {
	border-radius: 0px 0 100px 0;
}
.beauty_right .beauty_top_img {
	border-radius: 100px 0 0px 0;
}
.beauty_block:hover {
	color: var(--main);
}
.beauty_left:hover .beauty_top_img {
	border-radius: 100px 0 0px 0;
}
.beauty_right:hover .beauty_top_img {
	border-radius: 0px 0 100px 0;
}
.wp-block-image {
	margin: 25px 0;
}
.wp-block-lazyblock-blok-50-50 {
	margin-bottom: 60px;
}
h3 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.strelki {
	margin-top: 50px;
}
.wp-block-list li {
	line-height: 28px;
}
.node-39 .wp-block-list li:before {
	content: '-';
	margin-right: 10px;
}
.node-39 .wp-block-list {
	list-style-type: none;
	padding: 0;
}
.bg_img {
	padding: 60px;
	color: #fff;
	min-height: 590px;
	background-size: cover;
    background-position: center;
	border-radius: 0px 100px 0px 0;
	    width: 100%;
}
.bg_img p {
	color: #fff;
}
b, bold, strong {
    font-weight: 600;
}
.wp-image-106 {
	border-radius: 0px 0px 0px 100px;
	margin-top: 10px;
}
.kama_breadcrumbs  {
	margin-bottom: 10px;
	color: #575757;
	font-size: 12px;
}
.wp-block-columns {
	gap: 80px;
}
.wp-block-lazyblock-butyslider {
	margin-bottom: 60px;
}
.gt3-photo-gallery-pro--isotope_gallery {
	margin-bottom: 60px;
}
.text_zone {
	background: #3fa8af;
    color: #fff;
	padding: 50px;
	border-radius: 0 0 0 100px;
	width: 90%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.wp-block-lazyblock-tekst-sverhu-kartinka-vnizu {
	position: relative;
}
.img_zone {
	margin-top: 200px;
	border-radius: 0 0 100px 0 ;
}
.wp-block-lazyblock-portfolio {
	margin-top: 60px;
}
#form_2 {
	padding-top: 50px;
}
.uslugi_title span {
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
}
.about_company {
	margin-top: 80px;
}
.slick-arrow:hover {
	fill: var(--main);
}
.wp-block-lazyblock-tekst-poverh-kartinki {
	margin-top: 50px;
}
h2.h1_slider {
	font-size: 34px;
}
.node-10 .content-main a:not([class]) {
	text-decoration: underline;
	color: var(--main);
}
.node-10 .content-main a:not([class]):hover {
	text-decoration: none;
	color: var(--main);
}
section.uslugi .btn {
	float: right;
}
.go-top-arrow:hover {
    background-color: var(--main);
}
.title_1:before {
	content: '';
	background-image: url(/wp-content/themes/voodootheme/images/ic_project_1.png);
	display: block;
	float: left;
	width: 82px;
	height: 82px;
	background-color: var(--main);
	border-radius: 50%;
	position: relative;
	margin-right: 25px;
	top: -10px;
}
.title_2:before {
	content: '';
	background-image: url(/wp-content/themes/voodootheme/images/ic_stroit_1.png);
	display: block;
	float: left;
	width: 82px;
	height: 82px;
	background-color: var(--main);
	border-radius: 50%;
	position: relative;
	margin-right: 25px;
	top: -10px;
}
.main_slider_text {
	    position: absolute;
    left: 80px;
    top: 80px;
    z-index: 1;
}
.main_slider_text .h1_slider, .main_slider_text .btn{
	position: unset;
}
.text_zone h3:before {
	content: '';
	background-image: url(/wp-content/themes/voodootheme/images/galochka_kontur2.svg);
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	    display: block;
    float: left;
    margin-right: 20px;
    position: relative;
    top: 5px;
}
.sub-menu .menu-item a {
	    display: inline-block;
    width: 100%;
}
.color2 {
	background: var(--hover);
}
#menu-item-176 {
	display: none;
}