.ui-widget-content {
	border: 0;
	background: none;
}
.hidde {
	display: none !important;
}
.offer-unavailable-notice {
	color: #c0392b;
	font-weight: 600;
}
input[name = 'telephone'] {
	display: none;
}

#document {
	padding: 0 40px 0 5px;
}
input.error {
	border-color: red;
}
.error-message {
	font-size: 14px;
	color: red;
}
label span.error {
	font-size: 9px;
	color: red;
	float: right;
}
.alert-validate input {
	border: 1px solid red;
}
.message.fail, .message.successful {
	display: inline-block;
	width: 100%;
	padding: 10px;
}

.popup_add2cart{
	position: absolute;
	max-width: 630px;
	left: 50%;
	top: 50vh;
	transform:translate(-50%, -50%);
	background: var(--color-white);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 100%;
	padding: 35px 30px;
	display:none;
	z-index:110;
}
@media all and (max-height: 660px) {
	.popup_add2cart {
		top: 70vh;
	}
}
.overlay.open,
.popup_add2cart.open{
	display:block;
}
.popup_ttl{
	font-weight: 700;
	text-align: center;
	margin-bottom: calc(15px + 5*var(--respon));
}
.popup_info {
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	padding: calc(5px + 25*var(--respon)) 0 calc(5px + 20*var(--respon));
	margin-bottom: calc(20px + 10*var(--respon));
}
.popup_img {
	width: 38%;
	max-width: 200px;
}
.popup_txt {
	width: 60%;
}
.popup_add2cart .btn{
	padding: 0 15px;
	width:100%;
	line-height: calc(25px + 10*var(--respon));
	height: calc(30px + 10*var(--respon));
}
.close_popup {
	position: absolute;
	top: 10px;
	right: 10px;
cursor: pointer;
}
.popup_add2cart .prod_price {
	font-size: calc(14px + 12*var(--respon));
	line-height: calc(21px + 18*var(--respon));
	margin-top: calc(0px + 8*var(--respon));
}
.popup_add2cart .old_price {
	margin-left: calc(10px + 8*var(--respon));
}
.w19 {
	width: auto;
	margin-right: 35px;
}
.create_by {
	font-size: 14px;
	width: 300px;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	margin-left: 40px;
	margin-top: 10px;
}
.serv_b .prod_txt div.lh_20 {
	min-height: 200px;
}
.painter-calc-cost {
	margin: 0 0 0 20px;
}
.quantity.painter-calc .row.row_end {
	align-items: center;
}
.quantity.painter-calc .row.row_end > .unit {
	align-items: center;
	display: flex;
	min-height: 50px;
}
.quantity.painter-calc .row.row_end input {
	margin-bottom: 0;
}
.quantity.painter-calc .row.row_end > .unit > p {
	line-height: 1;
	margin: 0;
}
.quantity.painter-calc .row.row_end > .unit.mb_xl_20 {
	margin-bottom: 0;
}
@media all and (max-width: 425px) {
	.create_by {
		margin-left: 0;
	}
}

.cart_summary {
	font-size: 20px;
}
.about_video {
	max-height: 600px;
}
.border_radius_16_lt {
	border-radius: 16px 0 0 0;
	-webkit-border-radius: 16px 0 0 0;
}

.border_radius_16_rt {
	border-radius: 0 16px 0 0;
	-webkit-border-radius: 0 16px 0 0;
}

.border_radius_16_rb {
	border-radius: 0 0 16px 0;
	-webkit-border-radius: 0 0 16px 0;
}

.border_radius_16_lb {
	border-radius: 0 0 0 16px;
	-webkit-border-radius: 0 0 0 16px;
}
.rkn-footer {
	margin-top: 25px;
	display: block;
}

@media screen and (max-width: 991px) {
	.about_video video {
		max-width: 100%;
	}
	.border_radius_16_lt {
		border-radius: 16px 16px 0 0;
		-webkit-border-radius: 16px 16px 0 0;
	}

	.border_radius_16_rt {
		border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
	}

	.border_radius_16_lb {
		border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
	}

	.border_radius_16_rb {
		border-radius: 0 0 16px 16px;
		-webkit-border-radius: 0 0 16px 16px;
	}
}
@media screen and (max-width: 768px) {
	.quantity.painter-calc .row.row_end.mt_xl_10 {
		display: block;
	}
	.cart_btn {
		max-width: 300px;
	}
	.cart_btn.checkout-btn .btn, .cart_btn.painter-calc-block.mt_xl_20 .btn {
		margin-bottom: 15px;
	}
	.cart_btn .btn {
		font-size: 11px;
		padding: 0 32px;
	}
}
.fancybox__counter {
	margin-top: -35px;
}

.text-center {
	text-align: center;
}
.cursor-pointer {
	cursor: pointer;
}

.file_upload span {
	line-height: 1.2;
}
.fake_btn {
	font-family: "FuturaPT", sans-serif;
	border: 1px solid rgb(218, 219, 220);
	border-radius: 3px;
	background-color: rgb(248, 249, 250);
	margin: 0 0 8px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 50px;
	text-transform: none;
	font-weight: normal;
	padding: 10px 0 0 0;
	font-size: calc(14px + 3*var(--respon));
	color: var(--color-basic);
}
.req-btn__label {
	display: none;
}
input + .field-error {
	margin: -20px 0 calc(15px + 5 * var(--respon));
}
.product_img_big.owl-theme .owl-nav [class*="owl-"] {
	background: transparent;
}
.article_owl.owl-theme .owl-nav [class*="owl-"] {
	background: var(--color-green);
}
.serv_b .prod_txt a {padding: 0 25px 3px;}
.desc_cat ul {
	margin-bottom: 20px;
}
.desc_cat li {
	font-size: 16px;
}

.video-js {
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.video-js .vjs-tech {position: relative;}
.video-js .vjs-big-play-button {
	font-size: 0;
	line-height: inherit;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: none;
	background-color: rgba(0, 0, 0, 0.502);
	border-radius: 50%;
	transition: all 0.4s;
	transform: translate(-50%, -50%);
	background-image: url(/templates/ligno/img/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30%;
	border: solid 2px var(--color-white);
}
.about_block .video-js .vjs-big-play-button {
	width: 50px;
	height: 50px;
}
.vjs-poster {
	background-color: transparent;
}

.video-obzor {
	width: 32px;
	height: 32px;
	background: url(../img/video.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
	margin-right: 50px;
}

.dflex {
	display: flex;
}

.align_items_center {
	align-items: center;
}
