
pre code.hljs{
    font-size: 1rem !important;
}

.alert-warning {
    background-color: rgba(42, 42, 42, 0.75);
    color: #fff;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    font-size: 1rem;
    padding: 15px 40px;
}
.alert-warning .close {
    color: #f39c12;
}
.blog-list .row {
    margin-left: 0;
}

.summary {
    cursor: pointer;
}

.card .card-body {
    display: block !important;
}

.benefits-deep-process {
    background-image: url(/images/companies/1/pages/work-process/bg-block-benefits-development-process.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-color: #061e65;
    padding-top: 300px;
}

.work-proces-sendingform {
    position: absolute;
    top: -125px;
}

.development_stages {
    margin-bottom: -477px;
    z-index: 2;
}

.mb-100 {
    margin-bottom: 100px;
}


.fmp_components {
    top: 0;
    margin-top: -33%;
    margin-left: -8%;
}

.fmp_components_name {
    position: relative;
}



.nav-justified .nav-item, .nav-justified>.nav-link {
    width: 100%;
}
.owl-item .on-hover-active {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.owl-item:hover .on-hover-active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.owl-item .off-hover-active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.owl-item:hover .off-hover-active {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.cp-blog-grid__block .ty-pict {
    width: 100%;
    height: 329px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog .author {
    top: unset;
    left: unset;
    right: unset;
    margin: 24px;
}