@import url('/skins/template/fonts/awesome/font-awesome.min.css'); /* awesome */
@import url('/skins/template/fonts/OpenSans/opensans.css'); 
@import url('/skins/template/fonts/Lato/stylesheet.css'); 



html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code, em, font, img, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
* { outline: 0 !important; }
blockquote, q {    quotes: none; }
:focus {    outline: 0; }
ins {    text-decoration: none;}
del {    text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
html { height: 100% }
img { border: none; }

input {vertical-align: middle}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	box-shadow: inset 0px 200px 0px 0px #ffffff !important;
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%) !important;  
}


.nopadding { padding:0px; }

/* Version for the blind */
#low a { color: #000; font: 100 14px/14px Arial !important; text-decoration: none; }
#low { height: 45px; position: absolute; top:5px; right:5px; width:155px; margin: 0 auto !important; padding: 3px 5px;
       background-color: #FFFFFF; border: 1px solid red; z-index: 9999; line-height: 16px !important;      }
#stnorm, #stlow {  }
#stnorm i, #stlow i { display: block; font-size: 30px; color: red; text-decoration: none; float: left; margin: 3px 8px 5px 2px; }
#stlow {visibility: visible;display: block;}
#stnorm {visibility: hidden;display: none;}
/* end Version for the blind*/

body {
    font-family: 'Lato','Open Sans', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #EEEEEE;
    width: 100%;
    height: 100%;
}

b, strong, #content b, #content strong {  font-family: 'Lato','Open Sans', Tahoma, Arial, Helvetica, sans-serif; font-weight: 800 !important; }

i, em { font-family: 'Open Sans ', Tahoma, Arial, Helvetica, sans-serif; }

img { border: none; }

a:link,a:active,a:visited  { color: #00BF54; text-decoration: underline; text-decoration-style: dotted; text-underline-position: under;}
a:hover, #content a:hover  { color: #FFD700; text-decoration: underline; text-decoration-style: dotted; text-underline-position: under;}

textarea, input , select, option { 
	border: 1px solid #eeeeee; 
	color:#333333; 
	padding: 3px; 
	margin: 0px;
	background-color: #FFFFFF; overflow:hidden; 
}

#all { position: relative; overflow:hidden; }

#content {
    font-size: 14px;
    color: #202020;
    font-weight: normal;
    margin:  5px;
    padding: 5px;
/*    border: 1px dotted #616161; */
}


h1, #content h1 {
    color: #1A2F3F;
    margin: 0px;
    padding: 30px 0 40px 0;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;

}

h2, #content h2 {
    color: #24243b;
    margin: 20px 0;
    padding: 0px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;

}

h3, #content h3 {
    color: #24243b;
    margin: 20px 0;
    padding: 0px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;

}

h4, #content h4 {
    color: #24243b;
    margin: 20px 0;
    padding: 0px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;

}
 
h5, #content h5{
    margin: 20px 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;

}


h6, #content h6 {
    margin: 20px 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;

}



hr  {
  display: block;
  border: none 0; 
  border-top: 1px solid #FBFBFB;
  height: 1px !important;
  margin: 5px 0 !important; 
  padding: 0 !important;
} 


