.flex-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-column{
    flex:0 0 100%;
    max-width: 1030px;
}
.left-column{
    flex:0 0 266px;
    max-width: 266px;
}
.kns-works .owl-item img {
    max-height: 180px;
}

@media (max-width: 1350px) {
    .left-column{
        flex:0 0 23%;
        max-width: 23%;
    }
    .content-column {
        flex: 0 0 74%;
        max-width: 74%;
    }
}
@media (max-width: 975px) {
    
}
@media (max-width: 830px) {
    .left-column{
        width: auto;
        padding: 0 10px;
        margin-top: 20px;
    }
    .content-column{
        width: auto;
        padding: 0 10px;
    }

}
.left-menu{
    border: solid 1px #dedede;
    background: #fcfcfc;
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ececec 100%);
    background: -o-linear-gradient(top,  #fcfcfc 0%,#ececec 100%);
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#ececec 100%);
    background: linear-gradient(to bottom,  #fcfcfc 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ececec',GradientType=0 );
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.left-menu.fixed{
    position: fixed;
    width: 282px;
    top: 149px;

}
.left-menu{
    /* width: 266px; */
}
.left-menu .block-title{
    position: relative;
    color: #fff;
    background: #35ABD3;
    padding: 6px 7px 7px 20px;
}
#vertical-menu{
    padding:3px 6px 5px 13px;
    margin:0;
    list-style-type: none;
}
#vertical-menu ul{
    padding:0;
    margin:0;
    list-style-type: none;
}
#vertical-menu ul ul{
    padding-left: 10px;
}

#vertical-menu li{
    font-size:14px;
}
#vertical-menu li a{
    color:#787878;
    text-decoration: none;
    display: block;
    padding:3px 0;
}
#vertical-menu li a:hover, #vertical-menu a.selected{
    text-decoration: underline;
}
#vertical-menu a.selected{
    font-weight: bold;
    color: #cc0000;
}
#vertical-menu > li > a{
    color:#1B7D8C !important;
    padding:10px 0;
    font-weight: bold;
    font-size: 15px;
}
#index-banners{
    /* width: 266px; */
    margin-top: 20px;
}
.partners-button{
    display: block;
    margin-top: 10px;
    background: url(/local/static/images/partner-button.png) 0 0 no-repeat;
    max-width: 264px;
    height: 65px;
}
.partners-button:hover{
    background-position: 0 -65px;
}
.catalog-show-button{
    background: #1B7D8C;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 3px;
    font-size: 20px;
    cursor: pointer;
}
.catalog-show-button+.left-menu{
    display: none;
}
#vertical-menu .black{
    color: #000;
}
.go2catalog{
    text-decoration: none;
    position:relative;
    display:inline-block;
    padding:0 18px;
    border-radius:3px;
    color:#fff;
    vertical-align:bottom;
    font-weight:bold;
    line-height:36px;
    background: #e21500;
    background: -moz-linear-gradient(top,  #e21500 0%, #a60000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e21500), color-stop(100%,#a60000));
    background: -webkit-linear-gradient(top,  #e21500 0%,#a60000 100%);
    background: -o-linear-gradient(top,  #e21500 0%,#a60000 100%);
    background: -ms-linear-gradient(top,  #e21500 0%,#a60000 100%);
    background: linear-gradient(to bottom,  #e21500 0%,#a60000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21500', endColorstr='#a60000',GradientType=0 );
}

.go2catalog:hover{
    background: #e21500;
}
.write-message{
    text-decoration: none;
    color: #fff;
    background: #1B7D8C;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    font-size: 20px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
}
.write-message:hover{
    background: #176C79;
}
.nav_pagination{
    width: 100%;
    text-align: center;
    margin-top: -1rem;
	margin-bottom: 2rem;
}
.catalog-links a{
    margin-right: 10px;
    font-weight: 700;
}
.catalog-links a:hover{
	color:#0881B1
}
.consult-button{
    color: #fff;
    border: 0;
    min-height: 32px;
    padding: 0 20px;
    background: #4ca3aa;
    background: -moz-linear-gradient(top, #4ca3aa 0%, #1b7d8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ca3aa), color-stop(100%,#1b7d8c));
    background: -webkit-linear-gradient(top, #4ca3aa 0%,#1b7d8c 100%);
    background: -o-linear-gradient(top, #4ca3aa 0%,#1b7d8c 100%);
    background: -ms-linear-gradient(top, #4ca3aa 0%,#1b7d8c 100%);
    background: linear-gradient(to bottom, #4ca3aa 0%,#1b7d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca3aa', endColorstr='#1b7d8c',GradientType=0 );
    margin-top: 10px;
	padding-top: 4px;
    padding-bottom: 4px;
}