body, html {
    height: 100%;
}

body {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    background: #f6f6f6;
}

a {
    text-decoration: none !important;
}

* {
    margin: 0;
    padding: 0;
}

ol, ul {
    margin-bottom: 0;
}

.container {
    width: 1410px;
}

.mobile-menu {
    display: none;
}

.clearfix {
    clear: both;
}

button {
    outline: none !important;
}

/* Header */
.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    background: #192f59;
    transform: translateY(-2em);
    border-radius: 0 !important;
    padding: 0 0 5px;
}

.nav-item.open .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: unset;
}

.new-navbar .dropdown-item {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-top: 1px solid white;
}

.new-navbar .dropdown-item:first-child {
    border-top: 0;
}

.new-navbar .dropdown-menu.sub-menu a {
    color: #fff;
    font-size: 15px;
}

.new-navbar .dropdown-menu.sub-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.new-navbar .dropdown-item:hover {
    cursor: pointer;
    color: #fff;
}

.new-navbar .navbar-nav > li > a {
    margin-right: 0;
    padding: 24px 15px;
}

.new-navbar .navbar-nav > li:last-child a {
    margin-right: 0;
}

.new-navbar .dropdown-menu li:hover a {
    padding-left: 10px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffcc0f !important;
}

.header-main {
}

/*.header-main:before{content: '';position: absolute;right: 0;left: 0;top: 0;bottom: 0;background: #08457e;
    opacity: 0.65;}*/
.header-menu {
    position: absolute;
    top: 0;
    z-index: 9;
}

.header-block.is-scroll-header.is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms left ease-out, 300ms -webkit-transform ease-out;
    -o-transition: 300ms transform ease-out, 300ms left ease-out;
    transition: 300ms transform ease-out, 300ms left ease-out;
    transition: 300ms transform ease-out, 300ms left ease-out, 300ms -webkit-transform ease-out;
}

.is-header-fixed .wrapper.is-aside-open .header-menu-block, .is-header-fixed .header-popup, .is-header-fixed .wrapper.is-aside-open .header-block.is-scroll-header {
    left: 250px;
}

.header-block.is-scroll-header, .header.is-scroll-header .header-lang__dropdown {
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .08), 0 8px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .08), 0 8px 20px rgba(0, 0, 0, .08);
}

.is-header-fixed .header-menu-block {
    position: fixed;
}

.header-block.is-scroll-header {
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #192f59;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.header-logo {
    position: absolute;
    top: 12.5px;
    bottom: 0;
    left: -240px;
}

.wrapper.is-aside-open .header-logo {
    display: none !important;
}

.new-navbar {
    text-align: center;
}

.header-search__form {
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #252525;
    background-color: #192f59;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .08), 0 8px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .08), 0 8px 20px rgba(0, 0, 0, .08);
}

.header-search__input {
    width: 100%;
    height: 100%;
    color: #252525;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 150px;
    outline: none;
    border: 0;
}

.header-search__submit {
    position: absolute;
    top: 0;
    right: 75px;
    width: 55px;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
    border: 0;
    font-size: 26px;
}

.header-search__close {
    position: absolute;
    top: -2px;
    right: 15px;
    width: 55px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
    text-align: center;
    font-size: 30px;
    line-height: 75px;
}

.header-search__control {
    cursor: pointer;
    font-size: 18px;
}

.header-search__control, .header-search__form {
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.header-burger.is-active .icon-close, .header-lang.is-open .header-lang__dropdown, .header-search.is-open .header-search__form {
    opacity: 1;
    visibility: visible;
}

/*.new-navbar .navbar-nav>li{float: none;display: inline-block;}
.new-navbar .navbar-nav{float: none;}*/
.header-block {
    height: 70px;
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    color: #fff;
    letter-spacing: .6px;
    -webkit-transition: 300ms -webkit-transform ease-out;
    -o-transition: 300ms transform ease-out;
    transition: 300ms transform ease-out;
    transition: 300ms transform ease-out, 300ms -webkit-transform ease-out;
    padding-left: 280px;
}

.border-menu-home .header-block {
    position: absolute;
}

.is-header-menu-open .header-block {
    background-color: #192f59;
}

.border-menu-home .header-block.is-scroll-header {
    position: fixed;
}

.border-menu .header-block.is-scroll-header {
    position: fixed;
}

.wrapper.is-aside-open .header-block {
    padding-left: 0;
}

.header-block-right {
    float: right;
    margin: 25px 40px 0;
}

.header-top {
    position: relative;
}

.header-top a {
    color: #fff;
}

.header-bg {
    background: #0f4877;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0 0 15px 15px;
}

.header-left ul {
    margin-bottom: 0;
}

.header-left ul li {
    display: inline-block;
    margin-right: 15px;
}

.header-left ul li i, .header-top .lang-active, .social ul li i {
    color: #ffcc0f;
}

.header-left {
    float: left;
    line-height: 24px;
}

.header-left ul li i {
    margin-right: 5px;
}

.header-right {
    float: right;
}

.social, .search {
    display: inline-block;
    margin-left: 15px;
}

.social ul li, .language ul li {
    display: inline-block;
}

.social ul li {
    margin-left: 10px;
}

.language {
    float: right;
    margin-top: 26px;
    position: relative;
    z-index: 10;
}

.language a {
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
    background: none !important;
}

.language .dropdown-menu {
    box-shadow: none;
    border: 0;
    background: #192f59;
    min-width: 120px;
    padding-top: 8px;
}

.language .dropdown-menu li a {
    padding: 0 12px !important;
    font-size: 14px;
}

.language ul li {
    padding: 0 5px;
    margin-bottom: 6px;
}

.search {
    position: relative;
}

.search input {
    padding: 0 15px;
    height: 25px;
    font-size: 14px;
    border: none;
    background: rgba(255, 255, 255, 0.70);
    border-radius: 30px;
    outline: none;
    color: #115185;
}

.search button i {
    color: #115185;
}

.search button {
    float: right;
    height: 25px;
    padding: 0 12px;
    background: no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px;
}

.search input::-webkit-input-placeholder {
    color: #115185;
}

.search input::-moz-placeholder {
    color: #115185;
}

.search input:-ms-input-placeholder {
    color: #115185;
}

.search input:-moz-placeholder {
    color: #115185;
}

.header-logo {
}

.header-logo img {
    float: left;
    width: 50px;
}

.header-logo h3 {
    color: #fff;
    font-size: 11px;
    margin: -3px 0 0 10px;
    float: left;
    line-height: 14px;
}

.contact-item {
    margin-right: 35px;
    color: #fff;
    display: inline-block;
}

.contact-icon i {
    font-size: 34px;
    color: #ffcc0f;
}

.contact-info span {
    display: block;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 3px;
}

.contact-icon, .contact-info {
    display: inline-block;
}

.contact-info p {
    font-family: 'Montserrat-Regular', sans-serif;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
}

.contact-info a {
    color: #fff !important;
}

.contact-info {
    margin-left: 10px;
}

.contact-icon {
    float: left;
    position: relative;
    top: 5px;
}

/*#header-slider{height: auto;overflow: hidden;}*/

/*.header-slider-bg{background: #fff;padding: 15px 15px 45px;border-radius: 20px;box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);}
#header-slider .item img{height: auto;border-radius: 10px 10px 0 0;    width: 600px;}
.slider-title{
position: absolute;
bottom: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,49,81,1) 89%, rgba(11,55,91,1) 100%); 
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(10,49,81,1) 89%,rgba(11,55,91,1) 100%); 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(10,49,81,1) 89%,rgba(11,55,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0b375b',GradientType=0 ); 
}
.slider-title h3{color: #fff;font-family: 'Montserrat-Medium', sans-serif;font-size: 20px;margin: 0;padding: 20px;line-height: 30px;}
#header-slider .owl-dots{position: absolute;right: 0;left: 0;margin-top: 12px;}
#header-slider .owl-dots button{outline: none;}
#header-slider .owl-dots .owl-dot span{background: none;border: 1px solid #ffcc0f;width: 12px;height: 12px;}
#header-slider .owl-dots .owl-dot.active span, #header-slider .owl-dots .owl-dot:hover span{background: #ffcc0f !important;}
.header-contacts {margin-top: 85px;}*/


@-webkit-keyframes eff {
    from {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
        opacity: .5;
        filter: alpha(opacity=50)
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.pages-header .header-main {
    min-height: 70px;
}

.header-pages-block {
    margin: 20px 0;
}

.header-pages-contacts {
    float: right;
    margin-top: 25px;
}

.contact-pages-item {
    margin-right: 45px;
    color: #fff;
    display: inline-block;
}

.contact-pages-icon i {
    font-size: 34px;
    color: #ffcc0f;
}

.contact-pages-info span {
    display: block;
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 3px;
}

.contact-pages-icon, .contact-pages-info {
    display: inline-block;
}

.contact-pages-info p {
    font-family: 'Montserrat-Regular', sans-serif;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
}

.contact-pages-info a {
    color: #fff !important;
}

.contact-pages-info {
    margin-left: 10px;
}

.contact-pages-icon {
    float: left;
    position: relative;
    top: 5px;
}

.header-pages-logo {
    width: 48%;
    float: left;
}

.header-pages-logo img {
    float: left;
    width: 100px;
}

.header-pages-logo h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 20px;
    max-width: 580px;
    font-family: 'Montserrat-Medium', sans-serif;
    max-width: 580px;
    float: left;
    line-height: 25px;
}

.pages-header .new-navbar {
    border-bottom: 0;
    background: #192f59;
    border-radius: 20px;
}

.pages-header .new-navbar .navbar-nav > li > a {
    padding: 24px 15px;
}

.content {

    padding: 20px;
    border-radius: 10px;
    font-size: 17px;
    color: #030C11;
    min-height: 200px;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
    margin-bottom: 25px;
}

.content-main {
    width: 75%;
    float: left;
    padding: 0 7.5px;
    margin: 30px 0;
}

.content-main .content p {
    margin: 0 0 15px;
}

.content img {
    width: 100%;
    height: auto;
}

.content table {
    width: 100% !important;
}

.siderbar-main {
    float: left;
    width: 25%;
    padding: 0 7.5px;
    margin-top: 30px;
}

.siderbar-main .sidebar-menu {
    background: #192f59;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
    border-radius: 10px;
}

.siderbar-main .sidebar-menu h2 {
    margin: 0;
    font-family: 'Billy', sans-serif;
    color: #115185;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.siderbar-main .sidebar-menu ul {
    list-style: none;
}

.siderbar-main .sidebar-menu ul li {
    margin-bottom: 15px;
}

.siderbar-main .sidebar-menu ul li a {
    font-size: 17px;
    color: #2f3941;
    line-height: 18px;
}

.siderbar-main .sidebar-menu ul li.active a, .siderbar-main .sidebar-menu ul li a:hover {
    color: #ffcc0f;
}

.event__item {
    margin-bottom: 15px;
}

.event-item__date {
    color: #ffcc0f;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
}

.event-item__title h3 {
    color: #115185;
    margin: 0;
    font-size: 17px;
    padding: 10px 0;
    font-family: 'Montserrat-Medium', sans-serif;
}

.event-img img {
    width: 100%;
}

.content-main-block {
    position: relative;
    min-height: 1200px;
}

.breadcrumbs h1 {
    font-size: 30px;
    color: #000;
    font-family: 'Montserrat-Medium', sans-serif;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    color: #989aae;
    padding-right: 10px;
    margin-right: 10px;
}

.breadcrumbs ul li a {
    color: #989aae;
}

.breadcrumbs ul li:after {
    content: "\f054";
    font-family: fontawesome;
    position: relative;
    left: 10px;
    font-size: 10px;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}


/* News view */
.news-view__content .images-block__news {
    width: 540px;
    float: left;
    margin: 0 20px 0 0;
}

.video-news .video-js {
    margin: 0 auto;
}

.video-news #example_video_1 .vjs-big-play-button {
    top: 50%;
    transform: translate(0%, -50%);
}

.video-news .vjs-default-skin .vjs-big-play-button {
    border-radius: 50%;
}

#slider-news .sp-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-top: -34px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    border-radius: 5px;
}

