@keyframes slideRight {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.featcats-news ul.fc_leading img {
    max-width: 90px;
    width: auto;
    max-height: 90px;
    height: auto;
}

.featcats-news .fc_leading li {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.featcats-news .fc_leading .fc_items_img {
    width: 100px;
}

.featcats-news .fc_leading .fc_items_text {
    width: calc(100% - 100px);
    line-height: 1;
}

.featcats-news .fc_leading .fc_items_text .fc_date {
    padding: 0 0 5px;
}

.featcats-news .fc_readmore {
    width: 100%;
}

.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.item-page ul {
    margin: 1em 0;
}

.item-page ul>li:before {
    content: url(../images/postbullets.png);
    left: -5px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.btnOpit {
    color: #fff;
    background: #289cff;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 9px;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    font-size: 16px;
}

@media (max-width: 767px) {
    #novosti-kompanii .item-page>div .row img {
        margin-bottom: 30px;
    }
    .small-table {
        font-size: 80%;
    }
    .ivk-ekran img {
        width: 100%;
        margin: 0 0 10px;
    }
    .rl_tabs>ul.nav-tabs>li {
        width: 100%;
        display: block;
    }
    .centre>div {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        text-align: center;
        border-radius: 4px;
        margin-left: 0;
        margin-right: 0;
    }
    .centre>div img {
        margin: 15px auto 0;
    }
    .border_img>div>div,
    .obraz>div {
        width: 100%;
    }
    .page-header h1,
    .page-header h2 {
        height: auto;
        line-height: 150%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .featcats-news ul.fc_leading {
        padding: 10px 0 30px !important;
    }
    .featcats-news .fc_items {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        margin: 0 1px;
    }
    .featcats-news ul.fc_leading img {
        float: none !important;
        width: 100%;
        height: 170px;
        margin: 0 0 15px;
    }
    .featcats-news .fc_leading li {
        padding: 0 10px !important;
        margin: 0 0 15px;
    }
    .nav.menu.navbar-nav>li.active>a,
    .nav.menu.navbar-nav>li:hover>a {
        color: #ffffff;
        text-decoration: none;
        text-shadow: 0 0 12px #289cff;
        background: url('../images/podcherkivanie_v_menu.png') no-repeat center 79%;
    }
    .nav.menu.navbar-nav>li>a {
        font-size: 16px;
        font-style: normal;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }
    #strykt table img {
        max-width: 900px;
    }
    footer .nav.menu li {
        text-align: center;
    }
    footer .nav.menu,
    footer .block-inner {
        margin-bottom: 30px;
    }
    .custom.banner_menu .text_block .btn {
        margin-left: 60px;
    }
    .featcats-news .fc_links .fc_more a,
    .custom-maps .art-button a {
        margin: 30px auto !important;
        display: block;
    }
    .featcats-news .fc_items:after {
        bottom: -18px;
    }
    .custom-maps #map:after {
        bottom: -14px;
    }
    .featcats-news .fc_leading,
    .custom-maps iframe {
        min-height: 370px;
    }
    .slogan {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .brand img {
        text-align: center;
    }
    .brand {
        margin: 70px auto 0 !important;
        float: none !important;
        display: table;
        text-align: center;
    }
    .header-info .header-icon {
        position: absolute;
        top: 0;
        right: 30px;
    }
    .btnOpit {
        position: static;
        display: block;
    }
}

@media (min-width: 768px) {
    .ivk-ekran img {
        width: 100%;
        margin: 0 0 10px;
    }
    .table.border_img .row>div {
        margin: 0 0 30px;
    }
    .table.border_img .row>div:nth-child(3),
    .table.border_img .row>div:nth-child(4) {
        margin: 0;
    }
    .rukov img {
        height: 250px;
        max-width: inherit;
    }
    footer .foot-zvonok {
        display: inline-block;
    }
    footer .img.socional {
        padding: 100px 0 0;
    }
    footer .img.socional a {
        display: inline-block;
        margin: 0 10px;
    }
    footer .row-flex>div>div.block:before {
        background: url("../images/line_menu_footer.png") repeat-y 0 0;
    }
    footer .row-flex>div>div.block:before,
    footer .row-flex>div>div.block:after {
        content: '';
        width: 2px;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
    }
    footer .row-flex>div>div.block:before {
        left: 0;
    }
    footer .row-flex>div>div.block:after {
        right: 0;
    }
    footer .row-flex .block-inner {
        display: table;
        vertical-align: top;
        margin: 0 auto;
        width: 350px;
    }
    .featcats-news .fc_links .fc_more a,
    .custom-maps .art-button a {
        display: inline-block;
    }
    .featcats-news .fc_items:after {
        bottom: -20px;
    }
    .custom-maps #map:after {
        bottom: -15px;
    }
    .featcats-news .fc_leading,
    .custom-maps iframe {
        min-height: 320px;
    }
    .otstup {
        padding-bottom: 390px;
    }
    .home-menu-block ul>li>a {
        font-size: 12px;
    }
    .home-block,
    .home-menu-block {
        position: absolute;
        width: 100%;
    }
    .home-block {
        z-index: 999;
    }
    .home-menu-block {
        z-index: 1000;
    }
    .moduletable-home-slider-module {
        position: absolute;
        width: 100%;
        top: 0;
    }
    .header-info ul li {
        display: inline-block;
        padding-left: 20px;
        position: relative;
        margin-right: 20px;
    }
    .slogan {
        margin: 65px 0 0 0;
        display: inline-block;
    }
    .search-header {
        float: right;
    }
    .search-header form {
        display: block;
        line-height: 30px;
        background: url("../images/search-bg.png") repeat-x 0 center;
        border-radius: 15px;
        border: 1px solid #858585;
        margin-top: 15px;
    }
    .search-header form input {
        vertical-align: top;
    }
    .search-header input[type="search"] {
        padding: 0;
        background: transparent;
        border: 0;
        text-indent: 10px;
    }
    .search-header input[type="image"] {
        background: url("../images/search.png") no-repeat center center;
        width: 25px;
        height: 26px;
        text-indent: -9999px;
        display: inline-block;
        position: relative;
        top: 2px;
        right: 4px;
    }
    .header-info {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    #ktk-mentor .item-page img.img-responsive {
        width: 100%;
        margin: 15px 0;
    }
    .ivk-ekran img {
        width: 50%;
        float: left;
    }
    .table.border_img .row>div {
        margin: 0;
    }
    .rukov img {
        height: 250px;
    }
    footer .img.socional .fancybox {
        display: block;
        text-align: left;
    }
    footer .img.socional {
        padding: 100px 0 0;
    }
    footer .img.socional a {
        display: inline-block;
        margin: 0 5px;
    }
    footer .row-flex>div>div.block:after {
        background: url("../images/line_menu_footer.png") repeat-y 0 0;
    }
    .featcats-news .fc_leading,
    .custom-maps iframe {
        min-height: 300px;
    }
    .moduletable-home-slider-module {
        top: -20px;
    }
    .slogan {
        margin: 65px 0 0 60px;
    }
    .home-menu-block ul>li>a {
        font-size: 16px;
    }
    .header-info ul li {
        padding-left: 25px;
        margin-right: 25px;
    }
}

@media (min-width: 1200px) {}