

/* Start:/local/templates/main/styles.css?175186450433268*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
   /* list-style: none; */
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td{vertical-align: middle;}
/* Slidorion Stylesheet */
.slidorion {
    position: relative;
    width: 870px;			/* Set to slidorion width. Is equal to .slider + .accordion width */
    height: 400px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
    left: 50%;
    background: #CBCBCB;
    padding: 10px;
    border: 1px solid #BBB;
    box-shadow: 0 0 34px #bbb;
    margin-left: -436px;
}

.slider {
    width: 68%;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;		/* Hides the animations */
}

.slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: white;
 }

.accordion {
    width: 32%;
    height: 100%;
    font-family: Verdana;
	background:white;
    box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
    position: relative;
    z-index:999;
    overflow: hidden;
    float: left;
}

.accordion .header {
    padding: 8px 14px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    background: -moz-linear-gradient(top, #ededed 59%, #dcdcdc 100%);
    background: -webkit-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
    background: -o-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
    background: -ms-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
    background: linear-gradient(top, #ededed 59%,#dcdcdc 100%);
    border-top: 1px solid #ccc;
    background: #EDEDED;
    cursor: pointer;
}

.accordion .header:first-child {
    border-top: none;
}



.accordion .header.active {
    border-bottom: none;
    background: #676767 !important;
    color: #FFF;
}

.accordion .content {
    height: 258px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 5px 10px;
    border: none;
    background: #d6d6d6;
    background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%);
    background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
    background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
    background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
    background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
    overflow:auto;
}

.accordion .content p {
    margin-bottom: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('/img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

.slidorion .slidorion-nav-left {
    left: 30px;
}

.slidorion .slidorion-nav-right {
    right: 310px;
    background-position: -16px 0;
}



.none-link:hover{text-decoration: none;color: #1A5283;}
.none-link span{
    font-size: 14px;
    color: #175CA7;
}
.cb{color: black;}
.btn-info{
    border-radius: 0px;
    border: 0px;
    background: #D2E0EA;
    color: #004084;
    font-family: 'Open Sans', arial;
    padding: 7px;
}

.db{display: block;}
.dn{display: none;}

.btn-info:hover{
    border-radius: 0px;
    border: 0px;
    background: #D2E0EA;
    color: #004084;
    font-family: 'Open Sans', arial;
    padding: 7px;
}
.open>.dropdown-toggle.btn-info{
    background: #ADADAD;
}

.open>.dropdown-toggle.btn-info{
    background: #ADADAD;
}

input[type=text], input[type=password], input[type=email]{
    border: 0px;
    border-radius: 2px;
    font-size: 13px;
    padding: 7px;
}

textarea.form-control {
    height: auto;
    border: 0px;
    border-radius: 2px;
    padding: 5px;
    font-size: 13px;
}

textarea.form-control.not-rsize {
    resize: none;
}

.btn-primary{
    font-size: 13px;
    border: 0px;
    border-radius: 2px;
    background: #24577B;
    color: white !important;
}

.btn-warning.btn-white{
    color: #484746;
    background-color: #FFFFFF;
    border-color: #eea236;
    border: 0px;
    border-radius: 2px;
    font-size: 13px;
}

.modal-content{border-radius: 2px;border: 0px solid; -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5); box-shadow: 0 0px 0px rgba(0,0,0,.5);}
.modal-header{border-bottom: 1px solid #EFEFEF;}
.modal-footer{border-bottom: 1px solid #EFEFEF;}
.modal-backdrop{position: fixed;}
#navbarCollapse{
    background: #e7ecf0;
    border: 0px solid;
}

#navbarCollapse .navbar-nav li {
    border-right: 1px solid white;
    /*background: #d2e0ea;*/
    /*border-top: 3px solid #4779AF;*/
    /*border-top: 3px solid #E7ECF0;*/
    transition:0.7s;
}

#navbarCollapse .navbar-nav li a {
    /*font-family: 'Open Sans', arial;*/
    color: #393939;
    font-size: 14px;
}



/**
*font-family
**/
.open-sans{font-family: 'Open Sans', arial;}

/**
*font-weight
**/
.fw100{font-weight: 100;}
.fw500{font-weight: 500;}
.fw800{font-weight: 800;}

/**
*font-size
**/
.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}

/**
*margin-top
**/
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt75{margin-top: 75px;}
.mt80{margin-top: 80px;}
.mt85{margin-top: 85px;}
.mt90{margin-top: 90px;}
.mt95{margin-top: 95px;}
.mt100{margin-top: 100px;}

/**
*margin-bottom
**/
.mb0{margin-bottom: 0px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb75{margin-bottom: 75px;}
.mb80{margin-bottom: 80px;}
.mb85{margin-bottom: 85px;}
.mb90{margin-bottom: 90px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}

/**
*margin-left
**/
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}

/**
*margin-right
**/
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}