.button, input[type=submit], .button:link, .button:active, .button:visited, input.button {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
    font: 900 14px/17px 'Lato','Open Sans', Tahoma, sans-serif;
    border-color: #FFD700;
   text-decoration: none !important;
}
.button:hover { color: #00BF54 !important; border-color: #00BF54;}




.button2, input[type=submit], .button2:link, .button2:active, .button2:visited, input.button2 {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
    font: 900 14px/17px 'Lato','Open Sans', Tahoma, sans-serif;
    border-color: #00BF54;
    background-color: #00BF54;
    text-decoration: none !important;
}
.button2:hover { color: #FFD700 !important; border-color: #00BF54;}



/* DESIGN */

.alert-danger { color: #fff; background-color: #00BF54;  border-color: #00BF54; }
.modal-body   { font-family: 'Lato','Open Sans', Tahoma, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: 400;}

.pagination {  display: inline-block;  padding-left: 0;  margin: 20px 0;  border-radius: 4px;}
.pagination > li {  display: inline; }
.pagination > li > a, .pagination > li > span { position: relative;   margin-left: -1px;  line-height: 1.42857143;   text-decoration: none;  float: left;  padding: 6px 12px;
  color: #00BF54;  background-color: #ffffff;  border: 1px solid #dddddd;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #00BF54;  background-color: #eeeeee;  border-color: #dddddd;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;  background-color: #00BF54; border-color: #00BF54; z-index: 2;  cursor: default;  
}
.pagination > .disabled > span, .pagination > .disabled > span:hover,.pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;  background-color: #ffffff; border-color: #dddddd; cursor: not-allowed;}

.pagination > li:first-child > a, .pagination > li:first-child > span {   margin-left: 0;  border-top-left-radius: 4px;  border-bottom-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span {  border-top-right-radius: 4px;  border-bottom-right-radius: 4px;}
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px;  border-bottom-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px;  font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px;  border-bottom-right-radius: 3px; }

/* Цвет PLACEHOLDER */

::-webkit-input-placeholder { /* Chrome */
  color: #ccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ccc !important;
  opacity: 1;
}


/* затемнение img */ 

.blacker {  background-color: #000000;  border-radius: 5px; }
.blacker img { vertical-align: top; }
.blacker a:hover img { opacity: 0.6; text-decoration: none !important; transition: opacity 0.5s linear;    -moz-transition: opacity 0.5s linear; -o-transition:  opacity 0.5s linear; -webkit-transition: opacity 0.5s linear; }

.maskimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    -moz-transition: all 1.5s ease-out; -o-transition:      all 1.5s ease-out; -webkit-transition: all 1.5s ease-out;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5deea+0,000000+100&0+0,0.78+100 */
    background: -moz-linear-gradient(top, rgba(33,33,33,1) 0%, rgba(25,25,25,0) 56%, rgba(19,19,19,0) 100%);
    background: -webkit-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(25,25,25,0) 56%,rgba(19,19,19,0) 100%);
    background: linear-gradient(to bottom, rgba(33,33,33,1) 0%,rgba(25,25,25,0) 56%,rgba(19,19,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#00131313',GradientType=0 );
}

/*  !!! Изображение раздела */
.catimg { height: 300px; overflow:hidden; border-radius: 0;  border-color: #fff; margin-top: -1px;}
.catimg img { width: 100%; border-radius: 0; margin-top: -9%; border-color: #fff;}
.card .title, .card h1 { color: #fff !important;  text-transform: uppercase; }


/* затемнение img в background 
   !!! класс не нужен, добавить к стилю фона !!! */ 
/*
.maskimgbg {
	    background-position: center; background-size:cover;
	    background-image:linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.20)),url('URL/1.jpg'); 
}
*/
/* класс квадратная картинка */
img.images_q { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-template-rows: repeat(2, minmax(250px, 1fr)); }


.bred  { border: 1px solid red; }
.bred2 { border: 1px solid #ccc;}


.flex-center-left { display: flex; justify-content: flex-start !important; align-items: center !important; }
.flex-center-right { display: flex; justify-content: flex-end !important; align-items: center !important; }
.flex-center2 { display: flex; justify-content: center; align-items: center; }
.flex-center { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important;  -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }

.opacity-0 {  opacity:0.0!important;}
.opacity-1 {  opacity:0.2!important;}
.opacity-2 {  opacity:0.4!important;}
.opacity-3 {  opacity:0.6!important;}
.opacity-4 {  opacity:0.8!important;}
.opacity-5 {  opacity:1.0!important;}

blockquote { position: relative; padding: 20px; margin: 10px 0 25px 0; border: 5px solid #E0E7C9; padding-left: 85px; font-size: 0.85em; line-height: 1.8em;}
blockquote:before { color: #E0E7C9;  position: absolute; top: 30px; left: 20px; font-family: 'FontAwesome'; font-size: 44px; content: "\f10e";}  /* \f10e \f10d after*/
blockquote p { margin:0; padding:0;}


.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
/*  padding-right: 15px;  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}

#footer { background-color: #00BF54; color: #fff; font: 300 12px/16px 'Lato','Open Sans', Tahoma, sans-serif; padding: 40px 20px;}
#footer a { color: #f1f1f1; }
#footer a:hover { color: #FFD700; }


.rounded { border-radius: .75rem !important;}
sup { font-size: 0.8em;}

.bg-light  {background-color: #FAFAFA;}
.bg-light2 {background-color: #EEEEEE;}

.bg-green { background-color: #00BF54;}
.bg-green a { color: #fff ; text-decoration: underline; text-decoration-style: dotted; }
.bg-green a:hover { color: #FFD700; text-decoration: underline; text-decoration-style: dotted; }
.green    { color: #00BF54; }

.bg-green2 { background-color: #00A74A;}
.green2    { color: #00A74A; }

.bg-yellow { background-color: #FFD700;}
yellow, .yellow    { color: #FFD700; }

.bg-light { background-color: #FAFAFA !important; }

.bg-white-op { background-color: RGBA(255,255,255,0.3); } 

.bbot { border-bottom: 6px solid #FFD700; margin-top: 6px; width: 100px; }

.btn { text-decoration: none !important; }
a.btn { color: #fff;}
small, .small { font: 300 14px/16px 'Lato','Open Sans', Tahoma, sans-serif;  line-height: 16px !important;}




.topphone { font: 700 17px/20px 'Lato','Open Sans', Tahoma, sans-serif; }
.topphone div { margin-bottom: 6px;}
.topphone a { color: #fff; text-decoration: none;}
.topphone a:hover { color: #FFD700; text-decoration: none;}

a.gold { color: #FFD700; }
a.gold:hover { color: #FFF;}

.sendp  { font: 900 14px/17px 'Lato','Open Sans', Tahoma, sans-serif; border-color: #FFD700;}
.sendp:hover { background-color: transparent; border-color: #FFD700; color: #FFD700;}


/* reCAPTCHA  hidden */
/*.grecaptcha-badge { visibility: hidden; left: -11111px; }*/

/* bootstrap */
table.border { border: 0px solid #fff !important; }
table.table-dark { color: #fff; background-color: #00A74A;}
table.table-dark td, .table-dark th {  border-top: 1px solid #19AF5C; }
table.table-dark a { color: #fff;}
table.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.10);}
table.table-dark.table-hover tbody tr:hover {  color: #fff;  background-color: rgba(255, 255, 255, 0.075);}


.topline { 
  color: #fff; z-index: 3000; 
  background: url(/skins/template/i/bg-1.jpg);
  background-repeat: no-repeat;
  min-height: 100px; width: 100%;
  padding-bottom: 10px;

}
.topline::before{ 
content: "";
top:0; left: 0;
position: absolute;
height: 100px; width: 100%;
background: rgb(1,79,45);
background: linear-gradient(0deg, rgba(1,79,45,0) 0%, rgba(11,42,29,1) 100%);
}

.bg1 {
  background: url(/skins/template/i/bg-1.jpg) #06540F;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 900px;
  padding-top: 4em;
}





.about {  position: relative; overflow:hidden;  background-color: RGBA(0, 167, 74, 0.9); color: #fff !important; font-size: 16px;}
.about::after {
  content: "";
  background: url(/skins/template/i/eco-1.svg);
  background-repeat: no-repeat;
  bottom: 20px;
  right:  20px;
  position: absolute;
  height: 300px; width: 300px;
  opacity: 0.2;
}

hr.line { display: block; width: 80px !important; border-top: 4px solid  #FFD700 !important; margin-top: 16px;}



.uslblock { margin-top: -120px; border-radius: 15px; background: #fff; position: relative; overflow:hidden;}
.uslblock::after {
  content: "";
  background: url(/skins/template/i/bg-branch.jpg);
  background-repeat: no-repeat;
  bottom: 0px;
  right:  0px;
  position: absolute;
  width: 300px; height: 330px;
  opacity: 0.32;
}
.uslblock h3 { font-size: 40px; color:#1A2F3F;}
.uslblock li.nav-item { margin-right: 20px; }
.uslblock li.nav-item a.nav-link.active.link, .uslblock li.nav-item a.nav-link.active.link:hover { color: #0DA64E; text-decoration: none; border-color: #0DA64E #0DA64E transparent;}
.uslblock li.nav-item a.nav-link.link        { color: #77A04C; text-decoration: none;}
.uslblock .tab-content { border: 1px solid #0DA64E; border-top: none; padding: 15px 20px;}
.uslblock .nav-tabs    {border-bottom: 1px solid #0DA64E;}
.uslblock .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {    border-color: #0DA64E #0DA64E transparent; }


.uslblock .nav-tabs .nav-link  {  border-color: #f1f1f1 #f1f1f1 transparent;}
.uslblock .nav-tabs .nav-link:hover   {  border-color: #DFDFDF #DFDFDF transparent; }
.uslblock ul.homeusl { padding-top: 15px; font-size: 16px; font-weight: 800; color: #202020;}
.uslblock ul.homeusl li a { color: #202020; }

ul.homeusl { min-height: 250px;}
ul.homeusl li { color: #ccc; padding-top: 6px;}
ul.homeusl li a { color: #77A04C; text-decoration: none;}
ul.homeusl li a:hover { color: #0DA64E; text-decoration: none;}
ul.homeusl li:hover { color: #0DA64E; text-decoration: none;}


.usl .card { border: 0px solid transparent; }
.usl .card-header {font: 800 15px/18px 'Lato','Open Sans', Tahoma, sans-serif; background-color: #FFD700; color: #404040; border: 0px solid transparent;}

.usl .card-body {font: 800 15px/20px 'Lato','Open Sans', Tahoma, sans-serif;  color: #394551; background-color:#FAFAFA;}
.usl .card-body h5 { display: block; min-height: 40px; font: 900 14px/17px 'Lato','Open Sans', Tahoma, sans-serif;  margin:0; padding: 0; margin-bottom: 5px; color: #202020;}
.usl .card-body small { display: block; font: 500 12px/12px 'Lato','Open Sans', Tahoma, sans-serif; padding-top: 5px;}

.usl .card-body p.card-text { border-bottom: 1px solid #E0E7C9; display: block; min-height: 90px; }
.usl .card-body .card-text a { text-decoration: none;}
.usl .card-body .card-text a:hover { color: #202020; text-decoration: none;}

.usl .card-body .card-title { display: block; min-height: 50px; text-align: center; padding-top: 10px;}
/*.usl .card-body .card-text2 { display: block; text-align: left; }*/

.usl .card-footer {background-color: #EDF2DF; border: 0px solid transparent;}
.usl .card-footer .btn-success { background-color:#77A04C; border-color: #77A04C;}
.usl .card-footer .btn-success:hover { background-color:#00A74A; border-color: #00A74A; }


.block3 { position: relative; overflow:hidden; background-color:#E0E7C9; border-radius: 15px; margin-top: 20px; min-height: 300px; }
/* круг*/
.block3::before { 
content: ""; position: absolute; top: -290px;  left:50%; margin-left: -250px;
border-radius: 50%; width: 500px; height: 500px; background-color: #77A04C; border: 70px solid #EDF2DF;
}
.block3l p { font-size: 1em; }
.block3r .btn { background-color:#77A04C; border-color: #77A04C;}
.block3r .btn:hover { background-color:#00A74A; border-color: #00A74A; }


.block4 { background-color:#fff; min-height: 400px; margin-top: -300px;}
.block4 .container { padding-top: 300px;}
.block5 b { font: 300 20px/38px 'Lato','Open Sans', Tahoma, sans-serif; font-style: italic; color: #404040;}
.block5 { font: 500 16px/22px 'Lato','Open Sans', Tahoma, sans-serif; font-style: italic; color: #202020;}
.block5 .btn-success { background-color:#77A04C; border-color: #77A04C;}
.block5 .btn-success:hover { background-color:#00A74A; border-color: #00A74A; }


a.link { text-decoration: underline; text-decoration-style: dotted; text-underline-position: under;}


.table-responsive { min-width: 100% !important; width: 100% !important; }
.table-responsive, .table-responsive tr, .table-responsive td { border: none !important; }

.invisible { visibility: hidden;display: none; }

	/* скрывать на 320px */
	.hid320  {visibility: visible;display: block;}

	.deviz { padding-top: 0px; }


@media (min-width: 321px) { 
	.container { width: 100%;  max-width: 100%; }
	.deviz { padding-top: 100px !important; }
	.deviz h1, .deviz h1, .deviz h2  { color: #fff; font: 900 25px/30px 'Lato','Open Sans', Tahoma, sans-serif;  padding:0;}
	.bg1 { min-height: 1200px;}
	.uslblock li.nav-item a.nav-link.active.link, .uslblock li.nav-item a.nav-link.link {font-size: 16px; padding: 10px 5px;}
	.toplogo { font: 700 20px/22px 'Lato','Open Sans', Tahoma, sans-serif;  }
	.toplogo small { font-size: 13px;}

}

@media (min-width: 575px) { 
	.container { width: 100%;  max-width: 100%; }
	.deviz { padding-top: 100px !important; }
	.deviz h1, .deviz h2  { color: #fff; font: 900 35px/45px 'Lato','Open Sans', Tahoma, sans-serif;  padding:0;}
	.bg1 { min-height: 1200px;}
	.uslblock li.nav-item a.nav-link.active.link, .uslblock li.nav-item a.nav-link.link {font-size: 20px; padding: 10px 5px;}
	.toplogo { font: 700 20px/22px 'Lato','Open Sans', Tahoma, sans-serif;  }
	.toplogo small { font-size: 13px;}

}

@media (min-width: 768px) {
	.container { width: 100%;  max-width: 100%; }
	.deviz h1, .deviz h2  { color: #fff; font: 900 38px/42px 'Lato','Open Sans', Tahoma, sans-serif;  padding:0;}
/*	.deviz div  {color: #fff; font: 300 28px/35px 'Lato','Open Sans', Tahoma, sans-serif;}*/
	.bg1 { min-height: 1200px;}
	.uslblock li.nav-item a.nav-link.active.link, .uslblock li.nav-item a.nav-link.link {font-size: 24px; padding: 10px 15px;}
	.toplogo { font: 700 22px/20px 'Lato','Open Sans', Tahoma, sans-serif;  }
	.toplogo small { font-size: 15px;}

}

@media (min-width: 992px) {
	.container { width: 100%;  max-width: 100%; }
	.deviz h1, .deviz h2  { color: #fff; font: 900 42px/50px 'Lato','Open Sans', Tahoma, sans-serif;  padding:0;}
	.bg1 { min-height: 900px;}
	.uslblock li.nav-item a.nav-link.active.link, .uslblock li.nav-item a.nav-link.link {font-size: 26px; padding: 10px 15px;}
	.toplogo { font: 700 22px/20px 'Lato','Open Sans', Tahoma, sans-serif;  }
	.toplogo small { font-size: 15px;}

}


@media (min-width: 1200px) {
	.container { width: 1170px;  }
	.deviz h1, .deviz h2  { color: #fff; font: 900 52px/60px 'Lato','Open Sans', Tahoma, sans-serif;  padding:0;}
	.bg1 { min-height: 900px;}
	.uslblock li.nav-item a.nav-link.active.link, .uslblock li.nav-item a.nav-link.link {font-size: 26px; padding: 10px 15px;}
	.toplogo { font: 700 22px/20px 'Lato','Open Sans', Tahoma, sans-serif;  }
	.toplogo small { font-size: 15px;}

}
@media (min-width: 1620px) {
/*	#all { border-top: 5px solid red; } */
	.container { width: 1170px;  }
	.deviz h1, .deviz h2  { color: #fff; font: 900 52px/50px 'Lato','Open Sans', Tahoma, sans-serif; padding:0;}
	.bg1 { min-height: 900px;}
	.uslblock li.nav-item a.nav-link.active.link, .uslblock li.nav-item a.nav-link.link {font-size: 26px; padding: 10px 15px;}
	.toplogo { font: 700 22px/20px 'Lato','Open Sans', Tahoma, sans-serif;  }
	.toplogo small { font-size: 15px;}
}


@-moz-document url-prefix() {
	strong, b      		{ font-style: normal; font-weight: normal; font: 900 'Lato','Open Sans',Tahoma, Arial, Helvetica, sans-serif; }
	table .border th       	{ font-weight: 900; }
	table .border tfoot td 	{ font-weight: 800; }
}