body {
    font-family:  'Roboto', sans-serif !important;
	line-height: 1.3;
	margin: 0;
	padding: 0;
  	background: #f9f9f9 !important;
}

h1,h2,h3,h4,h5,h6,p,blockquote,dl,address {
	margin: 0.5em 0;
}

fieldset {
	margin: 0.5em 0;
	padding: 0.5em 10px;
}

form {
	margin: 0;
}

ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	list-style-position: outside;
}
ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-position: inside;
	}
li,dd {
	margin-left: 0;
	padding-left: 0;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 3px 0 10px 0;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
/* ----------- MODULES ----------  */

/* ------ breadcrumb ------- */
ul.breadcrumb,
ul.breadcrumb li { 
    display: inline-block; 
}
ul.breadcrumb li {
    margin: 5px;
}
/* ------ MENUS ----------------  */

/* ======= TOPMENU =========== */

#topmenu a {

}

#topmenu div.moduletable h3 {
	display: none;
}

#topmenu   {
	margin: 0;
	padding: 0;
        width: 100%;
}

#topmenu .menu {
    display: block;
    list-style: none;
    margin: 10px 0 5px;
    padding: 0;
	margin-top: 22px;
	margin-bottom: 35px;
}

#topmenu .menu > li {
    white-space:nowrap;
    margin: 5px 0;
}


#topmenu .menu > li:last-child {
    border-right: none;
}

#topmenu  .menu > li > a {
    display: table-cell;
    width: 1000px;
    padding: 5px 15px 5px 36px;
    text-decoration: none;
    text-transform: uppercase;
}

#topmenu .menu li a{	
	text-decoration: none;
    color: #ffffff;
    transition: .5s;
    font-size: 1.1em;
}
#topmenu .menu li a:hover {
    /*background-color: rgba(255, 255, 255, 0.15);*/
}

#topmenu .menu > li ul {
    position: absolute;
    display: block;
    margin-left: 0;
    z-index: 300;
    background: #fff;
    border: 1px solid #000;
}

html#range_2 #topmenu .menu > li ul ul,
html#range_3 #topmenu .menu > li ul ul,
html#range_4 #topmenu .menu > li ul ul,
html#range_5 #topmenu .menu > li ul ul{
    left: 100%;
    margin-top: -2em;
}

#topmenu .menu > li ul li {
    display: block;
    border-bottom: 1px solid #303030;
}

#topmenu .menu > li ul li a {
    
    padding: 5px 20px;
    display: block;
}

.menu_knop {
    display: none;
}

html#range_0 #topmenu,
html#range_1 #topmenu {
    
    margin-top: 10px;
}

html#range_0 #topmenu .menu_knop, 
html#range_1 #topmenu .menu_knop {
	display: inline-block;
    padding: 13px;
    border: 2px solid;
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 13px;
}

html#range_0 #topmenu .menu, 
html#range_1 #topmenu .menu  {
    display: none;
    background-color: #fff;
    border: 2px solid;
    border-radius: 5px;
    z-index: 1000;
    position: relative;
}

html#range_0 #topmenu .menu  li, 
html#range_1 #topmenu .menu  li,
html#range_0 #topmenu .menu  ul,
html#range_1 #topmenu .menu  ul,
html#range_0 #topmenu .menu  li a,
html#range_1 #topmenu .menu  li a{
    display: block;
    position: relative;
    text-align: left;
    white-space: normal;
    width: auto;
    box-sizing: border-box;
}

html#range_0 #topmenu .menu > li,
html#range_1 #topmenu .menu > li {
    padding-left: 10%;
    overflow-y: hidden;
    border-right: none;
}

html#range_0 #topmenu .menu  li a,
html#range_1 #topmenu .menu  li a,
html#range_0 #topmenu .menu  li ul, 
html#range_1 #topmenu .menu  li ul {
    margin-left: 40px;
    padding-left: 0;
}

html#range_0 #topmenu .menu  li ul, 
html#range_1 #topmenu .menu  li ul {
    margin-left: 7%;
}

html#range_0 #topmenu .menu  li ul, 
html#range_1 #topmenu .menu  li ul {
    width: 85%;
    margin-bottom: 5px;
    border-radius: 5px;
}

html#range_0 #topmenu .menu  li:before,
html#range_1 #topmenu .menu  li:before {

  	display: inline-block;
    float: left;
    z-index: 10;
    padding: 0 8px;
    height: 27px;
    cursor: pointer;
  	margin-top: 8px;
}

