:root {
	--main: #ffdf06;
	--hover: #fdbc2d;
}
body {
	font-family: 'Tahoma', sans-serif;
}
.btn {
	background: var(--main);
	border: 0;
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
}
.btn:hover {
	background: var(--hover);
}
header {
	background-color: #000;
	color: #fff;
}
.logo  {
	width: 259px;
	height: 51px;
	float: left;
}
.menu-main-menu-container {
	float: left;
}
.tels {
	float: right;
}
.mainsl_text {
	position: absolute;
	left: 500px;
	bottom: 60px;
	z-index: 10;
	color: #fff;
	opacity: 0;
}
.mainsl_text p {
	font-size: 48px;
	margin-bottom: 0;
	transition: 0.5s all;
	line-height: 1.1;
}
.mainsl_img_elements {
	/*
	position: absolute;
    left: 20%;
    top: 0;
    width: 80%;
	*/
}
.mainsl_img_elements img {
	float: left;
	display: block;
	
}
.mainsl_text.animate {
	animation-name: text_show;
	animation-duration: 1s;
	animation-delay: 2500ms;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}
@keyframes text_show {
        from { 
			opacity: 0;
		}
        to { 
			opacity: 1;
		}
}
.mainsl_text.animate p b, .mainsl_text.animate p strong {
	color: var(--main);
	
}
.mainsl_img_elements.animate img{
	animation-name: grow;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	
}
@keyframes grow {
        from { 
			width: 0px;
			height: 0px;
		}
        to { 
			width: 100px;
			height: 100px;
		}
}
.content-main {
	padding-top: 71px;
}
.mainsl_img_elements img {
	position: absolute;
	display: block;
	z-index: 3;
}
#num_51.animate #element_1 {
	animation-name: grow_51_1;
}
#num_51.animate #element_2 {
	animation-name: grow_51_2;
	animation-delay: 500ms;
}
#num_51.animate #element_3 {
	animation-name: grow_51_3;
	animation-delay: 1000ms;
}
#num_51.animate #element_4 {
	animation-name: grow_51_4;
	animation-delay: 1500ms;
}

#num_50.animate #element_1 {
	animation-name: grow_50_1;
}
#num_50.animate #element_2 {
	animation-name: grow_50_2;
	animation-delay: 500ms;
}
#num_50.animate #element_3 {
	animation-name: grow_50_3;
	animation-delay: 1000ms;
}
#num_50.animate #element_4 {
	animation-name: grow_50_4;
	animation-delay: 1500ms;
}

#num_30.animate #element_1 {
	animation-name: grow_30_1;
}
#num_30.animate #element_2 {
	animation-name: grow_30_2;
	animation-delay: 500ms;
}
#num_30.animate #element_3 {
	animation-name: grow_30_3;
	animation-delay: 1000ms;
}

@keyframes grow_51_1 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 100px;
			left: 500px;
			width: 277px;
			height: 179px;
		}
}
@keyframes grow_51_2 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 100px;
			left: 647px;
			width: 323px;
			height: 296px;
		}
}
@keyframes grow_51_3 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 100px;
			left: 910px;
			width: 244px;
			height: 298px;
		}
}
@keyframes grow_51_4 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 215px;
			left: 992px;
			width: 218px;
			height: 359px;
		}
}

@keyframes grow_50_1 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 100px;
			left: 500px;
			width: 359px;
			height: 200px;
		}
}
@keyframes grow_50_2 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 100px;
			left: 647px;
			width: 393px;
			height: 305px;
		}
}
@keyframes grow_50_3 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 100px;
			left: 830px;
			width: 346px;
			height: 329px;
		}
}
@keyframes grow_50_4 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 215px;
			left: 992px;
			width: 266px;
			height: 352px;
		}
}

