html, body { padding:0; margin: 0; }
body { background-color: #1e242d; }
.nav-link { color: #fff !important; }
.nav-link:hover { color: #fff !important; text-decoration: underline;}
.dropdown-item:hover { background-color: #000; color: #fff; }
.line-height-1 { line-height: 1; }
.border-top { border-color: #3e444d !important; }
pre { font-family: inherit; }
.underline:hover {text-decoration: underline;}

/* курсор */
.pointer { cursor: pointer; }
.bg-black { background: #0f1629; }
.bg-grey { background: #f0f0f0; }
.bg-blue { background: #007ACC; }
.color_white, .color_white:hover { color: #fff; }
.color_black { color: #282828; }
.color_red { color: #af0000; }
.btn-blue { background-color: #294f88; }
.black { background-color: #1e242d; }

/* размеры шрифтов */
.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: #fff; }
.site_name { font-size: 15px; color: #fff; }
.left_menu { text-decoration: none; font-size: 15px; color: #fff; }
.w-120 { width: 120px; }
.w-40 { width: 40px; }
.w-80 { width: 80px; }
.w-200 { width: 200px; }


@media all and (max-width: 992px){ 
	.div_menu {
		position: absolute;
    	top: 0;
    	left: 0;
    	background: #1e242d;
      border:1px solid #333;
	}
  .site_name {
    position: relative;
    left: 60px !important;
  }
}

@media all and (max-width: 480px){ 
	
}