#slider-news .sp-selected-button {
    background-color: #192f59;
}

#slider-news .sp-button {
    width: 10px;
    height: 10px;
    border: 2px solid #ffcc0f;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.news-view__content p, .news-view__content {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.content .news-view__title {

}

.content .news-view__title h2 {
    font-size: 28px;
    color: #0b375b;
    line-height: 29px;
    margin: 0 0 20px 0;
    font-family: "Roboto", sans-serif;
}

.news-footer {

}

.news-footer .date-share-main {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.date-share-main ul.list-unstyled {
    margin: 0;
    float: left;
    padding-left: 0;
}

.date-share-main ul.list-unstyled li {
    float: left;
    margin: 0;
    margin-right: 25px;
    color: #ffcc0f;
}

.news-footer .date-share-main .share {
    float: right;
}

.news-footer .date-share-main .share p {
    float: left;
    margin: 0 10px;
    color: #ffcc0f;
}

.news-footer .date-share-main .share div.osg {
    float: right;
}

.sidebar-calendar {
    padding: 20px 20px 0;
    background: #192f59;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
    border-radius: 10px;
}

.sidebar-calendar .calendar-main {
    height: 240px;
}

.sidebar-calendar .calendar-main #calendar-container {

}

.sidebar-calendar .pika-lendar {
    float: left;
    width: 100%;
    margin: 0;
}

.sidebar-calendar .pika-single {
    border: 0;
}

.sidebar-calendar .pika-button {
    background: #192f59;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}

.sidebar-calendar .pika-button:hover, .sidebar-calendar .pika-row.pick-whole-week:hover .pika-button {
    background: #192f59;
    box-shadow: none;
}

.sidebar-calendar .is-selected .pika-button, .sidebar-calendar .has-event .pika-button {
    background: #192f59;
    box-shadow: none;
}

.sidebar-calendar .is-today .pika-button {
    background: #192f59;
    color: #fff;
    font-weight: bold;
}

.news-pages .news-item__col {
    width: 33.333%;
}

.news-pages .news-item__col .news-item {
    margin: 0 0 15px;
}

div#captcha_contacts_button {
    background: #192f59;
    color: #fff;
    height: 34px;
    width: 30px;
    float: left;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.captcha-main i {
    font-size: 20px;
    display: inherit;
    margin-top: 7px;
    text-align: center;
    color: #fff;
}

.captcha-input-2 {
    width: 25%;
    margin-right: 10px;
}

a#refresh_captcha_contacts {
    width: 100%;
    height: 100%;
    display: block;
}

#contactMSG.button:hover {

}

.form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
    border: 1px solid #ffcc0f;
}

.contact-right .captcha-input-2 {
    width: 40%;
}

#contactMSG {
    background: #192f59;
    color: #fff;
    padding: 6px 20px;
    float: right;
}

a#refresh_captcha_contacts {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-page-info i {
    color: #ffcc0f;
    font-size: 18px;
    margin-right: 10px;
}

.contact-page-info a {
    color: #000;
}

.contact-page-info li span {
    max-width: 450px;
}

.contact-page-info ul li {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}


.manages .nav-tabs > li > a {
    color: #115185;
}

.manages .nav-tabs > li.active a {
    border: 1px solid #f4f4f4;
    border-top: 3px solid #115185;
    border-bottom-color: transparent;
    background-color: #192f59 !important;
}

.manages {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
}

.manages:last-child {
    margin-bottom: 0;
}

.manages .nav-tabs > li > a {
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    border-bottom-color: transparent;
}

.manages .nav-tabs > li > a:hover {
    border-top: 3px solid #115185;
}

.manages .nav-tabs > li {
    margin-bottom: -2px;
}

.manages .nav-tabs {
    border-bottom-color: #f4f4f4;
    padding-left: 0;
    margin-bottom: 0;
}

.manages ul.nav-tabs:before {
    content: '';
    display: table;
}

.manages ul.nav-tabs:after {
    content: '';
    display: table;
    clear: both;
}

.manages .tab-content {
    padding: 15px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
}

.manage-img {
    float: left;
    margin-right: 15px;
}