.pl100{padding-left: 100px;}
.padding0,.p0{padding: 0px;}
.padding20,.p20{padding: 20px;}
.w100p{width: 100%;}
.w75{width: 75px;}
.text-none, .text-none:hover{text-decoration: none;}

.float-right{float: right;}
.float-left{float: left;}



h1, h2, h3, h4{
    font-family: 'Open Sans', arial;
    font-weight: 600;
}

body{
    padding: 0px;
    margin: auto !important;
    overflow-x: hidden;
    max-width: 1400px; 
    line-height: 1;
}

.navbar-default {
    background-color: rgba(144, 109, 109, 0);
    border-color: #e7e7e7;
}
.navbar{margin-bottom:0px !important;}
/*logo style*/

div.logo h3{
    display: inline-block;
    font-weight: 100;
    color: #004084;
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 0px;
}

.logo{    padding: 25px;
}
.logo .fs17{
    font-size: 20px;
    font-weight: 100;
    font-family: fantasy;
    color: #26698E;
    font-family: 'Open Sans', arial;
    font-weight: 100;
}
div.logo .site-logo{
    float: left;
}

div.logo span{
    color: black;
}

/*end logo style*/


/**/

.search-form{
    margin-top: 13px;
}

.search-form .input-group-addon{
    padding: 0px 10px;
    margin: 0px;
    border-radius: 0px;
    background: #E7ECF0;
    font-size: 12px;
    border: 0px;
}

.search-form #search {
    border-radius: 0px;
    border: 1px solid #E7ECF0;
    font-family: 'Open Sans', arial;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0px 0px 0px white;
}

.search-form img{
    right: 0px;
    width: 21px;
    cursor: pointer;
    opacity: 0.8;
}
/**/

.head-button{
    padding: 3px 9px 2px 6px;
    background: rgba(0, 64, 132, 0.13);
    display: inline-block;
    border-radius: 2px;
    margin-top: 9px;
}

/**/
.sub-menu{
    position: absolute;
    min-width: 600px;
    background: #D2E0EA;
    padding: 15px;
    min-height: 400px;
    height: auto;
    z-index: 9999;
    display: none;
}
/**/

/**/
.sub-menu-about{
    position: absolute;
    min-width: 700px;
    background: #D2E0EA;
    padding: 15px;
    height: 400px;
}
#map{
    width: 100%;
}
.pointer{cursor: pointer;}
.sub-menu-links dt{
    padding: 10px 5px;
    transition: 0.7s;
    border-bottom: 1px solid #A0B3C1;
}
.sub-menu-links dt{
    padding: 10px 5px;
    transition: 0.4s;
    border-bottom: 1px solid #A0B3C1;
}

.sub-menu-links .active{
    padding: 10px 15px;
}

.sub-menu-links dt:hover{
    border-bottom: 1px solid rgb(71, 121, 175);
    padding: 10px 15px;
}

.headertop{
	padding:0px;
    box-shadow: 0px 0px 10px #D0D0D0;
    border-bottom:2px solid #0087D1;
}
.headertop table {
    font-size: 12px;
}
.headertop table td{
    padding-left: 7px;
    border-left: 1px solid #F2F2F2;
    padding-right: 7px;
}