html#range_0 #topmenu .menu  span.menu_dutton_lev:before,
html#range_1 #topmenu .menu  span.menu_dutton_lev:before {
    font-family:'FontAwesome';
    content:'\f054';
    display: inline-block;
    float: left;
    z-index: 10;
    padding: 0 8px;
    height: 27px;
    cursor: pointer;
  	margin-top: 8px;
}

html#range_0 #topmenu .menu  span.menu_dutton_lev_:before,
html#range_1 #topmenu .menu  span.menu_dutton_lev_:before {
    font-family:'FontAwesome';
    content:'\f054';
    display: inline-block;
    z-index: 10;
    padding: 0 0 0 8px;
    height: 27px;
    cursor: pointer;
}

#topmenu .menu li a.menu_dutton_lev_a {
  	display: none;
}


html#range_0 #topmenu > .menu > li  a.menu_dutton_lev_a, 
html#range_1 #topmenu > .menu > li  a.menu_dutton_lev_a {
  	display: none;
}

html#range_0 #topmenu > .menu > li > a.menu_dutton_lev_a, 
html#range_1 #topmenu > .menu > li > a.menu_dutton_lev_a {
    margin-left: 0;
    padding-left: 0;
  	color: #c2ced2;
  	display: inline-block;
  	float: left;
}


html#range_0 #topmenu .menu  span.menu_dutton_lev.menu_dutton_lev_up:before,
html#range_1 #topmenu .menu  span.menu_dutton_lev.menu_dutton_lev_up:before {
    content:'\f078';
}

html#range_0 #topmenu .menu  li.parent > a,
html#range_1 #topmenu .menu  li.parent > a {
    margin-left: 40px;
}

/* ----------- FOOTER -------------- */

#footer {
    margin-top: 40px;
}

/* ============== ARTICLES  =============== */

/* ------ Список материалов категории ------------- */

span.image {
    display: inline-block;
    background-position: center center;
    background-size: cover;
    width: 160px;
    height: 190px;
}

/* ---------------------  PAGINATION  --------------------- */
div.pagenavcounter {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

ul.pagenav {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	text-align: center;
}

ul.pagenav li {
	display: inline;
	padding: 0 4px;
	margin: 0;
}


ul.pagenav li a {
	display: inline;
	text-decoration: none
}

div.pagination {
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
}

div.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.pagination li {
	display: inline;
	padding: 0;
	text-align: left;
	margin: 0 5px;
}

div#content div.pagination p.counter {
	font-weight: bold;
	text-align: center;
}

/* --------------------- LOGIN/LOGOUT --------------------- */
div.login fieldset {
	border: 0;
	padding-left:0;
}

div.login-fields {
	margin: 10px 0 0 0;
}

div.login-fields label {
	display: inline-block;
	float:left;
	width: 100px;
}


div.login fieldset button.button {
	margin-top: 10px;
}

div.logout button.button {
	margin-top: 10px;
}



/* ---------------------  CONTACT --------------------- */


/*стиль выравнивания картинок для десктопа*/

.img-article-left {
    float:left;
    margin: 0 17px 4px 0;
}
.img-article-right {
    float:right;
    margin: 0 0 4px 17px;
}


/*For index.php*/
.glavnaya .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.wi100 {
    width: 100% !important;
}
.bl1 a {
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
}
    .bl1 a:hover {
        text-decoration: none;
        color: #fff;
    }
.bl1 img {
    margin-top: 24px;
}
.gbleft {
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding-right: 0 !important;
    padding-left: 0px !important;
  	/*height: 100vh;*/

}
.gbright {
}
.lineb {
    border: 1px solid rgba(255, 255, 255, 0.42);
}
.ic-cont {
    width: 30px;
    float: left;
	margin: 2px 5px 3px 3px;
}
.bl1_3 {
    line-height: 17px;
    color: #fff;
    font-size: 0.85em;
}
.bl1_3 a {
    color: #fff;
    font-size: 0.9em;
}
    .bl1_3 a:hover {
        color: #fff;
        text-decoration: none;
    }

.bl4 {

}
.bl4_1 {
    background: url("/images/template/bt4/line2.png") repeat-y;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #fff;
    text-shadow: black 1px 1px 2px;
}
.bl4_1 .s a, .bl4_2 .s a:hover {
    text-decoration: none !important;
  	color: #fff;
}