.manage-career {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.manage-name {
    margin: 15px 0 20px 0;
    color: #115185;
    font-size: 22px;
}

.manage-content p {
    margin-bottom: 0 !important;
    line-height: 1.6;
}

.phone-day-cousin {
    margin-top: 20px;
}

.phone-day-cousin li {
    font-size: 16px;
    margin-bottom: 10px !important;
}

.content .phone-day-cousin a {
    color: #222;
}

.docs {
    margin-top: 15px;
}

.docs ul {
    list-style: none;
}

.docs h4 {
    display: initial;
    margin-right: 10px;
}

.docs i {
    color: #115185;
}

.subjects:before, .subjects:after {
    content: '';
    display: block;
    clear: both;
}

.subject-item {
    text-align: center;
    margin-bottom: 30px;
}

.subject-img {
    margin-bottom: 10px;
}

.subject-img img {
    width: 75px;
}

.subject-title p {
    margin: 0 !important;
    color: #115185;
}

.docs li {
    line-height: 2;
}

.subjects .row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
}

.subjects .row .col-md-3 {
    flex: 0 0 33%;
}

.manage-content ul {
    list-style: none;
}

.inspection-img {
    float: left;
    margin-right: 15px;
}

.inspection-img img {
    width: 100%;
}

.inspection-item {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}

h3.inpesction-item-career {
    margin: 0;
    font-size: 24px;
}

h3.inpesction-item-name {
    margin: 20px 0 20px;
    color: #115185;
}

p.inspection-item-phone {
    margin: 0 0 5px 0 !important;
}

p.inspection-item-email {
    margin: 0 0 5px 0 !important;
}

p.inspection-item-phone span {
    margin-right: 5px;
    font-weight: bold;
}

p.inspection-item-email span {
    margin-right: 5px;
    font-weight: bold;
}

p.inspection-item-address span {
    margin-right: 5px;
    font-weight: bold;
}

p.inspection-item-phone a {
    color: #000;
}

p.inspection-item-email a {
    color: #115185;
}

.content ul {
    padding-left: 20px;
}

.content ul li {
    margin-bottom: 10px;
}

/*.uz .header-block-left {
    width: 55%;
}
.uz .header-block-right {
    width: 45%;
}
.en .header-block-left {
    width: 55%;
}
.en .header-block-right {
    width: 45%;
}*/
.content ol {
    padding-left: 20px;
}

.content li a {
    color: #115185;
}

.card-header h5 {
    margin: 0;
}

.card-header button {
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    padding: 0;
    white-space: normal;
    text-align: left;
    display: flex;
    align-items: center;
}

.card-header {
    background-color: #115185;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.contact-page-info ul {
    padding-left: 0;
}

.card-body {
    padding: 0 15px;
}

.card-header button:hover {
    color: #ffcc0f !important;
}

.form-appeal-check .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.submit_check {
    background: #192f59;
    color: #fff;
    padding: 6px 20px;
    border: beige;
    border-radius: 4px;
    margin-top: 25px;
}

section.no_appeal_text {
    margin-top: 15px;
}

.form-appeal-check label {
    color: #115185;
}

.loading_image {
    display: none;
    margin-top: 15px;
}

#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #115185;
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

.form-appeal-result {
    margin-top: 70px;
    text-align: center;
}

.resp_message {
    color: #115185;
}

.rss {
    float: right;
    padding-top: 7px;
}

.rss a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffcc0f;
}

i.fa.fa-rss {
    margin-left: 7px;
}

.all-news {
    float: right;
    margin-top: 9px;
    margin-left: 15px;
}

.all-news a {
    font-size: 16px;
    color: #192f59;
    border-bottom: 1px dotted;
}

table, tr, td, th {
    border: 1px solid #f0f0f0;
    padding: 5px;
}

.all-news.all-news-sidebar {
    float: none;
    margin: 0;
    text-align: center;
    margin-top: 15px;
}

.all-news.all-news-sidebar a:hover {
    color: #ffcc0f;
}

.all-news.all-news-sidebar a {
    border: none;
}

.subscribe {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
}

.subscribe h3 {
    margin: 0;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #115185;
    font-size: 22px;
    margin-bottom: 15px;
}

.subscribe p {
    color: #115185;
    margin-bottom: 15px;
}

.subscribe button {
    background: #115185;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 4px;
    margin-top: 15px;
}