.headertop table td a{
    color:#3C3A3A !important;
    text-decoration: none;
    transition: 0.5s;
}
.headertop table td a:hover{
    color: #0A4492 !important;
}
.headertop table td.clear{
    padding-left: 0px;
    border-left: 0px solid;
}
.headertop table td.clear .logo{
    width: 450px;
}
.headertop .none-link{
    position: relative;
    top: 10px;
    font-size: 13px !important;
    color: #095C9B !important;
}


.sub-menu-links dt a{
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    color: #254E6B !important;
}

.btn-social{

}

.inline{display: inline-block;}
.inline .w20p{width: 20%;}

.dropdown-social{
    background: #D2E0EA;
    border: 0px solid;
    border-radius: 0px;
    padding: 0px;
}

.dropdown-social li a{
    font-size: 13px;
}



.main-navi.navbar{
    min-height: 30px;

    border: none;
}

@media (min-width: 768px){
    .main-navi.navbar .navbar-nav>li>a{
        padding-top: 13px;
        padding-bottom: 13px;
    }
}


.btn-social{
    width: 30px;
    height: 30px;
    border: 0px;
    background-color: white;
    background-image: url(/img/social.jpg);
    background-size: 100%;
    background-size: 180px;
}

.link-more{
    color: #134061;
    font-weight: bold;
    text-decoration: underline;
}

.panel.panel-contacts{
    border-radius: 0px;
    font-size: 13px;
    background: #D2E0EA;
    border: 0px;
    box-shadow: 0px 0px 0px rgba(255, 0, 0, 0);
}

.bg-map{
    background-image: url(/img/map.png);
    height: 400px;
    background-size: 100%;
}

.bg-house{
    height: 400px;
    background-image: url(/img/house.jpg);
    background-size: 97%;
    background-repeat: no-repeat;
}
.btn-social.vk {background-position: -10px 43px;}

