/*
 * Template for ugv.com.ua
 * Author: BoSStudio
 * Author Link: www.bosstudio.net
 */


/* -------------------- [ Other ] -------------------- */

@font-face {
    font-family: 'Benguiat';
    src: url('../fonts/benguiat/BenguiatGothicC-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/benguiat/BenguiatGothicC-Book.woff') format('woff'), url('../fonts/benguiat/BenguiatGothicC-Book.ttf') format('truetype'), url('../fonts/benguiat/BenguiatGothicC-Book.svg#BenguiatGothicC-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Thin.woff') format('woff'), url('../fonts/roboto/Roboto-Thin.ttf') format('truetype'), url('../fonts/roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Light.woff') format('woff'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype'), url('../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), url('../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Medium.woff') format('woff'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'), url('../fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Roboto-Regular';
    color: #000;
}

body {
    overflow-x: hidden;
    margin-bottom: 400px;
    background: #f1f5f5;
    font-family: 'Roboto-Regular';
    color: #000;
}

ol,
ul {
    list-style: none;
}

a:hover,
a:focus {
    outline: none;
}

.padding-0 {
    padding: 0;
}

.wrap {
    /* height: 100%; */
}

.sampleClass {
    float: left;
}

.btn-style,
a.btn-style {
    border-radius: 0;
    border: none;
    /*background: #54c1e9;*/
    background: #009bd4;
    color: #fff;
    transition: all 0.2s ease-in-out;
    border: 2px solid rgba(33, 31, 31, 0);
    font-size: 14px;
    font-family: 'Roboto-Light';
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
}

.btn-style {
    padding: 0px 15px;
    line-height: 36px;
}

a.btn-style {
    /*padding: 10px 25px;*/
    /*line-height: 100px;*/
}
.btn-style-x2 {
    cursor: pointer;
    display: block;
    font-size: 1em !important;
    margin: 5px 0;
    outline: 0px;
    padding: 1em 2em;
    white-space: pre-wrap;
}
.btn-style:focus,
.btn-style:hover,
a.btn-style:focus,
a.btn-style:hover {
    background: #ffffff;
    border: 2px solid #72C8F0;
    color: #72C8F0;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.button-more {
    /*padding: 30px 0;*/
    text-align: center;
    display: inline-block;
}

.button-more .btn-style {
    /*padding: 10px 30px;*/
    /*margin-top: 10px;*/
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
}

.button-more .btn-style:focus,
.button-more .btn-style:hover,
.button-more a.btn-style:focus,
.button-more a.btn-style:hover {
    background: #ffffff;
    color: #72C8F0;
    box-shadow: none;
    margin-top: 8px;
}


/* ------------------ [ Other End ] ------------------ */

#back-top {
    position: fixed;
    bottom: 60px;
    right: 3%;
}

#back-top a {
    background: url(images/top.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
}


/* ------------------- [ Header ] -------------------- */

.header {
    position: relative;
    z-index: 1030;
}

.header .header-info-panel {
    background: #ffffff;
    /* border-bottom: 4px solid #9c2627; */
    width: 100%;
}

.header .header-info-panel .nav-info {
    display: inline-block;
}

.header .header-info-panel .nav-info>li {}

.header .header-info-panel .nav-info>li+li {
    margin: 0;
    margin-left: -1px;
}

.header .header-info-panel .nav-info>li>a {
    border-radius: 0;
    padding: 0 15px;
    line-height: 40px;
    color: #868686;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
}

.header .header-info-panel .nav-info>li>a:focus,
.header .header-info-panel .nav-info>li>a:hover {
    background: #54c1e9;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.header .header-info-panel .nav-lang {
    float: right !important;
    z-index: 999;
}

.header .header-info-panel .nav-lang>li>a {
    /* cursor: not-allowed; */
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    /* pointer-events: none; */
}

.header .header-info-panel .nav-lang>li+li {
    margin: 0;
    margin-left: -1px;
}

.header .header-info-panel .nav-lang>li>a {
    border-radius: 0;
    padding: 0 15px;
    line-height: 40px;
    color: #868686;
    background: #ffffff;
    /* border: 2px solid #54c1e9; */
    transition: all 0.2s ease-in-out;
}

.header .header-info-panel .nav-lang>li>a:focus,
.header .header-info-panel .nav-lang>li>a:hover {
    background: rgba(84, 193, 233, 0.8);
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.header .header-info-panel .navbar-left .dropdown-menu {
    min-width: 300px;
    padding: 0;
    margin-top: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    left: 100%;
}

.header .header-info-panel .header-search-form {}

.header .header-info-panel .header-search-form .form-control {
    border-radius: 0;
    height: 40px;
    /*padding: 20px 12px;*/
    line-height: 40px;
    font-size: 14px;
    margin: 0;
    border: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    z-index: 1;
}

.header .header-info-panel .header-search-form .help-block {
    display: none;
}
.social-map-header{
    margin-top: 5px;
}
.big-post {
    margin: 0px !important;
    padding: 0;
}

.navbar.navbar-style {
    /* background: #00975f; */
    background: rgba(213, 236, 245, 0.9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    margin: 0;
    border: none;
    /* margin-bottom: 20px; */
}

.navbar.navbar-style .navbar-brand {
    height: 34px;
    padding: 0;
    margin: 17px auto 0 auto;
}

.navbar.navbar-style .navbar-brand>img {
    display: block;
    max-width: 156px;
    /*height: 100%;*/
}

.navbar.navbar-style .navbar-brand>img:hover,
.navbar.navbar-style .navbar-brand>img:focus {
    outline: none;
}

.navbar.navbar-style .nav {}

.navbar.navbar-style .nav>li {
    /* float: none; */
}

.navbar.navbar-style .nav>li a {
    background: rgba(84, 193, 233, 0);
    color: #fff;
    padding: 0 15px;
    line-height: 70px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.navbar.navbar-style .nav>li a:focus,
.navbar.navbar-style .nav>li a:hover {
    background: #ffffff;
    color: #000;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.navbar.navbar-style .navbar-nav>.active>a,
.navbar.navbar-style .navbar-nav>.active>a:hover,
.navbar.navbar-style .navbar-nav>.active>a:focus {
    background: #72C8F0;
    color: #fff;
    outline: none;
}

.header #navbar-style-affix.affix {
    position: fixed;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.header #navbar-style-affix.affix .navbar-brand {
    height: 34px;
    padding: 0;
    margin: 17px auto 0 auto;
}

.header #navbar-style-affix.affix .nav>li a {
    line-height: 50px;
}

.header .affix-top {
    /* position: static; */
    transition: all 0.2s ease-in-out;
}

.header .affix-bottom {
    position: absolute !important;
    bottom: auto !important;
    transition: all 0.2s ease-in-out;
}

ul.main-menu {
    margin: 0;
    padding: 0;
}

ul.main-menu li {
    float: left;
}

ul.main-menu li>a {
    background: rgba(84, 193, 233, 0);
    color: #294375;
    padding: 0 10px;
    line-height: 70px;
    font-size: 15px;
    text-transform: none;
    transition: all 0.2s ease-in-out;
}

ul.main-menu ul.sub-menu {
    margin: 0;
    position: absolute;
    /* top: 0px; */
    display: none;
    height: auto;
    max-height: 340px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #c7c3c3;
    padding: 0px 0 15px;
    /* margin: -1px 0 0 249px; */
    /* min-height: 100%; */
    visibility: hidden;
    transition: 0.2s 0.5s;
}

ul.main-menu ul.sub-menu li {
    width: auto;
    margin: 0 30px;
    float: left;
    clear: left;
    display: block;
    vertical-align: middle;
    padding: 0;
}

ul.main-menu #catalog_link_id-14 ul.sub-menu li:nth-child(1n+10) {
    width: 330px;
    margin-left: 70px;
    float: right;
    clear: right;
    display: block;
    position: relative;
    top: -255px;
    vertical-align: middle;
    padding: 0;
}

@media screen and (max-width: 1450px) {
    ul.main-menu #catalog_link_id-14 ul.sub-menu li:nth-child(1n+10) {
        width: 330px;
        margin-left: 60px;
        float: right;
        clear: right;
        display: block;
        position: relative;
        top: -255px;
        vertical-align: middle;
        padding: 0;
    }
}