.page-wrap-aside {
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.aside {
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 30px;
    background-color: #192f59;
}

.wrapper.is-aside-open .page-wrap-section {
    width: calc(100% - 250px);
}

.page-wrap-section {
    float: right;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    left: 0;
    z-index: 10;
    background: #f2f4fb;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    /*overflow: hidden;*/
}

.page-wrap-toggle {
    position: fixed;
    top: 10px;
    left: 0;
    width: 23px;
    height: 46px;
    z-index: 21;
    cursor: pointer;
    border: 0.5px solid #fff;
    border-radius: 3px 0 0 3px;
    background-color: rgba(17, 156, 19, 0.5);
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.is-header-fixed .page-wrap-toggle {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

.wrapper.is-aside-open .page-wrap-toggle {
    left: 230px;
    border-radius: 3px 0 0 3px;
}

.page-wrap-toggle .fa-angle-right {
    display: none;
}

.page-wrap-toggle i {
    color: #fff;
    font-size: 24px;
    padding: 10px 5px;
}

.logo {
    text-align: center;
}

.logo img {
    width: 110px;
}

.logo h3 {
    font-size: 14px;
    color: #fff;
    font-family: Montserrat-Medium, sans-serif;
    line-height: 21px;
    float: left;
    margin: 15px 0 0 0;
}

.page-wrap-section.full {
    width: 100%;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.page-wrap-toggle.open {
    left: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.is-header-fixed .page-wrap-toggle.open {
    top: 26px;
}

.is-header-fixed .page-wrap-toggle {
    top: 26px;
}

.page-wrap-toggle.open .fa-angle-right {
    display: block;
}

.page-wrap-toggle.open .fa-angle-left {
    display: none;
}

.page-wrap-toggle:hover {
    background-color: #192f59;
    border: 1px solid #fff;
}

.phones li {
    margin-bottom: 15px;
    line-height: 2;
}

.phones ul {
    list-style: none;
}

.phones {
    text-align: center;
}

.phones i {
    margin-right: 5px;
}

.phones a {
    color: #ffcc0f;
    font-size: 16px;
    font-weight: 700;
}

.aside-social ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.aside-social li:first-child {
    margin-left: 0;
}

.aside-social li {
    margin-left: 10px;
}

hr.logo-line {
    margin: 30px 0;
}

.aside-social {
    margin-top: 30px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.aside-social h4 {
    margin-bottom: 15px;
    font-size: 15px;
}

.aside-social i {
    color: #fff;
    font-size: 18px;
}

.phones .mail-l a {
    color: #9fa4e4;
}

.aside-button a {
    display: block;
    padding-top: 1px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
    line-height: 33px;
    color: #fff;
    text-align: center;
}

.aside-button a:hover {
    border-color: rgba(255, 255, 255, .8);
}

header.header-block.pages-header {
    top: 0;
    background-color: #192f59;
    height: 70px;
}

.nav-item.open .sub-menu {
    min-width: max-content !important;
    padding: 0;
}

.pages-header .new-navbar.desktop-menu {
    font-family: 'Billy' !important;
    background-color: #192f59;
}

section.content-block {
    margin-top: 30px;
}

.pages-header .new-navbar .navbar-nav > li > a:hover {
    background-color: #192f59;
    /*transition: 1s;*/
    border-top: 2px solid #fc1;
}

.new-navbar .navbar-nav > li > a:hover {
    background-color: #192f59 !important;
    border-top: 2px solid #fc1;
    /*transition: 1s;*/
}

li.dropdown.nav-item.open a {
    background-color: #192f59 !important;
}

.breadcrumbs ul {
    margin-bottom: 30px;
}

/* Banner */
.banner-slider .bottom-banners {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 5px;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

.banner-slider .bottom-banners .news-list {
    width: 100%;
    max-height: 330px;
    overflow: hidden;
    position: relative;
}

.banner-slider .bottom-banners .news-list * {
    display: block;
}

.banner-slider .bottom-banners .news-list .img-wrapper {
    width: 100%;
    max-height: 330px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.12);
}

.banner-slider .bottom-banners .news-list .img-wrapper:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}

.banner-slider .bottom-banners .news-list img {
    /*float: none !important;
    visibility: hidden;*/
    width: 100%;
}

.bottom-banners .nav-wrap {
    text-align: center;
    color: #a7a7a7;
}

.bottom-banners .nav {
    height: 58px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 10px;
    line-height: 26px;
}

.bottom-banners .nav li {
    display: inline-block;
    cursor: pointer;
}

.bottom-banners .nav .pt:after {
    content: "\f10c";
    font-family: fontawesome;
    margin: 18px 5px 0 5px;
    display: inline-block;
    font-size: 11px;
}

.bottom-banners .nav .pt.current:after,
.bottom-banners .nav .pt:hover:after {
    content: "\f111";
    font-family: fontawesome;
}

.bottom-banners .nav-wrap .leftArrow:after, .bottom-banners .nav-wrap .rightArrow:after {
    font-size: 28px;
    position: relative;
    top: 10px;
    cursor: pointer;
    margin: 0px 3px;
}

.bottom-banners .nav-wrap .leftArrow:after {
    content: "\f104";
    font-family: fontawesome;
}

.bottom-banners .nav-wrap .rightArrow:after {
    content: "\f105";
    font-family: fontawesome;
}

.banner-slider {
    margin-bottom: 15px;
}

.structure ul {
    padding-left: 0 !important;
}

.structure li {
    margin-bottom: 20px;
}

.card-header button i {
    margin-right: 15px;
}

.card-header button i.fa-minus {
    display: none;
}

.card-header button[aria-expanded="true"] i.fa-plus {
    display: none;
}

.card-header button[aria-expanded="true"] i.fa-minus {
    display: inherit;
}

.investi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.investi-img img {
    width: auto;
}

.investi-box {
    flex-basis: 33.3333%;
    text-align: center;
    padding: 15px;
}

.investi-box h6 {
    font-size: 18px;
    margin: 15px 0 0 0;
    color: #2f3941;
    font-family: 'Montserrat-Medium', sans-serif;
}

.news-view-block .content-main, .news-view-block .siderbar-main {
    margin-top: 0;
}

.modal-backdrop {
    position: relative;
}

.index-slide-date {
    display: inline-block;
    margin-left: 25px;
    font-size: 18px;
    color: #ffcc10;
}

.index-slide-date i {
    margin-right: 5px;
}

.piktowrapper-embed {
}

.piktowrapper-embed img {
    width: auto !important;
}

.pikto-canvas-wrap { /*width: 100% !important;*/ /*    transform: scale(1) !important;*/
    zoom: 96%;
}

.pikto-block { /*width: 100% !important;*/
}

.content iframe {
    display: block;
    margin: 0 auto;
}

.content .opendata ul, .content .fruits_price ul {
    padding: 0;
}

.content .opendata ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.content .opendata ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.opendata .file_format {
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    line-height: 10px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
}

.opendata .file_format a {
    color: #fff;
}

.content .opendata h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.file_csv {
    background: #1579cb;
}

.file_json {
    background: #45b033;
}

.file_xml {
    background: #ff8b35;
}

.f-item {
    width: 33.333%;
    float: left;
    padding: 0 7.5px;
    margin-bottom: 20px;
}

.f-item img {
}

.f-item h4 {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
}

.markets-item {
    width: 25%;
    float: left;
    padding: 0 7.5px;
    margin-bottom: 20px;
    text-align: center;
}

.markets-item img {
    width: 225px;
}

.markets-item h4 {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
}

.fruits_price ul li {
    margin-bottom: 20px;
}

.fruits_price ul li i {
    color: red;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 30px;
    position: relative;
    bottom: 3px;
}

.fruits_price ul li h4 {
    font-size: 18px;
    color: #000;
}

.fruits_price ul li a:hover h4 {
    color: #4244d7;
}

.rating-home-main ul {
    padding: 0;
    list-style: none;
}

.rating {
    margin-top: 50px;
}

.rating-home-main {
    /* display: flex;*/
    justify-content: space-between;
    margin: 0 -10px;
}

.rating-box-1 {
    /*height: 615px;*/
    background-repeat: no-repeat;
    position: relative;
    flex-basis: 70%;

    padding: 15px;
    text-align: center;
    border-radius: 8px;
    background-size: cover;
}

.rating-box-2 {
    flex-basis: 33.333333333%;
    margin: 7.5px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
    background: #fff;

}

.rating-box-item {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.rating-box-2 a {
    display: flex;
    color: #000;
}

.rating-box-2 a.rating-hover:hover {
    color: #9fa4e4;
}

.rating-box-3 {
    flex-basis: 33.333333%;
    margin: 7.5px;
    text-align: center;
}

.rating-box-3-1 {
    height: 300px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 8px;
    position: relative;
}

.rating-box-3-2 {
    height: 300px;
    background-repeat: no-repeat;
    padding: 15px;
    border-radius: 8px;
    position: relative;
}

.rating-box-1:before {
    content: '';
    position: absolute;
    background-color: #192f59;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.rating-box-3-1:before {
    content: '';
    position: absolute;
    background-color: #192f59;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.rating-box-3-2:before {
    content: '';
    position: absolute;
    background-color: #192f59;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.ratin-box-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
}

.rating-box-title {
    position: relative;
    left: 15px;
    z-index: 1;
    padding-right: 25px;
}

.rating-box-title h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin: 10px 0 15px 0;
    text-align: left;
    line-height: 35px;
}

.rating-box-title li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.rating-box-title li a {
    color: #fff;
}

.more {
    position: absolute;
    left: 30px;
    right: 30px;
    border-top: 1px solid #ffcc0f;
    bottom: 30px;
    text-align: left;
}

.more i {
    margin-left: 5px;
}

.more a {
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 15px;
}

.rating-box-3 .rating-box-title {

}

#export_s, #import_s {
    position: relative;
    bottom: 35px;
}

/*.rating-box-3 .highcharts-label, .rating-box-3 .highcharts-data-label-connector{display: none;}
.rating-box-3 .highcharts-label:hover{display: block;}*/
.rating-box-3 .rating-box-title img, .rating-box-1 .rating-box-title img {
    width: 35px;
    float: left;
    margin-right: 10px;
}

.rating-box-3 .rating-box-title h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin: 10px 0 15px 0;
    text-align: left;
    line-height: 28px;
}

.rating-box-2 h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin: 10px 0 15px 0;
    text-align: left;
    line-height: 26px;
}

.rating-box-2 li {
    font-size: 18px;
    color: #2f3941;
}

.rating-box-2 li {
    display: flex;
    /*  align-items: baseline;*/
    margin-bottom: 25px;
}

.rating-box-2 li:last-child {
    margin-bottom: 0;
}

/*span.rating-count {
    font-size: 23px;
    color: #2f3941;
    background-color: #ffcc0f;
    width: 75px;
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 9px;
    border-radius: 8px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
    margin-right: 30px;
	padding: 10px 15px;
}*/
span.rating-unity {
    font-family: 'Montserrat-SemiBold', sans-serif;
}

span.rating-unity p {
    margin-bottom: 0;
}

.rating-box-1 ul {
    text-align: left;
    transform: translateX(10%);
}

span.dots {
    width: 10px;
    height: 10px;
    background-color: #ffcc0f;
    border-radius: 50%;
    float: left;
    top: 8px;
    left: -7px;
    position: relative;
}

.media-menu {
    margin: 6px 0 25px;
}

.media-menu a {
    padding: 5px 20px;
    border: 2px solid #192f59;
    color: #fff;
    background: #192f59;
    border-radius: 5px;
    font-size: 17px;
    margin-right: 15px;
}

.media-menu a:hover, .media-menu a.active {
    background: none;
    color: #192f59;
}

.gallery-item {
    width: 50%;
    float: left;
    padding: 0 7.5px;
    margin-bottom: 20px;
}

.gallery-view__title h2 {
    font-size: 28px;
    color: #0b375b;
    line-height: 29px;
    margin: 0 0 20px 0;
}

.gallery-item-bg {
    position: relative;
    overflow: hidden;
}

.gallery-item__content_bg {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(3, 4, 87, 0.7) 77%, rgba(11, 12, 102, 0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(3, 4, 87, 0.7) 77%, rgba(11, 12, 102, 0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(3, 4, 87, 0.7) 77%, rgba(11, 12, 102, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030457', endColorstr='#192f59', GradientType=0); /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.gallery-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}

.gallery-item__image img {
    width: 100%;
}

.gallery-item__title h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    line-height: 24px;
}

#dl-menu {
    display: none;
}

.contacts-page {
    margin-top: 20px;
}

.contact-info-sidebar {
    background: #192f59;
    color: #fff;
    height: 650px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.contact-info-sidebar h4 {
    color: #ffcc0f;
    font-size: 16px;
}

.contact-info-sidebar a {
    color: #fff;
}

.contact-info-sidebar ul {
    margin-top: 35px;
}

.contact-info-sidebar ul li {
    margin-bottom: 25px;
}

.contacts-page .col-md-9 {
    padding-right: 0;
}

.contacts-page .col-md-3 {
    padding-left: 0;
    float: right;
}

.contact-map iframe {
    border: 0;
    width: 100%;
    height: 650px;
}

.contact-form {
    width: 40%;
    margin: 30px auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
}

.contact-form h3 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}

#dl-menu span.contact-info-mobile {
    position: absolute;
    top: 60%;
    padding: 0 20px;
    text-align: center;
}

.contact-info-mobile ul li {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.contact-info-mobile i {
    color: #ffcc0f;
    font-size: 16px;
    margin-right: 10px;
}

.contact-info-mobile ul li p {
    margin-top: 10px;
}

.social-mobile ul li {
    margin-left: 20px;
}

.social-mobile ul li:first-child {
    margin-left: 0;
}

.mm-panel:after {
    background: url(../images/logo/menu_logo1.svg);
    height: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    width: 65%;
    margin: 0 auto;
}

.counter {
    padding-right: 25px;
    float: left;
    margin-top: 15px;
}

.services-page {
}

.services-page .services-item {
    width: 33.333%;
    height: 250px;
    float: left;
    background: #fff;
    text-align: center;
    padding: 30px 50px;
    position: relative;
}

.services-page .services-item:nth-child(2n + 1) {
    background: #192f59;
}

.services-page .services-item {

}

.services-page .services-item .services-item__image {
    padding: 25px 0;
    border-bottom: 1px solid #e7b570;
    margin: 0 15px;
}

.services-page .services-item .services-item__image img {

}

.services-page .services-item .services-item__title {

}

.services-soon {
    position: absolute;
    right: 0;
    top: 0;
    background: #d3a917;
    padding: 5px 20px;
    color: #fff;
    border-radius: 0 0 0 10px;
}

.services-page .services-item .services-item__title h2 {
    color: #192f59;
    font-family: Montserrat-Medium, sans-serif;
    font-size: 19px;
}

.services-page .services-item:nth-child(2n + 1) .services-item__title h2 {
    color: #ffffff;
}

.services-main .title a {
    float: right;
    font-size: 16px;
    color: #192f59;
    border-bottom: 1px dotted;
    margin-top: 8px;
}

.services-main .title a:hover, .all-news a:hover {
    border-bottom: 0;
}

.header-eye {
    float: right;
    margin-right: 40px;
    margin-top: 16px;
    margin-right: 40px;
    position: relative;
    z-index: 10;
}

.header-volume {
    float: right;
    margin-right: 40px;
    margin-top: 24px;
    margin-right: 40px;
    position: relative;
    z-index: 10;
}

.header-eye a {
    color: #fff;
    font-size: 34px;
}

.header-volume a {
    color: #fff;
    font-size: 20px;
}

#copy_appeals ul {
    padding-left: 0;
}

#copy_appeals ul li {
    margin-bottom: 15px;
}

.form-virtual .manages .nav-tabs > li > a {
    border-top: 3px solid transparent;
}

.highcharts-credits {
    display: none;
}

#export_d, #import_d {
    margin-bottom: 30px;
}

.exp-btn {
    color: #192f59;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}

.exp-btn:hover {
    color: #192f59;
    border-bottom: 1px solid;
}

.percentage {
    font-size: 19px;
}

/* Activity */

.plan-calendar .nav {
    border-bottom: none;
}

.plan-calendar-rigth {
    float: right;
    margin-top: 8px;
}

.plan-calendar-rigth a {
    border: 1px solid #ffcc0f;
    padding: 5px 10px;
    color: #1a4780;
    font-size: 17px;
    background-color: #ffcc0f;
    border-radius: 3px;
    margin-right: 10px;
    text-decoration: none !important;
}

.plan-calendar-rigth a.active {
    background-color: #f1f1f1;
}

.plan-calendar-rigth a i {
    color: #1a4780;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.search.search-plan {
    padding: 0;
    margin-top: 1px;
    margin-left: 3px;
}

.search.search-plan input {
    border: 1px solid #1a4780;
}

.search.search-plan button {
    border-color: #1a4780;
}

.search.search-plan button i {
    color: #1a4780;
}

.search.search-plan input:-moz-placeholder {
    color: #1a4780;
}

.search.search-plan input:-ms-input-placeholder {
    color: #1a4780;
}

.search.search-plan input::-webkit-input-placeholder {
    color: #1a4780;
}

.search.search-plan input {
    color: #1a4780;
}

.plan-title {
    padding-top: 5px;
}

.plan-title h3 {
    font-size: 20px;
    color: #1a4780;
}

.plan-grid:before, .plan-grid:after {
    content: '';
    display: block;
    clear: both;
}

.plan-grid-item-img {
    position: relative;
    float: left;
    overflow: hidden;
}

.plan-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.plan-grid-item:before, .plan-grid-item:after {
    content: '';
    display: block;
    clear: both;
}

.plan-grid-item {
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 10px;
}

.plan-grid-item.plan-grid-item-1 {
    width: 50%;
}

.plan-grid-item.plan-grid-item-2 {
    width: 50%;
}

.plan-grid-item.plan-grid-item-3 {
    width: 50%;
}

.plan-grid-item.plan-grid-item-4 {
    width: 50%;
}

.plan-grid-item.plan-grid-item-5 {
    padding: 0;
}

.plan-grid-item.plan-grid-item-6 {
    padding: 0;
}

.plan-grid-item.plan-grid-item-21 {
    width: 50%;
}

.plan-grid-item.plan-grid-item-22 {
    width: 50%;
}

.plan-grid-item.plan-grid-item-23 {
    width: 50%;
}

.plan-grid-item.plan-grid-item-24 {
    width: 50%;
}

.plan-grid-item-text {
    background-color: #192f59;
    padding: 20px 15px;
    width: calc(100% - 275px);
    float: left;
    height: 238px;
    position: relative;
}

.plan-grid-item.plan-grid-item-5 .plan-grid-item-text, .plan-grid-item.plan-grid-item-6 .plan-grid-item-text {
    padding: 20px 15px;
    width: 100%;
    margin-top: -5px;
    height: 264px;
}

.plan-grid-item.plan-grid-item-5 .plan-grid-item-img img, .plan-grid-item.plan-grid-item-6 .plan-grid-item-img img {
    width: 100%;
}

.plan-grid-big:before, .plan-grid-big:after {
    content: '';
    display: block;
    clear: both;
}

.plan-grid-big {
    float: left;
    width: 80%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.plan-grid-small:before, .plan-grid-small:after {
    content: '';
    display: block;
    clear: both;
}

.plan-grid-small {
    float: left;
    width: 20%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.plan-grid-item-1 .plan-grid-item-text:before, .plan-grid-item-2 .plan-grid-item-text:before, .plan-grid-item-23 .plan-grid-item-text:before {
    content: '';
    position: absolute;
    left: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 28px 20px 0;
    border-color: transparent #192f59 transparent transparent;
    top: 14px;
}

.plan-grid-item-24 .plan-grid-item-text:before {
    content: '';
    position: absolute;
    left: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 28px 20px 0;
    border-color: transparent #192f59 transparent transparent;
}

.plan-grid-item-3 .plan-grid-item-img {
    float: right;
}

.plan-grid-item-4 .plan-grid-item-img {
    float: right;
}

.plan-grid-item-21 .plan-grid-item-img {
    float: right;
}

.plan-grid-item-22 .plan-grid-item-img {
    float: right;
}

.plan-grid-item-3 .plan-grid-item-text:before, .plan-grid-item-4 .plan-grid-item-text:before, .plan-grid-item-21 .plan-grid-item-text:before {
    content: '';
    position: absolute;
    right: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 28px;
    border-color: transparent transparent transparent #192f59;
    top: 14px;
}

.plan-grid-item-22 .plan-grid-item-text:before {
    content: '';
    position: absolute;
    right: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 28px;
    border-color: transparent transparent transparent #192f59;
}

.plan-grid-item-5 .plan-grid-item-text:before {
    content: '';
    position: absolute;
    top: -28px;
    left: calc(50% - 17px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 28px 20px;
    border-color: transparent transparent #192f59 transparent;
}

.plan-grid-item-6 .plan-grid-item-text:before {
    content: '';
    position: absolute;
    top: -28px;
    left: calc(50% - 17px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 28px 20px;
    border-color: transparent transparent #192f59 transparent;
}

span.plan-grid-time {
    display: inline-block;
    border: 1px solid #ffcc0f;
    padding: 2px 15px;
    border-radius: 3px;
    font-size: 16px;
    color: #ffcc0f;
}

p.plan-grid-title a {
    color: #ffffff;
}

p.plan-grid-title {
    padding-top: 30px;
    height: 110px;
    overflow: hidden;
}

p.plan-grid-title.plan-list-title a {
    font-size: 18px;
    color: #192f59;
}

p.activity-marker {
    position: absolute;
    bottom: 15px;
    font-size: 15px;
    color: #9fa4e4;
}

div#nav-grid {
    margin-top: 10px;
}

div#nav-list {
    margin-top: 10px;
}

.plan-list:before, .plan-list:after {
    content: '';
    display: block;
    clear: both;
}

.plan-list-col {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.plan-list-item {
    position: relative;
}

.plan-list-item-text {
    background-color: #fff;
    height: 183px;
    padding: 15px 30px 15px 15px;
    position: relative;
}

.plan-list-item:before, .plan-list-item:after {
    content: '';
    display: block;
    clear: both;
}

.plan-list-item-img {
    float: left;
    position: relative;
    margin-right: 15px;
    z-index: 1;
}

span.plan-grid-time.plan-list-time {
    position: absolute;
    right: 35px;
    padding: 10px 15px;
    top: 39%;
    background: #ffcc0f;
    color: #0b0c66;
    font-weight: bold;
}

p.plan-grid-title.plan-list-title {
    padding-top: 10px;
    padding-right: 150px;
}

p.activity-marker.activity-marker-list {
    position: absolute;
    left: 195px;
    bottom: 20px;
}

p.activity-marker.activity-marker-list {
    position: absolute;
    left: 195px;
    bottom: 50px;
}

p.activity-marker a {
    font-size: 15px;
    color: #7aa5df;
}

p.activity-marker {
    position: absolute;
    bottom: 40px;
}

.plan-grid-item:hover {
    cursor: pointer;
}

.plan-list-item:hover {
    cursor: pointer;
}

/*span.searchword {
    color: #ff0000;
}*/
.child-title h5 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}

li.child-title {
    margin-bottom: 15px;
}

li.child-title:last-child {
    margin-bottom: 0;
}

.select-plan-category {
    display: inline-block;
    margin-right: 10px;
}

.select-plan-category select, .select-month {
    border: 1px solid #efd478;
    background-color: #f2f2f2;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 16px;
    color: #1a4780;
    outline: none !important;
}

.events-container .nav-tools .month-list > span {
    display: inline-block;
    font-size: 140%;
    color: #002857;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Flama Semicondensed Medium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    vertical-align: top;
    padding: 10px 0
}

@media only screen and (max-width: 767px) {
    .events-container .nav-tools .month-list > span {
        display: none
    }
}

.events-container .nav-tools .month-list > div {
    display: inline-block
}

.events-container .nav-tools .month-list > div.custom-form {
    width: 100%
}

.events-container .nav-tools .month-list > div > a {
    display: inline-block;
    padding: 10px 10px;
    vertical-align: top
}

.events-container .nav-tools .month-list > div > a.prev-page:before, .events-container .nav-tools .month-list > div > a.prev-year span:before,
.events-container .nav-tools .month-list > div > a.next-page:before, .events-container .nav-tools .month-list > div > a.next-year span:before {
    font-family: fontawesome;
}

.events-container .nav-tools .month-list > div > a.prev-page:before, .events-container .nav-tools .month-list > div > a.prev-year span:before {
    content: "\f053";
    color: #1a4780;
}

.events-container .nav-tools .month-list > div > a.next-page:before, .events-container .nav-tools .month-list > div > a.next-year span:before {
    content: "\f054";
    color: #1a4780;
}

.events-container .nav-tools .month-list > div > a.next-year span + span, .events-container .nav-tools .month-list > div > a.prev-year span + span {
    margin-left: -.7em
}

.events-container .nav-tools .month-list > div > a:hover {
    color: #002857
}

.events-container .nav-tools .month-list > div > a.disabled {
    pointer-events: none;
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75
}

.events-container .nav-tools .month-list nav {
    overflow: hidden;
    width: 390px;
    position: relative;
    display: inline-block
}

.events-container .nav-tools .month-list nav * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.events-container .nav-tools .month-list nav ul {
    width: 5000000px;
    margin: 0;
    padding: 0
}

.events-container .nav-tools .month-list nav ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 100%
}

.events-container .nav-tools .month-list nav ul li a, .events-container .nav-tools .month-list nav ul li span {
    display: block;
    padding: 10px;
    padding-top: 7px;
    text-transform: unset;
    font-size: 15px;
    color: #2f3941;
}

.events-container .nav-tools .month-list nav ul li span {
    color: #7d7d7d
}

.events-container .nav-tools .month-list nav ul li a.active, .events-container .nav-tools .month-list nav ul li a:hover {
    color: #002857
}

.events-container .nav-tools .month-list nav ul li a.active {
    border: 1px solid #cdcdcd;
    pointer-events: none
}

a.prev.prev-year span:last-child {
    padding-left: 2px;
}

a.next.next-year span:last-child {
    padding-left: 2px;
}

.plan-calendar-left {
    float: left;
    position: relative;
    top: 5px;
}

.plan-grid, .plan-list {
    clear: both;
    padding-top: 15px;
}

div#nav-tabContent {
    clear: both;
}

.plan-view-top-dates p i {
    color: #9fa4e4;
    margin-right: 5px;
}

.plan-view-top-dates p a {
    color: #9fa4e4;
}

.select-month {
    display: none;
}

#nav-grid .plan-grid-item img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav-grid .plan-grid-item:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

#nav-grid .plan-grid-item:hover .plan-grid-time {
    animation: 1s bounceIn;
    font-size: 16px;
    font-weight: bold;
}

.fullwidth_block .content-main {
    width: 100%;
    padding: 0;
}

.fullwidth_block .container {
    width: 1560px;
}

.block-cmain {
    text-align: center;
}

.block-s1 {
    display: inline-block;
    width: 15%;
    max-width: 300px;
    margin-right: 20px;
    position: relative;
    border: 1px solid #008b41;
    border-radius: 5px;
}

.block-s1:nth-child(2) {
    background: #008b41;
}

.block-s1:nth-child(2) a {
    color: #fff;
}

.block-s1 a:hover {
    background: #008b41;
    color: #fff;
}

.block-s1 a {
    display: block;
    font-size: 18px;
    padding: 5px 15px;
    color: #000;
}

.block-s1:nth-child(3) {
    margin-right: 0;
}

.block-s1:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #008b41;
    position: absolute;
    right: -25px;
    top: 18px;
}