.orange-style{border-top-color: rgb(247, 114, 0) !important;background: rgba(247, 114, 0, 0.65) !important;}
.orange-style .opensub,.blue-style .opensub{color:white !important;}
.orange-style .sub-menu, .blue-style .sub-menu{background: #FF8720;color: white;}


.orange-style .sub-menu-links dt, .blue-style .sub-menu-links dt{transition:0.5s;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.orange-style .sub-menu-links dt:hover, .blue-style .sub-menu-links dt:hover{border-bottom: 1px solid white;}
.orange-style .sub-menu-links dt a,.blue-style .sub-menu-links dt a,.blue-style .sub-menu h1,.blue-style .sub-menu h2,.blue-style .sub-menu h3,.blue-style .sub-menu a{color: #FFFFFF !important;}

.blue-style{border-top-color: rgb(71, 121, 175);background: rgba(26, 84, 148, 0.59) !important;}
.blue-style .sub-menu{background: #4779AF;color: white;}

#page-footer{
    background-color: #2A3D48;color:white;
}

.small-links a{
    font-size: 13px;
    color: white;
    font-weight: 100;
    text-decoration: none;
}



.small-links a dt{
    padding: 6px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
}

.small-links a dt.fs16{
    font-family: 'Open Sans', arial;
}

.small-links.dynamic a dt:hover{
    padding-left: 10px;
}

.small-links a dt:hover{
    border-bottom: 1px solid white;
}

.small-links a span{
    color: #547E96;
}
.bg-def{
    background: repeating-linear-gradient(-55deg,#d6e1ea,#d6e1ea 42%,#ccdae5 42%,#ccdae5 85%,#bfd1df 67%,#bfd1df 100%);
}

.page-head{
    /*background-image: url(/img/head.png);*/
    /*height: 289px;*/
    background-size: 100%;
    background-position: center 0px;
    background-repeat: no-repeat;

    /*background-image: url(/img/head2.png);
    height: 450px;
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;*/
}

.slidorion {
    position: relative !important;
    width: 97% !important;
    height: 400px !important;
    left: 50px !important;
    background: #CBCBCB !important;
    padding: 0px !important;
    border: 0px solid #BBB !important;
    box-shadow: 0 0 0 white !important;
    margin-left: 0px !important;
    margin-top: 50px;
    margin-bottom: 50px;
}
.bg-white{background-color: white;}
.accordion {
    box-shadow: 0 0px 0 0px rgba(51,51,51,0.3) !important;
}


.accordion .header {
    transition:0.5s;
    background: #F3F3F3;
    cursor: pointer;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    border-top: 0px solid #ccc;
}
.accordion .content{
    background: -webkit-linear-gradient(top, #FBFBFB 0%,#FBFBFB 10%) !important;
 
    height: auto;

}
.slider .slide{
  background-size: 100%;
    background-repeat: no-repeat;
}
.accordion .header.active { 
    border-bottom: none;
    background:#5387B0 !important; 
    color: #FFFFFF;
    font-weight: 100;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.accordion {
    font-family: Verdana; 
}

#page-main{
    background-color: #FBFBFB;
    background: linear-gradient(to left, #FFFFFF, #FBFBFB) !important;
}
.calendar-events{
    background: white;
   /* padding-left: 10px;
    margin: 0px 15px;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.calendar-events .box{
    background: #E7ECF0;
    padding: 5px;
}

.calendar-events .box span.fs13{
    font-size: 13px;
    border-bottom: 1px solid #9BA5AD;
    border-style: dashed;
    padding-bottom: 3px;
    display: block;
    margin-bottom: 4px; 
}

.calendar-events h3{
    color: #004084;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Open Sans', arial;
}
.calendar-events .date-event{
    background: #FFFFFF;
    padding-bottom: 5px;
    font-size: 13px;
    border: 1px solid #E7ECF0;
    border-radius:4px;
}

.calendar-events .date-event .num-name-day{
    /*background: #B31B1B;*/
    /*background: #F57708;*/
    /*background: #4698DA;*/
    background: #5387B0;
    padding: 5px;
    color: white;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.calendar-events .date-event .num-day{
    display: inline;
    font-weight: 500;
}

.calendar-events .date-event .day{
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    float: right;
}

.calendar-events .date-event .month{
    text-align: center;
    display: block;
    margin-top: 5px;
    color: #383838;
    border-bottom: 1px solid #E7ECF0;
}

.calendar-events .date-event .time{
    display: block;
    text-align: center;
    font-size: 11px;
    padding-top: 2px;
}


#page-news{
    background: #E7ECF0;
    background: repeating-linear-gradient(-55deg,#d6e1ea,#d6e1ea 42%,#ccdae5 42%,#ccdae5 85%,#bfd1df 67%,#bfd1df 100%);
}

#page-news .news-box{
    padding-left: 50px;
    padding-top: 30px;
}

#page-news .title{
    font-weight: 500;
    color: #B6B8B9;
}

#page-news .container-box .title{
    font-size: 16px;
    font-weight: 600;
    color: #4A545D;
	 background: white;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 2px; 
}
#page-news .nav-types{
    margin-left: 10px;
    margin-top: 10px;
}
#page-news .nav-types dt{
    font-weight: 500;
    background: none;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    transition: 0.5s;
}

#page-news .nav-types dt.active{
    padding: 5px 20px;
    border-bottom: 1px solid white;
}

#page-news .nav-types dt:hover{
    padding: 5px 20px;
    border-bottom: 1px solid white;
}

#page-news .nav-types dt a{
    color: #171819; 
    text-decoration: none;
}

#page-news .news-items{
    position: relative;
    bottom: 20px;
}

#page-news .news-items .news-text .name{
    font-weight: 500;
}


