:root {
	--main: #008ad0;
	--hover: #22a5e7;
}
a:not([class]) {
	text-decoration: underline;
}
a:not([class]):hover {
	text-decoration: none;
	color: var(--main);
}
.btn {
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
	background-color: var(--main);
}
.btn:hover {
	background: var(--hover);
}
.btn2 {
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
	background-color: var(--main);
}
.btn2:hover {
	background: var(--hover);
}
.head_1 {
	background-color: var(--main);
	color: #fff;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	transition: 0.2s all;
}
.scrolled .head_1, body:not(.node-9) .head_1 {
	height: 0;
}
#blind {
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	right: 40px;
	height: 40px;
	line-height: 40px;
	top: 5px;
	width: 50px;
	text-align: center;
}
.name {
	text-align: center;
}
#blind svg {
	margin-top: 10px;
}
.logo {
	width: 272px;
	height: 90px;
	margin-top: 20px;
	margin-bottom: 15px;
	    position: absolute;
    top: 0;
    left: 40px;
}
.scrolled .logo, body:not(.node-9) header .logo {
	background-image: url(/wp-content/themes/voodootheme/images/logo_s.png);
	width: 202px;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.head_2_row {
	/*float: right;*/
    width: 100%;
	text-align: end;
	line-height: 50px;
}
.scrolled .head_2_row, body:not(.node-9) .head_2_row {
	line-height: 70px;
}
.scrolled #h2r_1, body:not(.node-9) #h2r_1 {
	overflow: hidden;
	height: 0px;
}
.scrolled .head_2, body:not(.node-9) .head_2 {
    height: 70px;
}
.scrolled .sandwich, body:not(.node-9) .sandwich {
	top: 3px;
}
.scrolled, body:not(.node-9) header {
	box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 21%);
    -webkit-box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.21);
}
.content-main {
	min-height: calc(100vh - 200px);
	padding-top: 170px;
}
body:not(.node-9) .content-main {
	padding-top: 130px;
}
.sandwich {
	display: block;
		top: 44px;
		margin-top: 14px;
		float: unset;
		position: absolute;
		right: 40px;
	}
	.c-hamburger {
			z-index: 10;
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 50px;
	  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: #000;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #000;
	  content: "";
	}
	.c-hamburger span::before { background-color: #000;}
	.c-hamburger span::after {background-color: #000;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: #000;
	}
	 
	.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 {
	padding-left: 0;
	padding-right: 90px;
}
.menu-item {
	margin-right: 35px;
	font-size: 18px;
	font-weight: 400;
}
header {
	background: #fff;
}
.head_2 {
	height: 120px;
}
.text {
	position: absolute;
	color: #fff;
	text-align: center;
	z-index: 1;
	width: 940px;
	top: 0;
	left: calc(50% - 470px);
	padding-top: 75px;
}
.block_0 {
	position: relative;
}
.text_1 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.text_2 {
	font-size: 100px;
	font-weight: bold;
	text-transform: uppercase;
}
.text_3 {
	font-size: 18px;
	margin: 20px 0;
}
.uslugi_icon_block {
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 30px;
	height: 306px;
	color: #fff;
	border-radius: 5px;
	padding: 45px 55px;
	position: relative;
	overflow: hidden;
}
.vertical_shtorka {
	position: absolute;
	z-index:1;
	width: 15px;
    height: 100%;
    left: 0;
    top: 0;
	transition: 0.3s all;
}
.uslugi_icon_block:hover .vertical_shtorka {
	width: 100%;
}
#b_1 .vertical_shtorka {
	background-color: #005e91;
}
#b_2 .vertical_shtorka {
	background-color: #34afd8;
}
#b_3 .vertical_shtorka {
	background-color: #9bd5e4;
}
#b_4 .vertical_shtorka {
	background-color: #cd8340;
}
#b_5 .vertical_shtorka {
	background-color: #6b1e00;
}
#b_6 .vertical_shtorka {
	background-color: #3f3f3f;
}
.uslugi_icon_title {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 105px;
	z-index:2;
	position: relative;
}
.uslugi_icon_text {
	z-index:2;
	position: relative;
}
h1, h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 40px;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.post_title_sved {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.block_1 {
	margin-top: 90px;
}
.block_1 h2 {
	text-align: center;
}
.tel {
	margin-left: 50px;
	position: relative;
}
.tel a {
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}
.block_2_row {
	display: flex;
	gap: 100px;
}
.block_2_left, .block_2_right {
	width: 50%;
	position: relative;
}
.block_2 {
	margin-top: 100px;
}
.block_2_tab {
	display: none;
}
.block_2_tab_active {
	display: block;
}
img {
	max-width: 100%;
}
.filtr_line {
	margin-bottom: 30px;
}
.filtr_line a {
	display: inline-block;
	margin-right: 30px;
	cursor: pointer;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}
.filtr_line a:hover, .filtr_line .active_f {
	border-bottom: 2px solid;
	color: var(--main);
}
.filtr_line span {
	font-weight: 500;
	margin-right: 10px;
}
.tab_slider img {
	height: 480px;
	/*width: 755px;*/
	    object-fit: cover;
}
.tab_arrows {
	position: relative;
    bottom: 260px;
    width: 100%;
}
.tab_arrows .arrow-left {
	margin-left: -30px;
	float: left;
	transform: rotate(90deg);
}
.tab_arrows .arrow-right {
	margin-right: -30px;
	float: right;
	transform: rotate(-90deg);
}
.preim {
	float: left;
    margin: 0;
    width: 20%;
    text-align: center;
}
.block_3 {
	margin-top: 90px;
}
.block_3 h3 {
	text-align: center;
}
.preim > div {
	font-size: 20px;
	margin-top: 20px;
}
.block_6 {
    height: 614px;
	margin-top: 120px;
}
.otzivi {
	width: 50%;
	background-color: #fff;
	padding: 55px 50px;
	border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0, 3, 6, 0.36);
    -moz-box-shadow: 0px 0px 8px 0px rgb(0, 3, 6, 0.36);
    box-shadow: 0px 0px 8px 0px rgb(0, 3, 6, 0.36);
    position: relative;
    margin-top: 50px;
	float: left;
}
.otzivi_slider img {
	border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
}
.otzivi_title {
	color: var(--main);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}