ul.main-menu li:hover a,
ul.main-menu li a:hover,
ul.main-menu li a:focus {}

ul.main-menu li:hover>ul {
    display: block;
    z-index: 200;
    visibility: visible;
    transition-delay: 0s;
}

ul.main-menu li>.sub-menu>li:hover {
    /*background: rgba(255, 255, 255, 0.78)*/
}

ul.main-menu li>.sub-menu>li>a {
    color: #333;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    height: 32px;
    display: block;
    padding: 15px 20px 5px 15px;
    line-height: 23px;
    transition: all 0.3s;
}

ul.main-menu li>.sub-menu>li>a:hover {
    color: #007dc6
}


/* ----------------- [ Header End ] ------------------ */


/* ------------------ [ Content ] -------------------- */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.inline-block {
    display: inline-block;
}

.progress-blocks {
    background: #2396da url(../images/bgs/old_bg_3.png);
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 3px -2px 2px rgba(68, 68, 68, 0.44);
    padding: 50px 0;
    /* margin-bottom: 1px; */
}

.progress-blocks .progress-list .progress-container .progress-box {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.progress-blocks .progress-list .progress-container .progress-box .progress-block {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.progress-blocks .progress-list .progress-container .progress-box .progress-block .progress-inner {
    display: inline-block;
    background: rgba(48, 173, 247, 0.7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 40px 20px;
    height: 240px;
    width: 240px;
}

.progress-blocks .progress-list .progress-container .progress-box .progress-block .progress-inner .fa {
    font-size: 48px;
    padding: 0 5px;
    color: #fff;
    display: block;
}

.progress-blocks .progress-list .progress-container .progress-box .progress-block .progress-inner .units {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

.progress-blocks .progress-list .progress-container .progress-box .progress-block .progress-inner .timer {
    font-size: 33px;
    font-weight: bold;
    color: #ffffff;
}

.progress-blocks .progress-list .progress-container .progress-box .progress-block .progress-inner h6 {
    font-size: 22px;
    margin: 0;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

.vcenter-dot {
    font-size: 30px;
    color: #ffffff;
    vertical-align: bottom;
}



/*---------------------------------------------------------*/

.page-style .progress-blocks .progress-list .progress-container .progress-box .progress-block .progress-inner {
    height: auto;
}

/*---------------------------------------------------------*/

@keyframes car_cap_margin {
    0% {
        top: 1000px;
        opacity: 0.1;
    }
    100% {
        top: 10px;
        opacity: 1;
    }
}

@keyframes car_cap_desc {
    0% {
        margin-top: 500px;
        margin-right: -250px;
    }
    100% {
        margin-right: 75px;
        margin-top: 280px;
        opacity: 1;
    }
}

.home-promo .carousel-inner .item .carousel-caption {
    left: auto;
    right: auto;
    width: 100%;
    text-align: left;
    top: 10px;
    animation: car_cap_margin 1.5s;
}

.home-promo .carousel-inner .item .carousel-caption h3 {
    display: inline-block;
    float: right;
    padding: 15px;
    background: rgba(12, 88, 163, 0.36);
    margin-right: 75px;
    margin-top: 280px;
    animation: car_cap_desc 2s;
}

.home-promo .carousel-inner .item .carousel-caption>h1 {
    display: inline-block;
    margin: 0 0 30px 50px;
    /* border: 2px solid #f9f5f5; */
    padding: 20px 45px;
    color: #F5EEEE;
    text-shadow: 2px 3px 10px #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.home-promo .left-block-logo {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    width: 20%;
    height: 100%;
}

.home-promo .right-block-information {
    width: 20%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    /*background: rgba(117, 204, 236, 0.25);.*/
    background: linear-gradient(to right, rgba(200, 218, 224, 0.19) 0%, rgba(37, 51, 56, 0.28) 25%, rgba(37, 51, 56, 0.34) 50%, rgba(37, 51, 56, 0.24) 75%, rgba(98, 139, 154, 0.15) 100%);
    box-shadow: 5px 11px 7px 8px rgba(101, 112, 132, 0.4);
}

.home-promo .right-block-information .first-link {
    padding: 15px 15px 0;
    z-index: 2;
}

.home-promo .right-block-information .second-link {
    padding: 15px 15px 0;
    z-index: 2;
}

.home-promo .right-block-information .first-link>a {
    background: #3586BD;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
    width: 80%;
    font-size: 14px;
    border-bottom: 1px solid #616161;
    box-shadow: 1px 0px 1px #616161;
    transition: background 0.2s ease-in-out;
}

.home-promo .right-block-information .first-link>a:hover {
    background: #789FBA;
}

.home-promo .right-block-information .second-link>a {
    background: #36A36A;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
    width: 80%;
    font-size: 14px;
    border-bottom: 1px solid #616161;
    box-shadow: 1px 0px 1px #616161;
    transition: background 0.2s ease-in-out;
}

.home-promo .right-block-information .second-link>a:hover {
    background: #6FB48F;
}

.carousel-indicators {
    left: 0%;
    width: 100%;
    margin-left: 0;
    bottom: 20px;
}

.carousel-indicators:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    background: rgba(238, 238, 238, 0.4);
    top: 42%;
    left: 0;
    z-index: -1;
}

.carousel-indicators li {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 0 60px;
    background-color: rgba(136, 192, 225, 0.7);
    border: 0;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 1px 5px #ebebeb;
}

.carousel-indicators .active {
    box-shadow: 1px 1px 20px rgb(8, 85, 161);
    width: 30px;
    height: 30px;
    background-color: #88c0e1;
    margin: 0 60px;
}

.title.margin-top {
    margin-top: -65px;
}

.big-post .content-padding {
    padding: 15px 0;
}

.content {
    padding: 20px 25px 45px 25px;
    background: #fff;
    box-shadow: 0px 0px 4px #b3b3b3;
}

.home-promo,
.home-promo .height,
.home-promo .promo-carousel,
.home-promo .promo-carousel .carousel,
.home-promo .promo-carousel .carousel .carousel-inner,
.home-promo .promo-carousel .carousel .carousel-inner .item,
.home-promo .promo-carousel .carousel .carousel-inner .item.active,
.home-promo .promo-carousel .carousel .carousel-inner .item.active {
    height: 100%;
}

.home-promo {
    position: relative;
    z-index: 1;
}

.home-promo .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 3;
}

.home-promo .carousel-control .glyphicon-chevron-left,
.home-promo .carousel-control .glyphicon-chevron-right,
.home-promo .carousel-control .icon-prev,
.home-promo .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
}

.home-promo .promo-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.home-promo .promo-info ul.nav {
    height: 100%;
    background: rgba(156, 38, 39, 0.9);
}

.home-promo .promo-info ul.nav>li {}

.home-promo .promo-info ul.nav>li+li {
    border-top: 1px dotted #c7d9dc;
}

.home-promo .promo-info ul.nav>li>a {
    color: #ffffff;
}

.home-promo .promo-info ul.nav>li>a:focus,
.home-promo .promo-info ul.nav>li>a:hover {
    background: rgba(85, 85, 87, 0.6);
}

.home-promo .promo-info .promo-text {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: relative;
    padding: 15px;
    color: #fff;
}

.home-promo .promo-info .promo-text h2,
.home-promo .promo-info .promo-text p {
    margin: 0;
    padding: 0;
}

.home-promo .promo-info .promo-text h2 {
    margin-bottom: 20px;
}

.home-promo .promo-info .promo-text .btn-style {
    padding: 10px 15px;
}

.bg-gray {
    background: #2396da url(../images/bgs/old_bg_3.png);
    /* box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6); */
    /* box-shadow: inset 0 20px 15px -15px rgba(0, 0, 0, 0.6), inset 0 -15px 15px -15px rgba(0, 0, 0, 0.6); */
    position: relative;
    z-index: 3;
}

.activity {
    background: url(../images/bgs/diyalnist_bg.png);
    background-size: cover;
    height: auto;
    padding-bottom: 15px;
}

.activity .activity-block .activity-item {
    position: relative;
    background-size: cover !important;
    text-align: center;
    padding: 0;
    overflow: hidden;
    height: 200px;
    margin-bottom: 30px;
    transition: background 0.35s;
}

.activity .activity-block:nth-child(1) .activity-item {
    background: url(../images/oho.png);
}

.activity .activity-block:nth-child(1) .activity-item:hover {
    background: url(../images/oho_d.png);
}

.activity .activity-block:nth-child(2) .activity-item {
    background: url(../images/vud.png);
}

.activity .activity-block:nth-child(2) .activity-item:hover {
    background: url(../images/vud_d.png);
}

.activity .activity-block:nth-child(3) .activity-item {
    background: url(../images/geo.png);
}

.activity .activity-block:nth-child(3) .activity-item:hover {
    background: url(../images/geo_d.png);
}

.activity .activity-block:nth-child(4) .activity-item {
    background: url(../images/per.png);
}

.activity .activity-block:nth-child(4) .activity-item:hover {
    background: url(../images/per_d.png);
}

.activity .activity-block:nth-child(5) .activity-item {
    background: url(../images/bur.png);
}

.activity .activity-block:nth-child(5) .activity-item:hover {
    background: url(../images/bur_d.png);
}

.activity .activity-block:nth-child(6) .activity-item {
    background: url(../images/nau.png);
}

.activity .activity-block:nth-child(6) .activity-item:hover {
    background: url(../images/nau_d.png);
}

.activity .activity-block:nth-child(7) .activity-item {
    background: url(../images/ntd.png);
}


.activity .activity-block:nth-child(7) .activity-item:hover {
    background: url(../images/ntd_d.png);
	
}



.activity .activity-item .activity-icon::before {
    position: absolute;
    top: 20px;
    right: 25px;
    bottom: 20px;
    left: 25px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.activity .activity-item:hover .activity-icon::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.activity .activity-item:hover .activity-icon img {
    max-width: 120px;
    max-height: 60px;
}

.activity .activity-item:hover .activity-link {
    font-size: 14px;
}

.activity .activity-item .activity-icon {
    padding: 35px 15px 15px;
}


/*
.activity .activity-item-hover{
	position: relative;
	top: -30px;
	width: 100%;
	height: 200px;
	margin-top: -200px;
	background:url(../images/bk_act1.jpg) center;
	opacity:0;
	transition: all 1.5s;
}*/


/*.activity .activity-item-hover:hover{
	width: 100%;
	height: 200px;
	margin-top: -200px;
	background: rgba(136, 192, 225, 0.57);
	background:url(../images/bk_act1.jpg) center;
	opacity:0.25;
	transition: all 1.5s;
}*/

.activity .activity-item .activity-icon img {
    max-width: 140px;
    max-height: 80px;
    transition: all 0.35s;
}

.activity .activity-item .activity-link {
    font-family: 'Roboto-Regular';
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: font-size 0.35s;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 1.6);
}

.career {
    height: auto;
}

.career .personnel_policy .career-item {
    background: url(../images/personnel_policy.png);
}

.career .company_for_people .career-item {
    background: url(../images/company_for_people.png);
}

.career .people_for_company .career-item {
    background: url(../images/people_for_company.png);
}

.career .iternship .career-item {
    background: url(../images/iternship.png);
}

.career .success_stories .career-item {
    background: url(../images/success_stories.png);
}

.career .connect_with_us .career-item {
    background: url(../images/connect_with_us.png);
}

.career .personnel_policy .career-item:hover {
    background: url(../images/personnel_policy_h.png);
}

.career .company_for_people .career-item:hover {
    background: url(../images/company_for_people_h.png);
}

.career .people_for_company .career-item:hover {
    background: url(../images/people_for_company_h.png);
}

.career .iternship .career-item:hover {
    background: url(../images/iternship_h.png);
}

.career .success_stories .career-item:hover {
    background: url(../images/success_stories_h.png);
}

.career .connect_with_us .career-item:hover {
    background: url(../images/connect_with_us_h.png);
}

.career .career-item {
    position: relative;
    background: rgba(8, 85, 161, 0.8);
    text-align: center;
    padding: 0;
    /* overflow: hidden; */
    height: 200px;
    margin-bottom: 30px;
    /* transition: background 0.35s; */
    background-size: cover !important;
}
.career .career-item-last {
    position: relative;
    background: rgba(8, 85, 161, 0.8);
    text-align: center;
    padding: 0;
    /* overflow: hidden; */
    height: 100px;
    margin-bottom: 30px;
    /* transition: background 0.35s; */
    background-size: cover;
}
.career .career-item-last:hover {
    background: rgb(19, 125, 194);
    background-size: cover; */
}

.career .career-item a {
    color: #fff;
}
.career .career-item-last a {
    color: #fff;
}
.career .career-item .career-icon::before {
    position: absolute;
    top: 20px;
    right: 25px;
    bottom: 20px;
    left: 25px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.career .career-item:hover .career-icon::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.career .career-item:hover .career-icon img {
    max-width: 120px;
    max-height: 60px;
}

.career .career-item:hover .career-link {
    font-size: 14px;
}

.career .career-item .career-icon {
    padding: 5em 15px 15px;
}

.career .career-item .career-icon img {
    max-width: 140px;
    max-height: 80px;
    transition: all 0.35s;
}

.career .career-item .career-link {
    font-family: 'Roboto-Regular';
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transition: font-size 0.35s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    vertical-align: middle;
}

.career .career-link.show_on_hover {
    opacity: 0;
    transition: all ease 0.3s !important;
    text-transform: inherit !important;
}

.career .career-item:hover .career-link.show_on_hover {
    opacity: 1;
    font-size: 12px;
    text-transform: inherit;
}

.career .career-item.career-item-litle {
    height: 100px;
}

.career .career-item.career-end-item {
    margin-bottom: 0;
}

.career .career-item-litle .career-icon {
    padding: 2.5em 15px 15px;
}

.career .career-item a:hover {
    text-decoration: none;
}

.projects {
    background: url(../images/bgs/bg_2.jpg);
    background-size: cover;
}

.projects,
.activity {
    padding: 40px 0 20px;
}

.projects .project-inner {
    background: #fff;
}

.projects .title,
.activity .title {
    position: relative;
    z-index: 5;
}

.projects .title:before,
.projects .title:after,
.activity .title:before,
.activity .title:after,
.last-posts .title:before,
.last-posts .title:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    bac;
    background: #88c0e1;
}

.first-link {
    background: #0855a1;
    padding: 10px 0 10px;
    margin-bottom: 10px;
    text-align: center;
}

.first-link a {
    color: #ffffff;
}

.second-link {
    background: rgb(19, 125, 194);
    padding: 10px 0 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
}

.second-link a {
    color: #ffffff;
}

.ueex_informer {
    width: 290px;
}

.floatleft-hover {
    font-size: 12px;
    color: #333;
    margin: 0;
}

h2.section-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    background: #88c0e1;
    box-shadow: 0px 2px 13px #444;
    z-index: 2;
}

.activity h2.section-title:before {
    border-right: 25px solid #88c0e1;
}

.activity h2.section-title:after {
    border-left: 25px solid #88c0e1;
}

.projects h2.section-title:before {
    border-right: 25px solid #88c0e1;
}

.projects h2.section-title:after {
    border-left: 25px solid #88c0e1;
}

h2.section-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 25px solid #88c0e1;
    border-bottom: 25px solid transparent;
}