.block-s1:nth-child(3):after {
    display: none;
}

.line {
    background: #acade8;
    width: 2px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.block-cmain2 {
    text-align: center;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    left: 1px;
}

.block-cmain2:before {
    content: "";
    background: #f2f4fb;
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: 0;
}

.block-item-s1 {
    background: #0b0c66;
    margin: 0 10px;
    position: relative;
    border-radius: 5px;
}

.block-item-s1 a {
    display: flex;
    font-size: 14px;
    padding: 5px 15px;
    color: #fff;
    line-height: 15px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.uz .block-item-s1 a, .ru .block-item-s1 a {
    font-size: 10px;
}

.block-item-s1:hover {
    background: #192f59;
}

.block-item-s2 a:hover, .block-item-s3 a:hover, .block-item-s2.colors a:hover, .block-item-last .block-item-s2 a:hover, .block-item-last .block-item-s3 a:hover {
    background: #fff;
}

.line2 {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid #acade8;
    margin-left: 7.18%;
    margin-right: 1px;
}

.block-item-s1:before {
    content: "";
    width: 2px;
    height: 20px;
    background: #acade8;
    position: absolute;
    top: -20px;
}

.block-item-s0 {
    width: 14.23%;
    border-left: 2px solid #acade8;
    float: left;
}

.block-item-s1:after {
    content: "";
    background: #acade8;
    height: 2px;
    width: 100%;
    position: absolute;
    left: -10px;
    top: 50%;
    z-index: -1;
}

.block-item-s2 a {
    background: #e9e9ff;
    color: #000;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.block-item-s2, .block-item-s3 {
    padding: 0 10px;
    margin: 10px 0 0;
    position: relative;
}

.block-item-s2:before {
    content: "";
    background: #acade8;
    height: 2px;
    width: 20%;
    position: absolute;
    left: -2px;
    top: 50%;
    z-index: 1;
}

.block-item-s3 a {
    background: #e9e9ff;
    color: #000;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.block-item-s3:before {
    content: "";
    background: #acade8;
    width: 2px;
    height: 100%;
    position: absolute;
    top: -11px;
    z-index: -1;
}

.block-item-last {
    position: relative;
    border-right: 2px solid #acade8;
    border-left: 0;
    left: 5px;
    padding-top: 20px;
    top: -20px;
}

.block-item-last .block-item-s2:before {
    right: -2px;
    left: auto;
}

.block-item-last .block-item-s2:nth-child(1) {
    margin-top: 0;
}

/*.block-item-last:before{content: "";background: #acade8;width: 2px;position: absolute;height: 30px; right: -1px;top: -18px;}*/
.block-item-last .block-item-s2 a, .block-item-last .block-item-s3 a {
    background: #b8cbd9;
}

.central-view {
    margin-bottom: 20px;
}

.central-view .manage-name {
    color: #0b0c66;
}

.central-view .manage-career {
    color: #979cdc;
    font-size: 21px;
}

.content .central-view .phone-day-cousin ul li a {
    color: #192f59c;
    font-size: 18px;
}

.central-view-img img {
}

.central-view-img {
    width: 45%;
    opacity: 0.1;
    position: absolute;
    right: -25px;
    bottom: 25px;
    padding-right: 31px;
}

.content-main.central-view-main {
    position: relative;
    overflow: hidden;
}

.central-img {
    overflow: hidden;
}

.content-main.central-view-main .content p {
    color: #192f59;
}

.central-list {
    /* float: left; */
    width: 55%;
    margin: 0 auto;
    /* padding-right: 35%; */
    border-top: 1px solid #999;
    float: left;
    text-align: center;
}

.central-list h3 {
    color: #0b0c66;
    font-size: 22px;
}

.central-list h4 {
    color: #979cdc;
    font-size: 17px;
    margin-top: 10px;
}

.c-list-item {
    margin-bottom: 15px;
}

.submenu-c {
    padding: 5px 0 5px 15px;
}

.central-mobile {
    display: none;
}

.central-mobile ul li {
    margin-bottom: 15px;
}

.central-mobile ul li h3 {
    font-size: 18px;
}

.submenu-c2 {
    padding: 5px 0 5px 15px;
}

.central-mobile .submenu-c2 li {
    margin-bottom: 10px;
}

.block-item-s2.colors a {
    background: #d9d9e5;
}

.block-item-s2:nth-last-child(1):after {
    content: "";
    height: 100%;
    background: #f2f4fb;
    width: 100%;
    position: absolute;
    right: 2px;
    top: 50%;
}

.block-item-last .block-item-s2:nth-last-child(1):after {
    right: -2px;
}

.select-region__main {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.select-region__main > label {
    font-size: 16px;
}

.select-region__main #select-region {
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 10px;
    width: 240px;
}

.regions-resume {
    width: 100%;
    padding: 15px 0 20px;
}

.regions-resume .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e8e8e8;
}

.regions-resume .panel-default > .panel-heading a {
    display: block;
    padding: 10px 40px 10px 15px;
    overflow: hidden;
    position: relative;
    color: #116bbb;
    font-size: 16px;
}

.regions-resume .panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.regions-resume .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.regions-resume .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 40%;
    position: absolute;
    right: 15px;
    color: #126fbf;
}

