:root {
	--main: #1b4f89;
	--green: #7cffb3;
}
.btn {
	border: 1px solid #fff;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: var(--main);
    border-color: var(--main);
}
.btn:hover {
	background: var(--hover);
}
.btn2 {
	border: 1px solid #c2c7ca;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: var(--main);
	background-color: #fff;
}
.btn2:hover {
	background: var(--hover);
}
header {
	background-color: rgb(138 148 158 / 35%);
	width: 280px;
	height: 100vh;
	position: fixed;
	left: 0;
	top:0;
	padding-top: 55px;
	padding-right: 45px;
	text-align: end;
}
body {
	
}
.content {
	width: 100%;
	max-width: 1700px;
	padding-left: 380px;
	padding-right: 80px;
	margin: 0;
}
.content-main {
	
}
.logo {
	background-image: url(/wp-content/themes/voodootheme/images/logo.svg);
	width: 157px;
	height: 108px;
	position: absolute;
	top: 55px;
	left: 251px;
	background-position: left;
	background-size: cover;
	transition: 0.2s all;
}
.tel {
	font-size: 18px;
	display: table;
    margin: 0 auto;
}
.menu-item {
	width: 100%;
}
h1 {
	font-size: 64px;
	font-weight: 400;
	line-height: 0.90;
}
.content-mini {
	width: 930px;
}
.content .content-mini {
	margin-left: 120px;
	margin-right: 0;
}
.top-menu {
	margin-top: 100px;
}
.menu-item a {
	height: 50px;
	font-size: 18px;
	border-radius: 26px;
	padding: 0 35px;
	line-height: 48px;
	border: 1px solid #adb2b6;
	display: inline-block;
}
.menu-item {
	margin-bottom:15px;
	margin-right: 0;
}
.menu-item a:hover {
	background-color: var(--main);
	color: var(--green);
}
.block_1 {
	background-color: #e7ebee;
	padding-top: 45px;
	max-width: 100vw;
    overflow: hidden;
}
.block_1_brands_categories {
	width: 342px;
	margin: 0 -5px;
	position: absolute;
    top: 330px;
    left: 184px;
    z-index: 1;
}
.block_1_term {
	width: 104px;
	height: 104px;
	float: left;
	margin: 0 5px 10px;
}
.term_image_2 {
	display: none;
}
.term_image_1 {
	display: block;
}
.block_1_term:hover .term_image_1 {
	display: none;
}
.block_1_term:hover .term_image_2 {
	display: block;
}
.ruka {
	position: absolute;
	z-index: 2;
	left:600px;
	top: 410px;
	transition: 0.4s all;
}
.term_item {
    
	margin-bottom: 5px;
}

.term_icon {
    height: 72px;
    width: 72px;
    margin-right: 10px;
	padding: 2px;
    border: 1px solid #e0e0e0;
	border-radius: 5px;
}

.term_title {
    font-size: inherit;
	padding-bottom: 5px;
}
.brands_unit {
	display: block;
	float: left;
	margin: 0 9px 18px;
	border-radius: 10px;
	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);
	overflow: hidden;
    background: #fff;
}
.term_name {
	display: flex;
    align-items: end;
    width: 100%;
	cursor: pointer;
}
.term_big_img {
	width: 40%;
	height: 400px;
	float: left;
	background-size: cover;
    background-position: right;
}
.block_2 {
	margin-top: 60px;
}
.term_units {
	display: none;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #e7ebee;
}
.term_units:after {
	content: '';
	display: table;
	width: 100%;
}
.arrow_term_name {
	width: 20px;
	transform: rotate(-90deg);
    height: 30px;
    margin-left: 20px;
	//transition: 0.2s all;
}
.active_term .arrow_term_name {
	transform: rotate(90deg);
}
.term_name:hover {
	color: var(--main);
}
.block_3 {
	background-image: url(/wp-content/themes/voodootheme/images/fon_kompany.jpg);
	padding-top: 80px;
	padding-bottom: 80px;
}
h2 {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 700;
}
.row_brands {
	padding: 30px 0 10px 30px;
    display: table;
    width: 60%;
    float: left;
}
.about_left, .about_right {
	float: left;
	width: 50%;
}
.about_left {
	padding-right: 20px;
}
.about_right {
	background-image: url(/wp-content/themes/voodootheme/images/tl_ramka.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	padding-left: 20px;
}
.about_right ul {
	list-style-type: none;
	padding: 44px 22%;
}
.about_right li {
	padding-left: 50px;
	font-size: 24px;
	position: relative;
	min-height: 32px;
	margin-bottom: 50px;
}
.about_right li:before {
	content: '';
	display: block;
	background-image: url(/wp-content/themes/voodootheme/images/gakochka_kontur.svg);
	width: 32px;
	height: 32px;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.block_3 {
	margin-top: 100px;
}
.block_4 {
	margin-top: 100px;
}
.news_unit {
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	float: left;
	border-radius: 10px;
	border: 1px solid #c2c7ca;
	padding: 40px 30px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.the_time {
	color: #9d9d9d;
	font-size: 12px;
	margin-bottom: 4px;
}
.news_title {
	font-size: 24px;
	
	margin-bottom: 14px;
}
.news_unit:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
background: #FFFFFF;
background: linear-gradient(0deg, white 40%, rgba(255, 255, 255, 0.2));
	z-index: 1;
}
.news_unit:hover {
	border: 1px solid var(--main);
}
.news_unit:hover .news_title {
	color: var(--main);
}
footer {
	margin-top: 120px;
	background: #d9dde0;
	padding: 35px 70px;
	font-size: 12px;
}
.touch {
	font-size: 18px;
	position: absolute;
	z-index: 1;
	bottom: 50px;
	right: 0;
}
#cookie_notification p a {
    color: var(--main);
}
.block_1 .content {
	padding-bottom: 100px;
}
.scrolled .logo {
	width: 52px;
}
#logo-voodoo {
	margin-top: 0;
}
.company {
	width: 310px;
	display: inline-block;
}
.privacy {
	text-decoration: underline;
	margin-right: 30px;
}
.privacy:hover {
	text-decoration: none;
}
.regular-pages .block_1 {
	background-color: unset;
}
.regular-pages {
	min-height: calc(100vh - 205px);
}