.date-news {
    width: 80px;
    padding: 0px;
    border: 1px solid #C5CCD2;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 5px;
}
.date-news .month{
    display: block;
    /*background: #B31B1B;*/
    /*background: #F57708;*/
    background: #7196B3;
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 5px;
}
.date-news .day{
    display: block;
    font-weight: 700;
    background: white;
    text-align: center;
    padding: 10px 0px;
    font-size: 13px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.news-text{
    margin-left: 0px;
    background: white;
    padding: 7px;
    font-family: 'Open Sans', arial;
    border: 1px solid #CED6DC;
    border-radius: 2px;
    width: 97%;
}

.news-text .name{
    color: #004084;
    font-weight: 600;
}

.news-text .preview{
    font-size: 12px;
    margin-top: 5px; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ads-box{
    font-size: 13px;
}

.ads-box a{
    font-weight: bold;
    color: #2B3B48;
}

.ads-box .mt15 .titlead{
    padding: 8px 10px 5px 10px;
    display: block;
    border-bottom: 1px solid #B8B8B8;
    border-style: dashed;
    font-weight: bold;
    margin-bottom: 10px; 
}
.ads-box .mt15 .content-ad{ 
        padding: 0px 0px 10px 10px;
}

#page-global-events{
    border-top: 1px solid #E8E8E8;
    min-height: 200px;
    border-bottom: 1px solid #B7B7B7;
    padding-top: 15px;
    margin-top: 40px;
}
#page-global-events .box{
    min-height: 120px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#page-global-events .box h3{
    font-size: 15px;
    text-align: center;
    color: #004084; 
    font-family: 'Open Sans', arial;  
}

#page-global-events .box .event-img{ 
    height: 130px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.gallery-news img{width: 150px; padding: 5px; transition: 0.7s;}
/*.gallery-news div{display: inline-block;}*/

#news-detail{
    padding: 40px;
}


#news-detail .item{
    background: #333;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
/*
@media (min-width: 400px) {
  #news-detail .item{height: 250px;}
} 

@media (max-width: 768px) {
  #news-detail .item{height: 250px;}
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */

/*

@media (min-width: 768px) {
    #news-detail .item{height: 470px;}
}
/* Medium devices (desktops, 992px and up) *//*
@media (min-width: 992px) {
#news-detail .item{    height: 550px;}  
}

/* Large devices (large desktops, 1200px and up) *//*
@media (min-width: 1200px) {
#news-detail .item{    height: 550px;}
}*/


#news-detail h3{
    font-family: 'Open Sans', arial;
    font-weight:600;
}


.navi-small .line{
    padding: 5px;
    background: #E7ECF0;
    border-bottom: 1px solid white;
    font-weight: 100;
    font-family: 'Open Sans', arial;
    cursor: pointer;
    color: #000000;
    display: block;
}

.table{
    font-size: 13px;
}

.left-navi{
    padding: 20px;
    background: white;
    transition: 0.5;
}

.left-navi a{
    padding: 5px;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 13px;
    transition: 0.5s;
    border-bottom: 1px solid #EAEAEA;
}

.left-navi a:hover{
    border-bottom: 1px solid rgb(196, 200, 204);
    text-decoration: none;
}




.detail-picture-news{
    width: 300px;
    float: left;
    margin-right: 20px;
	border: 2px;
	border-color: #008a77;
}
.vt{vertical-align:top}
.db{display: block;}
.left-navi .active{
    background: #E7ECF0;
}

.left-navi .name-category{
    margin: 0px;
    font-size: 14px;
    color: #004084;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.search-form .input-group{
    float: right;
}

.search-form input[type=text]{
    border: 1px solid #E7ECF0;
    border-right: 0px;
    border-left: 0px;
    box-shadow: 0px 0px 0px #fffff5;
    width: 200px;
    font-size: 12px;
}

.search-form button{
    height: 34px;
    border: 0px;
    background: #E7ECF0;
    border-radius: 2px;
}





