@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');
body {
	font-family: 'Rubik', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #e3e3e6;
}
* {
		box-sizing: border-box;
	}
a {
	color: #de0f16;
}
a:hover {
	text-decoration: none;
}
header {
	background: #fff;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	    z-index: 100;
}
.logo {
	background-image: url(/wp-content/themes/voodootheme/images/logo.png);
	width: 108px;
	height: 84px;
	display: block;
	background-size: cover;
	margin-top: 8px;
	float: left;
}
.head_1 {
	background-color: #e1e1e1;
	height: 42px;
}
.hcont {
	float: right;
    font-size: 14px;
    font-weight: 500;
    margin-top: 38px;
    line-height: 9px;
}
.company_name {
	font-size: 14px;
	font-weight: 500;
	margin-left: 30px;
	float: left;
	width: 245px;
	text-transform: uppercase;
	margin-top: 33px;
}
#main-menu-id {
	width: 450px;
	float: left;
	margin-left: 100px;

}
.top-menu {
	list-style: none;
	padding: 0;
}
.top-menu > .menu-item {
	float: left;
	margin: 0 10px;
}
.top-menu > .menu-item a {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 100px;
}
.top-menu > .current-menu-item a {
	color: #de0f16;
}
.top-menu > .menu-item a:hover {
	color: #de0f16;
}

.btn {
	text-decoration: none;
	font-size: 16px;
    color: #fff;
    background-color: #de0f16;
    line-height: 42px;
    padding: 0 15px;
    border-radius: 5px;
	display: inline-block;
}
.btn:hover {
	background-color: #ff3636;
}
.arrow {
	height: 24px;
    width: 13px;
    top: calc(50% + 12px);
    background-size: contain;
    background-repeat: no-repeat;
}
.arrow-right {
	right: -45px;
}

.arrow-left {
	left: -45px;
}
footer {
	background-color: #fff;
}
.content-main {
	padding-bottom: 80px;
	padding-top: 100px;
	    min-height: calc(100vh - 190px);
}
#logo-voodoo {
	width: 130px;
	margin-top: 25px;
	float: right;
}
#logo-voodoo .st0 {
	fill: #9e9e9e;
}
.fcont {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-right: 20px;
}
.f_line {
	margin-bottom: 40px;
}
.go-top-arrow {
        width: 50px;
    height: 50px;
    background-color: #de0f16;
    border-radius: 50%;
    border: 2px solid #fff;
}
.go-top-arrow:hover {
	background-color: #ff3636;
}
.go-top-arrow svg {
	position: absolute;
    left: calc(50% - 8px);
    width: 16px;
    top: calc(50% - 8px);
}
.go-top-arrow .fil0 {
	fill: #fff;
}
.table {
	width: 100%;
	display: table;
}
.privacy {
	font-size: 12px;
}
.post_title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #fff;
	line-height: 56px;
    display: inline-block;
    padding: 0 20px;
	margin: 30px 0 40px;
}
strong, b {
	font-weight: 500;
}

