:root {
	--main: #a51d15;
	--c2: #9d2018;
	--c3: #f1915d;
}
.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);
}
header {
	/*background-color: #e5f0f4;*/
	background: linear-gradient(to bottom, #e5f0f4 calc(100% - 60px), var(--main) 60px);
}
.scrolled {
	background:var(--main);
}
.logo {
	width: auto;
	height: 107px;
	font-size: 20px;
	font-weight: 800;
	color: var(--main);
	padding-left: 115px;
    background-position: left;
    line-height: 1.2;
    text-transform: uppercase;
	float: left;
	margin-right: 60px;
}
.head_2 {
	/*background-color: var(--c2);*/
	
}
.head_1 {
	padding-top: 25px;
	padding-bottom: 20px;
}
.adres {
	font-weight: 500;
}
.menu-item a {
	color: #fff;
	line-height: 40px;
	padding: 0 15px;
	height: 40px;
    display: inline-block;
}
.top-menu {
	margin-left: -15px;
	padding: 10px 0;
}
.menu-item {
	margin-right: 15px;
}
.menu-item:hover, .current-menu-item {
	background-color: var(--c3);
}
.menu-item:hover a {
	color: #fff;
}
.regular-pages {
	padding-top: 240px;
	min-height: calc(100vh - 50px);
	padding-bottom: 80px;
}
.post_title, h1 {
	font-size: 36px;
	font-weight: 700;
	color: var(--main);
	margin-bottom: 40px;
}
.section {
	margin: 40px 0;
}
footer {
	background-color: var(--c2);
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
}
#logo-voodoo {
	margin: 0;
}
.production {
	margin: 0 15px 30px;
	width: calc(50% - 30px);
	float: left;
	height: 340px;
	position: relative;
}
.production img {
	float: left;
	max-width: 250px;
}
.production_opisanie {
	float: right;
	width: calc(100% - 250px);
	padding-left: 20px;
}
h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight:600;
}
.production p {
	margin-bottom: 0;
}
.consults_otvet {
	background-color: #e5f0f4;
	padding: 35px;
}
.consults_otvet p {
	margin-bottom: 4px;
}
.consults_otvet p:first-child {
	font-size: 14px;
}
.consults {
	margin-bottom: 30px;
}
.name {
	margin-bottom: 3px;
	font-size: 14px;
}
.novinka {
	/*position: absolute;*/
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--c2);
	color: #fff;
	padding: 3px 5px;
	    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}
.production_list_news .production {
	height: 190px;
}
.row_with_links a {
	position: relative;
	float: right;
	color: var(--main);
	text-decoration: underline;
	font-weight: 500;
	line-height: 30px;
	text-underline-offset: 3px;
	margin-left: 60px;
	margin-top: 10px;
}
.row_with_links a:hover {
	text-decoration: none;
}
.row_with_links a:before {
	content: '';
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}
#link_1:before {
	background-image: url(/wp-content/themes/voodootheme/images/info2.svg);
}
#link_2:before {
	background-image: url(/wp-content/themes/voodootheme/images/kachestvo.svg);
}
.row_with_links:after {
	display: table;
    content: "";
    width: 100%;
}
.row_with_links h1 {
	float: left;
}
.top_banner {
	border: 2px solid var(--c3);
	padding: 20px 45px;
	background-color: #e5f0f4;
	margin-bottom: 50px;
	max-width: 850px;
}
.today {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: var(--c3);
	display: inline-block;
    line-height: 44px;
    padding: 0 12px;
    margin-bottom: 20px;
}
.top_banner p {
	font-size: 18px;
	font-weight: 500;
}
.top_banner strong {
    font-weight: 700;
}
.top_kirpich {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 11;
	width: 100%;
    overflow: hidden;
	transition: 1s all;
}
.top_kirpich img {
	margin-left: 830px;
}
.head_1 {
	overflow: hidden;
	transition: 0.5s all;
}
.scrolled .head_1 {
	height: 0px;
	padding: 0;
}
.head_1, .head_2 {
	position: relative;
	z-index: 12;
}
.scrolled .top_kirpich {
	top: -483px;
}
.adres p {
	    line-height: 1.6;
    margin-bottom: 0;
}
b, bold, strong {
    font-weight: 600;
}
.adres p a {
	
	text-decoration: underline;
}
.adres p a:hover {
	color: var(--main);
	text-decoration: none;
}
h3 {
	margin-top: 0;
}
.d-sh-v p {
	font-size: 14px;
}
.production_opisanie p {
	font-size: 14px;
}
.vid_oplaty {
	color: var(--main);
	    font-weight: 600;
}
p.nalichie {
	color: #fff;
    background-color: var(--c3);
	    display: inline-block;
    padding: 0 5px;
    font-weight: 500;
	margin-bottom: 10px;
}
.content-mini {
	margin: 0;
	width: 820px;
}
.node-12 .inner-container {
	position: relative;
	/*
	z-index: 15;
	*/
}
.shema {
	cursor: pointer;
	color: var(--main);
	text-decoration: underline;
	display: inline-block;
}
.shema:hover {
	text-decoration: none;
}
.node-12 .regular-pages {
	padding-bottom: 0;
}
.company {
	margin-right: 150px;
}
#logo-voodoo .st0 {
    fill: #fff;
}
.privacy {
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
}
.privacy:hover {
	text-decoration: none;
}
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 20px;
	right: 20px;
  width: auto;
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 10;
}

#cookie_notification p{
  margin: 0;
      font-size: 14px;
  text-align: left;
  color: #000;
}
#cookie_notification p a{
color: #486f89;
}
#cookie_notification p:first-child {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.cookie_accept {
    margin-top: 10px;
	border: 0;
	font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
    outline: none;
    text-decoration: none;
    background-color: #d0e2ee;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    border-radius: 4px;
	cursor: pointer;
}
.show {
	display:block !important;
}
.pop_up_block {
	z-index: 20;
}
.shema_img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100px;
	z-index: 21;
}
.close_form {
	background: #fff;
    z-index: 21;
    top: 70px;
    right: 70px;
}
p.gost {
	font-size: 13px;
	margin-bottom: 6px;
}
.gt3-photo-gallery-pro--isotope_gallery .gt3pg-isotope-gallery.gallery-grid div.gallery-isotope-wrapper div.gt3pg-isotope-item div.isotope_item-wrapper img {
	object-fit: contain;
	max-width: 100%;
}