html, body { padding:0; margin: 0; }
body {  background-color: #e4eef6; }

/* курсор */
.pointer { cursor: pointer; }
.bg-black { background: #0f1629; }
.bg-grey { background: #f0f0f0; }
.bg-blue { background: #0b5ed7; }
.bg-blue2 { background: #e4eef6; }
.color_white { color: #fff; }
.color_black { color: #282828; }
.color_red { color: #af0000; }
.blue { color: #059; }

/* размеры шрифтов */
.f_8 { font-size: 8px; }
.f_11 { font-size: 11px; }
.f_13 { font-size: 13px; }
.f_15 { font-size: 15px; }
.f_18 { font-size: 18px; }
.f_20 { font-size: 20px; }
.f_25 { font-size: 25px; }
.f_30 { font-size: 30px; }
.f_35 { font-size: 35px; }
.f_40 { font-size: 40px; }
.f_45 { font-size: 45px; }
.f_50 { font-size: 50px; }

.lang { text-decoration: none; font-size: 15px; color: #000; }
.site_name { font-size: 30px; color: #05f; }
.left_menu { text-decoration: none; font-size: 15px; color: #fff; }
.menu { padding-right: 10px; }
.w-120 { width: 120px; }
.w-40 { width: 40px; }
.w-300 { width: 400px; }
.bold { font-weight: bold; }
.border-green { background-color: #0a0; color: #fff; }
.menu_mobile { display: none; position: absolute; z-index: 2000; margin: 10px 50%; }

@media all and (max-width: 992px){ 
	.w-300 { width: 95%; }
}

@media all and (max-width: 480px){ 
	.div_menu { display: none; }
	.menu_mobile { display: block !important; position: fixed;}
}