@media (max-width: 768px) {
    .padding0{padding: 15px;}
    .date-header{display: inline;}
    .news-items .date-news{display: none;}
    #slidorion{display: none;}
    #page-news .news-items{height: inherit;}
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */



@media (min-width: 768px) {
    .padding0{padding: 15px;}
    .main-navi{display: none;}
    .navi-small{display: block;}
    .date-header{display: inline;}
    .news-items .date-news{display: none;}
    #page-global-events .box .event-img{background-size:130px;}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .padding0{padding: 0px;}
    .main-navi{display: block;}
    .navi-small{display: none;}
    .date-header{display: none;}
    .news-items .date-news{display: none;}
    #slidorion{display: block;}

    #page-global-events .box .event-img{background-size:100%;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .padding0{padding: 0px;}
    .main-navi{display: block;}
    .navi-small{display: none;}
    .date-header{display: none;}
    .news-items .date-news{display: block;}
    #page-global-events .box .event-img{background-size:100%;}

}
/*@media (min-width: 1080px) {
    .find-site-input{display: none !important;}
    .open-modal-find{display: block}
}*/
.developer{
    color: #E0E0E0;
    text-decoration: underline;
}

.developer:hover,.developer:active,.developer:focus{
    color: white;
    text-decoration: none;
}

.modal-title{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#mail-k7 input[type=text],
#mail-k7 input[type=email],
#mail-k7 textarea{
    box-shadow: none;
    border: 1px solid #CCC;
    margin-bottom: 4px;
    font-size: 12px;
}
#page-footer a{text-decoration: none;}
#page-footer a:hover{color: white;}
#mail-k7 .btn{font-size: 11px;border-radius: 3px;}

/*/!*head block size*!/
@media (max-width: 300px) { .page-head{height: 65px;} }
@media (max-width: 999px) { .page-head{height: 239px;} }
@media (max-width: 899px) { .page-head{height: 190px;} }
@media (max-width: 539px) { .page-head{display: none;} }*/

.col-md-3 .search-form .form-group{
    margin-top:9px;    margin-bottom: 0px;
}


.img-news-card{
    width: 150px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 2px;
}

.line-date-news{
    border-top: 1px dashed #C1C1C1;
    text-align: right;
    padding-top: 4px;
}

.topmenul { 
    display: inline-block;
 
}

.topmenul a{
display: inline-block;
    font-size: 12px;
    color: #1B1919;
    padding: 7px;
    transition: 0.5s;
    border-left: 1px solid #E2E2E2;
}

.topmenul a:hover{text-decoration:none;}

.box_header{
 position: absolute;
    top: 10%;
    right: 20%;
}

.box_header .icons .icon{
	width: 50px;
    height: 50px; 
    background-image: url('/img/search-icon.png');
    background-color: #566CE8;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
	margin: 0px;
	display:inline-block;
	border-radius:50px; 
}


.box_header .icons .searc-i{
	background-image: url('/img/search-icon.png');
	background-color: #566CE8;
	background-size: 75%;
}

.box_header .icons {
    margin-top: 40px; 
}


.title_header{
        font-size: 25px;
    font-family: 'Open Sans', arial;
    font-weight: 100; 
    background: rgba(255, 255, 255, 0.32);
    padding: 5px;
    margin-top: 50px;
    color: #005B88;
    padding-left: 30px;
}
#main-slider {
    background: repeating-linear-gradient(-55deg,#d6e1ea,#d6e1ea 42%,#ccdae5 42%,#FFFFFF 85%,#FFFFFF 67%,#FFFFFF 100%);
}

#main-slider .h2{ 
    position: absolute;
    bottom: 25%;
    right: 0%;
    font-family: 'Open Sans', arial;
    font-weight: 100;
    background: rgba(41, 62, 172, 0.06);
    display: inline-block;
    padding: 10px 80px;
    font-size: 27px;
    border-bottom: 1px solid #A2A9D6
}

.find_site_input{ 
    width: 100%;
    background: #FFFFFF;
    margin: 40px 0px;
    padding: 2px !important;
    font-size: 12px;
    font-weight: 100;
    border-bottom: 1px solid #C6C6C6 !important;
    border-radius: 0px !important;
    outline: white;
}
.bg-white{background-color:white;}
.border-r2{border-radius: 2px;}
.sibgutis{position: absolute;top: 0px;right: 0px;margin: 11px 0px;width: 80px;}
.head-pic{float: right;}
.detail-picture-newss{float: left;max-width: 50%;margin: 0px 20px 0px 0px;}