.otzivi_text p {
	    font-size: 14px;
    line-height: 1.2;
}
.otzivi_text {
	margin-bottom: 30px;
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li {
	background: #9b9b9b;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 7px;
}
.slick-dots li.slick-active {
	background: var(--main);
}
.slick-dots {
	right: 0;
}
.block_6_form {
	width: 40%;
	float: right;
	padding: 65px 50px 0;
	text-align: center;
}
.block_6_form h3, .block_6_form p {
	color: #fff;
}
.block_6_form h3 {
	margin-bottom: 10px;
}
.block_6_form p {
	font-size: 14px;
	margin-bottom: 50px;
}
.block_6_form .text-under-form {
	color: #fff;
	margin-top: 25px;
}
.wpcf7-submit {
	border: 1px solid var(--main);
	
    margin-top: 10px;
}
#form_1 {
	padding-top: 60px;
}
#form_1 h3 {
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: unset;
}
textarea, input:not(.wpcf7-submit), form select {
	border: 0;
	line-height: 50px;
}
.fcol_1 {
	width: 345px;
	float: left;
	padding-right: 100px;
	font-size: 14px;
}
.fcol_2 {
	width: calc(100% - 565px);
	float: left;
}
.fcol_3 {
	width: 220px;
	float: left;
}
.foot_1 {
	padding: 40px 0 30px;
	border-top: 1px solid #e4e5e9;
    margin-top: 50px;
}
.foot_2 {
	background-color: var(--main);
	color: #fff;
}
.fcol_2 .tel {
	margin-left: 0px;
	margin-right: 0px;
    display: block;
    float: left;
	margin-bottom: 10px;
	width: 50%;
}
.foot_1  .fcol_2 p:first-child {
	font-size: 18px;
	font-weight: 500;
}
.block_6_form .wpcf7 form .wpcf7-response-output {
	background-color: #fff;
}
.foot_2 {
	padding: 20px 0 40px;
}
.privacy {
	font-size: 12px;
	font-weight: 300;
	text-decoration: underline;
	margin-right: 20px;
}
.privacy:hover {
	text-decoration: none;
}
.oferta p {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 0;
}
#logo-voodoo .st0 {
    fill: #fff;
}
#logo-voodoo {
	margin-top: 55px;
}
.tab_arrows .arrow {
	cursor: pointer;
}
.sidebar {
    width: 380px;
    float: left;
    margin-right: 60px;
}
.sveden_menu {
    margin: 0;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 20px 40px 10px;
}
.right_side {
    width: calc(100% - 440px);
    float: left;
}
.sveden_menu .menu-item {
	width: 100%;
	margin-bottom: 15px;
}
.current-menu-item > a {
	color: var(--main);
}
.left_col {
	min-width: 40%;
    max-width: 40%;
    background-color: #edf0f5;
    padding: 15px;
    float: left;
	align-items: center;
}
.left_col_long {
	min-width: 60%;
    max-width: 60%;
}
.right_col {
	padding: 15px;
    align-items: center;
    min-width: 60%;
    max-width: 60%;
    float: left;
}
.wp-block-lazyblock-tablichnyj-blok {
	display: flex;
	border: 1px solid #e1e1e1;
    width: 100%;
	margin: 8px 0;
}
.parent_block {
	width: 100%;
    display: table;
}
.long_title {
	min-width: 100%;
    max-width: 100%;
	font-weight: 500;
}
.wp-block-lazyblock-block-vlog {
	border: 1px solid #e1e1e1;
    margin: 8px 0;
}
.sveden_summary_text {
	margin-bottom: 40px;
}
.table_row {
	display: flex;
	width: 100%;
	border-top: 1px solid #e1e1e1;
}
.right_col p:last-child {
	margin-bottom: 0;
}
.table_row, .table_row p {
	line-height: 1.4;
}
.side_kategorii {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 20px 40px 10px;
	margin-bottom: 5px;
}
.side_kategorii_title {
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
}
.side_kategorii ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.side_kategorii li {
	margin-bottom: 15px;
}
.side_kategorii li a:hover, .active {
	color: var(--main);
}
.node-9 .foot_1 {
	margin-top: 0;
}
.cost__category {
	min-width: 40%;
	max-width: 40%;
}
.cost__srok, .cost__price, .cost__price_distance {
	min-width: 20%;
	max-width: 20%;
	text-align: end;
}
.cost__item {
	display: flex;
}
.sveden_menu .menu-item a {
	text-decoration: none;
}
.main_slider img {
	height: 614px;
    object-fit: cover;
}
.side_kategorii li a {
	text-decoration: none;
}
.menu-item a {
    text-decoration: none;
}
.personal img {
	width: 220px;
	border-radius: 5px;
	margin-bottom: 17px;
}
.personal_title {
	font-weight: 500;
    height: 44px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 18px;
}
.personal_dolzhnost {
	height: 51px;
    overflow: hidden;
	font-size: 14px;
}
.personal {
	margin: 0 10px 30px;
	float: left;
	width: 236px;
}
.over_text {
	position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    color: #fff;
    padding: 60px;
}
.wp-block-lazyblock-kartinka-s-tekstom {
	position: relative;
	margin-bottom: 60px;
}
.wp-block-lazyblock-kartinka-s-tekstom img {
	border-radius: 5px;
}
.content-mini {
    width: 1030px;
}
.wp-block-lazyblock-preimushestva h3 {
	text-align: center;
}
.wp-block-lazyblock-preimushestva {
	margin: 80px 0 110px;
	display: table;
    width: 100%;
}
.node-20 .wp-block-columns li {
	margin-bottom: 10px;
	line-height: 1.4;
}
.wp-block-lazyblock-bannera3 {
	margin: 0 -10px;
}
.tel_banner {
	display: block;
	margin: 0 10px;
	float: left;
	width: calc(33.33% - 20px);
	text-align: center;
	border: 1px solid #c8c8c8;
	border-radius: 10px;
	overflow: hidden;
	    position: relative;
}
.tel_banner img {
	margin: 40px;
	width: calc(100% - 80px);
	border-radius: 50%;
	    display: block;
		z-index: 2;
    position: relative;
}
.tel_banner_bot {
	height: 120px;
	display: table;
	text-align: center;
	width: 100%;
	color: #fff;
	z-index: 2;
    position: relative;
}
.tel_banner_bot_text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#tb_1 .tel_banner_bot {
	background-color: #005e91;
}
#tb_2 .tel_banner_bot {
	background-color: #34afd8;
}
#tb_3 .tel_banner_bot {
	background-color: #cd8340;
}
.news_block {
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 30px;
	border: 1px solid #c7c7c7;
    border-radius: 5px;
    overflow: hidden;
}
.news_img:before {
	content: '';
	display: table;
	padding-top: 67%;
}
.news_title {
	font-size: 18px;
	font-weight: 500;
    height: 66px;
    overflow: hidden;
	padding: 0 20px;
	margin-bottom: 30px;
}
.news_time {
	font-size: 12px;
	color: #a1a1a1;
	    padding: 0 20px;
    margin: 10px 0;
}
.news_img {
	background-size: cover;
	background-position: center;
}
.otzivi_block img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
	float: left;
	margin-right: 40px;
}
.otzivi_block {
	display: table;
	margin-bottom: 40px;
}
.otzivi_right {
	float: left;
	width: calc(100% - 120px);
}
.polosa {
	height: 12px;
	width: 100%;
	position: relative;
}
.pol_1 {
	background-color: #005e91;
}
.pol_2 {
	background-color: #34afd8;
}
.pol_3 {
	background-color: #9bd5e4;
}
.pol_4 {
	background-color: #cd8340;
}
.pol_5 {
	background-color: #6b1e00;
}
.pol_1:before {
	content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 6px solid #005e91;
    border-bottom: 6px solid #005e91;
    position: absolute;
    left: -12px;
    top: 0;
}
.pol_2:before {
	content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 6px solid #34afd8;
    border-bottom: 6px solid #34afd8;
    position: absolute;
    left: -12px;
    top: 0;
}
.pol_3:before {
	content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 6px solid #9bd5e4;
    border-bottom: 6px solid #9bd5e4;
    position: absolute;
    left: -12px;
    top: 0;
}
.pol_4:before {
	content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 6px solid #cd8340;
    border-bottom: 6px solid #cd8340;
    position: absolute;
    left: -12px;
    top: 0;
}
.pol_5:before {
	content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 6px solid #6b1e00;
    border-bottom: 6px solid #6b1e00;
    position: absolute;
    left: -12px;
    top: 0;
}
.pol_5:after {
	content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #6b1e00;
    border-top: 6px solid #6b1e00;
    position: absolute;
    right: -12px;
    top: 0;
}
.polosa_img .polosa {
	    width: 20%;
    float: left;
}
.otkuda_otzyv {
	    font-size: 14px;
    color: #a1a1a1;
}
#map {
	margin-top: 50px;
}
.node-16 .content-main .tel {
	margin-left: 0;
    margin-right: 50px;
    display: inline-block;
    margin-bottom: 15px;
}
.node-16 .content-main .tel a {
	margin-left: 5px;
}
.polosa_img {
	display: block;
    position: absolute;
    bottom: -12px;
    width: calc(100% - 80px);
    left: 40px;
    right: 40px;
}
.scrolled .polosa_img {
	display: none;
}
.side_kategorii_title:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(/wp-content/themes/voodootheme/images/strel_vniz_1.png);
	top: 4px;
    left: -25px;
    z-index: 1;
    width: 16px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.head_3 {
	display: none;
	background-color: #edf0f5;
	padding: 50px 0 90px;
}
.h3_col {
	float: left;
	width: 33.33%;
	    padding-right: 80px;
}
.sand-menu .menu-item {
	width: 100%;
	margin-right: 0;
	display: inline-block;
	margin-bottom: 15px;
}
.sand-menu {
	padding: 0;
	margin: 0;
}
.sub-menu .menu-item {
	font-weight: 400;
	font-size: 16px;
}
.sand-menu > .menu-item {
	font-weight: 400;
    font-size: 20px;
}
.sub-menu {
	padding: 0;
	margin: 15px 0 0;
}
.gallery_block .news_title {
	    padding: 20px;
}
.gt3pg_photo_gallery {
	margin: 0 -15px;
}
.otzivi h3 {
	margin-bottom: -20px;
}
.over_text p {
	font-size: 22px;
	line-height: 1.4;
}
.fcol_2 .tel a {
	    width: 100%;
    display: inline-block;
}
table tr:first-child td {
    background-color: #edf0f5;
}
td {
    padding: 10px;
    border: 1px solid #c7c7c7;
}
.archive .otzivi_text p {
    font-size: 16px;
    line-height: 1.4;
}
.node-16 .foot_1 {
	margin-top: 0;
}
.node-16 .foot_1 .fcol_2 {
	display: none;
}
body .is-layout-flex {
    gap: 100px;
}
.pop_up_block .form_body {
	border-radius: 5px;
}
textarea {
	height: 96px;
}
#form_2 textarea, #form_2 input:not(.wpcf7-submit) {
	border: 1px solid #c7c7c7;
}
#form_2 h3 {
    font-size: 18px;
}
.shtorka {
	height: 0;
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
	transition: 0.3s all;
}
.tel_banner:hover .shtorka {
	height: 100%;
}
#tb_1 .shtorka {
	background-color: #005e91;
}
#tb_2 .shtorka {
	background-color: #34afd8;
}
#tb_3 .shtorka {
	background-color: #cd8340;
}
.wp-block-table .has-fixed-layout td {
	border: 1px solid #c7c7c7;
}
.wa, .fcol_2 .tel .wa {
	position: absolute;
	width: 30px;
    height: 30px;
    display: block;
	top: 12px;
    left: -45px;
}
.node-16 .wa {
	display: inline-block;
    position: relative;
    left: auto;
    top: 8px;
	margin-right: 30px;
}
#form_2 {
	text-align: center;
}
.wp-block-lazyblock-daty-nabora-grupp {
    border-radius: 5px;
    border: 1px solid #c6d0d6;
    overflow: hidden;
    margin-bottom: 20px;
}
.top_ob {
    padding: 30px;
}
.mini_bold {
    width: 100%;
    font-weight: 500;
}
.wp-block-lazyblock-daty-nabora-grupp span {
    width: 100%;
    display: inline-block;
}
.wp-block-lazyblock-daty-nabora-grupp .btn2 {
    margin: 20px 0 10px;
}
.wp-block-lazyblock-vazhnaya-informaciya-dlya-slushatelej {
    background-color: #edf0f5;
    padding: 30px;
    border-radius: 5px;
	margin-bottom: 60px;
}
.top_vazno img {
	width: 52px;
	float: left;
	margin-right: 18px;
}
.top_vazno {
	margin-bottom: 10px;
}
.text_vazno a {
	border-radius: 5px;
	border: 2px solid var(--main);
	color: var(--main);
	display: block;
    padding: 15px 20px;
	border-radius: 10px;
	font-weight: 500;
	text-decoration: unset !important;
}
.text_vazno a:hover {
	color: var(--hover);
}
.text_vazno p {
	line-height: 28px;
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
	border-radius: 5px;
}
.pop_up_block .form_body {
	padding-top: 60px;
}
.wp-image-375 {
	border: 2px solid #cd8340;
    padding: 19px;
    width: 100% !important;
    border-radius: 5px;
}
.sveden_summary_text p {
	font-size: 14px;
	line-height: 1.4;
}
#blind.not_front {
	    top: 17px;
    right: 100px;
}
.node-9 #blind.not_front {
	display:none;
}
.node-9 .scrolled #blind.not_front {
	display:block;
}
.partners_block {
    width: calc(25% - 20px);
    float: left;
    margin: 0 10px 20px 10px;
    height: 170px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 15px;
}
.partners_left_col {
    float: left;
    width: 70px;
}
.partners_right_col {
    float: left;
    width: calc(100% - 80px);
    margin-left: 10px;
}
.partners_url {
    color: #848484;
	margin-top: 10px;
    display: inline-block;
}
.partners_url:hover {
	color: var(--main);
}
.block_7 {
	margin-top: 50px;
    margin-bottom: 30px;
}
.wp-block-quote {
	margin: 30px 0;
    border-left: 3px solid #9bd5e4;
    padding-left: 35px;
}