.regions-resume .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 40%;
    position: absolute;
    right: 15px;
    color: #126fbf;
}

.regions-resume .accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 15px 0;
}

table, th, tr, td {
    border: 1px solid #95c0dc;
    text-align: center;
    padding: 5px;
}

table tr:nth-child(2n) {
    background-color: #f3f7f9;
}

.regions-resume .accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.regions-resume .accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.regions-resume .accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.regions-resume .accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

.panel-title span {
    width: 100%;
    float: left;
}

.panel-title span.career-reg__title {
    color: #b1b0b0;
    font-weight: normal;
    font-size: 13px;
    overflow: hidden;
    float: left;
    display: block;
    line-height: 15px;
}

.resume-form .form-group {
    overflow: hidden;
}

.resume-form {
    margin-top: 15px;
}

.submit {
    float: right;
}

.submit .contact-btn {
    background-color: #0b0c66;
    color: #fff !important;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    float: right;
}

.markets-block-item {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.markets-block-item.open-markets {
    display: flex;
    opacity: 1;
    padding-bottom: 45px;
}

.owl-markets-main {
    padding: 0 130px;
    position: relative;
    bottom: 100px;
}

.markets-block-content {
    min-height: 320px;
    padding: 30px;
    height: 580px;
}

.markets-owl-item {
    padding: 10px 20px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.markets-content h2 {
    color: #0b0c66;
    font-size: 16px;
    font-weight: 600;
}

#owl-markets .owl-item .markets-img img {
    width: 65%;
    margin: 0 auto;
    position: relative;
    bottom: 40px;
}

#owl-markets .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

#owl-markets button {
    position: absolute;
    width: 40px;
    height: 35px;
    background: #0b0c66;
    color: #fff;
    font-size: 20px;
    /* padding: 0px 15px !important; */
    border-radius: 8px;
}

