@charset "windows-1251";
html {
	min-height: 100%;
    position: relative;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	background: #e3fdfe url(../img/bg.jpg) no-repeat center top;
	width: 100%;
	height: 100%;
	color: #333333;
	padding-top: 40px;
}
@media (min-width: 1200px) {
    .container{
        width: 1200px;
    }
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
a {
	color: #112d78;
	text-decoration: underline;
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
a:hover {
	text-decoration: underline;
	color: #3f9815;
}
a:focus {
	outline: none;
}

h1, .h1 {
	font-size: 36px;
	margin-bottom: 30px;
	margin-top: 0;
	color: #112d78;
	font-weight: 600;
	text-align: left;
}
h2, .h2 {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 600;
	color: #112d78;
	text-align: left;
}
h3 {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 600;
	color: #112d78;
	text-align: left;
}
h4 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #112d78;
	text-align: left;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;

}
ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-left: 0;
}
ol {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-left: 27px;
}
ul li {
	padding: 5px 0px;
}
ol li {
	padding: 5px 0px;
}

li p {
	padding: 0px 0px;
	margin: 0;
}


hr { 
	color: #ededed;
	background-color:#ededed; 
	border:0px none; 
	height:1px; 
	clear:both;
	margin: 15px 0px;
}


/*************** меню ******************/

.menu {
	background-color: #2c4a78;
	height: 40px;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 200;
	 box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.5);
}
.navbar-collapse {
	margin: 0;
}
.nav-justified {
    display: table;
}
.sf-menu ul {
	margin: 0;
	padding: 0;
}
.sf-menu li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #4571b5;
	background: none;
	float: none;
}
.sf-menu li:first-child {
	background: none;
	border-left: 1px solid #4571b5;
}
.sf-menu a {
    border: none;
	height: 40px;
	line-height: 40px;
    padding: 0px 0px;
    text-decoration: none;
    zoom: 1;
	color: #FFFFFF;
	font-size: 17px;
	background: #2c4a78;
	text-transform: uppercase;
}


.sf-menu a.sf-with-ul {
	padding-right: 53px;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	background: none
}
.sf-menu li:first-child:hover,
.sf-menu li:first-child.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	background: none;
}
.sf-menu li:hover a,
.sf-menu li.sfHover a {
	color: #FFFFFF;
}
.sf-menu a:hover {
    color: #FFFFFF;
	text-decoration: none;
	background: #5cc92a;
}
/** подменю **/
.sf-menu ul {
    padding: 5px 0px;
	background: #014a7f;
	min-width: 218px;
}
.sf-menu ul li {
	border-left: none;
	border-right: none;
	background: none;
	border-top: 1px solid #003146;
}
.sf-menu ul li:first-child {
	border-left: none;
	border-right: none;
	border-top: none;

}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	background: none;
}
.sf-menu ul li a {
    padding: 12px 35px;
    color: #ffffff;
    font-size: 16px;
	display: block;
	height: auto;
	background: none;
	line-height: 15px;
}
.sf-menu ul li a:hover {
    text-decoration: underline;
    color: #ffffff;
	background: none;
}

/************ мобильное меню *********/

.header-fixed {
    background: #2c4a78;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
    height: 46px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.fixed-logo {
	height: 30px;
	margin: 8px 0px 0px 10px;
	float: left;
}
.fixed-phone {
	color: #ffffff;
	margin: 12px 0px 0px 15px;
	float: left;
	font-size: 15px;
}
.fixed-phone a {
	color: #ffffff;
	text-decoration: none;
}
.pm-header-mobile-btn-container {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	color: #ffffff;
}
.pm-mobile-menu-overlay {
	background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 244px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999998;
}

.menu-opened .pm-mobile-menu-overlay {
    display: block;
}
.pm-mobile-global-menu-logo {
	
}
.pm-mobile-global-menu {
	max-width:244px;
	min-width:244px;
	height:100%;
	background-color:#ffffff;
	position:fixed;
	left:-244px;
	top:0;
	color: #333333;
	z-index:100000;
	font-size: 26px;
	transition:0.5s ease;
	-moz-transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-o-transition:0.5s ease;
	overflow-y: auto;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 10px 9px 10px;
    margin-top: 3px;
    margin-right: 7px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	font-size: 17px;
}
.menu-opened .pm-mobile-global-menu {
   left:0px;
}

.pm-mobile-global-menu-logo {
    margin-bottom: 15px;
    padding: 15px 20px 0;
	text-align: center;
}

.pm-nav {
   
}


.menu-opened .pm-mobile-nav-container {
	display:none;
	visibility:hidden;	
}

.pm-mobile-global-menu-btns {
	list-style:none;
	padding:0;
	margin:0;
}

.pm-mobile-global-menu-btns li {
	margin-bottom:10px;
	padding-bottom:10px;
}

.pm-mobile-global-menu-btns li a {
	font-size:20px;
	color:white;
	font-weight:100;
	padding:0px 10px 0 30px;
	display:block;
}




.reset-pulse-sizing,
.reset-pulse-sizing *,
.reset-pulse-sizing *:before,
.reset-pulse-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align:top;
}

