@media only screen and (min-width : 1400px) {
	.container {
	    width: 1300px;
	}
}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
/* lg */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
/* md */
@media only screen and (max-width : 992px) {
	.translater_form,.platforms_block {
		margin:0;
	}
}

/* Small Devices, Tablets */
/* sm */
@media only screen and (max-width : 768px) {
	
}

/* Extra Small Devices, Phones */
/* xs */
@media only screen and (max-width : 480px) {
	.top_header ul li {
		text-align: right;
		font-size: 14px;
		width: 100%;
	}
	.navigation .subcat  {
		background-color:#4571c0;
	}
	.top_header h1 {
		font-size: 25px;
	}
	.kol_slov {
		font-size: 16px;
	}
	.platforms h2, .add_words h3 {
		font-size: 20px;
	}
	.add_words input[type=text] {
		margin-bottom: 7px;
	}
	.toggle_nav div.show_m {
		display: inline-block;
	}
	.navigation {
		display: none;
	}
	.logo {
		height:60px;
	}
	.top_header ul li:last-child {
		padding-right: 17px;
	}
	.header_profile_block .profile_info {
		left:auto;
		right:0;
	}
	.first_e, .second_e {
		left:11px;
		width: 7px;
    	height: 7px;
    	bottom: 3px;
	}
	.second_e {
	    left: 26px;
	}
	.block_klava .col-1 {
		width: 10.6%;
	}
}

/* Custom, iPhone Retina */
/* xs */
@media only screen and (max-width : 320px) {
	.logo {
		height:50px;
	}
	.one_klava {
		margin-left: -4px;
	}
	.block_klava .col-1 {
		width: 10.4%;
	}
}