#owl-markets .owl-prev {
    left: -60px;
}

#owl-markets .owl-next {
    right: -60px;
}

#owl-markets .owl-item.active.center .markets-owl-item {
    background: #0b0c66;
}

#owl-markets .owl-item.active.center .markets-content h2 {
    color: #fff;
}

.markets-block-d {
    width: 45%;
    float: left;
}

.markets-block-d h3 {
    color: #0b0c66;
    font-size: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
    margin: 0;
}

.markets-block-img {
    width: 50%;
    float: left;
}

.markets-block-d ul {
    padding-left: 0 !important;
    margin-top: 45px;
}

.markets-block-d ul li {
    color: #2f3941;
    margin-bottom: 30px;
    font-size: 18px;
}

.markets-block-d ul li i {
    font-size: 38px;
    color: #0b0c66;
    vertical-align: middle;
    margin-right: 15px;
}

.markets-b-item {
}

a.markets-btn {
    font-size: 20px;
    font-weight: 600;
    color: #0b0c66 !important;
}

a.markets-btn i {
    font-size: 16px !important;
    position: relative;
    top: 1px;
}

.markets-img {
    height: 50px;
}

#owl-markets .owl-stage-outer {
    padding-top: 30px;
}

.filter-fruits {
    margin-bottom: 10px;
}

.filter-fruits .form-group {
    display: inline-block;
    margin-right: 10px;
}

.filter-fruits .btn-default.active, .filter-fruits .btn-default:active, .filter-fruits .open > .dropdown-toggle.btn-default {
    color: #fff;
    background: #192f59;
    border-color: #192f59;
}

.filter-fruits .dropdown-menu {
    padding: 0;
    margin: -5px 0 0;
    border-radius: 0 0 5px 5px !important;
    border: 0 !important;
    background-color: transparent;
    z-index: 1;
}

.filter-fruits .fruits-sbtn {
    background: #043a84;
    color: #fff;
    border: 0;
    padding: 12px 15px;
    border-radius: 10px;
    display: block;
}

.my-select-title {
    width: 300px;
}

.select-code {
    width: 220px;
}

.my-select-month {
    width: 135px;
}

.my-select-years {
    width: 90px;
}

