
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
    clear: both;
    display: block;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix .left {
    float: left;
}

.clearfix .right {
    float: right;
}

.wrap {}

.wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.el {
    display: inline-block;
    vertical-align: middle;
}

/* 
----------------------------------------------------------------------------------------------------*/

html {
    height: 100%;
    font-size: 13px;
}

body {
    margin: 0px;
    padding: 0px;
    outline: 0;
    border: 0;
    width: 100%;
    min-width: 320px;
    position: relative;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    color: #3b3b3b;
    margin: 0px;
    padding-top: 10px;
    border-top: solid 2px #2d4e93;

    background-image: url(/templates/index/img/bg.jpg);
    background-repeat: repeat;
    background-position: top left;


}

body:before,
body:after {
    display: table;
    content: "";
}

body:after {
    clear: both;
}

p {
    line-height: 1rem;
    margin: 0.5rem 0;
}

h1,
h2,
h3 {
    color: #333333;
}

.sprite {
    position: relative;
}

.sprite:before {
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    content: "";
    position: absolute;
    display: block;
}

.sprite.small:before {
    width: 17px;
    height: 17px;
    top: 50%;
    margin-top: -8px;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}


/* ---------------------------------- */

.container {
    width: 1000px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

header .container.flex{
    justify-content:space-between;
}

.logo{
    width: 150px;
}

.logo a{
    border:0;
    outline:0;
    text-decoration:none;
}

.logo img{
    max-width:124px;
    width:100%;    
}

.mainSlider{
    width:100%;
    height: 401px;
    margin: 20px 0 15px;
    padding: 0 0 1px;
    background: url(/templates/index/img/border_line.png) no-repeat bottom center transparent;
}

.mainSlider img{
    width:100%;
}
main{
    margin:15px 0 0;
}

.titlePage{
 margin:10px 0 0;   
}

.contentBlock{   
    margin: 0px 0 50px;
}

.previewCat{
    margin:20px 0;

}
.block_products {

    width: 305px;
}
.block_products a {
    text-decoration:none;
}
.block_products a h3::after{
    content:"";
    background:url('/templates/img/more3.png') no-repeat top left transparent;
    display:inline-block;
    height:19px;
    width:19px;
    position:relative;
    top:3px;
    right:-5px;
}

.block_products a:hover h3::after{
    background:url('/templates/img/more3.png') no-repeat bottom left transparent;
}
footer.flex{
    border-top: solid 1px #8d8d8d;
    padding:25px 0 20px;


}

.bottomMenu.flex, footer.flex{
 justify-content:space-between;
 align-items: flex-start;
}


.bottomMenu.flex{
   width: 550px;
   justify-content:flex-start;
}
.bottomMenu .oneColumn{
    width:155px;
}
.bottomMenu a{
    display:block;  
    border: 0px;
    color: #3B3B3B;
    display: block;
    margin-bottom: 4px;
    text-transform: none;
    font-size: 13px;
    text-decoration: none;
}

.title_subMenu{
    color: rgb(128, 128, 128);
    font-size: medium;
    margin:0 0 20px;
}

.socBlock{
    width: 170px;
    height: 45px;
}

.logoFoot img{
    width:70px;
}

.co{
    height: 50px;
    font-size:13px;
    margin: 5px 0 0;
}

.twitter, .fb, .vk, .gplus {
    margin: 10px 5px;
    float: left;
}
.contact_top {
    text-align: right;
    padding-right: 0px;
    margin:10px 0 0;
}
.contact_top a {
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    line-height: 25px;
    float: right;
    margin: 5px 10px;
}
.leftColumn{
    width: 290px;
    margin:25px 25px 25px 0;
}
.rightColumn{
    width:650px;
}
.leftMenu{}

.blockNews, .blockProjects{
    margin:25px  0;
}
.p01-bg{
    background-color:transparent;
}
.menuM{
    display:none;    
}

.menu__icon_burger {
    color: #314997;
    border-radius: 50%;
    width: 28px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    padding: 0;

}

.navbar-toggle .icon-bar {
    background: #314997;
    width: 100%;
    display: block;
    height: 5px;
    margin: 2px 0;
}



.contact_top a.menuM {
  display:none;
}

.mm-listview .mm-inset>li{
    list-style-type:none;
    margin: 5px 0;
}
.mm-listview>li>a{
    position:relative;
}
.mm-listview>li>a:before{
    content: '';
    top: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    left: 0px;
    background-color: #eeeeee;
    width: 100%;
    height: 1px;
    border-width: 4px 4px 8px;
    border-style: solid;
    border-color: #fefefe;
}
.mm-listview>li>a, .mm-listview>li>span{
    font-size:18px;
}
.mm-listview .mm-inset>li a{
   color:#626262;
   display: block;
   line-height: 14px;
}
.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 5px 10px 25px 20px;
    margin: 0;
    /*display:none;*/
}
.mm-listview>li:first-child>a:after{

}
.withSub:after{
    content:"";
    display:inline-block;
    border: 5px solid transparent; border-top: 7px solid #626262;
    position:relative;
    top:2px;
    left:10px;
}

