.area2darken {
  cursor: default !important;
  opacity: 0.5;
}

.popup-window-buttons .btn{
	background-color: #0072BC;
	border: 0;
	height: 37px;
	line-height: 37px;
	display: block;
	color: #fff;
    font-family: "Ubuntu Condensed";
    font-size: 20px;
    text-align: center;
}

.popup-window-buttons .btn:hover{
	background-color: #1980C2;
	cursor: pointer;
}

.product-item-detail-info-container{
	margin: 15px 0;
}

.right-over-s h1{
	height: auto;
}

#header{
	position: relative;
}

.search.search-popup{
	position: absolute;
	top: 0;
	bottom: -38px;
	left: 0;
	right: 0;
	border: 0;
	z-index: 99;
	background: #0072BC;
	height: 38px;
	padding: 0;
	display: none;
}
.lang_switcher{
	position: absolute;
	top: 0;
	right: 0;
}
.lang_switcher .chose-lang{
	top: 10px;
	right: 60px;
	color: #FFF;
	border-bottom: 1px dashed #FFF;
}

.search.search-popup form{
	margin: 6px 30px 0 30px;
}

.search.search-popup iframe{
	display: none;
}

.search.search-popup label {
    margin-right: 28px;
    padding: 0;
    box-sizing: border-box;
    cursor: default;
    display: block;
}

.search.search-popup input[type=text]{
	width: 100%;
	padding: 0;
	height: 26px;
	margin: 0;
	box-sizing: border-box;
}

.search.search-popup input[type=submit]{
	float: right;
}

#header .addres{
	margin-right: 20px;
}

.header_basket{
	float: right;
	position: relative;
	margin-top: 40px;
	margin-right: 15px;
}

.search_toggle{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: url("img/magnifier_white.png") 0 0 no-repeat transparent;
	text-decoration: none;
	right: 20px;
	top: 7px;
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
	z-index: 10;
}

.popup-window p{
	max-width: 280px;
}

.section_top_info{
	margin: 10px 0 10px 0;
	border: 1px solid #BED6F3;
	padding: 10px;
	background: #F5FAFF;
}

.text-main-t .section_top_info p{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
}

.section_top_info p:last-child{
	margin: 0;
}

.product-item-price-old{
	opacity: 0.8;
	text-decoration: line-through;
	color: #7b7b7b;
	font-weight: normal;
}

.popup-window img{
	width: 100%;
	max-width: 200px;
}

/* loip-12 */

.div-404 {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.div-404 h1 {
	font-size: 300%;
	font-weight: 600;
	margin-bottom: 50px;
}

.div-404 h2 {
	font-size: 150%;
}

.div-404 .site-map {
	margin-top: 20px;
	font-size: 150%;
}

/* /loip-12 */

/* loip-13 */

.main-user-consent-request-popup-cont {
	width: 100%;
	height: 60%;
}

.main-user-consent-request-popup-text {
	height: 300px;
	max-width: 90%;
	max-height: 70%;
}



/* /loip-13 */