.dekoracni-sterka #powerTip h2{
	padding-left: 0;
}

.dekoracni-sterka .woocommerce-product-details__short-description{
	display: none;
}

.img-scheme .images_wrap{
	border-radius: 8px;
	overflow: hidden;
}

.point_style::after {
	content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    height: 30px !important;
    max-height: 30px !important;
    width: 30px !important;
    max-width: 30px !important;
    background: #ec1117;
    border-radius: 30px;
    z-index: -1;
    animation: animation 4s infinite;
}

@keyframes animation {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		transform: scale(1.4);
		opacity: 0;
	}
	
	100% {
    	transform: scale(1);
    	opacity: 1;
  }
}

#powerTip{
	padding: 18px;
}

#powerTip .box_view_html img{
	width: 100px !important;
	height: 100px !important;
	margin-right: 0;
	float: left;
}

#powerTip .box_view_html a{
	color: red;
	font-weight: 600 !important;
}

#powerTip .box_view_html a:hover{
	text-decoration: underline;
}

#powerTip h2{
	margin: 0;
	padding-left: 120px;
}

/* schemes container */

.system-solutions-block .unradius-std{
	overflow: hidden;
}

/* interactive schemes */

#powerTip{
	margin-bottom: 30px;
	background: rgb(0 0 0 / 70%);
}

#powerTip.n:before {
    border-top: 10px solid rgb(0 0 0 / 70%);
}

#powerTip .box_view_html p:first-of-type {
	margin-top: 0;
	padding-left: 0;
}

#powerTip .box_view_html p {
	font-weight: 600;
	padding-left: 120px;
	margin-top: 5px;
}

.schema-container ul{
	padding-left: 18px;
}

.schema-container ul li{
	list-style-type: disc;
}

.schema-container ul li::marker{
	color: #ec1117;
}

.schema-container .pin{
	filter: grayscale(0);
	transition: filter .2s ease-in;
}

.schema-container .pin:hover{
	filter: grayscale(.3);
}

.calculator-tabs.uncode-tabs .vc_tta-tabs-container .nav-tabs{
	border: 0;
}

@media (max-width: 569px){
	.img-scheme .images_wrap{
		border-radius: 4px;
	}
	
	.isotope-container .tmb.tmb-woocommerce h3.h4{
		font-size: 18px;
	}
	
	#powerTip{
		width: 100%;
		left: 0 !important;
		right: 0 !important;
	}
	
	#powerTip h2{
		font-size: 24px;
	}
	
	span.close_ihp {
		display: block;
		float: right;
	}
	
	span.close_ihp svg{
		fill: #fff;
	}
}