/** mobile **/
@media (max-width:999px){
	#logo-voodoo {
		margin-bottom: 0px;
		float:left;
		margin-top: 10px;
	}
	.logo {
		width: 72px;
		height: 56px;
	}
	.company_name {
		display: none;
	}
	.menu-container {
		display: none;
	}
	.hcont {
		float: left;
		margin-left: 30px;
	}
	.c-hamburger {
  z-index: 10;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
 
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 12px;
  right: 12px;
  height: 3px;
  background: #fff;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}
 
.c-hamburger span::before {
  top: -10px;
}
 
.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #de0f16;
}
 
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
 
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
 
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
  background-color: #de0f16;
}
 
.c-hamburger--htx.is-active span {
  background: none;
}
 
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
 
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
 
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.sandwich {
	display: block;
    float: right;
    margin-top: 20px;
	}
	.show {
    display: block;
}
header {
	height: 90px;
}
#main-menu-id {
	position: absolute;
	width: 100%;
	float: unset;
	margin: 0;
	background: #fff;
    top: 90px;
    left: 0;
	padding-bottom: 25px;
}
.top-menu > .menu-item {
    float: unset;
    margin: 0;
}
.top-menu > .menu-item a {
	line-height: 40px;
}
.home-grid {
	margin-top: 20px;
	display: inline-block;
}
.plitka_img {
	height: 300px;
}
.plitka {
	width: 300px;
    float: left;
    height: 300px;
    margin: 0 10px 20px;
}
.title {
	    font-size: 16px;
    line-height: 24px;
	padding: 10px 20px;
}
.usluga {
	width: 315px;
	min-height: 60px;
	margin-bottom: 20px;
}
.form {
	padding: 10px 20px 40px;
}
.mr_30 {
    margin-right: 0;
}
.type_1 {
    width: 100%;
    float: unset;
}
.type_2 {
    width: 100%;
    float: unset;
}
.type_3 {
    width: 100%;
    float: unset;
}
.portfolio {
    width: 270px;
    margin: 0 auto 30px auto !important;
    float: unset;
	
}
.node-5 .portfolio {display: none;}
#port_1,#port_2,#port_3,#port_4,#port_5,#port_6,#port_7,#port_8 {display: block;}
.row {
    margin: 0;
    display: block;
}
.results.show {display: none;}
#toTop {
	right: 30px;
	    bottom: 50px;
}
.privacy {
	margin: 8px 0;
}
.adres, .email, .tel {
    float: unset;
    width: 100%;
	margin: 0;
	line-height: 28px;
}
.content-main {
	padding: 90px 0 40px;
	    min-height: calc(100vh - 212px);
}
#map {
    height: 67vw;
}
.f_block_1 {
    width: 100%;
}
.usl_img {
    display: table-cell;
    width: 60px;
	float: left;
}
.usl_title {
	font-size: 16px;
	float: left;
	padding-left: 20px;
	width: 235px;
	    line-height: 60px;
}
.wp-block-columns {
    gap: 22px !important;
}
h2 {
    font-size: 18px;
}

}