h2.section-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 25px solid #88c0e1;
    border-bottom: 25px solid transparent;
}

.projects .project-inner .title {
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.projects .project-inner .title h2 {
    padding: 30px 0;
    margin: 0;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 34px;
    font-weight: 400;
}

.projects .projects-list .project-item .project-content {
    background: #fff;
}

.projects .projects-list .project-item .project-content .project-image {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-bottom: 15px;
}

.projects .projects-list .project-item .project-content .project-image img {
    display: block;
    width: 100%;
    height: auto;
}

.projects .projects-list .project-item .project-content .project-info {
    position: relative;
    height: 160px;
    vertical-align: middle;
    display: inline;
    width: 100%;
    padding: 15px;
}

.projects .projects-list .project-item .project-content .project-btn {
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.projects .projects-list .project-item .project-content .project-title {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #333;
    height: 60px;
    /* display: table-cell; */
    vertical-align: middle;
}

.projects .projects-list .project-item .project-content .project-description {
    padding: 0 15px;
    margin-bottom: 15px;
    height: 60px;
    /* display: table-cell; */
    /* vertical-align: middle; */
    width: 100%;
}

.projects .projects-list .project-item .project-content .btn-style {
    position: relative;
    padding: 10px 25px;
    background: #54c1e9;
    color: #ffffff;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); */
}

.projects .projects-list .project-item .project-content .btn-style:focus,
.projects .projects-list .project-item .project-content .btn-style:hover {
    background: #ffffff;
    border: 2px solid #54c1e9;
    color: #54c1e9;
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8); */
}

.flip {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    width: 100%;
    height: 250px;
    position: relative;
    margin: 0 auto;
}

.flip .card.flipped {
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    /* IE 9 */
    -moz-transform: rotatey(-180deg);
    /* Firefox */
    -webkit-transform: rotatey(-180deg);
    /* Safari and Chrome */
    -o-transform: rotatey(-180deg);
    /* Opera */
}

.flip .card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.flip .card .face {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    font-family: Georgia;
    font-size: 3em;
    text-align: center;
    /* line-height: 200px; */
    backface-visibility: hidden;
    /* W3C */
    -webkit-backface-visibility: hidden;
    /* Safari & Chrome */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -o-backface-visibility: hidden;
    /* Opera */
}

.flip .card .front {
    position: absolute;
    z-index: 1;
    color: #323941;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.2s;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.flip .card .back {
    background: rgba(156, 38, 39, 0.9);
    */ cursor: pointer;
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    /* IE 9 */
    -moz-transform: rotatey(-180deg);
    /* Firefox */
    -webkit-transform: rotatey(-180deg);
    /* Safari and Chrome */
    -o-transform: rotatey(-180deg);
    /* Opera */
}

.last-posts {
    padding: 40px 0;
    background: url(../images/bgs/bg_2.png);
    background-size: cover;
}

.last-posts .title {
    z-index: 10;
    position: relative;
}

.last-posts-list {
    background: rgba(255, 255, 255, 0.36);
    padding-top: 10px;
}

.last-posts .last-posts-list .post-item {
    position: relative;
    box-shadow: 0px 0px 9px rgba(52, 52, 52, 0.14);
}

.last-posts .last-posts-list .post-item .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.last-posts .last-posts-list .post-item a {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    overflow: hidden;
    position: relative;
    transition: transform 1s, scale 1s;
    -o-transition: -o-transform 1s, scale 1s;
    -ms-transition: -ms-transform 1s, scale 1s;
    -moz-transition: -moz-transform 1s, scale 1s;
    -webkit-transition: transform 1s !important;
}

.last-posts .last-posts-list .post-item a img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: filter 0.2s, transform 1.6s;
    -o-transition: -o-filter 026s, -o-transform 1.6s;
    -ms-transition: -ms-filter 0.2s, -ms-transform 1.6s;
    -moz-transition: -moz-filter 0.2s, -moz-transform 1.6s;
    -webkit-transition: -webkit-filter 0.2s, -webkit-transform 1.6s;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    box-shadow: 0px 0px 7px #444;
}