.more-inf-detail{
        display: inline-block;
    text-align: right;
    font-size: 11px;
    background: #5387B0;
    color: white;
    padding: 3px 6px;
    margin: 5px;
    border-radius: 3px;
    margin-right: 0px;
}

.more-inf-detail:hover{
    color: white; 
}


.d-block{
    display: block;
}

#pHead{
    height: 110px;
}

#pHead .row{
    height: 60px;
    position: relative;
    top: 15px;
}

#pHead form{
    /*display: table;
    height: 120px;
    float: right;
    */
    width: 100%;
}

#pHead form .form-group{
   /* display: table-cell;
    vertical-align: middle;
    position: relative;*/
    width: 100%;
}

#pHead form input[type=search]{
    box-shadow: none;
    border-radius: 0px;
    padding: 0px 10px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #bdd1de;
    position: relative;
    width: 100%;
    top: 10px;
}

#pHead form .i-search{
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 1;
}

#pHead h1{
    font-family: 'Open Sans', arial;
    font-weight: 100;
    margin-top: 8px;
}


#pHead .btn-default{
    border: 0px;
    border-radius: 0px;
    color: #292929;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
}

#pHead .dropdown-menu{
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: #d2e0ea;
    margin: 0px;
}
#pHead .btn-group.open button{
    box-shadow: none;
    background: #d2e0ea;
}

#pHead .btn:active,#pHead .btn:focus{
    box-shadow: none;
    border: 0px;
    outline: none;
    /* background-color: white; */
}

#pHead .dropdown-menu a, #pHead .dropdown-menu a:hover{
    font-size: 13px;
    font-family: 'Open Sans', arial;
    padding: 10px 20px;
    background-color: #d2e0ea;
    border-bottom: 1px solid #b9b9b9;
}

#pHead .dropdown-menu a:hover{
    color: #942233;
}

#pHead .dropdown-menu li:last-child a{
    border: 0px;
}

#pHead .btn-default .glyphicon{
    color: #942233;
    font-size: 20px;
    padding-left: 10px;
}

#pHead .btn-default .name{
    position: relative;
    display: inline-block;
    top: -4px;
}
#pHead .logo-v3{
position: absolute;
    top: -15px;
    height: 90px;
}
#pHead .logo-v2
{
    position: relative;
    top: -20px;
	margin-right: 60px;
    height: 100px;
	width: 100px;
}

.global-newsV2{
    padding-right: 0px !important;
}

.global-newsV2 .box
{
padding: 0px;
    background: white;
    height: 250px;
    /*margin: 10px; */
    border: 1px solid #dadada;
    box-shadow: 0px 0px 2px 0px #d0d0d0;
    
}.global-newsV2 .box a
{
    text-align: center;
    color: #636161;
    
}

.global-newsV2 .box img
{

        width: 80% !important;
    margin: 20px auto;
    display: block; 
}

.global-newsV2 .box h3
{
    font-size: 14px; margin: 14px;

}

.page-calendar .panel-x{
    position: absolute;
    bottom: 21px;
    width: 85%;
}


/* mobile */
@media (max-width: 1057px) {
    .container-fluid.navi-small{display: none;}
    #pHead .col-md-8.text-center{display: none;}
    #pHead form{width: 100%; float: right;}
    .mobile-display{display: block;}
}

/* tablet */
@media (min-width: 1058px) {

}

/* desktop */
@media (min-width: 1200px) {
    .mobile-display{display: none;}
}



._shadow {
    box-shadow: 0px 0px 2px 0px #d0d0d0 !important;
}

._border {
    border: 1px solid #dadada;
}











/* Контейнер для кнопки */
.css-modal-checkbox-container {
    display:flex;
}
/* Убираем флажок */
#css-modal-checkbox {
    display: none;
}
/* Кнопка для открытия */
.css-modal-checkbox {
    display: inline-flex;
    text-decoration: none;
    position: relative;
    line-height: 20px;
    padding: 0px 0px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;    
    margin-top: 0px;
margin-bottom: 0px;
}
.css-modal-checkbox:hover,
.css-modal-checkbox:active,
.css-modal-checkbox:focus {
    color: #000;
}
.css-modal-checkbox:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    /* border-top: 50px solid #2D6B9F; */
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index: -1;
}
.css-modal-checkbox:hover:before,
.css-modal-checkbox:active:before,
.css-modal-checkbox:focus:before {
    transform: translateX(0);
}
 