@keyframes grow_30_1 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 100px;
			left: 500px;
			width: 359px;
			height: 200px;
		}
}
@keyframes grow_30_2 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 100px;
			left: 647px;
			width: 393px;
			height: 305px;
		}
}
@keyframes grow_30_3 {
	from { 
			width: 0px;
			height: 0px;
			top: 0px;
			left: 100%;
		}
        to { 
			top: 100px;
			left: 830px;
			width: 346px;
			height: 329px;
		}
}
.block_1_text {
	position: absolute;
    z-index: 1;
    color: #fff;
	width: 330px;
    left: 40px;
	top: 50%;
	transform: translateY(-50%);
}
section {
	position: relative;
}
.head_1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.form_1_line {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
}
.block_3 {
	background-color: #000;
	margin-top: 50px;
}
input[type="submit"] {
	background-color: var(--main);
	border: 0;
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
}
input[type="submit"]:hover {
	background-color: var(--hover);
}
.columns_2 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 50px;
}
.block_4 .block_4_left {
	color: #fff;
	align-content: flex-end;
    padding: 20px 30px;
}
.block_4 {
	margin-top: 60px;
}
.block_5 {
	background-color: #000;
	margin-top: 50px;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.columns_5 {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.adv_title {
	color: var(--main);
	font-size: 28px;
}
.adv_text {
	font-size: 20px;
}
footer {
	background-color: #000;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	    font-size: 14px;
}
.menu-item a {
	line-height: 50px;
	font-size: 18px;
}
.top-menu {
	margin-left: 60px;
}
.tel {
	line-height: 50px;
	margin-left: 30px;
}
.tel:hover {
	color: var(--main);
}
.left_menu {
    width: 305px;
    margin-right: 70px;
    float: left;
}
.products_block {
    float: right;
    width: calc(100% - 375px);
}
.regular-pages {
	padding-top: 121px;
}
.left_parent_menu, .child_terms {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.cart-params, .cart-header {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    gap: 2px;
	text-align: center;
}
.cart-brand, .cart-title {
    grid-column: span 2;
	background-color: var(--main);
	padding: 5px;
}

.cart-dim-val, .cart-dim {
    grid-column: span 3;
	padding: 5px;
	    background-color: #cfd8dd;
}
.product_row {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.product_unit {
	margin-bottom: 0px;
	border: 1px solid #eaebea;
	    text-align: center;
}
.regular-pages {
	min-height: calc(100vh - 170px);
}
.company {
	font-size: 12px;
	margin-right: 60px;
}
.privacy {
	margin-right: 30px;
	text-decoration: underline;
}
.privacy:hover {
	text-decoration: none;
}
.products_legend {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.post_title, h2 {
	margin-bottom: 40px;
	font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
	color: #4e4e4e;
}
.cart-title, .cart-dim {
	line-height: 1.25;
	padding: 7px;
}
.cart-brand {
	min-height: 40px;
	font-weight: bold;
}
.cart-params {
	font-size: 12px;
	line-height: 1.25;
	border: 1px solid #fff;
}
.left_parent_menu {
	
    text-transform: uppercase;
}
.left_parent_menu li > a {
	font-size: 16px;
    line-height: 2.12;
    padding: 5px 8px;
	text-decoration: none;
}
.active_cat > a {
	background-color: var(--main);
}
.child_terms {
	padding-left: 20px;
	display: none;
}
.active_cat .child_terms {
	display: block;
}
.child_terms li > a {
	font-size: 14px;
}
.bars {
	margin: 0 -5px;
}
.bars-col {
	    float: left;
	margin: 0 5px;
	width: calc(50% - 10px);
}
.bars-bar {
    position: relative;
    overflow: hidden;
    background-origin: padding-box;
    background: no-repeat 50% 0 transparent;
    margin: 10px 0px;
	display: block;
}
.bars-bar-1 {
	height: 290px;
    background-image: url(/wp-content/themes/voodootheme/images/profil_gkl.jpg);
}
.bars-bar-2 {
    height: 334px;
    background-image: url(/wp-content/themes/voodootheme/images/komplektuyush_gkl.jpg);
}
.bars-bar-3 {
    height: 334px;
    background-image: url(/wp-content/themes/voodootheme/images/armirovanie_pvh.jpg);
}
.bars-bar-4 {
    height: 290px;
    background-image: url(/wp-content/themes/voodootheme/images/prochee.jpg);
}
.bars .bars-shutter {
    z-index: 10;
    position: absolute;
    left: 0;
    width: 100%;
    height: 170px;
    -moz-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
}
.bars-bar-1 .bars-shutter {
    bottom: 0;
    background: url(/wp-content/themes/voodootheme/images/plashka_profil_gkl.png) 0 0 no-repeat transparent;
}
.bars-bar-2 .bars-shutter {
    top: 0;
    height: 175px;
    background: url(/wp-content/themes/voodootheme/images/plashka_komplekt_gkl.png) 0 100% no-repeat transparent;
}
.bars-bar-3 .bars-shutter {
    bottom: 0;
    background: url(/wp-content/themes/voodootheme/images/plashka_armir_pvh.png) 0 0 no-repeat transparent;
    height: 168px;
}
.bars-bar-4 .bars-shutter {
    top: 0;
    background: url(/wp-content/themes/voodootheme/images/plashka_prochee.png) 0 100% no-repeat transparent;
}
.bars-header {
    position: absolute;
    z-index: 20;
	left: 0;
    width: 100%;
    text-align: center;
	padding-left: 30px;
    padding-right: 30px;
}
.bars-bar-1 .bars-header {
    bottom: 52px;
}
.bars-bar-2 .bars-header {
    top: 29px;
}
.bars-bar-3 .bars-header {
    bottom: 25px;
}
.bars-bar-4 .bars-header {
    top: 52px;
}
.bars-header a, .bars-header span {
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    line-height: 1.5;
}
.bars {
    width: 960px;
}
.bars-bar-1:hover .bars-shutter {
    height: 248px;
}
.bars-bar-2:hover .bars-shutter {
    height: 248px;
}
.bars-bar-3:hover .bars-shutter {
    height: 248px;
}
.bars-bar-4:hover .bars-shutter {
    height: 248px;
}
textarea {
	height: 96px;
}
.wpcf7-acceptance input {
	    position: relative;
    top: 3px;
}
.wpcf7-not-valid-tip {
	bottom: 2px;
	left: 10px;
}
.gt3-photo-gallery-pro--isotope_gallery .gallery-isotope-wrapper .img-wrapper img {
	object-fit: contain;
}
.orient {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}
.shah_col {
    display: flex;
    flex-direction: column;
    height: 100%;
	width: 100%;
    float: unset;
}
.sh_col1 img,
.shah_col1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    flex-grow: 1;
	/*position: absolute;*/
}
.wp-block-list {
	list-style-type: none;
	padding: 0;
	line-height: 1.4;
}
.wp-block-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.wp-block-list li:before {
	content: '•';
	color: var(--main);
	position: absolute;
	left: 0;
	top: 1px;
}
.left_menu li a:hover {
	background-color: var(--main);
}
.go-top-arrow {
    background-color: #cfd8dd;
}
.col_4 {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.news_img:before {
	content: '';
	display: table;
	padding-top: 55%;
}
.news_img {
	background-size: cover;
	background-position: center;
}
.new_time {
	font-size: 12px;
	margin-bottom: 6px;
}
.info_title {
	font-weight: 400;
	font-size: 18px;
}
.info_block:hover .info_title {
	color: var(--hover);
}
.node-8 footer {
	margin-top: 0;
}
.wpcf7-acceptance .wpcf7-list-item {
	font-size: 12px;
}