.bl4 {
    border-left: 2px solid #188acb;
}
.bl4_2 li {
    list-style-type: none;
}
.bl4_2 ul {
    margin-left: 0;
    padding-left: 0;
}
.bl4_2 a {
    text-decoration: underline !important;
}

.mp {
	margin-top: -4px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.mp img {
    padding-top: 0;
    padding-bottom: 0;
}
.camera_wrap .camera_pag .camera_pag_ul {
    margin-top: -50px;
    text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    background: #7eafdc;
}

.camera_wrap .camera_pag .camera_pag_ul li > span {
    background: #7eafdc;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: rgba(255, 255, 255, 0.68);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 15px;
    left: 5px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    width: 15px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    float: none !important;
    float: left;
    /* overflow: hidden; */
    height: 25px;
    margin: 8px 5px;
    position: relative;
    /* text-align: left; */
    text-indent: 9999px;
    width: 25px;
    overflow: visible !important;
    padding: 0;
}

.no-margin-left-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.bl5 {
    display: none;
}
.page-header {
    font-size: 1.4em;
}


.sot-2 {
    font-size: 0.9em;
}
.bl6 {
    color:#ccc;
    line-height: 13px;
}
.bl6 a {
    font-size: 0.8em;
    color: #bbbbbb;
    text-decoration: underline;
}
#container-wrap {
    padding-bottom: 60px;
}
.camera_commands {
  display: none;
}
.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
	bottom: 7px !important;
    left: 47%;
    top: inherit;
}
.djslider-default .load-button {
    width: 20px;
    height: 20px;
    background: #6f6f6f;
    border: 1px solid #ffffff;
    opacity: .7;
}
.djslider-default .load-button-active {
    background: #fff;
    border: 2px solid #7fafdc;
}
.breadcrumb {
	background-color: inherit !important;
    color: #212529;
    padding: 0.5rem 0.5rem;
}
.breadcrumb a, .breadcrumb a:hover {
    	color: #212529;
}
ul.breadcrumb .active span {
        color: #389cc5;
}

.page-header a {

}
.page-header a:hover {
    color: #141414;
  	transition: 0.9s;
}
/*.page-header:before {
    content: "\f101";
    color:#fff;
    font-family: 'FontAwesome';
}*/


.categories-list {
    padding: 32px 33px 27px;
}
.blockvp {
  	border: 2px solid #389cc5;
    padding: 0;
    background: #484b52;
    cursor: pointer;
}
.vr p {
    font-weight: bold;
    margin-top: inherit;
    display: block;
    line-height: 51px;
    margin-bottom: 0px;
}
.vr p a {
    font-size: 0.8em;
  	color: #fff;
    text-transform: uppercase;
  	display: block;
}

.glavnaya {
    overflow:  hidden;
}

.glavnaya .gbleft {
    position: absolute !important;
}
.glavnaya .gbright #container-wrap {
    padding-bottom: inherit;
}

#gl-slider {
    width: 100%;
}
.glavnaya .djslider-default .navigation-container-custom, .glavnaya .djslider-default .navigation-numbers {
    bottom: 7px !important;
    left: 54%;
    top: inherit;
    position: fixed;
}

.glavnaya #prev102 {
    margin-left: 254px;
}

.bg-primary1 {
    background-color: #3e90c5 !important;
}
.table-dark1 {
    color: #fff;
    background-color: #cccccc;
}
#gl1sliders {
    display: none;
}

@media (min-width: 320px) and (max-width: 800px) {
    .telp {
        padding: 19px 0;
    }
}

@media (min-width: 1920px) {
    .glavnaya #prev102 {
        margin-left: 309px;
    }
}
@media (min-width: 2560px) {
    .glavnaya #prev102 {
        margin-left: 403px;
    }
}
@media (min-width: 800px) and (max-width: 7000px) {

    .bl1_3 {
        position: absolute !important;
        bottom: 1px;
    }
    .brc {
  		margin-left: -45px;
		}  
   #topmenu .menu > li ul {
        position: absolute;
        display: block;
        z-index: 300;
        background: #3a3d44;
      	border-top: 1px solid #303030;
        margin-left: 0;
        padding-left: 0;
        left: 115px;
    }
	#topmenu .menu > li ul { 
      background: url(/images/template/bt4/line2.jpg) repeat-y;
  	}
  	#topmenu .menu li a {
        text-shadow: #595959 1px 1px 1px;
        font-weight: 300;
	}
    /*#topmenu .menu li:hover {*/
    /*	background-color: rgba(0, 120, 201, 0.7);*/
	/*}*/
    #topmenu .menu li:last-child ul {
        width: inherit !important;
    }
    #footerwrap {
        display: none;
    }
    .fixed {
        position: fixed;
        width: 16%;
        z-index: 100;
        background: url(/images/template/bt4/fon2.png);
      	height: 100vh;
        border-right: 3px #000 solid;
      }



}