.otstup-30 {
    padding-top: 30px;
}
p {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
}
.hcont a {
	font-size: 18px;
	font-weight: 500;
	color: #de0f16;
}
.hcont p {
	font-size: 12px;
	font-weight: 400;
	color: #8b8b8b;
}
.plitka {
	position: relative;
    display: block;
    width: 100%;
    min-height: 283px;
}
.plitka_img {
	width: 100%;
    height: 100%;
    background-size: cover;
}
.plitka_name {
	    left: 30px;
    bottom: 30px;
	    position: absolute;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 2;
}
.shtorka {
	    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: rgb(222 15 22 / 70%);
	    transition: 0.3s all;
}
#blok_1 {
	    grid-column: 1;
    grid-row: 1;
}
#blok_2 {
	grid-column: 1;
    grid-row: 2;
}
#blok_3 {
	grid-column: 2;
    grid-row: 1/3;
}
#blok_4 {
	grid-column: 3/5;
    grid-row: 1;
}
#blok_5 {
	grid-column: 3;
    grid-row: 2;
}
#blok_6 {
	grid-column: 4;
    grid-row: 2;
}
.home-grid {
	margin-top: 12px;
	display: -ms-grid;
    display: grid;
    grid-gap: 12px;
}
.plitka:hover .shtorka{
	height: 283px;
}
.plitka#blok_3:hover .shtorka {
	height: 578px;
}
h1 {
	
}
.title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #fff;
	line-height: 56px;
    display: inline-block;
    padding-left: 20px;
	padding-right: 20px;
}
.post-title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #fff;
	line-height: 56px;
    display: inline-block;
    padding: 0 20px;
	margin: 30px 0 40px;
}
.uslugi {
	display: table;
}
.usluga {
	display: table;
    width: 33.33%;
    min-height: 80px;
	padding-right: 20px;
	float: left;
	margin-bottom: 30px;
}
.usl_img {
	display: table-cell;
}
.usl_title {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 20px;
    padding-left: 30px;
}
.form {
	background-color: #fff;
	padding: 70px 160px 90px;
}
input, textarea {
    width: 100%;
    border: 1px solid #bbbdc1;
    padding-left: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
}
input {
    line-height: 40px;
}
textarea {
    padding-top: 20px;
    line-height: 22px;
    height: 92px;
}
.type_1 {
	width: 263px;
	float: left;
	margin-bottom: 15px;
}
.wpcf7-submit {
	width: auto;
	cursor: pointer;
	border: 0;
	font-weight: 500;
}
.mr_30 {
	margin-right: 30px;
}
.type_2 {
	width: 556px;
	float: left;
}
.type_3 {
	width: 263px;
	float: left;
	margin-bottom: 15px;
}
.type_3 input {
	height: 92px;
	border: 0;
	padding-left: 0;
}
.text_form {
	color: #808080;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
}
.text_form a {
	color: inherit;
	text-decoration: underline;
}
.text_form a:hover {
	text-decoration: none;
}
span[data-name='file-479'] input {
	opacity: 0;
}
span[data-name='file-479']:before {
	content: 'Добавить файл';
	position: absolute;
    background: #e3e3e6;
    font-size: 16px;
    line-height: 42px;
    padding: 0 15px;
    border-radius: 5px;
    left: calc(50% - 73px);
    top: 15px;
}
#toTop {
    position: fixed;
    top: auto;
    right: 100px;
    opacity: 1;
    cursor: pointer;
    z-index: 1;
    bottom: 100px;
}
.portfolio {
	width: 270px;
    margin: 0 15px 30px;
    float: left;
    cursor: pointer;
        height: 180px;
}
.portfolio_img {
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.pop_window {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fon {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000a1;
}
.slider-uslugi {
	position: absolute;
	z-index: 2;
	height: 60vh;
    width: 60vw;
	top: 20vh;
	left: 20vw;
}
.results {
	display: none;
}
.show {
	display: block;
}
.close_pop {
	position: absolute;
    right: 50px;
    top: 50px;
    width: 40px;
    height: 40px;
    z-index: 3;
	cursor: pointer;
}
.close_pop path {
	    fill: #fff;
}
.slider-uslugi .slick-slider {
	height: 100%;
}
.slider-uslugi .slick-slide img, .slider-uslugi .slick-slide {
	/*height: 70vh;*/
}
.slider-uslugi .slick-slide .slider_img {
	height: 60vh;
    width: 60vw;
    background-size: cover;
    display: block;
    background-position: center;
}
.pop-up-uni {
	display: none;
}
.row {
	margin: 0 -15px;
    display: table;
}
.f_block_1 {
	width: 375px;
	float: left;
}
.f_block_2 {
	float: left;
}
.inline_block {
	display: inline-block;
	width: 100%;
}
.privacy {
	color: #7a7a7a;
	font-size: 12px;
	margin-top: 25px;
	display: inline-block;
}
.privacy:hover {
	color: #000;
}
.company {
	font-size: 12px;
}
.adres {
	float: left;
}
.email {
	float: left;
	margin-left: 25px;
	color: #787878;
	text-decoration: underline;
}
.email:hover {
	color: #000;
	text-decoration: none;
}
.tel {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	color: #000;
}
.node-13 .content-main {
	min-height: auto;
}
ul li {
	line-height: 28px;
}
.galochki {list-style-type:none;padding: 0;}
.galochki li:before{
	content: '';
	background-image: url(/wp-content/themes/voodootheme/images/galochka_krug.svg);
	    width: 28px;
    height: 28px;
    display: block;
    background-size: cover;
    float: left;
    margin-right: 10px;
}
.galochki li {
	    margin-bottom: 24px;
}
.zvezda {list-style-type:none;padding: 0;}
.zvezda li:before{
	content: '';
	background-image: url(/wp-content/themes/voodootheme/images/zvezda_krug.svg);
	    width: 28px;
    height: 28px;
    display: block;
    background-size: cover;
    float: left;
    margin-right: 10px;
}
.zvezda li {
	    margin-bottom: 16px;
}
.wp-block-columns {
	    gap: 62px !important;
}
h2 {
	margin-top: 0;
	margin-bottom: 20px;
}