/* Контейнер, который затемняет страницу */
#css-modal-checkbox + .cmc {
    display: none;
}
#css-modal-checkbox:checked + .cmc {
    display:flex;
    align-items:center;
    justify-content:center;    
    z-index: 4;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: bg 0.5s ease;
    background: rgba(51, 122, 183, 0.7);
}
 
/* Модальное окно */
#css-modal-checkbox:checked + .cmc .cmt {
    font-family: Verdana, sans-serif;  
    font-size: 16px;
    padding: 20px;
    width:95%;
    max-width: 100%;
    max-height: 90%;
    transition: 0.5s;
    border: 6px solid #BFE2FF;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    text-align: center;
    overflow: auto;
    animation: scale 0.5s ease;
}
/* Кнопка с крестиком закрывающая окно */
.css-modal-close {
    width: 50px;
    height: 50px;
    border: 6px solid #BFE2FF;
    border-radius: 12px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23337AB7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    background-color: #FFF;
    background-size: cover;
    animation: move 0.5s ease;
    cursor: pointer;
}
 
/* Анимации */
@keyframes scale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes move {
    0% {
        right: -80px;
    }
    100% {
        right: 20px;
    }
}
@keyframes bg {
    0% {
        background: rgba(51, 122, 183, 0);
    }
    100% {
        background: rgba(51, 122, 183, 0.7);
    }
}

@media (max-width: 768px) {
.navbar {
position:static !important;
}
}


/* End */


/* Start:/local/templates/main/template_styles.css?17518645042131*/
/* Баннер на IT-FORUM */
.it-forum-bg {
	background-image: url("/upload/warning.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
min-height: 200px;
	max-height: 800px;
}
.it-forum-btn {
	position: relative;
	top: 160px;
	left: 30px;
	font-size: 12px !important;
	animation: heart 2s ease-in-out infinite alternate;
}

@keyframes heart {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}

#navbarCollapse .navbar-nav li {
background: rgb(210 224 234 / 0%) !important;

}

#navbarCollapse .navbar-nav ul {
background: rgb(210 224 234 / 0%) !important;

}

.navbar-default {
    /* background: rgb(210, 224, 234); */
background: rgb(210 224 234 / 0%) !important;
border: 0px !important;

}

.navbar-collapse {https://biik.ru/bitrix/admin/template_admin.php?lang=ru&set_default=Y
 vertical-align: middle;
align-items: center;
}

.biik-navi ul{
margin-top: 35px;
}

.biik-navi ul li{
border-top: 0px !important;
}

.icon-search {
position: absolute;
right: 7px;
top: 7px;
}

.navbar-toggle {

    margin-top: 30px !important;

}

@media (max-width: 1057px) {
    #navbarCollapse {
position: relative;
    z-index: 9999;
    background: white !important;
}
.biik-navi ul {
    margin-left: 15px;
margin-top: 15px;
}
#main-search-form {
margin: 0 !important;
}
}

@media (min-width: 500px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px !important;
    }
	.it-forum-bg {

		height: 500px;
	}
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px !important;
    }
	.it-forum-bg {
		background-size: contain;
		height: 800px
	}
	.it-forum-btn {
		top: 450px;
		left: 210px;
font-size: 28px !important;
	}
}

.glyphicon {
display: none !important;
}

.pic {
object-fit: cover;
max-height: 180px;
min-height: 180px;
border: 1px solid #eee;
}

.page-calendar .border {
border: 0 !important;
box-shadow: none !important;
}

#page-global-events .box img {
object-fit: contain;
max-height: 300px;
min-height: 300px;
}

ul li {
list-style-position: inside;
}
/* End */
/* /local/templates/main/styles.css?175186450433268 */
/* /local/templates/main/template_styles.css?17518645042131 */
