.container-inner{
    padding: 20px 0 0 0;
}
.row-inner{
    padding-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
}
.row-inner h2{
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 30px;

}
.os_orange {
    color: rgb(245, 130, 32);
}
.os_blue{
    color:#337ab7;
}
.row-inner h3{
    margin-top: 25px;
    margin-bottom: 10px;
}
.row-inner div{
    /*font-style: italic;*/
    /*margin-left: 0px;*/
    /*padding: 0px 12px;*/
    /*border-left: 4px solid rgb(245, 130, 32);*/
}

.row-inner p,
.row-inner ol
.row-inner li{

}
/*.breadcrumbs ul li:last-child {
    float: right;
    font-size: 13px;
    padding-top: 35px;

}
.breadcrumbs ul li:last-child span{
    font-weight: bold;
}*/
.row-sert{
    background-color: #f7d7a4;
    margin: 0 auto;
}

.ac-inline > a > img {
    height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    outline: none;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: auto;
    border: none;
}

.ac-inline > a > img:hover {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    border: none;
}



.nav-company .ac-inline {
    width: auto;
}

.nav-company > li > a:hover, .nav-company > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #666;
}
.nav-company > li > a {
    color: #666;
    text-decoration: none;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
}

.nav-company > li.active > a, .nav-company > li.active > a:hover, .nav-company > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: none;
}

.nav-company > li.active > a > img {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    border: none;
}

.nav-company{
    border: none !important;
}


.wrapp{
    position: relative; overflow: hidden;
}
.wrappp{float:left; position:relative; left:50%;}
.nav-company{float:left; position:relative; left:-50%; }

/*li.active::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #f7d7a4 transparent transparent;
    display: inline-block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -130px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;

}*/

.ac-medium-row-company {
    margin-right: -15px;
    margin-left: -15px;
    float: right;
    margin-bottom: 10px;
    padding: 5px 50px;
    width: 100%;
}

.ac-medium-row-company img {
    max-height: 100px;
    width: auto;
}

.features .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}