.sites li {line-height: 1.5;width: unset!important;}

.about-box:not(.opened) .container:after { background: none; }
.pageheader {  background: #1d262e none no-repeat 50% 0/cover; }
.pageheader,
article.about .pageheader, 
article.event .pageheader,
article.solution .pageheader, 
section.services .pageheader, article.service .pageheader, 
section.presscenter .pageheader, article.presscenter .pageheader  {
	background-image: url(../images/Banner-grafika-v4.png);
}
img.pic-left { margin-right: 20px}
img.pic-right { margin-left: 20px}
.content-4-columns-num h4 {
	font-size: 30px;
	color: #1d262e;
	margin-bottom: 0
}
.content-4-columns-num hr { border-color: #1d1d1d}
.content-4-columns-num .items {margin-left:0}
.content-4-columns-num .item {
	width: 25%;
	padding: 10px 20px 0 20px;
}
.content-4-columns-num .item::before {
	content: "";
	display: block;
	width: 90%;
	margin: 5px 0 15px 0;
	border-top: 1px solid #e9e9e9;
}
.content-4-columns-num .title_num {
	display: block;
    margin-top: 20px;
    font-size: 37px;
    font-weight: 1000;
    line-height: 1;
    color: #1d262e;
	white-space: nowrap;
}
.content-4-columns-num .descr_num { 
	display: block;
	margin-top: -10px;
}
.city-question-opened header.page .top .city::after {
    content: none;
}
.directions > .bx-authform {margin: auto}
@media (max-width: 995px) {
	.content-4-columns-num .item {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.lindex section.topslider {height: 500px}
	.logo::before {
		height: auto !important
	}
}
@media (max-width: 479px) {
	.lindex section.topslider {height: 400px}
	.content-4-columns-num .item, .content-4-columns-num .item::before {
		width: 100%; 
	}
	
}
/*	INDEX	*/
.topslider .banner--img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 318px;
	z-index: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.topslider  .container {position: relative}
.banner--img.visible-md {display: none}
section.share .item-wrap .title a {
	font-size: 20px;
	color: #e60039;
}
section.share .item-wrap .title a .blue {color:#0f315a}
section.events-list .item-wrap .title {height: 75px}
section.events-list .item-wrap .text p{
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 3;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
}
section.training .item-wrap .meta,
section.events-list .item-wrap .meta {
	margin: 26px -22px 0;
	border-top: 1px solid #e8e8e8;
	padding: 20px 22px 0;
}
.meta .webik {
	float: left;
	margin-top: 0;
	padding: 0;
}
.meta .webik .icon-wrap {margin-right: 13px}
.icon-webik {
	background: url(../images/online-world.svg) no-repeat center / cover;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
}
@media (max-width: 767px) {
  .banner--img.hidden-md {display: none}
  .banner--img.visible-md {display: block}
  .share-box {
   	background-attachment: local;
 	height: 200px;
 	-webkit-background-size: 200%;
 	background-position-y: 100%;
  }
	
}

#cookie_notification{
	display: none;
	z-index: 100000;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
	margin: 0;
	text-align: left;
	color: $color_text;
}
.cookie_accept {
	min-width: 150px;
	font-size: inherit;
	padding: 5px 10px;
}
.text table th, .text table td {vertical-align: middle}
article.product .to-cart .price.no-order::after{content: none}
@media (min-width: 576px){
	#cookie_notification.show{
		display: flex;
	}
	.cookie_accept{
		margin: 0 0 0 25px;
	}
}

@media (max-width: 575px){
	#cookie_notification.show{
		display: block;
		text-align: left;
	}
	.cookie_accept{
		margin: 10px 0 0 0;
	}
}

form .alert {
	color: #ff0000;
	font-size: 12px;
	margin: 6px;
}
.stock--table .col {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.stock--table .col img {padding-right: 10px}
.mob-break{font-weight: 700}
@media (max-width: 767px){
	.mob-break{
		display: block;
		text-align: center;
		width: fit-content;
		margin: 8px auto;
		padding: 8px 16px;
		color: #e60039!important;
		border: 1px solid #e60039;
		border-radius: 22px;
		font-weight: 300
	}
}