@media (min-width: 1380px) and (max-width: 4000px) {
    #topmenu .menu > li:hover {
        background: url('/images/template/bgm.png') bottom no-repeat;
        background-position-x: 29px;
        background-position-y: 5px;
    }
}

@media (min-width: 805px) and (max-width: 1379px) {
    #topmenu .menu > li:hover {
        background: url('/images/template/bgm1.png') bottom no-repeat;
        background-position-x: 29px;
        background-position-y: 5px;
    }
}

@media (min-width: 800px) and (max-width: 1400px) {
    .ic-cont {
          margin: 4px 5px 3px 0px;
          width: 27px;
      }
    .bl1_3 {
      font-size: 0.7em;
      }
  	.bl6 {
      padding-left: 0 !important;
      padding-right: 0 !important;
		}
      #topmenu .menu li a {
        font-size: 0.8em;
    	}
  		.bl1 img {
    		width: 80%;
		}
      	.bl1 a {
        	font-size: 1.1em;
      	}
  	.otst_contact {
      	margin-bottom: 23px;
  		}
  }


@media (max-width: 1152px) and (min-width: 1140px) {
  .fixed {
      position: fixed;
      width: 23%;
      z-index: 100;
  }
}


@media (min-width: 1025px) and (max-width: 1060px) {
    #topmenu .menu > li ul, #topmenu .menu > li ul:hover {
    	display: none !important;
  }
  .fixed {
    position: inherit;
    width: inherit;
	}
}


@media (width: 1024px) {
    .fixed {
        width: 20%;
    }
}


@media (max-width: 800px) {
    .glavnaya {
        overflow:  inherit;
    }
    #gl1sliders {
        display: block;
    }
    #gl-slider {
        display: none;
    }

    .glavnaya .gbleft {
        position: inherit !important;
    }
}



@media (max-width: 800px) {
    
  	.glavnaya .djslider-default .navigation-container-custom, .glavnaya .djslider-default .navigation-numbers {
    display:none !important;
	}
  
  /*скрол на мобилке таблицы*/
	.scrolltab {
    	display: block;
    	overflow-x: auto;
	}
  
  .gbleft {
      height: inherit;
      background: #454a50;
      width: inherit;
      padding-bottom: 11px;
      }
    #topmenu {
        display: inline-block;
        padding: 19px;
        border-radius: 3px;
        margin-bottom: 5px;
        cursor: pointer;
        color: #389cc5;
    }
    .breadcrumb {
        padding: 0;
        margin: 0;
    }
    .bl1 img {
        margin-top: 0;
    }
    #topmenu .menu li:last-child ul {
        width: 85% !important;
    }
    .img-article-left, .img-article-right, .mobimg {
        float: inherit;
        width: 100%;
        text-align: center;
        margin: 0 auto 5px auto !important;
        padding: 0;
    }

    #topmenu .menu > li {
        background: none;
    }

    #topmenu .menu li a {
        color: #363b41;
    }

    html#range_0 #topmenu .menu > li, html#range_1 #topmenu .menu > li {
        padding-left: unset;
        font-size: 1.5em;
    }

    html#range_1 #topmenu .menu li a {
        text-align: center;
    }

    #topmenu .menu {
        margin-top: 11px;
        margin-bottom: 0;
    }
    .bl1_3 {
        display: none;
    }
    .bl5 {
        display: block;
        background: url(/images/template/bt4/fon1.png) repeat-y;
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        padding-right: 15px !important;
        padding-left: 15px;
    }
    .bl5, .bl5 a {
        color: #fff;
    }
    #footerwrap {
        padding: 0;
    }
  	#topmenu {
      padding: 0;
      margin-bottom: 0px;
	}
  	html#range_0 #topmenu .menu, html#range_1 #topmenu .menu {
    	border-radius: 0;
      	bottom: -4px;
	}
    #prev102, #next102, #cust-navigation102 {
    	display:none;
    }
  	html#range_0 #topmenu .menu li ul, html#range_1 #topmenu .menu li ul {
    border-radius: 0;
	}
  .lineb {
    margin-top: 3px;
	}
  .lineb-bot {
        margin-top: 18px;
  }
}

