
@media screen and (max-width:700px) {

.mb {
	display: none;
}
.header {
	display: none;
}
.u-header {
	display: none;
}

.fixedbarmenu{
	position: fixed;
	z-index: 9999;
	background: #222;
	width: 100%;
	height: auto;
	bottom: 0;
	font-size: 19px;
	box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
	display: block;
}

.fixedbarmenu a.preBtn{
    width: 50%;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    top: -5px;
}

.tkl {
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(#7D4196, #7D4196);
	float: left;
	color: white;
	font-family:unset;
}
.ar {
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(#993E96, #EA3592);
	color: white;
	float: left;
	font-family:unset;
}
.fixedbarmenu a:hover {
	color: white;
}
.slider1 {
	width: 100% !important;
	height: auto !important;
	margin-top: 25px !important;
	margin-left:0px !important;
}

.reklamv {
	width: 100% !important;
	height: auto !important; 
}
.logomobil {
	width: 30%;
}
.logopc {
	width: 30%;
	display: none;
}


}

@media screen and (min-width:1024px) {


.slider1 {
	width: 100% !important;
	height: auto !important; 
	margin-top: 318px !important; 
	margin-left:80px !important;
}

.reklamv {
	width: 80% !important;
	height: auto !important; 
}
.logopc {
	width: 100%;
}
.logomobil {
	width: 30%;
	display: none;
}


}