/******** header ************/

header {
	
}

.pm-header-logo-container {
	margin-top: 12px;
	margin-left: 24px;
	float: left;
}

.phone-top {
	margin-top: 30px;
	color: #112d78;
	padding-left: 32px;
	float: right;
	font-weight: bold;
	font-size: 27px;
	background: url(../img/phone-icon.png) no-repeat left top;

}
.phone-top span {
	font-weight: normal;
	font-size: 16px;
	vertical-align: super;
}
.address-top{
	margin-top: 26px;
	color: #112d78;
	float: right;
	font-weight: bold;
	font-size: 18px;
}
.address-top span {
	font-weight: normal;
	font-size: 16px;
}

.poisk-turov {
	margin-top: 15px;
}
.poisk-turov a img {
  border-radius: 15px;
}
.poisk-turov a:hover img {
	cursor: pointer; 
	-webkit-animation: bounceOut .4s linear; /* Safari 4+ */
  -moz-animation:  bounceOut .4s linear; /* Fx 5+ */
  -o-animation:     bounceOut .4s linear; /* Opera 12+ */
  animation:  bounceOut .4s linear; /* IE 10+, Fx 29+ */
  box-shadow: 0 0 0 3px #e3ff9d;
  border-radius: 15px;
}

@keyframes bounceOut {
        0%{ box-shadow: 0 0 3px 0px #f4fbff; }
        25%{ box-shadow: 0 0 3px 2px #e3ff9d; }
        50%{ box-shadow: 0 0 3px 8px #e3ff9d; }
        75%{ box-shadow: 0 0 3px 3px #e3ff9d;}
        100%{ box-shadow: 0 0 3px 3px #e3ff9d;}
}

.pic-rounded {
	display: inline-block;
	text-decoration: none;
}
.pic-rounded img {
	 border-radius: 15px;
	 box-shadow: 0 0 0 2px #f4fbff;
}
.pic-rounded:hover {
	text-decoration: none;
}
.pic-rounded:hover img {
	cursor: pointer; 
		-webkit-animation: bounceOut .4s linear; /* Safari 4+ */
	  -moz-animation:  bounceOut .4s linear; /* Fx 5+ */
	  -o-animation:     bounceOut .4s linear; /* Opera 12+ */
	  animation:  bounceOut .4s linear; /* IE 10+, Fx 29+ */
	  box-shadow: 0 0 0 3px #e3ff9d;
	  border-radius: 15px;
}

.bm {
	margin-bottom: 20px;
}

.main-caps {
	display: block;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
	font-size: 18px;
}
.pic-rounded:hover .main-caps {
	text-decoration: none;
	text-shadow: 1px 1px #e3ff9d;
}



.left {
	text-align: left;
}
.right {
	text-align: right;
}


/*************** контент ****************/


.btn {
	display: inline-block;
    color: #FFFFFF;
    font-size: 18px;
    background: #2c4a78;
    margin: 0px auto;
    text-decoration: none;
	border: none;
    border-radius: 8px;
	padding: 7px 25px;
}
.btn:hover {
    color: #FFFFFF;
    background: #5cc92a;
    text-decoration: none;
}

#slidermain {
	height: 488px;
	background: url(../img/slider-bg.jpg) no-repeat center bottom;
	
}
.item-cap {
	width: auto;
	height: auto;
	bottom: 30px;
	position: absolute;
	right: 0;
	border-radius: 50px 0px 0px 50px;
	background: #b80000;
	background: -moz-linear-gradient(top, #d70000 0%, #a30001 100%);
    background: -webkit-linear-gradient(top, #d70000 0%,#a30001 100%);
    background: linear-gradient(to bottom, #d70000 0%,#a30001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70000', endColorstr='#a30001',GradientType=0 );
	color: #ffffff;
	padding: 15px 50px;
	font-size: 24px;
	font-weight: 600;
}
.item-cap span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}
.item-cap.red {
	background: #b80000;
	background: -moz-linear-gradient(top, #d70000 0%, #a30001 100%);
    background: -webkit-linear-gradient(top, #d70000 0%,#a30001 100%);
    background: linear-gradient(to bottom, #d70000 0%,#a30001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70000', endColorstr='#a30001',GradientType=0 );
	color: #ffffff;
}
.item-cap.blue {
	background: #005595;
    background: -moz-linear-gradient(top, #005b9c 0%, #014a7f 100%);
    background: -webkit-linear-gradient(top, #005b9c 0%,#014a7f 100%);
    background: linear-gradient(to bottom, #005b9c 0%,#014a7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b9c', endColorstr='#014a7f',GradientType=0 );
	color: #ffffff;
}

.list-cat {

}
.list-cat a {
    display: block;
    height: auto;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #005b9c;
	padding: 5px;
}
.list-cat a:hover {
	border-color: #b80000;
	box-shadow: 0px 0px 6px 3px rgba(30, 30, 30, 0.2);
}
.list-cat-pic {
    display: block;
    padding-top: 72%;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.list-cat-cap {
	width: auto;
	min-width: 75%;
	max-width: 85%;
	height: auto;
	bottom: 22px;
	position: absolute;
	right: 0;
	border-radius: 50px 0px 0px 50px;
	background: #005595;
    background: -moz-linear-gradient(top, #005b9c 0%, #014a7f 100%);
    background: -webkit-linear-gradient(top, #005b9c 0%,#014a7f 100%);
    background: linear-gradient(to bottom, #005b9c 0%,#014a7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b9c', endColorstr='#014a7f',GradientType=0 );
	color: #ffffff;
	padding: 10px 35px;
	font-size: 28px;
	line-height: 30px;
	text-align: right;
	font-weight: 600;
}
.list-cat-cap.left {
	left: 0;
	right: auto;
	text-align: left;
	border-radius: 0px 50px 50px 0px;
}
.list-cat a:hover .list-cat-cap {
	background: #b80000;
	background: -moz-linear-gradient(top, #d70000 0%, #a30001 100%);
    background: -webkit-linear-gradient(top, #d70000 0%,#a30001 100%);
    background: linear-gradient(to bottom, #d70000 0%,#a30001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70000', endColorstr='#a30001',GradientType=0 );
}
.list-cat-cap span {
	display: block;
	font-size: 18px;
	font-weight: 300;
}

.serbg {
	padding: 0px 0px;
	background-color: #f4f4f4;
}

.events  {
	background: #f4f4f4 url(../img/event-bg.jpg) no-repeat center center;
	background-size: cover;
}

.event-main.em1 {
	margin-right: 30px;
}
.event-main.em2 {
	margin-left: 15px;
	margin-right: 15px;
}
.event-main.em3 {
	margin-left: 30px;
}
.event-date {
	margin: 20px 0px 10px 0px;
	padding: 3px 10px 2px 10px;	
	background-color: #005595;
	color: #ffffff;
	border-radius: 10px;
	display: inline-block;
}
.more {
	margin-top: 7px;
}

.left-menu {
	margin: 0;
	padding: 0;
}
.left-menu li {
	margin: 2px 0px;
	padding: 0;
	list-style: none;
}
.left-menu li a {
	display: block;
	padding: 5px 5px 4px 5px;	
	text-align: center;
	background-color: #b0e2ff;
	border-radius: 10px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #f0fbff;
}
.left-menu li a:hover, .left-menu li a.selected {
	background-color: #9bcfff;
	text-decoration: none;
	color: #112d78;
}
.left-menu.green li a {
	background-color: #c1f8ae;
}
.left-menu.green li a:hover, .left-menu.green li a.selected {
	background-color: #aaf199;
}

.left-menu li ul {
	background-color: #f0fbff;
	margin: 0;
	padding: 5px 0 10px 0;
	display: none;
}
.left-menu li.selected1 {
	background-color: #f0fbff;
	margin-bottom: 5px;
}
.left-menu li.selected1 ul {
	display: block;
}
.left-menu li ul li a {
	display: inline-block;
	padding: 0px;	
	margin: 3px 10px 1px 25px;
	text-align: left;
	background: none;
	border-radius: 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
	border: none;
}
.left-menu li ul li a:hover, .left-menu li ul li a.selected {
	text-decoration: none;
	background: none;
}


/************** other ********************/


/* 4. Helper Classes  */
.pm-containerPadding20 {
	padding:20px 20px;	
}

.pm-containerPadding30 {
	padding:30px 20px;	
}

.pm-containerPadding40 {
	padding:40px 20px;	
}

.pm-containerPadding60 {
	padding:60px 20px;	
}

.pm-containerPadding80 {
	padding:80px 20px;	
}

.pm-containerPadding100 {
	padding:100px 20px;	
}

.pm-containerPadding120 {
	padding:120px 20px;	
}


.pm-containerPadding-top-0 {
	padding-top:0px;	
}

.pm-containerMargin-top-0 {
	margin-top:0px;	
}


.pm-containerPadding-top-10 {
	padding-top:10px;	
}
.pm-containerPadding-top-15 {
	padding-top:15px;	
}

.pm-containerPadding-top-20 {
	padding-top:20px;	
}

.pm-containerPadding-top-30 {
	padding-top:30px;	
}

.pm-containerPadding-top-40 {
	padding-top:40px;	
}

.pm-containerPadding-top-50 {
	padding-top:50px;	
}

.pm-containerPadding-top-60 {
	padding-top:60px;	
}

.pm-containerPadding-top-70 {
	padding-top:70px;	
}

.pm-containerPadding-top-80 {
	padding-top:80px;	
}

.pm-containerPadding-top-90 {
	padding-top:90px;	
}

.pm-containerPadding-top-100 {
	padding-top:100px;	
}

.pm-containerPadding-top-120 {
	padding-top:120px;	
}

.pm-containerPadding-bottom-20 {
	padding-bottom:20px;	
}
.pm-containerPadding-bottom-15{
	padding-bottom:15px;	
}

.pm-containerPadding-bottom-10{
	padding-bottom:10px;	
}

.pm-containerPadding-bottom-30 {
	padding-bottom:30px;	
}

.pm-containerPadding-bottom-40 {
	padding-bottom:40px;	
}

.pm-containerPadding-bottom-50 {
	padding-bottom:50px;	
}

.pm-containerPadding-bottom-60 {
	padding-bottom:60px;	
}

.pm-containerPadding-bottom-70 {
	padding-bottom:70px;	
}

.pm-containerPadding-bottom-80 {
	padding-bottom:80px;	
}

.pm-containerPadding-bottom-90 {
	padding-bottom:90px;	
}

.pm-containerPadding-bottom-100 {
	padding-bottom:100px;	
}

.pm-containerPadding-bottom-120 {
	padding-bottom:120px;	
}

.pm-primary {
	color:#ef5438 !important;
}

.pm-secondary {
	color:#000000 !important;
}

.pm-no-margin {
	margin:0px !important;	
}

.pm-no-margin-top {
	margin-top:0px !important;	
}

.pm-no-margin-bottom {
	margin-bottom:0px !important;	
}

.pm-no-padding {
	padding:0px !important;	
}

.pm-column-spacing {
	padding-bottom:30px;
}	

.pm-center {
	text-align:center;	
}

.pm-inline {
	display:inline;	
}

.pm-right-align {
	text-align:right;	
}

.pm-left-align {
	text-align:left;	
}

.pm-divider {
	height:1px;
	background-color:#d9d9d9;
	width:100%;
	margin:10px 0;	
}

.pm-clear-element {
	clear:both;	
}

.columnContainer .row [class*="col-"] {
	padding-bottom:30px;	
}

.columnContainer0 .row [class*="col-"] {
	padding-bottom:0px;	
}


.text-error {
padding: 5px 10px;
background-color: #ffeee1;
border: 1px solid #c2020d;
margin: 3px 0px;
}
.text-success {
padding: 5px 10px;
background-color: #fafae8;
border: 1px solid #006600;
margin: 3px 0px;
}

img {
    max-height: 100%;
    max-width: 100%;
}

/********************* footer ********************/
.footer {
	background: url(../img/footer-bg.jpg) no-repeat center bottom;
}

.logo-footer {
	float: left;
	width: 200px;
}
.logo-footer img {
	max-width: 150px;
}
.name-footer {
	float: left;
	width: 170px;
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	line-height: 31px;
	padding-top: 18px;
	
}
.phones-footer {
	float: right;
	font-size: 14px;
	padding-top: 20px;
}
.phone-footer {
	background: url(../img/phone-footer.png) no-repeat left 4px;
	padding: 5px 0px 5px 23px;
	font-style: italic;
	font-size: 15px;
}
.address-footer {
	background: url(../img/home.png) no-repeat 2px 8px;
	padding: 5px 0px 5px 23px;
	font-style: italic;
	font-size: 15px;
}
.mail-footer {
	background: url(../img/mail.png) no-repeat 2px 11px;
	padding: 5px 0px 5px 23px;
}

.pm-footer {
	background: #2c4a78;
}
.pm-footer-copyright-col {
	color: #FFFFFF;
}

.footer_in {
	margin-top: 30px;
}

.footer_in a:hover img {
	opacity: 0.8;
}

.mal3 {
	float: right;
	margin-top: 4px;
}
.mal3 a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


