/* Smartphones (вертикальная и горизонтальная ориентация) ----------- */
@media only screen and (min-width : 220px) and (max-width : 600px) {
/* стили */
	.top-title {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.logo {
		padding: 0;
		margin-top: 20px;
		margin: 20 auto;
		display: flex;
	}
	.logo img {
		width: 160px;
	}
	.navbar {
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
		float: left;
		position: relative;
		left: 60px;
	}
	.navbar a {
		font-size: 16px;
	}
	.top-menu {
		background: #40435c;
		padding-bottom: 10px;
	}
	.header {
		background: rgba(0,0,0,.3);
	}
	.mobile-operators {
		width: 100%;
	}
	.mts, .beeline, .megafon, .tele2 {
		width: 50px; 
	}
	.mobile-operators img {
		width: 50px;
	}
	.teaser-news {
		margin: 0;
		margin-bottom: 10px;
		width: 220px;
	}
	.text-footer-left, .text-footer-right {
		float: left;
	}
	.prav2016 {
		float: left;
		left: 50%;
		position: relative;
		margin-left: -50px;
	}
	.footer {
		height: auto;
	}
	.footer-logo {
		margin-left: 80px;
	}
	.footer-navbar {
		height: auto;
		float: left;
		display: block;
		position: relative;
		left: 50%;
		margin-left: -15px;
		padding-bottom: 20px;
	}
	h2 {
		padding-left: 0;
		font-size: 25px;
		text-align: center;
	}
	ul.how-to {
		padding-left: 0;
		font-size: 14px;
		padding-right: 10px;
	}
	.why li {
		line-height: 20px;
	}

/*END Smartphones (вертикальная и горизонтальная ориентация) ----------- */
@media only screen and (min-width : 800px) and (max-width : 1281px) {
	.teaser-news {
		max-width: 206px;
	}
}
@media only screen and (max-width : 1024px) {
	.top-title {
		font-size: 22px;
		line-height: 22px;
		margin: 10px 0;
	}
	.navbar {
		width: 100%;
		position: relative;
		left: 0;
		margin-left: 0;
		top: 50px;
	}

}
@media only screen and (max-width : 685px) {
	.logo {
		width: 180px;
		position: absolute;
		left: 50%;
		margin-left: -75px;
	}
	.navbar {
		width: 100%;
		position: relative;
		left: 0;
		margin-left: 0;
		top: 50px;
	}
	a.button-block__btn {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 300px;
	}
	span.prav2016 {
		margin-left: -34px;
	}
	.logo {
		margin-left: -80px;
	}
	.navbar a {
		font-size: 15px;
	}
	.navbar-menu {
		padding: 0;
		width: 100%;
		text-align: left;
		position: absolute;
		left: auto;
	}
	.login1 {
		width: 97%;
		margin-bottom: 10px;
		padding: 5px 3px;
	}
	.login1 a {
		font-size: 15px;
		position: relative;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.login2 {
		font-size: 15px;
		position: relative;
		margin: 0 auto;
		width: 49%;
		text-align: center;
		overflow: hidden;
		padding: 5px 0;
	}
	.login2 a {
		font-size: 15px;
		position: relative;
		float: left;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.log3 {
		margin-left: -37px;
	}
	.top-menu {
		padding-bottom: 45px;
	}
	h2 {
		font-size: 22px;
		text-align: center;
		font-weight: 700;
		padding-left: 10px;
		padding-right: 10px;
	}
	.section1 {
		background-size: none;
		filter: blur(200);
	}
}
@media only screen (min-width: 220px) and (max-width : 600px) {
	li .hide-news {
		display: none;
	}
}

/*shadow*/
.class_box_shadow{
    width: 300px;
    min-width: 200px;
    min-height: 130px;
    margin: auto;
    background: #ccc;
    border: 5px solid white;
    position:relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
.sh_bottom{
    width: 100%; height: 45%;
    position:absolute;
    z-index: -2;
    bottom: 0; right: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.sh_bottom:after{
    content: "";
    position:absolute;
    right: 0; bottom:0;
    width:150px; height: 100px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 30px 9px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 20px 30px 9px rgba(0, 0, 0, 0.30);
    box-shadow: 20px 30px 9px rgba(0, 0, 0, 0.30);
    -moz-transform:skew(10deg,10deg) translate(-40px,-15px);
    -webkit-transform:skew(10deg,10deg) translate(-40px,-15px);
    transform:skew(10deg,10deg) translate(-40px,-15px);
}
.sh_bottom:before{
    content: "";
    position:absolute;
    left: 0; bottom:0;
    width:150px; height: 100px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -20px 30px 9px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: -20px 30px 9px rgba(0, 0, 0, 0.30);
    box-shadow: -20px 30px 9px rgba(0, 0, 0, 0.30);
    -webkit-transform:skew(-10deg,-10deg) translate(40px,-15px);
    -moz-transform:skew(-10deg,-10deg) translate(40px,-15px);
    transform:skew(-10deg,-10deg) translate(40px,-15px);
}