@media only screen and (min-width:1900px){
		.w-kampanya{
    top: 20%;
}
	}
@media only screen and (min-width: 1400px) {
	.sol {
		width: 100%;
		background: url(../images/1440.jpg) top left no-repeat;
		background-size: cover;
	}
	.sag {
		display: none;
	}
	.form-holder {
		width: 22%;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1281px) {
	.sol {
		width: 100%;
		background: url(../images/1440.jpg) top left no-repeat;
		background-size: cover;
	}
	.sag {
		display: none;
	}
	.form-holder {
		width: 20%;
	}
}
@media only screen and (max-width:1024px){
		.sag{width:35%;}
		.sol{width:35%;}
		.form-holder{width:24%;}
	}

 @media(min-width:1024px) and (max-width:1200px) {
 	.sol {
		width: 100%;
		background: url(../images/1440.jpg) top left no-repeat;
		background-size: cover;
	}
	.sag {
		display: none;
	}
}

 @media only screen and (max-width:768px) {
   .sol{ display:none;}
   .sag{ display:none;}
	 .form-holder{
    width: 100%;
    float: right;
    position: relative;
}
.sol-m{ display:block;}
.sag-m{ display:block;}
.form-inner{width:300px; margin:0 auto;}
}
 @media only screen and (max-width: 479px) {
	 .form-inner{width:100%;}
	 .sol-m-text h4 {
	 	font-size: 12px;
	 }
	 .sol-m-text p {
	 	font-size: 10px;
	 }
}
@media only screen and (max-width: 320px) {
}