.mainContent{}
.mainContent>div{
    width:100%;
}
.mainContent, .note_mainContent{justify-content:space-between;}
.note_mainContent{
    margin:20px 0;
}
.mainContent .more, .note_mainContent .more{
    display:inline-block;
    margin:10px 0;
}

.hidden-lg{
    display:none;
}
.grid2{
    list-style-type:none;
    padding:0;
}
.grid2 li{
    border-bottom: 1px solid #333333;
    padding: 0 0 10px;
    margin: 20px 0;
}
.grid2 img{
    width:100%;
    height:auto !important;
    display: inline-block;
    margin: 0 0 10px;
}

#homePageAccordion_xs{}

#homePageAccordion_xs .overlay{
    position:relative;
    width:100%;
    height: 50px;
    background-size: cover !important;
    background-position: center center !important;
}

#homePageAccordion_xs .tile {

    float:none;

    width: 100% !important;

    padding: 10px;
}

#homePageAccordion_xs .tile-text {
 float:none;
 width: 100%;
 box-sizing: border-box;
 margin: 10px 0;
}

#homePageAccordion_xs img{
    float:none !important;
    margin: 0 auto;
    display: block;
}
.scheme  h1{
    color: #010101;
    display: inline-block;
    /* border-bottom: 2px solid #d52228; */
    font-size: 23px;
    font-weight: normal;
    /* padding-bottom: 3px; */
    margin: 20px 0px 6px;
}

#Roundabout_mobile{
  list-style-type:none;
  padding:0;  
}
#Roundabout_mobile li{
    margin:20px 0;
    border-bottom: 1px solid #010101;
    padding: 0 0 50px;
    position:relative;
    text-align:center;
}
#Roundabout_mobile li img{
    display:block;
    margin:5px 0;
}

#Roundabout_mobile .more{
    position:absolute;
    float:nonr;
    right:0;
    bottom:10px;
}
.grid2{
    display:none;
}
.main-nav .submenu{
    width:260px;
}
.main-nav a{

    line-height: 14px;
}

.bread{
    margin-top: 10px;
}

.homePageAccordion-mobile{
    display:none;
}

.tabFlex{
    flex-wrap:nowrap;
    margin:20px 0;
    justify-content:space-between;
    align-items:flex-start;
}

.onePillar{

}
.onePillar>div{
    text-align:center;
    padding:10px;
    display:flex;
    align-items:center;
}

.onePillar>div:first-child{
    align-items:flex-start;
}
.onePillar>div img{

    max-width:100%;
    height:auto !important;
}


.tabFlex .onePillar:first-child{
    text-align:left;
    font-weight:bold;
    justify-content:flex-start;
}


.tabFlex .onePillar>div{
    text-align:center;align-items:center;justify-content:center;
}
.tabFlex .onePillar:first-child>div{
    text-align:left;
}