:root {
	--main: #004077;
	--grey: #27282a;
	--hover: #4c4f55;
}
p {
	line-height: 1.5;
}
.btn {
	border: 2px solid #fff;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 35px;
    display: inline-block;
    height: 56px;
    line-height: 52px;
        font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
}
.btn:hover {
	background: #fff;
	color: #000;
}
.btn2 {
	border: 0px solid #fff;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
	background: var(--grey);
}
.btn2:hover {
	background: var(--grey);
	color: #fff;
}
.col_3 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.block_1 {
	height: 100vh;
	color: #fff;
}
.block_1:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	z-index: 1;
background: #000000d1;
background: linear-gradient(180deg, #000000d1, #00000000);
}
.block_1:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	z-index: 1;
background: #00000042;
background: linear-gradient(0deg, #00000042, #00000000);
}
header {
	color: #fff;
	padding: 20px 0 10px;
}
.logo {
	width: 92px;
	height: 56px;
	float: left;
	margin-right: 90px;
}
.current_city:before {
    content: '';
    background-image: url(/wp-content/themes/voodootheme/images/punkt_mesto_s.svg);
    width: 16px;
    height: 20px;
    background-size: cover;
    position: absolute;
    left: -24px;
    top: -5px;
}
.head_1 {
	float: left;
	padding-top: 5px;
	width: 880px;
}
.head_line {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.open_form {
	float: right;
	    margin-top: 5px;
}
.current_city {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-left: 23px;
	    padding-left: 8px;
	font-size: 14px;
}
.tel {
	font-weight: 500;
}
.menu-item a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.menu-item a:hover {
	border-bottom: 2px solid;
	padding-bottom: 6px;
}
.block_1 {
	padding-top: 120px;
	    background-size: cover;
    background-position: center;
}
h1 {
    font-size: 48px;
	font-weight: 600;
	line-height: 1;
}
.block_1 h1 {
	position: relative;
	z-index: 3;
	padding-left: 180px;
	    font-weight: 500;
    text-transform: uppercase;
}
.slogan2 {
	position: absolute;
    bottom: 80px;
    right: 0;
    z-index: 3;
    width: 100%;
    text-align: end;
}
.slogan2 img {
	
}
h2 {
    font-size: 36px;
    font-weight: 400;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1.2;
}
.block_2 {
	margin-top: 40px;
}
.block_2 p {
	font-size: 18px;
	line-height: 1.5;
}
.block_title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background: var(--grey);
	border-radius: 3px;
	line-height: 30px;
	padding: 0px 15px;
	    display: table;
}
.col_1in4 {
	width: 270px;
	float: right;
	}
.col_3in4 {
	width: calc(100% - 270px);
	float: left;
	padding-right: 100px;
}
.col_1in4 img {
	background-color: var(--grey);
	padding: 17px;
    width: 265px;
	height: 265px;
    object-fit: contain;
	margin-bottom: 10px;
	transition: 0.15s all;
}
.col_1in4:hover img {
	background-color: var(--hover);
}
.col_1in4 svg {
	    width: 34px;
    height: 29px;
	float: right;
}
.col_1in4 span {
	font-size: 24px;
	font-weight: 500;
}
.block_3 {
	margin-top: 45px;
}
.scrolled {
	background-color: var(--grey);
}
.col_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.preim_unit > img {
	margin-bottom: 60px;
}
h4 {
	margin-top: 0;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 500;
}
.preim_unit h4 {
	min-height: 44px;
}
.block_3 h2 {
	margin-bottom: 70px;
}
.block_4 {
	margin-top: 90px;
}
.col_2 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}
.zalivka {
	background-color: var(--grey);
	color: #fff;
	padding: 50px;
}
.block_5 .zalivka {
	padding: 80px;
}
.block_5 h2 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 6px;
}
.block_5 .block_5_left p {
	font-size: 22px;
	font-weight: 500;
}
table {
	text-align: start;
}
table tr:first-child td {
    background-color: unset;
}
.block_5 table {
	border: 0;
	margin-bottom: 20px;
}
.block_5 td {
    padding: 10px 0;
    border: 0px solid #8080804d;
}
.block_5 tr td {
	font-size: 22px;
	font-weight: 500;
}
.block_5 tr td:last-child {
	font-weight: 400;
	font-size: 36px;
}
.block_5 .block_5_right p {
	font-size: 18px;
	font-weight: 400;
	    line-height: 1.5;
}
.block_5_right strong {
	font-size: 22px;
}
.block_6 {
	margin-top: 80px;
}
.block_6 .col_2 {
	gap: 70px;
}
.block_6 p {
	font-size: 18px;
}
.block_6 ul {
	list-style-type: none;
	padding: 0;
}
.block_6 ul li {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	line-height: 20px;
	padding-left: 40px;
	margin-bottom: 15px;
}
.block_6 ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/wp-content/themes/voodootheme/images/galochka_krug.svg);
	width: 20px;
	background-size: cover;
	height: 20px;
}
.block_7 .col_3in4 {
	float: right;
	padding-right: 0;
    padding-left: 150px;
}
.block_7 .col_1in4 {
	float: left;
}
.block_7 {
	margin-top: 130px;
}
ol {
    padding: 0;
    padding-left: 27px;
	font-size: 22px;
	font-weight: 500;
}
ol li {
	margin-bottom: 15px;
}
.project_img {
	position: relative;
	background-position: center;
    background-size: cover;
	display: block;
}
.project_img:after {
	content: '';
	display: table;
	padding-top: 66.2%;
}
.project_title {
	position: absolute;
	left: 40px;
	bottom: 40px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}
