:root {
	--green: #557323;
	--brown: #c9622a;
	--hover: #f0bc61;
	--main: #ece6cd;
	--terra: #dfb265;
}
.content {
	width: 1230px;
}
.content-main p a:not([class]) {
	text-decoration: underline;
	color: #ab4e14;
}
.content-main p a:not([class]):hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.head_1 {
	height: 76px;
	background: #fff;
	color: var(--main);
}
.head_2 {
	
}
.logo {
	background: url(/wp-content/themes/voodootheme/images/logo.png);
	width: 156px;
	height: 40px;
	display: block;
	float: left;
	margin-top: 18px;
}
.head_adres {
	width: 290px;
	float: right;
	color: #ab4e14;
	font-size: 14px;
	margin-top: 30px;
}
.tel {
	font-size: 18px;
	font-weight: 500;
	margin-top: 37px;
	display: inline-block;
	float: right;
	margin-right: 30px;
	color: var(--brown);
}
.name_ooo {
	margin-top: 43px;
}
.head_2 {
	height: 60px;
}
.menu-item {
    display: inline-block;
    margin-left: 30px;
	position: relative;
}
.menu-item a {
	display: inline-block;
    font-size: 14px;
	text-transform: uppercase;
    position: relative;
	line-height: normal;
	font-weight: bold;
}
.menu-item:after {
	content: '';
	width: 0px;
	height: 2px;
	display: block;
	background: var(--brown);
	position: absolute;
	left: 0;
	bottom: -3px;
	transition: 0.3s all;
}
.top-menu {
    margin: 0;
    padding: 20px 0;
	list-style-type: none;
	float: right;
}
.menu-item:hover:after {
	width: 100%;
}
.main_slider {
	width: 960px;
	margin: 0 auto;
}
.ms_arrows {
	width: 100%;
    position: absolute;
    top: 150px;
    padding: 0 90px;
}
.arrow {
	cursor: pointer;
}
.arrow:hover {
	fill: #ab4e14;
}
.arrow-left{
	float: left;
}
.arrow-right{
	float: right;
}
.block_0 {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 9px;
    background-size: cover;
    background-position: bottom;
}
.sfera {
	border: 2px solid #d26c2c;
	border-radius: 10px;
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	float: left;
	height: 134px;
	padding: 20px;
}
body {
	background: #e5e8e8;
	color: #1f1f1f;
}
.sfera img {
	margin-right: 20px;
	float: left;
}
.sfera .table {
	width: calc(100% - 110px);
	height: 100%;
	font-size: 14px;
text-transform: uppercase;
color: #000000;
font-weight: 500;
}
.table {
	display: table;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
.post_title {
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
	line-height: 1;
	margin-bottom: 45px;
	text-align: center;
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 800;
	text-align: center;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 35px;
}
.block_1, .block_2, .block_3, .block_4 {
	padding-top: 70px;
}
.block_5 {
	padding-top: 100px;
}
footer {
	background: var(--brown);
	color: #fff;
	padding: 30px 0;
	font-size: 14px;
}
.btn {
	display: inline-block;
	cursor: pointer;
	border:0;
	background: var(--brown);
	color: #fff;
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	padding: 0 12px;
	font-size: 12px;
	text-transform: uppercase;
}
header .btn {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}
.btn:hover {
	background: #dd7238;
}
.about_block {
	display: flex;
	gap: 50px;
}
.about_block > div {
	width: 50%;
}
h3 {
	line-height: 1;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 800;
}
.news {
	border-radius: 10px;
	overflow: hidden;
	height: auto;
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	float: left;
}
.news_col {
	float: left;
	width: 66.67%;
}
.predl_col {
	float: left;
	width: 33.33%;
}
.news_col .news {
	width: calc(50% - 30px);
}
.predl_col .news {
	width: calc(100% - 30px);
}
.news_img {
	height: 212px;
	background-size: cover;
	background-position: center;
}
.news_bot {
	background: #fff;
	padding: 20px 25px;
	border-radius: 0 0 10px 10px;
}
.news_bot > div {
	font-size: 18px;
	font-weight: 400;
	height: 115px;
	overflow:hidden;
}
.news_bot > span {
	font-size: 12px;
color: var(--green);
margin-bottom: 5px;
display: inline-block;
}
.predl_col .news_bot {
	background: #d26c2c;
	color: #fff;
}
.news:hover .news_bot > div {
	color: var(--brown);
}
.predl_col .news:hover .news_bot > div {
	color: #fff;
}
.predl_col .news:hover .news_bot {
	background: #ab4e14;
}
.content-main {
	padding-bottom: 90px;
	min-height: calc(100vh - 78px);
	padding-top: 136px;
}
.node-10 .content-main {
	padding-bottom:0;
}
#logo-voodoo .st0 {
    fill: #fff;
}
.privacy {
	margin-left: 60px;
	text-decoration: underline;
}
.privacy:hover {
	text-decoration: none;
}
#logo-voodoo {
	margin-top: 0;
	right: 0;
    top: 0;
	position: absolute;
}
.submenu .menu-item a {
	border: 2px solid #d26c2c;
	line-height: 48px;
	border-radius: 5px;
	color: #000;
	font-weight: 500;
}
.submenu .menu-item {
	margin-right: 10px;
	border-radius: 5px;
}
.submenu {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0;
}
.current_page_item {
	
}
.submenu .menu-item:hover a {
	color: #fff;
	border: 2px solid #ab4e14;
}
.submenu .current_page_item a {
	color: #fff;
	border: 2px solid #ab4e14;
}
.wp-block-lazyblock-shahmatnyj-blok {
	margin-bottom: 40px;
}
.photo_gallery .news_bot > div {
	height: 46px;
}
.gt3-photo-gallery-pro--isotope_gallery .gt3pg-isotope-gallery.gallery-albums.album-grid div.gallery-isotope-wrapper div.gt3pg-isotope-item div.isotope_item-wrapper img, .gt3-photo-gallery-pro--isotope_gallery .gt3pg-isotope-gallery.gallery-albums.album-packery div.gallery-isotope-wrapper div.gt3pg-isotope-item div.isotope_item-wrapper img, .gt3-photo-gallery-pro--isotope_gallery .gt3pg-isotope-gallery.gallery-grid div.gallery-isotope-wrapper div.gt3pg-isotope-item div.isotope_item-wrapper img, .gt3-photo-gallery-pro--isotope_gallery .gt3pg-isotope-gallery.gallery-packery div.gallery-isotope-wrapper div.gt3pg-isotope-item div.isotope_item-wrapper img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.page-numbers {
    color: #ab4e14;
}
.page-numbers.current {
	color: #000;
}
.carrier-block {
    background-color: unset;
    border: 2px solid #d26c2c;
    display: block;
    color: inherit;
    text-decoration: none;
    margin-bottom: 10px;
}
.carrier-title {
    cursor: pointer;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    position: relative;
    padding: 10px 30px;
    margin-bottom: 0px;
    color: inherit;
    padding-right: 65px;
}
.carrier-title:after {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "";
    position: absolute;
    right: 30px;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
}
.photo_gallery {
	height: auto;
}
.content-main .gt3pg-type-rectangle .gt3pg_img_wrap {
	background-size: contain;
	background-repeat: no-repeat;
}
#map {
	margin-top: 65px;
}
.personal .news_bot > div {
	height: 46px;
	margin-bottom: 4px;
}
.personal .news_bot > p {
	line-height: normal;
	margin-bottom: 0;
	height: 60px;
	overflow: hidden;
	color: #d26c2c;
}
.node-16 #menu-item-23,
.node-252 #menu-item-23,
.node-52 #menu-item-23,
.node-250 #menu-item-23 
{
	background: #ab4e14;
}
#menu-item-69 {
	/*margin-right: 350px;*/
}
#menu-item-22, #menu-item-287 {
	float: right;
}
.align-center:after {
	content: '';
	display: table;
	width: 100%;
}
.block_2 .align-center {
	margin-top: 30px;
}
.wp-block-lazyblock-uzkij-tekst {
	margin-bottom: 40px;
}
.content-mini {
    width: 1030px;
}
.gt3pg_gallery_wrap, .gt3pg_photo_gallery {
	margin: 0 -15px;
}
.priyom {
	float: right;
	margin-top: 14px;
}
.deviz {
	font-size: 24px;
letter-spacing: 0px;
line-height: 1;
text-transform: uppercase;
color: var(--terra);
font-weight: 800;
float: left;
margin-top: 38px;
margin-left: 45px;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	padding-left: 40px;
	padding-right: 40px;
}
#us_1 .usl_img {
	background-image: url(/wp-content/themes/voodootheme/images/k_hranenie.jpg);
}
#us_2 .usl_img {
	background-image: url(/wp-content/themes/voodootheme/images/k_sushka.jpg);
}
#us_3 .usl_img {
	background-image: url(/wp-content/themes/voodootheme/images/k_perevalka.jpg);
}
#us_4 .usl_img {
	background-image: url(/wp-content/themes/voodootheme/images/k_ochistka.jpg);
}
.block_0 .row {
	margin-left: -10px;
	margin-right: -10px;
}
.usl_col {
	float: left;
	width: calc(25% - 20px);
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.usl_img:after {
	content: '';
	display: table;
	padding-top: 157.3%;
}
.usl_img {
	background-position: center;
	background-size: cover;
	position: relative;
	/*height: 690px;*/
	overflow: hidden;
}
.usl_img span {
	position: absolute;
    width: 110%;
    left: -48.9%;
    bottom: 52%;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 800;
    z-index: 1;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    background: #e5e8e8;
    height: 39px;
    padding-left: 10px;
}
.card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
.card__img {
    position: relative;
	height: 30rem;
    width: 30rem;
	/*
	height: 100%;
    width: 100%;
	*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__grid-effect {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 1fr);
}
.card__grid-effect-tile {
    position: relative;
}
.card__grid-effect-tile:before {
  content: "";
  color: var(--main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 2px;
  border-radius: 50%;
  opacity: 0.45;
  background: var(--main);
  transition: 1000ms linear all;
  box-shadow: 0 0 0, 3rem 0 0 -0.3rem , -3rem 0 0 -0.3rem , 0 -3rem 0 -0.3rem , 0 3rem 0 -0.3rem, 3rem 3rem 0 -0.45rem , 3rem -3rem 0 -0.45rem , -3rem 3rem 0 -0.45rem , -3rem -3rem 0 -0.45rem, 3rem 6rem 0 -0.9rem , 3rem -6rem 0 -0.9rem , -3rem 6rem 0 -0.9rem , -3rem -6rem 0 -0.9rem, 3rem 9rem 0 -1.35rem , 3rem -9rem 0 -1.35rem , -3rem 9rem 0 -1.35rem , -3rem -9rem 0 -1.35rem, 3rem 12rem 0 -1.8rem , 3rem -12rem 0 -1.8rem , -3rem 12rem 0 -1.8rem , -3rem -12rem 0 -1.8rem, 6rem 0 0 -0.6rem , -6rem 0 0 -0.6rem , 0 -6rem 0 -0.6rem , 0 6rem 0 -0.6rem, 6rem 3rem 0 -0.9rem , 6rem -3rem 0 -0.9rem , -6rem 3rem 0 -0.9rem , -6rem -3rem 0 -0.9rem, 6rem 6rem 0 -1.8rem , 6rem -6rem 0 -1.8rem , -6rem 6rem 0 -1.8rem , -6rem -6rem 0 -1.8rem, 6rem 9rem 0 -2.7rem , 6rem -9rem 0 -2.7rem , -6rem 9rem 0 -2.7rem , -6rem -9rem 0 -2.7rem, 6rem 12rem 0 -3.6rem , 6rem -12rem 0 -3.6rem , -6rem 12rem 0 -3.6rem , -6rem -12rem 0 -3.6rem, 9rem 0 0 -0.9rem , -9rem 0 0 -0.9rem , 0 -9rem 0 -0.9rem , 0 9rem 0 -0.9rem, 9rem 3rem 0 -1.35rem , 9rem -3rem 0 -1.35rem , -9rem 3rem 0 -1.35rem , -9rem -3rem 0 -1.35rem, 9rem 6rem 0 -2.7rem , 9rem -6rem 0 -2.7rem , -9rem 6rem 0 -2.7rem , -9rem -6rem 0 -2.7rem, 9rem 9rem 0 -4.05rem , 9rem -9rem 0 -4.05rem , -9rem 9rem 0 -4.05rem , -9rem -9rem 0 -4.05rem, 9rem 12rem 0 -5.4rem , 9rem -12rem 0 -5.4rem , -9rem 12rem 0 -5.4rem , -9rem -12rem 0 -5.4rem, 12rem 0 0 -1.2rem , -12rem 0 0 -1.2rem , 0 -12rem 0 -1.2rem , 0 12rem 0 -1.2rem, 12rem 3rem 0 -1.8rem , 12rem -3rem 0 -1.8rem , -12rem 3rem 0 -1.8rem , -12rem -3rem 0 -1.8rem, 12rem 6rem 0 -3.6rem , 12rem -6rem 0 -3.6rem , -12rem 6rem 0 -3.6rem , -12rem -6rem 0 -3.6rem, 12rem 9rem 0 -5.4rem , 12rem -9rem 0 -5.4rem , -12rem 9rem 0 -5.4rem , -12rem -9rem 0 -5.4rem, 12rem 12rem 0 -7.2rem , 12rem -12rem 0 -7.2rem , -12rem 12rem 0 -7.2rem , -12rem -12rem 0 -7.2rem;
}
.card__grid-effect-tile:hover:before {
	height: 2.75rem;
	width: 2.75rem;
	opacity: 1;
	/*
	height: 16px;
	width: 16px;
	*/
	transition: 180ms linear all;
}
.shtorka {
	position: absolute;
    z-index: 3;
    bottom: -100%;
	width: 100%;
    height: 85%;
	left: 0;
	transition: 1.0s all;
	padding: 0 0px;
	opacity: 0;
}
.open .shtorka {
	top: 0;
	opacity: 1;
}
.close_shotorku {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.usl_icon {
	display: block;
	margin-top: 20px;
	z-index: 4;
	position: relative;
	width: 105px;
}
.shtorka h2 {
	margin-top: 70px;
}
.preim {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	font-size: 18px;
}
.preim img {
	width: 66px;
	border-radius: 50%;
	float: left;
	margin-right: 14px;
}
.preim .table {
	width: calc(100% - 80px);
	float: right;
	min-height: 66px;
	padding-right: 90px;
}
.img_vakansii {
	background: var(--brown);
	padding: 50px 50px 32px;
	color: #fff;
	height: 375px;
}
.vak {
	font-size: 24px;
	line-height: 24px;
	color: #1f1f1f;
	text-decoration: underline;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.vak:hover {
	text-decoration: none;
}
.img_vakansii h2 {
	text-align: start;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}
.img_vakansii a {
	font-size: 18px;
	float: left;
	line-height: 48px;
	text-decoration: underline;
}
.img_vakansii a:hover {
	text-decoration: none;
}
.send_resume {
	float: right;
	background: #fff;
	color: #000;
}
.send_resume:hover {
	background: #fff;
	color: var(--brown);
}
.about_carrier h3 {
	margin-top: 40px;
}
.shtorka .get_usluga  {
	margin-top: 30px;
	color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.show {
	display: block;
}
textarea, input:not(.wpcf7-submit), form select {
    border-radius: 5px;
    background-color: #fff;
	border: 1px solid var(--brown);
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    height: 50px;
    line-height: 48px;
    float: unset;
    width: 100%;
    margin-bottom: 15px;
}
.pop_up_block {
	text-align: center;
}
.privacy_text {
    font-size: 12px;
    line-height: normal;
    color: #a5a5a5;
    width: 100%;
    display: inline-block;
	margin-bottom: 15px;
}
.privacy_text a {
	text-decoration: underline;
}
.privacy_text a:hover {
	text-decoration: none;
}
.form_body p {
	margin-bottom: 0;
	text-align: start;
}
.wpcf7 input[type="file"] {
    border: 0;
}
textarea {
	height: 100px;
}
.anchor {
	position: absolute;
	top: -136px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #e5e8e8;
}
.top-menu > .menu-item:hover a {
	color: var(--brown);
}
.rectangle_top_left {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2;
    height: 81px;
    background-color: #e5e8e8;
}
.rectangle_top_left {
    clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
    width: calc(55% + 2px);
}
.rectangle_top_right {
    clip-path: polygon(100% 0%, 100% 78%, 0% 0%);
    width: calc(45% + 2px);
}
.rectangle_top_right {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 2;
    height: 81px;
    background-color: #e5e8e8;
}
.usl_name_img {
	position: absolute;
    bottom: 20%;
    left: 0;
	z-index: 4;
}
.usl_col:hover .shtorka {
	opacity: 1;
	bottom: 0;
}
.shtorka img {
	position: absolute;
	max-width: unset;
	transition: 1.0s all;
}
.shtora_text {
	position: absolute;
    width: auto;
    left: 65px;
    right: 25px;
    bottom: 40px;
    z-index: 4;
}
.gora_1 {
	z-index: 1;
	width: 608px;
    height: 608px;
    /*left: calc(50% - 254px);*/
	right: 100px;
	top: 0;
}
.gora_2 {
	z-index: 2;
	top: 60px;
    width: 608px;
    height: 528px;
    /*left: calc(50% - 334px);*/
	left: 100px;
}
.shtora_text p {
	font-size: 14px;
	line-height: normal;
}
.usl_col:hover .gora_1 {
	right: calc(50% - 363px);
}
.usl_col:hover .gora_2 {
	left: calc(50% - 334px);
}
.btn2 {
	display: inline-block;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    height: 45px;
    line-height: 41px;
    padding: 0 12px;
    font-size: 16px;
	border: 2px solid
}
.btn2:hover {
	color: var(--brown)
}
.block_5 h2 {
	margin-bottom: 50px;
}
.soc_icons svg {
	margin-right: 25px;
}
.soc_icons svg:hover {
	fill: var(--brown);
}
.bot_mob {
	display: none;
}
.wpcf7-not-valid-tip {
	position: absolute;
    left: 11px;
    top: 17px;
	font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
	position: absolute;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 320px;
    right: 0;
}