.last-posts .last-posts-list .big-post .post-item a img {
    /*height: 466px!important;*/
    max-width: 100%;
    padding: 9px;
}

.last-posts .last-posts-list .post-item:hover a img {
    /* -webkit-transform:scale(1.4); */
    -moz-filter: brightness(50%);
    filter: brightness(50%);
    -ms-filter: brightness(50%);
    -o-filter: brightness(50%);
    /* transform:scale(1.4); */
}

.last-posts .last-posts-list .post-item:hover .floatleft-hover {
    text-decoration: underline;
}

.last-posts .last-posts-list .post-item img {
    width: 160%;
    max-width: 100%;
}

.last-posts .last-posts-list .post-item .post-details {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    bottom: 0;
    left: 9px;
    margin: 0;
    padding: 6px;
    position: absolute;
    width: 98%;
    z-index: 99;
}

.last-posts .last-posts-list .post-item .post-details .details-left {
    /* margin-top: 10px; */
    float: left;
}

.last-posts .last-posts-list .post-item .post-details h4 {
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.last-posts .last-posts-list .post-item .post-details h4.floatleft-hover {
    float: left;
    display: none;
    transition: all 1s;
}

.last-posts .last-posts-list .post-item:hover .post-details h4.floatleft-hover {
    display: block;
    transition: all 1s;
    text-decoration: underline;
}

.last-posts .last-posts-list .post-item .post-details .description {
    float: left;
    display: none;
}

.last-posts .last-posts-list .post-item:hover .post-details .description {
    display: block;
}

.last-posts .last-posts-list .post-item.small-post .post-details h4 {
    font-size: 14px;
}

.last-posts .last-posts-list .post-item .post-details .details-right {
    float: right;
}

.last-posts .last-posts-list .post-item.small-post {
    margin-bottom: 1px;
}

.last-posts .last-posts-list .post-item.small-post .post-details {
    padding: 20px 11px;
    left: 0%;
    width: 100%;
    margin: 0;
    bottom: 0;
}

.last-posts .last-posts-list .post-item.small-post .post-details .btn-style {
    padding: 13px 8px;
    font-size: 14px;
    letter-spacing: px;
}

.last-posts .last-posts-list .big-post .post-item .post-details .btn-style {
    font-size: 14px;
    padding: 13px 25px;
    letter-spacing: 1px;
}

.small-list {
    /*margin-left: -30px;*/
    /*padding: 0;*/
}

.last-posts .last-posts-list .post-item.small-post {
    background: #fff;
    vertical-align: center;
    padding: 9px;
}

.last-posts .last-posts-list a {
    color: #ffffff;
}

.last-posts .last-posts-list a:hover,
.last-posts .last-posts-list .big-post .post-item a {
    color: #000;
}

.right-block-information a:hover {
    color: #fff!important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.title.margin-top {
    margin-top: -65px;
}

.materials-panel {
    padding: 40px 0;
}

.materials-panel .materials-inner {
    background: #fff;
    border-top: 4px solid #72C8F0;
    margin-bottom: 15px;
}

.materials-panel .materials-inner .title {
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.materials-panel .materials-inner .title h2 {
    padding: 30px 0;
    margin: 0;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 34px;
    font-weight: 400;
}

.materials-panel .item {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin-bottom: 30px;
}

.materials-panel .item .image {
    width: 100%;
    padding: 25px;
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.materials-panel .item a {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    overflow: hidden;
    position: relative;
    transition: transform 1s, scale 1s;
    -o-transition: -o-transform 1s, scale 1s;
    -ms-transition: -ms-transform 1s, scale 1s;
    -moz-transition: -moz-transform 1s, scale 1s;
    -webkit-transition: transform 1s !important;
}

.materials-panel .item a img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: filter 1.6s, transform 1.6s;
    -o-transition: -o-filter 1.6s, -o-transform 1.6s;
    -ms-transition: -ms-filter 1.6s, -ms-transform 1.6s;
    -moz-transition: -moz-filter 1.6s, -moz-transform 1.6s;
    -webkit-transition: -webkit-filter 1.6s, -webkit-transform 1.6s;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.materials-panel .item a:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.materials-panel .item img {
    width: 100%;
}

.materials-panel .item .details {
    padding: 20px;
}

.materials-panel .item .details h4 {
    font-family: Roboto-Medium;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #72C8F0;
}

.materials-panel .item .details .text {
    font-family: Roboto-Light;
}

.materials-panel .item .details .btn-more {
    text-align: center;
}

.materials-panel .item .details .btn-more .btn-style {
    font-size: 14px;
    padding: 10px 25px;
}

.help-panel {
    background: #f1f5f5;
    padding: 40px 0;
}

.help-panel .title {
    text-align: center;
    padding: 0 15px;
    position: relative;
    margin-bottom: 30px;
}

.help-panel .title h2 {
    padding: 30px 0;
    margin: 0;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 34px;
    font-weight: 400;
}

.help-panel .title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 16%;
    height: 1px;
    margin: 0 auto;
    background: #72C8F0;
}

.help-panel .btn-more {
    text-align: center;
}

.breadcrumbs-style {
    position: relative;
    z-index: 15;
    margin-top: 30px;
    padding: 15px 0;
    background: #ffffff;
    box-shadow: 0 -1px 15px rgba(193, 190, 190, 0.51);
}

.breadcrumbs-style .breadcrumb {
    margin: 0;
    border-radius: 0;
    padding: 0px;
    background: none;
}

.breadcrumbs-style .breadcrumb>li {}

.breadcrumbs-style .breadcrumb>li+li:before {
    content: none;
}

.breadcrumbs-style .breadcrumb>li:first-child .style-arrow {
    display: none;
}

.breadcrumbs-style .breadcrumb>li .style-arrow {
    font-size: 12px;
}

.breadcrumbs-style .breadcrumb>li.active-style {
    font-family: 'Roboto-Regular';
    letter-spacing: 1px;
    font-size: 16px;
    color: #555557;
}

.breadcrumbs-style .breadcrumb>li>a {
    font-family: 'Roboto-Regular';
    letter-spacing: 1px;
    font-size: 16px;
    color: #137dc2;
}

.career-section {
    padding: 30px 0;
    position: relative;
    z-index: 3;
}

.page-style {
    /* background: url(../images/bg_2_2.jpg); */
    position: relative;
    z-index: 3;
    background: #f1f5f5;
    /* background: url('../images/bg_2_2.jpg'); */
    padding: 30px 0;
}

.page-style img {
    max-width: 100%;
    margin: 0 auto;
}

.page-style .left.sidebar+.center.sidebar {}

.page-style .center.sidebar+.right.sidebar {}

.page-style .left.sidebar+.right.sidebar {}

.page-style .left.sidebar .sidebar-box,
.page-style .right.sidebar .sidebar-box {
    margin-bottom: 20px;
}

.page-style .left.sidebar .page-menu,
.page-style .left.sidebar .contacts-box,
.page-style .right.sidebar .page-menu,
.page-style .right.sidebar .contacts-box {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.page-style .left.sidebar .page-menu .title,
.page-style .left.sidebar .contacts-box .title,
.page-style .right.sidebar .page-menu .title,
.page-style .right.sidebar .contacts-box .title {
    background: #72C8F0;
    color: #ffffff;
    /* border: 2px solid #9c2627; */
    text-align: center;
    position: relative;
    padding: 10px 15px;
    line-height: 26px;
    margin: 0;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 400;
}

.page-style .left.sidebar .page-menu ul,
.page-style .right.sidebar .page-menu ul {
    background: rgb(255, 255, 255);
}

.page-style .left.sidebar .page-menu ul>li,
.page-style .right.sidebar .page-menu ul>li {
    width: 100%;
}

.page-style .left.sidebar .page-menu ul>li+li,
.page-style .right.sidebar .page-menu ul>li+li {
    margin: 0;
    border-top: 1px dotted #515153;
}

.page-style .left.sidebar .page-menu ul>li>a,
.page-style .right.sidebar .page-menu ul>li>a {
    border-radius: 0;
    color: #555557;
}

.page-style .left.sidebar .page-menu ul>li>a:focus,
.page-style .left.sidebar .page-menu ul>li>a:hover,
.page-style .right.sidebar .page-menu ul>li>a:focus,
.page-style .right.sidebar .page-menu ul>li>a:hover {
    background: rgb(85, 85, 87);
    color: #fff;
}

.page-style .left.sidebar .page-menu ul .caret,
.page-style .right.sidebar .page-menu ul .caret {
    position: absolute;
    right: 5px;
    top: 47%;
}

.page-style .left.sidebar .page-menu ul>li>.dropdown-menu,
.page-style .right.sidebar .page-menu ul>li>.dropdown-menu {
    position: relative;
    width: 100%;
    min-width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;

}

.page-style .left.sidebar .page-menu ul>li>.dropdown-menu>li,
.page-style .right.sidebar .page-menu ul>li>.dropdown-menu>li {}

.page-style .left.sidebar .page-menu ul>li>.dropdown-menu>li>a,
.page-style .right.sidebar .page-menu ul>li>.dropdown-menu>li>a {
    white-space: normal;
    border-radius: 0;
}

.page-style .center.sidebar .top {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

.page-style .center.sidebar .top .title {
    position: relative;
    padding: 10px 15px;
    margin: 0;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

.page-style .center.sidebar .top .filters>ul {
    /* width: 100%; */
    float: right;
}

.page-style .center.sidebar .top .filters>ul>li {}

.page-style .center.sidebar .top .filters>ul>li+li {
    margin: 0;
}

.page-style .center.sidebar .top .filters>ul>li>a {
    border-radius: 0;
    border: none;
    background: #72C8F0;
    color: #fff;
    transition: all 0.2s ease-in-out;
    border: 2px solid rgba(33, 31, 31, 0);
    font-size: 16px;
    font-family: 'Roboto-Light';
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    line-height: 22px;
}

.page-style .center.sidebar .top .filters>ul>li>a:focus,
.page-style .center.sidebar .top .filters>ul>li>a:hover {
    background: #ffffff;
    border: 2px solid #72C8F0;
    color: #72C8F0;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.page-style .left.sidebar .filters {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.page-style .left.sidebar .filters>ul {
    width: 100%;
}

.page-style .left.sidebar .filters>ul>li {}

.page-style .left.sidebar .filters>ul>li+li {
    margin: 0;
}

.page-style .left.sidebar .filters>ul>li>a {
    border-radius: 0;
    border: none;
    background: #72C8F0;
    color: #fff;
    transition: all 0.2s ease-in-out;
    border: 2px solid rgba(33, 31, 31, 0);
    font-size: 20px;
    font-family: 'Roboto-Light';
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
}

.page-style .left.sidebar .filters>ul>li>a:focus,
.page-style .left.sidebar .filters>ul>li>a:hover {
    background: #ffffff;
    border: 2px solid #72C8F0;
    color: #72C8F0;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.page-style .left.sidebar .contacts-box,
.page-style .right.sidebar .contacts-box {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.page-style .left.sidebar .contacts-box .contacts-menu,
.page-style .right.sidebar .contacts-box .contacts-menu {}

.page-style .left.sidebar .contacts-box .contacts-menu>li,
.page-style .right.sidebar .contacts-box .contacts-menu>li {
    width: 100%;
}

.page-style .left.sidebar .contacts-box .contacts-menu>li+li,
.page-style .right.sidebar .contacts-box .contacts-menu>li+li {
    margin: 0;
}

.page-style .left.sidebar .contacts-box .contacts-menu>li>a,
.page-style .right.sidebar .contacts-box .contacts-menu>li>a {
    border-radius: 0;
    color: #555557;
    padding: 15px;
}

.page-style .left.sidebar .contacts-box .contacts-menu>li>a:focus,
.page-style .left.sidebar .contacts-box .contacts-menu>li>a:hover,
.page-style .right.sidebar .contacts-box .contacts-menu>li>a:focus,
.page-style .right.sidebar .contacts-box .contacts-menu>li>a:hover {
    background: #fff;
    color: #72C8F0;
    text-decoration: underline;
}

.page-style .left.sidebar .contacts-box .map,
.page-style .right.sidebar .contacts-box .map {
    height: 350px;
    border-top: 4px solid #72C8F0;
}

.page-style .left.sidebar .contacts-box .map iframe,
.page-style .right.sidebar .contacts-box .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.page-style .left.sidebar .info-box,
.page-style .right.sidebar .info-box,
.sidebar-box .recomend-rubrics {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.page-style .left.sidebar .info-box p,
.page-style .right.sidebar .info-box p,
.page-style .left.sidebar .info-box h1,
.page-style .left.sidebar .info-box h2,
.page-style .left.sidebar .info-box h3,
.page-style .left.sidebar .info-box h4,
.page-style .left.sidebar .info-box h5,
.page-style .right.sidebar .info-box h1,
.page-style .right.sidebar .info-box h2,
.page-style .right.sidebar .info-box h3,
.page-style .right.sidebar .info-box h4,
.page-style .right.sidebar .info-box h5 {
    margin: 0;
    padding: 0
}

.page-style .left.sidebar .info-box .title,
.page-style .right.sidebar .info-box .title,
.sidebar-box .recomend-rubrics .title {
    background: #72C8F0;
    color: #ffffff;
    /* border: 2px solid #72C8F0; */
    text-align: center;
    position: relative;
    padding: 15px;
    margin: 0;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 400;
}

.page-style .left.sidebar .info-box .content,
.page-style .right.sidebar .info-box .content {
    padding: 15px;
}

.sidebar-box .recomend-rubrics .item {
    border-bottom: 4px solid #72C8F0;
}

.sidebar-box .recomend-rubrics .item .image {
    width: 100%;
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.sidebar-box .recomend-rubrics .item .image img {
    width: 100%;
}

.sidebar-box .recomend-rubrics .item .details {
    padding: 15px;
}

.sidebar-box .recomend-rubrics .item .details h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.sidebar-box .recomend-rubrics .item .details .btn-more {
    text-align: center;
}

.sidebar-box .recomend-rubrics .item .details .btn-more .btn-style {
    font-size: 14px;
    padding: 10px 15px;
}

.page-style .center.sidebar .center {
    /* background: #fff; */
    margin-top: 1;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); */
}

.page-style .center.sidebar .info-box .item {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.page-style .center.sidebar .info-box .item .image {
    width: 100%;
    padding: 15px;
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page-style .center.sidebar .info-box .item a {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    overflow: hidden;
    position: relative;
    transition: transform 1s, scale 1s;
    -o-transition: -o-transform 1s, scale 1s;
    -ms-transition: -ms-transform 1s, scale 1s;
    -moz-transition: -moz-transform 1s, scale 1s;
    -webkit-transition: transform 1s !important;
}

.page-style .center.sidebar .info-box .item a img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: filter 1.6s, transform 1.6s;
    -o-transition: -o-filter 1.6s, -o-transform 1.6s;
    -ms-transition: -ms-filter 1.6s, -ms-transform 1.6s;
    -moz-transition: -moz-filter 1.6s, -moz-transform 1.6s;
    -webkit-transition: -webkit-filter 1.6s, -webkit-transform 1.6s;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.page-style .center.sidebar .info-box .item a:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.page-style .center.sidebar .info-box .item img {
    width: 100%;
}

.page-style .center.sidebar .info-box .item .details {
    padding: 15px;
}

.page-style .center.sidebar .info-box .item .details h4 {
    font-family: Roboto-Medium;
    text-align: center;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #72C8F0;
    min-height: 60px;
}

.page-style .center.sidebar .info-box .item .details .text {
    font-family: Roboto-Light;
}

.page-style .center.sidebar .info-box .item .details .btn-more {
    text-align: center;
}

.page-style .center.sidebar .info-box .item .details .btn-more .btn-style {
    font-size: 14px;
    padding: 10px 25px;
}

.page-style .info-box .title {
    color: #0855a1;
    font-size: 30px;
    font-family: Roboto, sans-serif;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.page-style .center.sidebar .info-box .title {
    background: #fff;
    /* border-top: 4px solid #72C8F0; */
    margin-bottom: 15px;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); */
}

.page-style .center.sidebar .info-box .title {
    text-align: center;
    padding: 15px;
    position: relative;
    margin: 0;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 30px;
}

.page-contacts p {
    margin: 0;
}

.page-contacts .information {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    min-height: 350px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.page-contacts .information .logo {
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.page-contacts #contact-form {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    min-height: 350px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.antikor-form{
    width: 45%;
}
.control-label{
    color: #009bd4;
}

.search-section {
    position: relative;
    z-index: 3;
    background: #f1f5f5;
    /* background: url(../images/bg_2_2.jpg); */
    padding: 20px 0;
}

.search-section .title {
    color: #969696;
    font-size: 24px;
}

.search-section .post-search {
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0px 0px 4px #b3b3b3;
    margin-bottom: 15px;
    border-top: 1px solid #72c7f0;
}

.search-section .post-search a .title,
.search-section .post-search .title {
    color: #1d1f1f;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin: 0 25px 20px 15px;
    font-family: Roboto, sans-serif;
}
.search-section .post-search h4.title {
    color: #1d1f1f;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin: 0 25px 20px 15px;
    font-family: Roboto, sans-serif;
    word-spacing: 25px;
}
.title-new{
    color: #0855a1;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 20px 0;
    font-family: Roboto, sans-serif;
}

.news-page-img {
    text-align: center;
}

}
.search-section .post-search .title_filii {
    color: #1d1f1f;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 20px 0;
    font-family: Roboto, sans-serif;
}
.search-section .post-search .title:after,
.search-section .post-search a .title:after {
    position: absolute;
    background: #72c7f0;
    content: " ";
    height: 1px;
    width: 200px;
    bottom: -10px;
    left: calc(50% - 100px);
}
.search-section .post-search .description {
    /* text-align: justify; */
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: -15px;
}
.search-section .post-search.image-bg .post-image {
    width: 100%;
}
.search-section .post-search.image-bg .post-image img {
    max-width: 150px;
    max-height: 120px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-top: 5px;
}
.search-section .post-search.image-bg .post-image-leadership img {
    width: 130px;
    height: 180px;
    margin-bottom: 5px;
    margin-left: 15px;
}
.search-section .post-search .button-more {
    width: 100%;
    background: #72c7f0;
    height: 1px;
    position: relative;
    margin-top: 20px;
}
.search-section .post-search .button-more .date {
    font-size: 14px;
    background: #72c7f0;
    display: block;
    width: 150px;
    margin-left: 20px;
    margin-top: -13px;
    color: #fff;
    text-decoration: none;
    /* text-transform: uppercase; */
    line-height: 25px;
}
.search-section .post-search .button-more .button a {
    background: #72c7f0;
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-right: 20px;
    margin-top: -13px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
}
.search-section .post-search .button-more .button a:focus,
.search-section .post-search .button-more .button a:hover {
    background: #0855a1;
    font-size: 16px;
}
.search-section .post-search .button-more .button .soc-map-post-modal-togle {
    background: #72c7f0;
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-right: 20px;
    margin-top: -13px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
	border: none;
	transition: all .3s ease;
}
.search-section .post-search .button-more .button .soc-map-post-modal-togle:focus,
.search-section .post-search .button-more .button .soc-map-post-modal-togle:hover {
    background: #0855a1;
}
@media (max-width: 768px) {
    body {
        margin-bottom: 400px;
    }

    .footer {
        height: 690px;
    }
}


.panel.panel-default.panel-conflict {border-radius: 0;}
.panel.panel-default.panel-conflict .panel-heading {background: none;font-size: 20px;color: #0855a1;}
.panel.panel-default.panel-conflict .panel-body {
}
.panel.panel-default.panel-conflict .panel-body .is-ok {background: #70bc4b;color: #fff;padding: 5px 10px; display:block; width: 100px; text-align: center; font-size: 12px;}
.panel.panel-default.panel-conflict .panel-body  .is-work {background: #137dc2; color:#fff;padding: 5px 10px; display:block; width: 100px; text-align: center; font-size: 12px;}
.panel.panel-default.panel-conflict .panel-body  .is-ok-1 {background: #72a8cb; color:#fff;padding: 5px 10px; display:block; width: 100px; text-align: center; font-size: 12px;}
.panel.panel-default.panel-conflict .panel-body .is-faild {background: #a92d09;color: #fff;padding: 5px 10px; display:block; width: 100px; text-align: center; font-size: 12px;}

.panel-procedure{
    font-size: 12px;
    color:#000;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

#data-ugv-form {font-size: 18px;}

#grp-frm-blk {
    display: block;
    overflow: hidden;
}
#grp-frm-blk .left-frm {
    float: left;
    width: 50%;
}
#grp-frm-blk .grp-frm iframe {
    height: 280px;
    width: 500px;
}

@media (max-width: 1199px) {
    #grp-frm-blk .left-frm {float: inherit; width: 100%;}
    #data-ugv-form {font-size: 16px;}
}
@media (max-width: 500px) {
    #grp-frm-blk .grp-frm iframe {height:360px; width: 100% !important;}
    #data-ugv-form {font-size: 14px;}
}

/* --------------------------------

Primary style

-------------------------------- */
*,
*::after,
*::before {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    color: #383838;
    background: #f1f5f5;
}
a {
    color: #31708f;
    text-decoration: none;
}

/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */

    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */

    opacity: 1;
    margin: 0;
    padding: 0;
}
.projects.timeline-section {
    padding-bottom: 0;
    background: url(../images/bgs/bg_1.jpg);
    background-size: cover;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */

    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */

    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */

    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */

    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #54C1E9;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */

    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #54C1E9;
    border-color: #54C1E9;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #54C1E9;
    border-color: #54C1E9;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #54C1E9;
}
@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}
.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */

    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */

    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    /* arrow icon */

    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
    /*cursor: not-allowed;*/
}
.cd-timeline-navigation a.inactive::after {
    /*background-position: 0 -16px;*/
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    /*margin: 2em 0;*/

    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ol {
    padding: 0;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    /*padding: 0 5%;*/

    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */

    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li .timeline-caption-container {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    padding: 3.5% 3% 3%;
    z-index: 9999;
    background: RGBA(0, 0, 0, 0.5);
}
.cd-horizontal-timeline .events-content li .timeline-image {
    max-height: 300px;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cd-horizontal-timeline .events-content li .timeline-image>a>img {
    visibility: hidden;
    max-height: 200px;
}

/*
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}*/
.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2.6rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}
.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}
@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/*Main page divider styles*/
.projects .section-title {
    background: #8CBDCF;
    background: url('../images/bk_divider.jpg') center;
    background-size: cover;
    background-position: 50% 67%;
}
.activity .section-title {
    background: #88c0e1;
    /* background: url(../images/bk_divider_2.jpg); */
}
.projects.timeline-section .section-title {
    background: #88c0e1;
    /* background: url(../images/bk_divider_3.jpg); */

    background-size: cover;
    background-position: 50% 67%;
}

/*==========================================================SIDEBAR*/
#sidebar-table, #sidebar-azs-table {
    height: 100%;
    padding: 0;
}
#sidebar-table .ueex_informer, #sidebar-azs-table .right-block-azs {
    display: inline-block;
    margin-top: 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #616161;
    box-shadow: 1px 0px 1px #616161;
}
#sidebar-table .ueex_informer div, #sidebar-azs-table .right-block-azs div {
    border: none;
    display: inline-block;
    width: 100%;
    padding: 10px!important;
}
#sidebar-table .ueex_informer *, #sidebar-azs-table .right-block-azs * {
    line-height: 1.1 !important;
    font-size: 11.6px !important;
}
#sidebar-table .ueex_informer table td.n, #sidebar-azs-table .right-block-azs table td.n {
    color: #55B5F7 !important;
    font-size: 18px!important;
}
#sidebar-table .ueex_informer table td span.d, #sidebar-azs-table .right-block-azs table td span.d {
    /*color: #fff!important;*/
}
@media only screen and (min-width: 768px) and (max-width: 1690px) {
    #sidebar-table .ueex_informer *, #sidebar-azs-table .right-block-azs * {
        line-height: 1 !important;
        font-size: 10px !important;
    }

    .home-promo .right-block-information {
        width: 31%;
    }

    .home-promo .right-block-information .first-link>a {
        padding: 10px 0;
    }

    .home-promo .right-block-information .second-link {
        padding: 5px 15px 0;
    }

    .home-promo .right-block-information .second-link>a {
        padding: 10px 0;
    }

    #sidebar-table .ueex_informer, #sidebar-azs-table .right-block-azs {
        margin-top: 5px;
    }
}
.right-block-azs {
    height: auto !important;
    width: 100% !important
}
.right-block-azs * {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    line-height: 1 !important;
    font-size: 11px !important;
    text-align: left !important;
    color: #000 !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.right-block-azs a {
    color: inherit;
    text-decoration: none !important;
    outline: none;
}
.right-block-azs a img {
    border: 0 !important;
    outline: none;
}
.right-block-azs div {
    width: auto;
    height: 100%;
    border-radius: 5px;
    border: #125fad 1px solid;
    padding: 4px 2px !important;
}
.right-block-azs table {
    border-spacing: 0 !important;
    empty-cells: show !important;
    border-collapse: collapse !important;
    border: 0 !important;
    width: 100% !important;
}
.right-block-azs table td {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 11px !important;
    font-weight: normal !important;
}
.right-block-azs table td.n {
    color: #125fad !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.right-block-azs table td.hd {
    border-bottom: #125fad 1px solid !important;
    padding-top: 4px !important;
}
.right-block-azs table td.md {
    border-top: #125fad 1px solid !important;
    padding-top: 4px !important;
}
.right-block-azs table td span {
    display: block !important;
    width: auto !important;
    padding: 2px 0px !important;
    float: right !important;
    white-space: nowrap !important;
    text-align: right !important;
}
.right-block-azs table td span.l {
    float: left !important;
    text-align: left !important;
}
.right-block-azs table td span.d {
    color: #125fad !important;
}
.right-block-azs table td.hd span.l {
    font-weight: bold !important;
    color: #000 !important;
}
.right-block-azs table td span span {
    float: none !important;
    clear: none !important;
    padding: 0 !important;
    display: inline !important;
}

/* ---------------- [ Content End ] ------------------ */

/* ------------------- [ Footer ] -------------------- */
.footer {
    /* background: #555557; */

    width: 100%;
    z-index: 9;
    /* position: relative; */

    color: #fff;
    box-shadow: 0px -2px 10px rgba(10, 9, 9, 0.44);
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
}
.footer .footer-info {
    /*background: #43526f url(../images/bgs/bg_footer.png);*/

    background: #003656;
    padding: 20px 0;
}
.footer .footer-info .text {
    margin-bottom: 5px;
    /*padding-left: 14%;*/
}
.footer .footer-info .text-map {
    /*margin-left: 351px;*/

    margin-top: 20px;
    font-size: 16px;
}
.footer .footer-info .text span {
    font-size: 12px;
}
.footer .footer-info .text .icon {
    display: inline-block;
    background: #39aef2;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
}
.footer .footer-info .text .icon .fa {
    margin: 0 auto;
}
.footer .footer-info .nav-footer {}
.footer .footer-info .nav-footer>li {}
.footer .footer-info .nav-footer>li>a,
.footer a {
    color: #fff;
    /* text-align: center; */

    display: inline-block;
}
.footer .footer-info .nav-footer>li>a:focus,
.footer .footer-info .nav-footer>li>a:hover,
.footer a:hover {
    background: none;
    color: #52b3e7;
    text-decoration: underline;
}
.footer .footer-copy {
    background: #38445d;
    padding: 15px 0;
}
.footer .footer-news .post-details a>h4 {
    margin: 0;
    font-size: 12px;
}
.footer .footer-news .post-details a>h4:hover {
    text-decoration: underline;
}
.footer .footer-news .ln-title {
    padding: 0;
}
.footer .footer-news .ln-image a>.image {
    max-height: 52px;
    overflow: hidden;
}
.footer .footer-news .ln-image a>.image>img {
    width: 100%;
    max-width: 90px;
    height: 60px;
}
.footer .footer-news .footer-last-news-box {
    position: relative;
    height: calc(268px / 4);
    /* background: #034369; */
}
.footer .footer-news .footer-last-news {
    height: calc(228px / 4);
    padding-top: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
}
.footer .footer-banner-image {
    position: relative;
    height: calc(268px / 4);
}
.footer .footer-banner-image:last-child {
    margin-bottom: 0;
}
.footer .footer-banner-image>img {
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.footer .footer-banner-image>a {}
.footer .footer-banner-image>a img {
    height: calc(228px / 4);
    margin-top: 10px;
}
.footer .footer-banner-image>a.show_text {
    background: rgba(0, 0, 0, 0.4);
}
.footer .footer-banner-image>a.show_text>h6 {
    display: inline-block;
}
.footer .footer-banner-image>a>h6 {
    /*display: inline-block;*/

    display: none;
    padding: 8px;
    width: 100%;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
}
.footer .footer-banner-image:hover>a>img {
    filter: brightness(150%);
    -webkit-filter: brightness(150%);
}
.footer .footer-logo-image a>img {
    width: 40%;
}
.footer .footer-logo-image {
    margin: 0px 0 10px 0;
}
.footer .footer-logo-image a {
    display: initial;
}
.footer .footer-box {
    height: 300px;
    position: relative;
}
.footer .footer-info .title {
    /*text-align: center;*/

    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
}
.footer .footer-box .footer-box-content {
    position: absolute;
    bottom: 0;
    height: 268px;
}
.footer .footer-maps {
    padding-top: 32px;
}
.footer .footer-maps .footer-box {
    height: 268px;
}
.footer .footer-box iframe {
    width: 100%;
    height: 100%;
}
.footer .social-contianer .social-images {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    filter: brightness(150%);
    -webkit-filter: brightness(150%);
}
.footer a.footer_sitemap{
    font-size: 12px;
}
/* ----------------- [ Footer End ] ------------------ */
#toTop {
    width: 50px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    text-align: center;
    padding: 15px 5px;
    position: fixed;
    z-index: 99999;
    bottom: 4px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #0855a1;
    opacity: 0.3;
    font-family: roboto/Roboto-Regular;
    font-size: 14px;
    transition: all 1s;
    border-radius: 50px;
}
#toTop:hover {
    opacity: 1;
    transition: all 1s;
}

/*NEWS Social*/
.news-data{
    /*display: block;*/
    min-width: 120px;
    margin-right: 10px;
    border-right:3px solid #e3e3e3;
    padding: 5px 10px;
}
.news-social {
    text-align: center;
    margin-top: 5px;
}
.news-social a {
    color: #337ab7;
    text-decoration: none;
    margin-top: -10px;
}
.news-social a:hover {
    color: #59626b;
    text-decoration: none;
    background: none !important;
}
.news-social li {
    background: none;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}
.news-category{
    margin-top: -15px
}
.news-category span{
    font-weight: 600;
    font-size: 14px;
}

/*///////////////////////////navcollaps-style*/
.navbar-inverse .navbar-toggle {
    border-color: #009BD4;
    border-width: 5px;
    border-radius: 0;
    background-color: #009BD4;
    transition: background-color 0.2s ease-in-out;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #FFF;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #009BD4;
}
.navbar-toggle {
    margin-top: 13px;
}
.leadership {
    margin: 25px 0px 20px 10px;
}
.leadership-top-block {
    height: 390px;
    margin-bottom: 25px;
}
.email,
.number,
.site .address {
    font-size: 13px;
    margin-top: 15px;
    margin-left: 15px;
}

h1.leadership-title {
    margin-bottom: 20px;
    margin-top: -15px;
    margin-left: 0px;
    color: #0855a1;
}
h2.leadership-title {
    color: #137dc2;
    margin-top: -10px;
}
.social-areas-bottom {
    height: 250px;
    border: none;
}
p.social-areas {
    margin: 10px 0px 10px 45px;
    color: #426f99;
}
h2.title-branches {
    margin-top: -15px;
    margin-bottom: 15px;
    color: #0855a1;
}
h2.title-news {
    margin-top: -5px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #0855a1;
}
h2.title-center{
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: -25px;
    color: #0855a1;
}
h3.title-career{
    color: #137dc2;
    margin-bottom: 15px;
    margin-left: 0px;
}
h4.title-career{
    text-align:center;
}
.content .date {
    margin-bottom: 15px
}
.social-icon-title {
    float: left;
    margin-top: 5px;
    margin-right: 30px;
    font-weight: 700;
    color: #0053a0;
}
.ya-share2 {
    float: left;
    margin-top: 15px;
}
.block-center{
// background: #fff; */
    /* box-shadow: 0px 0px 3px #e3e3e3; */
}

.special-block{
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    border: 2px solid #e3e3e3;
}

.block-center h3{
    color: #137dc2;
}
/*---------------------TABS STYLES----------------*/
.tab-style .product-tabs {
    border: none;
    margin-top:20px;
}
.tab-style .product-tabs > li.active > a {
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    background: #1880c3;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    text-shadow: 1px 0px 1px rgba(68, 68, 51, 0.38);
}
.tab-style .product-tabs > li > a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    color: #181818;
    text-transform: uppercase;
    background: #ffffff;
    border-top: 1px solid #1880c3;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    margin-right: 0;
}
.tab-style .product-tabs > li > a:hover {
    background: #5c93c3;
    color: #fff;
    text-shadow: 1px 0px 1px #444;
}
.tab-style .product-tabs > li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
}