.project_title span {
	font-size: 48px;
}
.project_unit {
	background-color: var(--grey);
	font-size: 18px;
}
.project_unit p {
	font-size: 18px;
}
.wp-block-list li {
	margin-bottom: 10px;
}
.block_8 {
	margin-top: 90px;
}
header svg {
	fill: #fff;
}
.top-menu {
	float: left;
}
.block_9 {
	margin-top: 30px;
}
.block_9_slider .slick-slide {
	margin-right: 30px;
}
.slider_2_arrows {
	margin-top: 20px;
    max-width: 1100px;
    text-align: end;
    width: 100%;
}
.slider_2_arrows .arrow {
	margin-left: 30px;
	cursor: pointer;
}
.soc_icon {
	margin-left: 30px;
	margin-top: -6px;
    display: inline-block;
}
.soc_icon:hover {
	
}
.contact_bot {
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 500;
}
.adres {
	margin-right: 30px;
	font-size: 22px;
	font-weight: 500;
}
.mailto {
	margin-left: 30px;
	text-decoration: underline;
	font-weight: 500;
}
.mailto:hover {
	text-decoration: none;
}
footer {
	background-color: var(--grey);
	color: #fff;
	margin-top: 60px;
	padding: 40px 0;
	font-size: 14px;
}
.privacy {
	margin-left: 25px;
}
.company {
	margin-right: 60px;
}
.anchor {
	position: relative;
	top: -120px;
}
h3 {
	margin-top: 0;
}
body:not(.node-7) header {
	background-color: var(--grey);
}
.regular-pages {
	min-height: calc(100vh - 160px);
	padding-top: 170px;
}
.post_title {
	font-size: 36px;
    font-weight: 400;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1;
}
.block_5 .block_5_left p:last-child {
	font-size: 18px;
	font-weight: 400;
}
.block_5 .col_2 {
	margin-bottom: 40px;
}
.block_6 h4 {
	margin-top: 30px;
}
.block_7 p {
	font-size: 18px;
}
.block_8 h2 {
	margin-bottom: 40px;
}
li::marker {
	font-size: 14px;
}
.project_text > p {
	margin-bottom: 30px;
}
.project_text .btn {
	margin-top: 25px;
}
.slider_2_arrows svg:hover {
	fill: var(--hover);
}
.block_10 {
    margin-top: 50px;
}
.contact_bot .soc_icon svg{
	width: 26px;
    height: 26px;
}
.contact_bot .soc_icon svg:hover {
	fill: var(--hover);
}
.col_1in4:hover span svg {
	animation: sway 1.5s ease-in-out infinite;
}
@keyframes sway {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(0);
    }
}