/** mobile **/
@media (max-width:1600px){
}
@media (max-width:1400px){
	.logo {
		margin-right: 50px;
	}
	.menu-item a {
    font-size: 12px;
	}
	.head_1 {
		width: 755px;
	}
	.head_1 .soc_icon svg {
		width: 20px;
		height: 20px;
	}
	.soc_icon {
    margin-left: 20px;
	}
	.block_1 h1 {
		padding-left: 0;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
    font-size: 30px;
	}
	.col_1in4 span {
    font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	.preim_text p {
		font-size: 14px;
	}
	.preim_unit h4 {
    min-height: 36px;
}
.block_5 .zalivka {
    padding: 50px;
}
.block_5 tr td {
    font-size: 20px;
}
.block_5 tr td:last-child {
	font-size: 28px;
    padding-left: 20px;
}
.block_5 h2 {
    font-size: 32px;
}
.block_7 {
    margin-top: 40px;
}
.zalivka {
	padding: 40px;
}
.project_title {
	font-size: 20px;
}
.project_title span {
    font-size: 36px;
}
.block_7 .col_3in4 {
	padding-left: 90px;
}
ol {
	    font-size: 20px;
}
ol li {
    margin-bottom: 10px;
}
}
@media (max-width:1200px){
	.company {
    margin-right: 10px;
	    font-size: 12px;
}
.privacy {
	 font-size: 12px;
	  margin-right: 15px;
}
	.project_unit p {
    font-size: 16px;
}
.wp-block-list li {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.4;
}
	.zalivka {
	padding: 30px;
}
	.btn {
        height: 40px;
        line-height: 38px;
        padding: 0px 15px;
        font-size: 13px;
    }
	.open_form {
		    position: absolute;
    float: unset;
    display: table;
    right: 40px;
    margin-top: 0;
    top: 10px;
	}
	.head_1 .soc_icon {
		display: none;
	}
	    .logo {
        margin-right: 30px;
    }
	.menu-item {
		    margin-right: 13px;
	}
	.col_5 {
		    grid-template-columns: repeat(3, 1fr);
	}
	    h2 {
        font-size: 26px;
    }
	.block_5 .zalivka {
    padding: 30px 30px;
}
.block_5 .block_5_left p {
    font-size: 18px;
}
.block_5 .block_5_right p {
    font-size: 16px;
}
.block_5_right strong {
    font-size: 20px;
}
.block_6 ul li {
	font-size: 20px;
}
.block_6 ul li:before {
	width: 20px;
    background-size: cover;
    height: 20px;
}
.block_6 p {
    font-size: 16px;
}
.block_9_slider .slick-slide {
    margin-right: 0;
}
}
@media (max-width:999px){
	.carrier-title {
		font-size: 18px;
		line-height: 1.4;
		padding: 15px 50px 15px 20px;
	}
	.carrier-title:after {
		right: 15px;
		top: 15px;
	}
	.content {
		width: 100%;
		padding-left: 20px;
        padding-right: 20px;
	}
	.sandwich {
		display: block;
		top: 17px;
		margin-top: 14px;
		float: unset;
		position: absolute;
		right: 10px;
	}
	.c-hamburger {
			z-index: 10;
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 56px;
	  height: 38px;
	  font-size: 0;
	  text-indent: -9999px;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  border: none;
	  cursor: pointer;
	  transition: background 0.3s;
	  border-radius: 5px;
	}
	 
	.c-hamburger:focus {
	  outline: none;
	}
	.c-hamburger span {
	  display: block;
	  position: absolute;
	  top: 17px;
		left: 8px;
		right: 8px;
	  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 { background-color: #fff;}
	.c-hamburger span::after {background-color: #fff;width: 50%;}
	.c-hamburger span::before {
	  top: -10px;
	}
	 
	.c-hamburger span::after {
	  bottom: -10px;
	}

	.c-hamburger--htx {
	  background-color: unset;
		  position: absolute;
		right: 0;
	}
	 
	.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: unset;
	}
	 
	.c-hamburger--htx.is-active span {
	  background: none;
	}
	 
	.c-hamburger--htx.is-active span::before {
	  top: 0;
	  transform: rotate(45deg);
	  background-color: #fff;
	}
	 
	.c-hamburger--htx.is-active span::after {
	  bottom: 0;
	  transform: rotate(-45deg);
	  width: 100%;
	}
	 
	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.top-menu, .mob_hide {
		display: none;
	}
	.open_form {
		right: 75px;
	}
	.top-menu {
		position: absolute;
		left: 0px;
		right: 0px;
		top: 80px;
		z-index: 3;
		background-color: var(--grey);
		padding: 20px;
	}
	.menu_is_open {
		background-color: var(--grey);
	}
	.menu-item {
		width: 100%;
		margin-right: 0;
		        margin-bottom: 20px;
	}
	.menu-item a {
        font-size: 16px;
    }
	h1 {
        font-size: 30px;
        line-height: 1.2;
    }
	.slogan2 {
    position: absolute;
    bottom: 40px;
    right: auto;
    left: 20px;
    z-index: 3;
    width: 315px;
}
.col_3in4 {
	    width: 100%;
    float: unset;
    padding-right: 0px;
}
.col_1in4 {
    width: 262px;
    float: unset;
    margin: 30px auto 0;
}
.block_3 h2 {
    margin-bottom: 40px;
}
.col_5, .col_2 {
	display: table;
	width: 100%;
}
.preim_unit > img {
    margin-bottom: 30px;
	width: 97px;
}
    .preim_unit h4 {
        min-height: auto;
    }
	.preim_unit {
		margin-bottom: 50px;
	}
	.block_4 {
    margin-top: 20px;
}
.block_5 .zalivka {
        padding: 30px 20px;
    }
	.block_5 h2 {
        font-size: 26px;
    }
	    .block_5 .block_5_left p {
        font-size: 16px;
    }
	    .block_5 tr td {
        font-size: 16px;
    }
	    .block_5 tr td:last-child {
        font-size: 22px;
        padding-left: 10px;
    }
	.block_5 .block_5_left p:last-child {
    font-size: 14px;
}
.block_5_right {
	margin-top: 30px;
}
.block_7 .col_3in4 {
        padding-left: 0;
    }
	.block_7 .col_1in4 {
    float: unset;
}
    .project_title {
        font-size: 18px;
        left: 20px;
        bottom: 20px;
    }
	.project_title span {
        font-size: 26px;
    }
	    .zalivka {
        padding: 30px 20px;
    }
	.block_9_slider .slick-slide {
    margin-right: 0;
}
.contact_bot > * {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 0;
}
.contact_bot .soc_icon {
	width: auto;
        display: inline-block;
		margin-right: 25px;
		margin-top: 15px;
}
.contact_bot .soc_icon svg {
	width: 32px;
	height: 32px;
}
#map {
	height: 400px;
}
.privacy {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0;
}
#logo-voodoo {
	margin-top: 20px;
}
	.btn {
        height: 36px;
        line-height: 32px;
        padding: 0px 15px;
        font-size: 12px;
    }
	.project_unit {
		margin-bottom: 30px;
	}
}