.tab-pane{
    padding: 20px;
    border: 1px solid rgba(114, 200, 240, 0.27);
}

.tab-style .table.table-bordered.table-attribute > tbody > tr > td:not(:first-child) {
    text-align: center !important;
}

/* ----------------- [ Disclosure JSC  ] ------------------ */
.info-at-doc .info-at-doc-block {
    text-align: center;
    display: table;
    margin-bottom: 15px;
    margin-top: 10px;
}
.info-at-doc .info-at-doc-block a {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 100px;
    background-color: #137dc2;
    padding: 0 5px;
    transition: all ease 0.3s;
}
.info-at-doc .info-at-doc-block a:hover {
    text-decoration: none;
    background-color: #0855a1;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
}

/* ----------------- [ Disclosure JSC End ] ------------------ */

/* ----------------- [ Stop Feik  ] ------------------ */
.search-section.page-feik .search-content .stop-feik-description {
    padding: 20px 25px 25px 25px;
    text-align: justify;
    margin-bottom: 30px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0px 0px 4px #b3b3b3;
}
.search-section.page-feik .search-content .post-search {
    word-break: break-word;
    word-wrap: break-word;
}
.search-section.page-feik .search-content .post-search .button-more .date {
    display: none;
}
.page-feik .search-content .wrong {
    margin-bottom: 15px;
    padding: 0 25px;
    text-align: justify;
    font-size: 14px;
}
.page-feik .search-content .true_an {
    padding: 0 25px;
    font-size: 14px;
    text-align: justify;
}
.page-feik .search-content .wrong .wrong-red,
.page-feik .feik-search .wrong-main-block .wrong-red {
    font-weight: 700;
    color: red;
}
.search-section.page-feik .search-content .post-search.wrong-main-block {
    padding: 25px;
}
.wrong-main-block h4 {
    border-bottom: 1px solid #72c7f0;
    padding-bottom: 15px;
}
.page-feik .search-content .true_an .true-green,
.page-feik .feik-search .feik-view-description .true-green {
    font-weight: 700;
    color: green;
    display: inline;
}
.page-feik .feik-search .feik-view-description p {
    display: inline;
}
.feik-view-description{
    font-size: 14px;
    margin-bottom:15px;
}

