@charset "UTF-8";
body,p,h1,h2,h3,h4 {
  color:#3a3a3a;
  font-size:16px;
  font-weight:500;
  font-family: 'Montserrat', sans-serif;  
  line-height: 1.5;
}
 a{
  color:#11585e;
  font-family: 'Montserrat', sans-serif;  

}
h2.title{
font-size:2.5em;
  line-height:1.5;
color:#103c47;
font-weight:900;
text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
}
h3{
font-size:2.8em;
color:#103c47;
font-family: 'Open Sans', sans-serif;  
}
h4{
font-size:2.8em;
color:#103c47;
    font-family: 'Montserrat', sans-serif;
}
.top { background-color: #0d3039; height:70px; }



.header p {
font-size:1.3em;
}
p.phone {
text-transform:uppercase;
font-size:1.3em;
font-weight:700;
margin:0;
padding-top:15px;

}
p.adres {
text-transform:normal;
  font-size:0.9em;
}
.header {
background-image: url('../images/header_bg_1.jpg');
background-position: center center;
background-repeat: no-repeat;
height:500px;
}

.header h1 {
  color:white;
  font-size:2.8em;
  text-transform:uppercase;
  font-weight:800;
  line-height: 1.5;
  padding-top:65px;
  font-family: 'Montserrat', sans-serif;
  text-align:left;
}
.header h2 {
  color:white;
  font-size:1.2em;
  text-align:left;
    line-height: 1.5;
   font-weight:600;
  color:white;
  font-family: 'Montserrat', sans-serif;
}



.navbar {
    position: relative;
    min-height: 40px;
    margin: 0;
    border: 1px solid transparent;
}
 ul.menu li   {
  display:inline-block;


}

.categories-module div {
  list-style-type: none;
}


ul.small li{
display:block;
  font-size:1.2em;
}



/* Блок Услуги */
.services { padding-top:30px;}
.serv {background-color:#fbf8f6; border-radius:5px; height:340px;  }
.serv:hover {background-color:#fdf6f1;   }
.serv h2{font-size:1.8em; font-weight:800; margin:30px 15px 20px 15px;}
.serv p{margin:0 15px 0 15px; font-weight:600; padding-top:5px;}
.serv a{color:#103c47;}
.serv a:hover {color:#103c47; text-decoration:underline;}
   
ul {
    list-style-type: square; /* Квадратные маркеры */
  color:#c79a6e;
   }

.navbar li a {
color:#3a3a3a;
  font-weight:600;
  text-transform: uppercase;
  font-size:1em;

}

.consult {
color: white;
background-color:#103c47;
}
.consult p {
color: white;
padding-left:45px;
  font-weight:600;
}
.consult h4 {
font-weight:900;
text-transform:uppercase;
  padding:50px 0 30px 45px ;
  font-size:1.8em;
  line-height:1.5;
}

.content{
padding:80px 0;
background-image: url('../images/bg_map.png');
background-position: center center;
background-repeat: no-repeat;
}
.content p{
line-height:1.5;
padding:5px 0;

}

.page-header h2 a {
font-size:16px;
}


.number h3 {
color:#d49b63;
  font-size:4em;
  font-weight:800;
  font-family: 'Montserrat', sans-serif;
    padding:0;
}
.number  {
  text-transform:uppercase;
font-size:1.4em;
  color:#103c47;
  font-weight:900;
  font-family: 'Montserrat', sans-serif;
  padding:0 0 0 50px;
  margin:0;
}
.footer {
background-color:#0d3039;
  font-family: 'Montserrat', sans-serif;

}
footer p {
color:white;
}
p.cr{
padding:10px 0;
color:white;
}
.footer .logo,.footer .adress_phone{
padding:30px 0;
color:white;
}

.adress_phone p{
color:white;
}

.footer ul{
padding:30px 0;
color:white;
}
.footer ul li{
line-height:1.3;
}
.footer ul li{
padding:3px 0;
}
.footer a{
color:white;
  font-size:0.8em;
}



.nav > li {
    position: relative;
    display: inline-block;
}
p.cr {
    color:#3c6972;
  font-size:0.5em;
}




.news {
    border: 1px solid #c1cacd;
}
.news p {
    padding:30px;
}

 .news h4{
    padding:30px 20px 0 30px;
}

 .news h4 a{
   text-transform:uppercase;
   color:#103c47;
   font-family: 'Montserrat', sans-serif;
   font-weight:800;
   font-size:0.9em;
}

.newsflashallnews div{
    padding-bottom:50px;
}
.modallnews h3,a.allnews{
    display:inline-block;
}

a.allnews{
    text-align:left;
}

.modallnews h3 {
font-size:2.8em;
  line-height:1.5;
color:#103c47;
font-weight:800;
text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
}


.hidden-menu {
  display: block;
  position: fixed;
  padding: 15px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #262d62;
  height: 100%;
  top: 0;
  right: -100%;
  transition: right .2s;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  
}

.hidden-menu ul li
{
	width: 100%;
	list-style-type: none;
	padding:5px 0;
}
.hidden-menu a{
color:white !important;
font-size:14px;
text-transform:uppercase;
font-weight:400;

}

.hidden-menu-ticker {
  display: none;
}

.btn-menu {
  color: #fff;
  background-color: none;
  padding: 10px;
  position: fixed;
  top: 5px;
  right: 5px;
  cursor: pointer;
  transition: right .23s;
  z-index: 3;
  width: 50px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.btn-menu span {
  display: block;
  height: 3px;
  background-color: #30369b;
  margin: 5px 0 0;
  transition: all .1s linear .23s;
  position: relative;
}
.btn-menu span.first {
  margin-top: 0;
}



ul.breadcrumb {
    background-color:white;
}

ul.breadcrumb li {
    font-size:0.8em;
}

.navbar-main {
    background-color: none;
    border-color: none;
    font-family: 'Montserrat', sans-serif;  
}
.navbar-main li a {
text-decoration:none;
}
.navbar-main ul.menu li a:focus, .navbar-main ul.menu li a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  background-color:#103c47;
}

/* Вертикальные вкладки */

.bootstrap-vertical-tab {
  border: 1px solid $gray-800;
  display: flex;
  flex-direction: row;
  margin-top: 50px; //as per needed
  }
  .nav {
    flex-direction: column;
    margin-right: 30px;
  }
  .nav-link {
    border-top: 1px solid $gray-800;
    border-right: 1px solid $gray-800;
    color: lighten(black, 30%);

  }
  .nav-item:first-child .nav-link {
    border-top: none;
  }
  .tab-content {
    margin-top: 10px;
  }




/* Large desktop */
@media (min-width: 1200px) { ... }
         
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { ... }
       
 /* Landscape phone to portrait tablet */
 @media (max-width: 767px) { ... }
         
 /* Landscape phones and down */
@media (max-width: 480px) { 
.header h1 {font-size: 1.4em;  padding-top:30px;}  
.header h2 {font-size: 1em;} 

.serv h2{ padding-top:30px;}

.header {height:450px;}
h2.title {font-size: 1.5em;}
  .services { padding-top:0;}
.number {
    padding:0;
}
.number h3 {
font-size: 3em;

}
.content {
padding: 30px 0;
} 
  
.serv li.parent {
display:block;
width:98%;
}  
  
  
}