:root {
	--main: #509cc4;
	--hover: #ffce3b;
}
html {
	/*
    scroll-behavior: smooth;
    overflow: hidden;
	*/
}
body {
	background-color: #edf0f5;
	position: relative;
}
.node-7 {
	background-color: var(--main);
}
.btn {
	border: 1px solid #ffffff96;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    height: 68px;
    line-height: 66px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
.btn:hover {
	color: var(--hover);
	border: 1px solid var(--hover);
	fill: var(--hover);
}
.btn:hover svg {
	fill: var(--hover);
}
.btn2 {
	border: 1px solid;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    height: 68px;
    line-height: 66px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #295879;
	fill: #295879;
}
.btn2:hover {
	color:#4da0cc;
	fill: #4da0cc;
}
.btn2 svg {
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.btn3 {
	background: #E35D00;
	background: linear-gradient(0deg, #E35D00, #FBB400);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	padding: 0 15px;
	border: 0;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
}
.btn3:hover {
	background: linear-gradient(0deg, #e48a06, #f9c847);
}
#form_1 .btn3 {
	width: 100%;
}
header {
	background-color: var(--main);
	color: #fff;
	height: 190px;
	height: 150px;
}
.logo {
	width: 66px;
	height: 120px;
	position: absolute;
	left: 40px;
	top: 10px;
}
section {
	position: relative;
    border-radius: 40px 40px 0 0;
	border-radius: 0;
    scroll-snap-align: start;
    padding-top: 10px;
	
	height: calc(100vh - 150px);
    
	/*var 2 */
    /*margin-top: 150px;*/
	z-index: 9;
	left: 0;
	top: 100%;
	/*position: fixed;*/
	width: 100vw;
	transition: 0.9s all;

	height: auto;
	top: 0px;
	/*
	z-index: 9;
    padding-top: 150px;
	height: 100vh;
	*/
	padding-bottom: 80px;
}
section:before {
	content: '';
	position: absolute;
	top: -25px;
    width: 56px;
    height: 25px;
    z-index: 11;
	display: none;
}
section.active_window:before {
	display: block;
}
.block_1:before {
	background-image: url(/wp-content/themes/voodootheme/images/strelka_ser.png);
    /*left: 45px;*/
	left: calc((100vw - 1670px) / 2 + 85px);
}
.block_2:before {
	background-image: url(/wp-content/themes/voodootheme/images/strelka_ser.png);
    /*left: 165px;*/
	left: calc((100vw - 1670px) / 2 + 205px);
}
.block_3:before {
	background-image: url(/wp-content/themes/voodootheme/images/strelka_golub.png);
    /*left: 295px;*/
	left: calc((100vw - 1670px) / 2 + 335px);
}
.block_4:before {
	background-image: url(/wp-content/themes/voodootheme/images/strelka_ser.png);
   /*left: 420px;*/
	left: calc((100vw - 1670px) / 2 + 460px);
}
.block_5:before {
	background-image: url(/wp-content/themes/voodootheme/images/strelka_ser.png);
    /*left: 558px;*/
	left: calc((100vw - 1670px) / 2 + 598px);
}
.block_6:before {
	background-image: url(/wp-content/themes/voodootheme/images/strelka_golub.png);
    /*left: 701px;*/
	left: calc((100vw - 1670px) / 2 + 741px);
}

.active_window {
	top: 150px;
	top: 0px;
}
.block_1 {
	background-color: #edf0f5;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	/*margin-top: 300px;*/
}

.form {
	width: 350px;
	padding: 40px;
	border-radius: 25px;
	background-color: #fff;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.21);
}
.content-main {
	padding-top: 150px;
	overflow: hidden;
}
.line_1 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 40px;
	float: left;
	padding-left: 96px;
	margin-bottom: 25px;
	width: 100%;
}
.line_1 span:first-child {
	margin-right: 40px;
}
.line_2 {
	float: left;
	width: 100%;
	padding-left: 96px;
}
.menu-item {
	font-weight: 400;
	font-size: 20px;
	margin-right: 30px;
}
.menu-item:hover {
	color: var(--hover);
}
.top-menu {
	float: left;
}
.tel {
	font-size: 20px;
	float: left;
	margin-right: 30px;
}
.mail {
	font-size: 20px;
	border: 1px solid;
	border-radius: 3px;
	padding: 0 15px;
	line-height: 40px;
	display: inline-block;
	float: left;
	position: relative;
	top: -10px;
}
.mail:hover {
	color: var(--hover);
}
.main_slider {
	border-radius: 40px;
	width: calc(100% - 340px);
}
.block_1 .form,.block_6 .form {
	position: absolute;
	z-index: 5;
	right: 80px;
	top: 40px;
}
.wpcf7-acceptance .wpcf7-list-item {
	font-size: 12px;
	color: #9d9d9d;
}
textarea, input:not(.wpcf7-submit, [type="checkbox"], [type="radio"]), form select {
	height: 48px;
	border: 0;
	background-color: #edf0f5;
}
.form_body > label {
	margin-bottom: 10px;
	display: inline-block;
}
textarea {
	height: 130px;
}
.mainsl_text {
	position: absolute;
	color: #fff;
	left: 100px;
	bottom: 100px;
	z-index: 3;
}
.mainsl_img {
	height: 100%;
	height: calc(100vh - 220px);
	width: auto;
	border-radius: 40px;
	object-fit: cover;
}
.slick-dots li button:before {
	height: 4px;
	width: 30px;
	border-radius: 3px;
	content: '';
	margin-top: 7px;
	background-color: #99bfd2;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	background-color: #4f9ac2;
}
.slick-dots li button {
	width: 30px;
	margin-left: 10px;
	margin-right: 0px;
}
.slick-dots, .about_slider .slick-dots {
	left: 0;
	    width: auto;
}
.block_2 {
	background-color: #edf0f5;
	padding-top: 60px;
}
.products_row {
	/*
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 10px;
	*/
	margin-bottom: 60px;
}
.products_row_grid {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 10px;
}
.block_3 {
	background: linear-gradient(0deg, #285678 0%, #65afd6 100%);
	color: #fff;
	padding-top: 60px;
}
.block_3 p {
	font-size: 18px;
}
.block_4 {
	background-color: #edf0f5;
	padding-top: 60px;
}
.block_5 {
	background-color: #edf0f5;
	padding-top: 60px;
}
.block_6 {
	background: linear-gradient(0deg, #285678 0%, #65afd6 100%);
	color: #fff;
	padding: 10px;
	    min-height: 910px;
}
.product {
	background: #fff;
	padding: 10px;
	border-radius: 25px;
	margin-right: 10px;
}
.products_row_grid .product {
	margin: 0;
}
.product h3 {
	margin: 40px 0;
	height: 44px;
	font-size: 22px;
	font-weight: 500;
	padding: 0 10px;
}
.product img {
	border-radius: 20px;
}
.block_2_1 {
	display: flex;
}
.block_2_1 h2 {
	min-width: 390px;
	line-height: 1;
}
.block_2_1 p {
	    padding-top: 10px;
	font-size: 18px;
}
.block_2_1 h3 {
	max-width: 713px;
}
.regular-pages {
	padding-top: 220px;
	min-height: calc(100vh - 120px);
	padding-bottom: 60px;
}
.post_title {
	margin-bottom: 40px;
}
h1, h2, h3, h4 {
	margin-top: 0;
}
h1, h2 {
	font-size: 60px;
	font-weight: 500;
}
h3 {
	font-size: 30px;
	font-weight: 500;
}
.preim img {
	min-width: 110px;
	max-width: 110px;
}
.preim {
	display: flex;
	gap: 10px;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}
.pr_text {
	margin: auto 0;
}
.btn svg {
	fill: #fff;
	position: relative;
    top: 8px;
}
.projects_row {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
	margin-bottom: 40px;
}
.project {
	
}
.project_img {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
	background-position: center;
    background-size: cover;
}
.project_img:after {
	content: '';
	display: table;
	padding-top: 75%;
}
.project_title {
	font-size: 18px;
}
.news_row {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
	margin-bottom: 40px;
}
.news_unit {
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
}
.news_unit .project_img {
	width: 245px;
	float: left;
	margin-bottom: 0;
	margin-right: 25px;
}
.form {
	color: #000;
}
#map {
	width: calc(100% - 340px);
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 30px;
}
.contacts p {
	font-size: 24px;
	margin-bottom: 8px;
}
.contacts {
	float: left;
}
.soc_icons {
	    float: left;
    margin-left: 60px;
}
.ugol {
	position: absolute;
	bottom: -27px;
	display: block;
}
.leviy {
	left: 0;
}
.praviy {
	right: 0;
}
.soc_icons a {
	display: inline-block;
	margin-left: 15px;
}
.soc_icons svg {
	fill: #d5dcec;
}
footer {
	color: #ffffffc9;
	padding: 50px 0;
	font-size: 14px;
	background-color: var(--main);
}
.node-7 footer {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
	background-color: unset;
}
.company {
	margin-right: 40px;
}
.privacy {
	margin-right: 20px;
	text-decoration: underline;
}
.privacy:hover {
	text-decoration: none;
}
#logo-voodoo .st0 {
    fill: #fff;
}
.current-menu-item a {
    color: #fff;
}
.archive .project {
	margin-bottom: 30px;
}
.wpcf7-acceptance a {
	    top: 0px;
}
.kama_breadcrumbs  {
	font-size: 14px;
    margin-bottom: 0px;
    position: relative;
    top: -20px;
}
.kama_breadcrumbs a {
	text-decoration: underline;
}
.kama_breadcrumbs a:hover {
	text-decoration: none;
}