#lang{
	display:flex;
	margin:0 20px 0 0;
	list-style:none;
}
#lang li{
	padding:3px 8px;
	cursor:pointer;
}
#lang li.active{
	background:#12b4f7;
	cursor:text;
	border-radius:6px;
	color:#fff;
}

#cookie-policy{
	display:none;
	position:fixed;
	bottom:0;
	z-index:1000;
	width:100%;
	box-shadow: 0 0 15px 0 #6c757d;
	background:#fff;
}
#cookie-policy-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px;
}
#cookie-policy-button{
	margin:0 20px 0 0;
	display: inline-block;
	padding: 0.5rem 1.25rem;
	border: none;
	border-radius:.375rem;
	background-color: #dee2e6;
	color: #262626;
	font-family: inherit;
	font-size: .875rem;
	font-weight: 400;
	font-style: inherit;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	background-color: #00aeef;
	color: #fff;
}
#cookie-policy-close{
	position:relative;
	width: 16px;
	height: 16px;
	background: transparent;
	cursor: pointer;
}
#cookie-policy-close:before{
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 1px;
	top: 50%;
	left: 50%;
	background-color: #707880;
	transition: 160ms all linear;
	transform: translate(-50%, -50%) rotate(45deg);
}
#cookie-policy-close:after{
	transform: translate(-50%, -50%) rotate(-45deg);
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 1px;
	top: 50%;
	left: 50%;
	background-color: #707880;
	transition: 160ms all linear;
}
.sdek_pvzLair .btn-default{
	background-color: #12b4f7;
	border: 1px solid transparent;
	color: #fff;
	transition: background-color .2s,border .2s;
}
.header.type2 .top-header {
	display: flex!important;
}

.header.type2 .top-header .menu {
	max-width: 80%;
}

@media screen and (max-width:1200px){
	.header.type2 .top-header-wrapper{
		overflow: hidden;
	}
	.header.type2 .top-header-wrapper .sign-in{
		display: none;
	}
	.header.type2 .top-header-wrapper .phone{
		display: none;
	}
	.header.type2 .small-menu{
		display: none;
	}
	#lang{
		position: relative;
		z-index: 99999;
		padding: 10px 0px;
	}
	.blur-bar-container{
		display: none;
	}
}
#cookie-policy-inner p{
	font-size: 12px;
}

.table-size{
	margin:20px 0;
}
.table-size a{
	text-decoration:none;
	border-bottom:1px dotted;
	color:gray !important;
}


    #faq-wrap{
    }
    .has-sub{
         cursor:pointer;
    }
.page-container > #faq-wrap .sidebar-menu ul li.has-sub > span{
        width:30.5em;
	padding-left:10px;
}

.hero.type-1 .item:hover .link{
	max-height:100% !important;
}