.branches-search{
    margin-left: 0px;
    margin-top: -15px;
    padding: 25px 0px 15px 0px;
}
.leadership-search{
    margin-left: -25px;
    margin-top: -15px;
    padding: 30px;
}

/* ----------------- [ Stop Feik End ] ------------------ */



.sitemap-content {
    background: #fff;
    padding: 15px;
}
.sitemap-content .sitemap-box {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.sitemap-content .test-sitemap {
}
.sitemap-content .test-sitemap .sitemap-box {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.sitemap-content .sitemap-box .title {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    color: #0855a1;
}
.sitemap-content .sitemap-box .title a {
    color: #0855a1;
    text-decoration: none;
}
.sitemap-content .sitemap-box .nav-pills.nav-sitemap {
}
.sitemap-content .sitemap-box .nav-pills.nav-sitemap > li {
}
.sitemap-content .sitemap-box .nav-pills.nav-sitemap > li + li {
    margin: 0;
}
.sitemap-content .sitemap-box .nav-pills.nav-sitemap > li > a {
    border-radius: 0;
    color: #137dc2;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 8px 15px;
}
.sitemap-content .sitemap-box .nav-pills.nav-sitemap > li > a:focus,
.sitemap-content .sitemap-box .nav-pills.nav-sitemap > li > a:hover {
    background: #d8ecf5;
}
.masonry{
    margin: 1.5em 0;
    padding: 0;
    column-gap: 1.2em;
    font-size: .85em;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
}
.sitemap-block{
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 99%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}


.modal-dialog {
    width: 600px;
    margin: 200px auto;
}

ul.main-menu li>span {
    display:none;
}
.post-search>a+.description+.button-more {
    margin-top: 30px;
}

.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.br-0 {
    border-radius: 0 !important;
}

.soc2-map-modal .modal-dialog.modal-lg {
    max-width: 90%;
    width: auto ;
}

.soc2-map-modal .modal-dialog{
    max-width: 60%;
    width: auto ;
}