@media (min-width: 800px) and (max-width: 7000px) {
    .glavnaya .djslider-default img.dj-image {
        height: 100% !important;
    }
}
@media (width: 600px) {
    .fixed {
        width: 21%;
    }
}

@media (height: 768px) {
    #topmenu .menu > li {
        margin: 13px 0;
    }
    #topmenu .menu {
        margin-top: 27% !important;
    }
    #navigation102 {
        top: 43% !important;
    }
    /*Для слайдера на всю высоту*/
    #slider102 li {
        height: 768px !important;
    }
    #djslider102 {
        height: 768px !important;
    }
    /*Для слайдера на всю высоту*/
}
@media (height: 1080px) {
    li {
        margin: 23px 0 !important;
    }
    #topmenu .menu {
        margin-top: 38% !important;
    }
    #navigation102 {
        top: 38% !important;
    }
    .glavnaya .djslider-default img.dj-image {
        height: inherit !important;
    }
    #djslider102 {
        height: 1080px !important;
    }
    #slider102 li {
        height: 1080px !important;
    }
}

@media (width: 800px) {
    .fixed {
        width: 100%;
        height: inherit;
        position: inherit;
        border-right: inherit;
    }
    .gbleft {
        width: 100%;
    }
    .fixed {
        background: inherit;
    }
    .bl1 img {
        width: 189px;
    }
}

@media (min-width: 800px) and (min-height: 768px) {
    #topmenu .menu {
        margin-top: 34%;
    }
}

@media (width: 1920px) and (height: 1080px) {
	#topmenu .menu li a {
  		font-size: 1.7em;
  	}
    #topmenu .menu > li:hover {
        background: url('/images/template/bgm2.png') bottom no-repeat !important;
        background-position-x: 29px !important;
        background-position-y: 5px !important;
    }
    .fixed {
      width: 14%;
    }
}

@media (min-width: 812px) and (max-width: 846px) {
    .gbleft {
        height: inherit;
        background: #454a50;
        width: inherit;
        padding-bottom: 11px;
    }
    .bl1_3 {
        display: none;
    }
    .fixed {
        border-right: inherit;
        width: 100%;
        z-index: 100;
        background: #454a50;
        height: inherit;
    }
    .bl1 img {
        width: 121px;
        margin-top: -17px;
        margin-bottom: -14px;
    }
    .glavnaya #prev102 {
        margin-left: 0px;
    }
    .glavnaya .djslider-default .navigation-container-custom, .glavnaya .djslider-default .navigation-numbers {
        left: 45%;
    }


    #topmenu {
        display: inline-block;
        padding: 19px;
        border-radius: 3px;
        margin-bottom: 5px;
        cursor: pointer;
        color: #389cc5;
    }
    #topmenu .menu li:last-child ul {
        width: 85% !important;
    }
    #topmenu .menu > li {
        background: none;
    }
    #topmenu .menu li a {
        color: #363b41;
    }
    html#range_0 #topmenu .menu > li, html#range_1 #topmenu .menu > li {
        padding-left: unset;
        font-size: 1.5em;
    }
    html#range_1 #topmenu .menu li a {
        text-align: center;
    }
    #topmenu .menu {
        margin-top: 11px;
        margin-bottom: 0;
    }

    #topmenu .menu > li:hover {
        background: inherit !important;
    }


}


@media (width: 960px) and (height: 600px) {
    .fixed {
        width: 21%;
    }
    .glavnaya #prev102 {
        margin-left: 205px;
    }
    #navigation102 {
        top: 39% !important;
    }
}

@media (max-width: 846px) {
    .glavnaya #footer {
       margin-top: 0 !important;
    }
    .glavnaya .gbright {
          background: #454a50;
    }
  .glavnaya {
  	background: url(/images/template/bt4/fon1.png) repeat-y !important;
    -moz-background-size: 100% !important;
    -webkit-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
    }
}
@media (min-width: 200px) and (max-width: 799px) {
  .mailp {
    margin: 9px 5px 3px 3px;
  }
  .mapp {
    margin: 4px 5px 3px 3px;
  }
}