.filter-fruits .dropdown-menu.open .inner.open {
}

.filter-fruits .dropdown-menu.open .inner.open::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.filter-fruits .dropdown-menu.open .inner.open::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.filter-fruits .dropdown-menu.open .inner.open::-webkit-scrollbar-thumb {
    background-color: #192f59;
    border: 2px solid #192f59;
}

.fruits_price .panel-default > .panel-heading {
}

.fruits_price .panel {
    border: 0;
    box-shadow: none;
}

.fruits_price .panel-title {
    font-size: 18px;
    position: relative;
}

.fruits_price .panel-title > a {
    color: #192f59;
    display: block;
    padding-right: 30px;
}

.fr_disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

.fruits_price .panel-title > a i {
    color: #192f59;
    font-size: 14px;
    display: block;
    float: right;
    margin-top: 3px;
}

.fruits_price td ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #95c0dc;
    padding: 10px 0;
}

.fruits_price td ul li:last-child {
    border-bottom: 0;
}

.fruits_price table thead tr th {
    padding: 25px 0;
}

.fruits_price .panel-title > a.fr_download {
    position: absolute;
    right: -30px;
    top: 0;
}

.dropdown-backdrop {
    z-index: 0;
}

/*.fruits_price .panel-default>.panel-heading .collapsed .fa-chevron-up{display: none;}
.fruits_price .panel-default>.panel-heading .collapsed .fa-chevron-down{display: block;}
.fruits_price .panel-default>.panel-heading .fa-chevron-up{display: none;}*/
.markets-img-v {
    width: 40%;
    float: left;
    margin: 0 10px 10px 0;
}

.markets-img-v img {
    border-radius: 5px;
}

.markets-option-item {
    background: #f8f8f8;
    width: 31.3%;
    float: left;
    height: 180px;
    margin: 0 7.5px 15px;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
}

.markets-option-item h4 {
    font-size: 15px;
    line-height: 20px;
}

.markets-option-item a {
    color: #000;
}

.markets-icon {
    font-size: 56px;
    color: #043a84;
}

.markets-option {
    margin: 20px -7.5px;
    padding: 0 60px;
}

.markets-note {
    display: inline-block;
    margin-top: 20px;
}

.markets-title-views h3 {
    color: #192f59;
    font-family: "Montserrat-Medium";
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
}

.markets-title {
    text-align: center;
}

.markets-title h3 {
    color: #192f59;
    font-family: "Montserrat-Medium";
    font-size: 22px;
}

.markets-stat .highcharts-title {
    display: none;
}

.markets-stat-content {
    text-align: center;
}

.markets-stat-content ul li {
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px;
    text-align: left;
    margin-left: 40px;
    font-size: 16px;
    color: #2f3941;
}

.markets-stat-content ul li i {
    position: absolute;
    font-size: 38px;
    left: -5px;
    color: #b4b4b4;
    top: 6px;
}

.markets-stat-content h5 {
    font-size: 20px;
    font-family: "Montserrat-Medium";
    margin-bottom: 30px;
}

.markets-stat-content ul {
    padding-left: 0 !important;
}

.markets-stat-content ul li span {
    color: #0b0c66;
    font-size: 14px;
    font-family: "Montserrat-Medium";
}

.markets-links {
    margin-top: 40px;
    padding: 0 25px;
}

.markets-links-block {
    position: relative;
    margin-top: 25px;
}

.markets-links-block:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #b0b0b0;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 10px;
}

.markets-links-item {
    width: 50%;
    float: left;
    padding: 0 40px;
    margin-bottom: 20px;
}

.markets-links-item a {
    color: #2f3941;
}

.markets-links-item h3 {
    font-size: 16px;
    line-height: 24px;
}

.markets-links-item p {
    color: #0b0c66;
    font-size: 18px;
    margin-bottom: 0 !important;
}

.helpline h3 {
    text-align: center;
}

.helpline {
}

.helpline h4 {
    text-align: center;
    line-height: 30px;
}

.helpline p {
    text-align: center;
    line-height: 28px;
    margin-top: 25px !important;
}

.base-section {
}

.base-section:not(:last-child) {
    margin-bottom: 70px;
}

.base-section-group {
    position: relative;
    padding: 25px 25px 40px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08);
    background-color: #fff;
}

.base-title {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.base-content {
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
}

.base-content img {
    height: auto;
    width: 100%;
}

.base-file {
    border-radius: 3px;
    border: 1px solid #d7d8db;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.base-file:hover {
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .08), 0 8px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .08), 0 8px 20px rgba(0, 0, 0, .08);
}

.base-file:not(:last-child) {
    margin-bottom: 20px;
}

.base-file-header {
    cursor: pointer;
    padding: 18px 40px 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.base-file-header i, .base-file-icon {
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.base-file-header.base-active i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.base-file-title {
    width: calc(100% - 35px);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.base-file-content {
    padding: 10px 40px 50px;
}

.base-file-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.base-file-icon {
    width: 60px;
    height: 60px;
    background-color: #eef0f4;
    border-radius: 50%;
    position: relative;
    text-align: center;
}

.base-file-icon:hover {
    background: #0b0c66;
    color: #fff;
}

.base-file-icon i {
    position: absolute;
    top: 22px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.base-file-info {
    width: calc(100% - 60px);
    padding-left: 20px;
    padding-top: 8px;
}

.base-file-block {
    color: #989aae;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.base-file-type {
    color: #0b0c66;
    margin-right: 20px;
}

.base-file-size:not(:last-child) {
    margin-right: 20px;
}

.base-file-info__title {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
    color: #000;
}

.files-button {
    text-align: center;
    margin-top: 30px;
}

.files-button button {
    background: none;
    border: 1px solid #ccc;
    padding: 5px 25px;
}

#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}


@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

.territory .card-body {
    padding-bottom: 20px;
}

.territory .card-header {
    background-color: #f8f9fe;
}

.territory .card-header button {
    color: #000 !important;
}

.territory .card-header:hover {
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
}

.title-chart {
    text-align: center;
    color: #fff;
    position: relative;
}

.rating-bottom {
    padding: 15px 10px 0;
}

.rating-bottom .my-row {
    margin: 0 -7.5px;
}

.rating-bottom .my-col-4 {
    width: 33.333333%;
    float: left;
    padding: 0 7.5px;
}

.rating-bottom .rating-b-item {
    padding-top: 15px;
}

.rating-bottom .rating-b-item > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    height: 160px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
    padding: 20px 30px;
}

.rating-bottom .rating-b-item > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0px;
    width: 100%;
    background: #303896;
    transition: all 0.2s ease-in-out;
}

.rating-bottom .rating-b-item > a:hover:after {
    height: 6px;
}

.rating-bottom .rating-b-item a span.rating-unity + span {
    display: block;
    font-size: 18px;
    color: #282828;
    flex: 0 0 100%;
    max-width: 100%;
}

.rating-bottom .rating-b-item a span.rating-unity {
    background: none;
    color: #192f59;
    box-shadow: none;
    float: none;
    margin: 0;
    width: auto;
    height: auto;
    font-size: 36px;
    padding: 10px 0;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

.costs-item h4 {
    text-align: center;
    font-size: 28px;
}

.btn-file-d {
    margin-top: 10px;
    display: inline-block;
}

.percentage-title {
    /* font-size: 15px;
     width: 50px;*/
    font-weight: normal;
}

/*------------------------------------*\
    6.  Services
\*------------------------------------*/
#serv .content-desc {
    margin-bottom: 60px;
}

#serv.content {
    padding-bottom: 40px;
}

.serv-item-box {
    padding: 30px;

}

.serv-item-box h3 {
    font-size: 18px;
    margin-top: 30px;
    color: #3d3daf;
}

.serv-item-box i {
    line-height: 180px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    font-size: 100px;
}

/*Icons*/
.icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #a9b0b6;
}

.icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Effect 1 */
.serv-item-box .icon {
    background: #192f59;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.serv-item-box:hover .hi-icon:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.serv-item-box:hover .icon {
    color: #fff;
}

.serv-item-box:hover .icon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.serv-item-box p {
    margin-bottom: 0;
}

.tst-thumb {
    width: 100px;
    height: auto;
    display: inline-block;
}

.tst-thumb img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.serv-item-box:hover .icon {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
