:root {
	--main: #3a3c3f;
	--hover: #46494e;
	--green: #005f00;
}
body {
	color: #333333;
}
.btn {
	border: 2px solid #fff;
    padding: 0px 12px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    height: 42px;
    line-height: 38px;
    font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
	background-color: var(--green);
}
.btn:hover {
	background: var(--hover);
}
.anchor{
    position: relative;
    top: -120px;         
    visibility: hidden;  
    height: 0;   
    margin: 0;
    padding: 0;
}
/* Header */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
	z-index: 10;
}
.logo {
	width: 150px;
    height: 28px;
    background-image: url(/wp-content/themes/voodootheme/images/logo.svg);
	background-position-y: 4px;
    background-size: cover;
	float: left;
	margin-right: 45px;
}
.head_1 {
	padding: 15px 0;
	line-height: 28px;
}
.adres {
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-right: 30px;
}
.tel {
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin-right: 15px;
}
.mailto {
	font-size: 16px;
	font-weight: 500;
	float: left;
	margin-left: 25px;
}
.soc_seti {
	float: right;
	height: 28px;
}
.soc_seti svg {
	margin-left: 15px;
	fill: var(--main);
}
.soc_seti svg:hover {
	fill: var(--green);
}
.container:after {
	content: '';
	display: table;
	width: 100%;
}
.head_2 {
	background-color: var(--main);
	color: #fff;
	height: 58px;
	line-height: 58px;
}
.top-menu {
	float: left;
}
.menu-item {
	margin-right: 0;
	display: block;
	float: left;
	position: relative;
}
.menu-item a {
	padding: 0 15px;
	display: inline-block;
    border-left: 1px solid #ffffff4a;
   
}
.menu-item:last-child a {
	border-right: 1px solid #ffffff4a;
}
.head_2 .btn {
	float: right;
	    margin-top: 8px;
}
.menu-item a:hover {
    color: #fff;
	background-color: var(--hover);
}
.head_1 a:hover {
	text-decoration: underline;
}
.head_1 .soc_seti a:hover {
	text-decoration: none;
}
.content-main {
	padding-top: 146px;
}
.sub-menu {
	display: none;
	position: absolute;
	color: #333333;
	background: #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: 10px 0;
}
.sub-menu .menu-item a {
	border: 0;
	line-height: 1.4;
	padding: 5px 15px;
	display: block;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.slide-text {
	width: 40%;
	padding: 0 40px;
	position: absolute;
	left: 0;
	bottom: 40px;
	color: #fff;
}
h2, h3 {
	margin: 0 0 25px;
}
.slide-text h2, .slide-text h3 {
	margin-bottom: 10px;
}
.slick-dots li button:before {
	width: 10px;
    height: 10px;
    content: '';
	top: 5px;
    left: 5px;
}
.slick-dots li button {
	margin: 0 5px;
}
.slick-dots li:hover button:before {
	background-color: var(--green);
}
.slick-dots li.slick-active button:before {
	background-color: var(--green);
}
.slick-dots {
	position: unset;
	margin: 10px 0 20px;
}
.block_2 {
	margin-top: 60px;
}
.dop_text {
	position: absolute;
	left: 0px;
	top: 20px;
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	width: 40%;
	padding: 0 40px;
	text-transform: uppercase;
}
h2 {
	font-weight: 800;
	font-size: 60px;
}
h3 {
	font-size: 36px;
	font-weight: 600;
}
.slide-text h3 {
	font-size: 24px;
}
h3 span {
	font-size: 38px;
	font-weight: 800;
	text-transform: uppercase;
}
.block_3 {
	color: #fff;
}
.block_3 p {
	color: #fff;
}
.col_3 {
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.sub-menu .menu-item {
	float: unset;
}
.sub-menu .menu-item a:hover {
    color: #333333;
    background-color: #e5e5e5;
}