@import url(fonts.css);
.flexbox {
    display: flex; }

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px; }

a, a:hover, a:focus, a:visited, a:active {
    text-decoration: none;
    color: inherit; }

ul, li {
    padding: 0px;
    margin: 0px;
    list-style-type: none; }

.absolute {
    position: absolute; }

.relative {
    position: relative; }

.main-bg-holder {
    display: flex;
    justify-content: center; }

.main-bg-img {
    z-index: 0;
    display: block;
    margin: 0 auto;
    position: fixed; }
section{
    position: relative;
    z-index: 10;
}
.news-content ul:not(.timeline):not(.tab-titles) {
    list-style-image: url(../img/ulli.png);
    list-style-position: outside;
    padding: 10px 0 0 0;
}
.news-content a{
    color: #00557e;
    text-decoration: underline;
}
@keyframes slide-left-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px); }
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

header {
    padding: 34px 0px; }
header .main-logo {
    height: 70px; }
header .nav-menu li a {
    display: block;
    padding: 10px 17px;
    color: #133e61;
    font-family: GerberaLight;
    font-size: 18px;
    font-weight: 300; }
header .nav-menu .has-dropdown .main-link {
    position: relative; }
header .nav-menu .has-dropdown .main-link:after {
    border: 14px solid #000;
    border-color: transparent transparent #00557e transparent;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; }
header .nav-menu .has-dropdown.open a:after {
    visibility: visible;
    opacity: 1; }
header .nav-menu .dropdown {
    display: none;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    background-color: red;
    padding: 30px 70px;
    background-color: #00557e;
    top: 85px;
}
header .nav-menu .dropdown li {
    position: relative;
    float: left;
    width: 25%;
    box-sizing: border-box; }
header .nav-menu .dropdown li:last-child:after {
    content: ' ';
    display: block;
    clear: both; }
header .nav-menu .dropdown a {
    font: 17px 'HelveticaNeue';
    color: #fff;
    position: relative;
    display: inline-block; }
header .nav-menu .dropdown a:after {
    position: absolute;
    content: ' ';
    width: 0%;
    height: 2px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #15a7ed;
    transition: all 0.3s ease-in-out; }
header .nav-menu .dropdown a:hover:after {
    width: calc(100% - 30px); }
header .lang-holder {
    width: 35px;
    height: 35px;
    margin-left: 50px; }
header .lang-menu {
    border-radius: 10px;
    padding: 6px 0;
    background-color: transparent;
    padding: 6px 8px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 36px; }
header .lang-menu a {
    font: 12px 'HelveticaNeueLight';
    color: #fff; }
header .lang-menu .active a {
    font: 15px 'HelveticaNeueBold';
    color: black; }
header .lang-menu li {
    visibility: hidden;
    opacity: 0; }
header .lang-menu .active {
    visibility: visible;
    opacity: 1; }
header .lang-menu:hover {
    height: 84px;
    background-color: #00557e; }
header .lang-menu:hover li {
    visibility: visible;
    opacity: 1; }
header .lang-menu:hover a {
    color: #fff; }
header .search {
    margin-left: 10px; }

.news-slider .slider-wrapper {
    margin-bottom: 35px;
    height: 535px;
    position: relative;
}

.news-slider .slider-wrapper ul.slider li {
    display: none;
    position: absolute;
    width: 100%; }

.news-slider .slider-wrapper ul.slider li .slider-box .slider-controls {
    z-index: 111;
    width: 500px;
    height: 500px;
    position: absolute;
    /* top: 50px; */
    display: table;
    overflow: hidden;
}

.slider-border {
    width: 501px;
    height: 20px;
    background: url(../images/grad.png);
    display: none;
}

.news-slider .slider-wrapper ul.slider li .slider-box .slider-controls .slider-text {
    -webkit-animation: slide-left-right 5s;
    -moz-animation: slide-left-right 5s;
    -o-animation: slide-left-right 5s;
    animation: slide-left-right 5s;
    /* margin-top: 50px; */
    /* margin-right: 150px; */
    /* text-align: center; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* text-align: center; */
    /* bottom: 0; */
    /* right: 0; */
    /* margin: auto; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.news-slider .slider-wrapper ul.slider li .slider-box .slider-controls .slider-text a {
    font: 35px 'HelveticaNeueBold';
    color: rgba(0, 0, 0, 0.61);
    text-decoration: none;
}

.news-slider .slider-wrapper ul.slider li .slider-box .slider-next {
    position: absolute;
    bottom: 37px;
    right: 57px;
    height: 82px;
    width: 82px;
    background-color: #00557e;
    background-image: url("../img/slider-next.png");
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.news-slider .slider-wrapper ul.slider li .slider-box .slider-next:hover {
    cursor: pointer;
    background-color: #0077b1; }

.news-slider .slider-wrapper ul.slider li .slider-image {
    right: 0;
    top: 0;
    float: right;
    width: 780px;
    height: 500px; }

.news-slider .slider-wrapper ul.points {
    /* height: 30px; */
    /* right: 830px; */
    bottom: 20px;
    position: absolute;
    padding: 0;
    z-index: 999;
    /* position: fixed; */
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.news-slider .slider-wrapper ul.points li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #005479;
    height: 13px;
    width: 13px;
    cursor: pointer;
    float: left;
    margin: 0 0 0 15px;
    position: relative;
    z-index: 20;
    z-index: 9;
    border: 1px solid #0A7CB4; }

.news-slider .slider-wrapper ul.points li:before {
    content: "";
    width: 15px;
    height: 3px;
    background: #407F99;
    top: 5px;
    right: 16px;
    position: relative;
    z-index: 1;
    float: left; }

.news-slider .slider-wrapper ul.points li:first-child:before {
    display: none; }

.news-slider .slider-wrapper ul.points li.active,
.news-slider .slider-wrapper ul.points li:hover {
    background-color: #fff; }

.index-news-boxes figure,
.all-news-holder figure{
    width: 100%;
    height: 175px;
    overflow: hidden;
    object-fit: cover;
    margin: 0px; }

.index-news-boxes img,
.all-news-holder img {
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.index-news-boxes .news-box:hover img,
.all-news-holder .news-box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.index-news-boxes .news-title,
.all-news-holder .news-title {
    background-color: white;
    padding: 25px 20px;
    min-height: 150px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    color: #808080;
    font-family: Gerbera;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px; }

.index-news-boxes .news-box:hover .news-title,
.all-news-holder .news-box:hover .news-title {
    background-color: #3282c7;
    color: #fff !important; }

.index-news-boxes .all-news,
.inner-grid .news-nav .all-news{
    margin-top: 34px;
    margin-bottom: 15px;
    display: inline-block;
    width: 197px;
    height: 33px;
    border-radius: 15px;
    background-color: #81909c;
    line-height: 33px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #ffffff;
    font-family: GerberaBold;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.75px; }
.index-news-boxes .all-news:hover,
.inner-grid .news-nav .all-news:hover{
    background-color: #00557e; }

.organizations-section {
    position: relative;
    z-index: 30;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.8);
    padding: 35px 0px; }
.organizations-section .org-holder-mobile {
    display: none; }
.organizations-section .org-holder {
    position: relative; }
.organizations-section .org-holder .box .box-title {
    color: #235a84;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-family: Gerbera; }
.organizations-section .org-holder .box {
    position: absolute;
    cursor: pointer; }
.organizations-section .box-title {
    transition: all 0.3s ease; }
.organizations-section .box-1 {
    top: 284px;
    left: 628px;
    width: 170px;
    height: 40px; }
.organizations-section .box-2 {
    width: 235px;
    top: 391px;
    right: 292px; }
.organizations-section .box-3 {
    text-align: right;
    top: 346px;
    left: 41px;
    width: 170px;
    height: 60px; }
.organizations-section .box-4 {
    top: 86px;
    right: 165px;
    width: 122px;
    height: 60px; }
.organizations-section .box-5 {
    left: 84px;
    top: 217px;
    width: 170px;
    height: 40px; }
.organizations-section .box-6 {
    top: 626px;
    left: 390px; }
.organizations-section .box-7 {
    top: 53px;
    left: 600px;
    width: 159px;
    height: 40px; }
.organizations-section .box-8 {
    top: 183px;
    left: 567px;
    width: 87px;
    height: 27px; }
.organizations-section .box-9 {
    left: 165px;
    top: 61px;
    width: 181px;
    height: 40px; }
.organizations-section .box-10 {
    right: 45px;
    top: 505px;
    width: 146px;
    height: 40px; }
.organizations-section .box-11 {
    top: 647px;
    right: 387px; }
.organizations-section .box-12 {
    left: 527px;
    top: 758px; }
.organizations-section .box-13 {
    top: 576px;
    left: 134px;
    width: 113px;
    height: 60px; }
.organizations-section .box-14 {
    top: 354px;
    right: 27px;
    width: 159px;
    height: 40px; }
.organizations-section .box-15 {
    left: 492px;
    top: 506px; }
.organizations-section .box-16 {
    top: 222px;
    left: 372px;
    width: 71px;
    height: 60px; }
.organizations-section .box-17 {
    top: 222px;
    right: 80px;
    width: 135px;
    height: 40px; }
.organizations-section .box-18 {
    top: 416px;
    left: 313px;
    width: 107px;
    height: 60px; }
.organizations-section .box-19 {
    bottom: 365px;
    width: 175px;
    left: 45px;
}
.organizations-section .box-20 {
    right: 73px;
    bottom: 139px;
    width: 178px;
    height: 60px;
}
.organizations-section .box-21 {
    right: 189px;
    bottom: 26px;
    width: 178px;
    height: 60px;
}
.organizations-section .box-22 {
    right: 505px;
    bottom: 35px;
    width: 111px;
}
.organizations-section .box-23 {
    left: 160px;
    bottom: 52px;
    width: 208px;
}

.organizations-section .box:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 5px solid #417fae;
    border-radius: 100%;
    position: absolute;
    right: -20px;
    bottom: -20px;
    transition: all 0.3s ease-in-out;
    box-sizing: content-box; }
.organizations-section .box-1:after, .organizations-section .box-1 .box-signal {
    bottom: -20px;
    left: -31px; }
.organizations-section .box-2:after, .organizations-section .box-2 .box-signal {
    left: -25px;
    top: -15px; }
.organizations-section .box-3:after, .organizations-section .box-3 .box-signal {
    right: -27px;
    bottom: 17px; }
.organizations-section .box-4:after, .organizations-section .box-4 .box-signal {
    left: -30px;
    bottom: -20px; }
.organizations-section .box-5:after, .organizations-section .box-5 .box-signal {
    right: -11px;
    bottom: -27px; }
.organizations-section .box-6:after, .organizations-section .box-6 .box-signal {
    bottom: 0px;
    left: -35px; }
.organizations-section .box-7:after, .organizations-section .box-7 .box-signal {
    bottom: -35px;
    left: -3px; }
.organizations-section .box-8:after, .organizations-section .box-8 .box-signal {
    bottom: -20px;
    left: -20px; }
.organizations-section .box-9:after, .organizations-section .box-9 .box-signal {
    right: -27px;
    bottom: -21px; }
.organizations-section .box-10:after, .organizations-section .box-10 .box-signal {
    bottom: 22px;
    left: -38px; }
.organizations-section .box-11:after, .organizations-section .box-11 .box-signal {
    bottom: -20px;
    left: -29px; }
.organizations-section .box-12:after, .organizations-section .box-12 .box-signal {
    bottom: 0px;
    left: -33px; }
.organizations-section .box-13:after, .organizations-section .box-13 .box-signal {
    right: -22px;
    bottom: 39px; }
.organizations-section .box-14:after, .organizations-section .box-14 .box-signal {
    bottom: 8px;
    left: -37px; }
.organizations-section .box-15:after, .organizations-section .box-15 .box-signal {
    left: -21px;
    top: -20px; }
.organizations-section .box-16:after, .organizations-section .box-16 .box-signal {
    bottom: 16px;
    left: -39px; }
.organizations-section .box-17:after, .organizations-section .box-17 .box-signal {
    bottom: -15px;
    left: -37px; }
.organizations-section .box-18:after, .organizations-section .box-18 .box-signal {
    left: -41px;
    top: -6px; }
.organizations-section .box-19:after, .organizations-section .box-19 .box-signal {
    right: -20px;
    bottom: -20px; }
.organizations-section .box-20:after, .organizations-section .box-20 .box-signal {
    left: -43px;
    top: 4px;
}
.organizations-section .box-21:after, .organizations-section .box-21 .box-signal {
    left: -43px;
    top: 4px;
}
.organizations-section .box-22:after, .organizations-section .box-22 .box-signal {
    left: -30px;
    top: -19px;
}
.organizations-section .box-23:after, .organizations-section .box-23 .box-signal {
    right: -17px;
    top: -19px;
}
.organizations-section .box-signal {
    display: block;
    border: 1px solid #999;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    position: absolute;
    -webkit-animation: pulsate 4s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
    border-color: #417fae;
    transition: all 0.3s ease-in-out;
    box-sizing: unset; }
.organizations-section .signal-1 {
    -webkit-animation-iteration-count: infinite;
    animation-delay: 1s; }
.organizations-section .signal-2 {
    -webkit-animation-iteration-count: infinite;
    animation-delay: 2s; }
.organizations-section .signal-3 {
    -webkit-animation-iteration-count: infinite;
    animation-delay: 3s; }
.organizations-section .signal-4 {
    -webkit-animation-iteration-count: infinite;
    animation-delay: 4s; }
.organizations-section .org-holder .box:hover .box-signal,
.organizations-section .org-holder .box:hover:after {
    border-color: #fcb21e; }
.organizations-section .org-holder .box:hover .box-title {
    transform: scale(1.1);
    /*color: #fcb21e;*/ }
body.lang-ru .organizations-section .org-holder .box .box-title {
    font-family: inherit;
}
body.lang-ru .organizations-section .box-13:after,
body.lang-ru .organizations-section .box-13 .box-signal {
    right: -60px;
}
body.lang-ru .organizations-section .box-13 {
    left: 95px;
}
body.lang-ru .organizations-section .box-7:after,
body.lang-ru .organizations-section .box-7 .box-signal {
    bottom: -55px;
}
body.lang-ru .organizations-section .box-7 {
    top: 35px;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0; }
    50% {
        opacity: 1.0; }
    100% {
        -webkit-transform: scale(2, 2);
        opacity: 0.0; } }

@-webkit-keyframes pulsateSecond {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0; }
    50% {
        opacity: 1.0; }
    100% {
        -webkit-transform: scale(4.5, 4.5);
        opacity: 0.0; } }

@-webkit-keyframes pulsateThird {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0; }
    50% {
        opacity: 1.0; }
    100% {
        -webkit-transform: scale(7, 7);
        opacity: 0.0; } }

@-webkit-keyframes pulsateFourth {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0; }
    50% {
        opacity: 1.0; }
    100% {
        -webkit-transform: scale(9.5, 9.5);
        opacity: 0.0; } }

.services {
    position: relative;
    z-index: 20;
    padding: 105px 0px;
    background: url(../images/bg-1.jpg) center 0 no-repeat;
    background-position: center 100%;
    background-color: #00557e;
    background-size: cover; }
.services a {
    width: 352px;
    display: block;
    background-color: #fff;
    color: #00557e;
    text-decoration: none;
    font: 28px 'HelveticaNeueBold';
    margin: 0 auto;
    text-align: center;
    padding: 24px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid transparent; }
.services a:hover {
    transform: scale(0.95);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2); }

.external-links {
    padding: 15px 0px; }
.external-links .url-info {
    font-size: 12px;
    font-family: HelveticaNeue; }
.external-links .url-info h4 {
    margin: 20px 0 3px 0;
    color: #2d283e;
    font-weight: 700;
    font-size: 15px;
    font-family: HelveticaNeueMedium; }
.external-links img {
    width: auto !important;
    filter: grayscale(100%); }
.external-links a:hover img {
    filter: grayscale(0%); }

footer {
    position: relative;
    z-index: 20;
    padding: 60px 0px;
    background-color: #f0f0f0; }
footer .first-col .social-links a {
    font-size: 30px;
    margin-right: 25px;
    color: black; }
footer .first-col .social-links a:last-child {
    margin: 0px; }
footer .first-col .call-center {
    color: #12658C;
    font-size: 30px;
    font-family: HelveticaNeueBold; }
footer .first-col .call-center img {
    margin-right: 10px; }
footer .first-col .other-links {
    margin-top: 25px; }
footer .first-col .other-links a {
    color: #525252;
    font: 14px 'HelveticaNeueBold'; }
footer .footer-col {
    max-width: 180px; }
footer .footer-col h3 {
    font: 20px 'HelveticaNeueBold';
    margin-bottom: 29px; }
footer .footer-col a {
    display: block;
    font: 16px 'HelveticaNeue';
    color: #525252;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 15px; }
footer .footer-col a:last-child {
    margin: 0px; }
footer .footer-col a:hover {
    color: #00486b; }

.menu-container {
    cursor: pointer;
    display: none;
    margin-left: 15px;
    position: relative;
    top: -3px;
    z-index: 9999; }
.menu-container .bar1 {
    height: 5px;
    width: 35px;
    background-color: #12658C;
    border-radius: 12px;
    transition: 400ms ease all; }
.menu-container .bar2 {
    height: 5px;
    width: 35px;
    background-color: #12658C;
    border-radius: 12px;
    transition: 400ms ease all;
    margin-top: 3px; }
.menu-container .bar3 {
    height: 5px;
    width: 35px;
    background-color: #12658C;
    border-radius: 12px;
    transition: 400ms ease all;
    margin-top: 3px; }
.menu-container .bar4 {
    height: 5px;
    width: 35px;
    background-color: #12658C;
    border-radius: 12px;
    transition: 400ms ease all;
    margin-top: -13px; }
.menu-container .bar5 {
    height: 5px;
    width: 35px;
    background-color: #12658C;
    border-radius: 12px;
    transition: 400ms ease all;
    margin-top: -5px; }

.change .bar1 {
    background-color: white;
    opacity: 0; }

.change .bar2 {
    background-color: white;
    opacity: 0; }

.change .bar3 {
    background-color: white;
    opacity: 0; }

.change .bar4 {
    background-color: white;
    transform: rotate(45deg); }

.change .bar5 {
    background-color: white;
    transform: rotate(-45deg); }

.mobile-menu {
    overflow-y: scroll;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    display: flex;
    align-items: center;
    transform-origin: 91% 65px;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    background: linear-gradient(rgba(18, 101, 140, 0.75), rgba(18, 101, 140, 0.95), rgba(18, 101, 140, 0.75)); }
.mobile-menu .close-menu {
    transition: all 0.2s ease;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px; }
.mobile-menu .close-menu i {
    transition: all 0.2s ease;
    color: #ffffff;
    font-size: 48px;
    font-weight: 400; }
.mobile-menu .menu-list ul, .mobile-menu .menu-list li {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
.mobile-menu .menu-list .dropdown {
    display: none; }
.mobile-menu .menu-list .dropdown li {
    font-size: 16px; }
.mobile-menu .menu-list .dropdown li a {
    display: block;
    padding: 5px 0px; }
.mobile-menu .menu-list li {
    text-align: left;
    color: #fff;
    font-family: GerberaLight;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize; }
.mobile-menu .menu-list li i {
    position: relative;
    top: 5px; }
.mobile-menu .menu-list li a {
    display: block;
    padding: 10px 0px; }

.strc-btn {
    display: none !important;
    margin-top: 15px !important; }

.inner-grid {
    padding-bottom: 34px; }
.inner-grid .inner-right-side li a {
    display: block;
    background-color: #f3f3f3;
    color: #000;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: bold;
    font-family: HelveticaNeueBold;
    margin: 0 0 1px 0;
    font-size: 16px;
    transition: all 0.2s ease; }
.inner-grid .inner-right-side li:last-child a {
    margin: 0px; }
.inner-grid .inner-right-side li > ul > li > a{
    font-size: 13px;
    display: block;
    background-color: #dddddd;
    color: #01324a;
    padding: 13px 20px;
}

.inner-grid .inner-right-side .active, .inner-grid .inner-right-side li a:hover {
    background-color: #01324a;
    color: #fff; }
.inner-grid .inner-right-side li > ul > li > a.active,
.inner-grid .inner-right-side li > ul > li > a:hover
{
    background-color: #005379;
}

.swal2-modal .swal2-title, .swal2-modal .swal2-styled {
    text-transform: capitalize !important; }
.swal2-modal .swal2-title svg, .swal2-modal .swal2-styled svg {
    margin-left: 5px; }
.scroll-up
{
    display: none;
    background-color: rgb(217, 217, 217);
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 72px;
    z-index: 110;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 22px 0px;
}
.search-pop
{
    display: none;
}

.search-pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 81, 115, 0.9);
    z-index: 99999999;
}

span.close
{
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url('../img/x.png') no-repeat;
    right:50px;
    top:50px;
    z-index:999;
}

.search-pop input[name="keyword"]
{
    width:100%;
    display:block;
    height:75px;
    padding:0 50px;
    font-size:30px;
    border-radius:50px;
    border:0;
}

.search-pop .pop-form {
    position: absolute;
    display: block;
    width: 800px;
    max-width: 80%;
    top: 50%;
    left: 50%;
    max-width: 90%;
    transform: translate(-50% , -50%);
}

.search-pop  form img
{
    position: absolute;
    top: 9px;
    right: 30px;
    cursor: pointer;
}
.news-container figure{
    margin: 0px;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 35px;
    width: 100%;
    background-color: #00557e;
    overflow: hidden;
}
.breadcrumbs ul{
    display: flex;
    top: -2px;
    position: relative;
}
.breadcrumbs ul li a, .breadcrumbs ul li h2{
    color: #fff;
    text-decoration: none;
    font: 12px 'HelveticaNeue';
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0px 15px;
    display: inline-block;
}
.breadcrumbs li h2{
    padding: 0px !important;
}
.breadcrumbs li{
    position: relative;
}
.breadcrumbs ul li:not(:last-child):before {
    border: 6px solid #1382b7;
    border-color: transparent transparent #1382b7 transparent;
    content: "";
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 8px;
    right: -9px;
}
.inner-left-side img{
    max-width: 100%;
}
.timeline
{
    margin:40px 0 0 70px ;
}

.timeline li
{
    position:relative;
    border-left:2px solid #1184bb;
    padding:0 0 50px 30px;
    margin:0;
    top:0;
}


.timeline li:after
{
    content:"";
    width:5px;
    height:5px;
    padding:7px;
    border-radius:50%;
    border:2px solid #1184bb;
    top:0px;
    left:-10px;
    position:absolute;
    z-index:1;
    background-color:#fff;

}

.timeline li:last-child
{
    border-left:1px solid transparent;
}

.time-point
{
    width: 65px;
    top:-2px;
    left:-70px;
    position:absolute;
    font-weight:700;
    font-size: 18px;
    font-family:HelveticaNeueBold;
}

.line-desc
{
    top:-1px;
    position:relative;
    display:inline-block;
}

select[name="timeline"]
{
    display: none;
}
.news-column-right{
    display: flex;
    justify-content: flex-end;
}
.inner-left-side .share-icons ul{
    display: flex;
}
.inner-left-side .dilmancbtn{
    margin-right: 35px;
}
.page-title {

    background-color:rgb(243, 243, 243);
    padding:10px ;
    color: #000000;
    font: 25px 'HelveticaNeueBold';
    margin: 20px 0;
}


.inner-grid .news{
    padding: 34px 0px;
    width: 100%;
}
.inner-grid .news-box{
    margin-bottom: 17px;
}
.inner-grid .news-nav{
    text-align: center;
    display: none;
}
.inner-grid .news-container .news-header {
    position: relative;
}
.news-hd-bottom .news-date  {
    margin-bottom:10px;
}

.news-hd-bottom .news-date >* {
    display: inline-block
}
.news-hd-bottom .news-date img {
    vertical-align: bottom;
    margin-right: 15px
}
.news-hd-bottom .news-date span {
    font: 14px 'HelveticaNeueMedium'
}
.inner-grid .news-container .news-header .news-header-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: transparent 77%;
    background: -webkit-linear-gradient(transparent 77%, #000 96%);
    background: -o-linear-gradient(transparent 77%, #000 96%);
    background: -moz-linear-gradient(transparent 77%, #000 96%);
    background: linear-gradient(transparent 77%, #000 96%);
    opacity: 0;
}
.news-hd-bottom{
    display: flex;
    justify-content: space-between;
}
.inner-grid .news-container .news-title h1 {
    margin: 30px 0;
    font-family: HelveticaNeueBold;
    font-size: 30px;
    line-height: 45px;
    display: inline-block;
}
.inner-grid .news-container .news-content {
    font: 18px 'HelveticaNeueLight';
    line-height: 25px;
}
.inner-grid .news-container .news-content strong,
.inner-grid .news-container .news-content strong{
    font-family: HelveticaNeueBold;
}
.news-container .news-gallery,
.news-container .news-pictures {
    margin-right: 5px;
    float:left;
    margin:50px 30px 0 0;
}
.news-container .news-gallery span,
.news-container .news-pictures span{
    display:inline-block;
    position:relative;
    top: 1px;
}
.news-container .news-pictures img:first-child
{
    margin-right:10px;
}

.news-container .news-gallery a,
.news-container .news-pictures a {
    background-color: #00557e;
    padding: 11px 16px;
    display: block;
    text-decoration: none;
    color: #fff;
    font: 18px 'HelveticaNeueMedium';
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.news-container .news-gallery a:hover,
.news-container .news-pictures a:hover {
    background-color: #096fa0
}
.np-thumbs img
{
    float:left;
    margin-bottom:10px;
}

.np-thumbs img:last-child
{
    float:none;
}
.tab-titles li a
{
    float:left;
    background-color:#F0F0F0;
    color:#000;
    text-decoration:none;
    padding:5px 10px;
    margin:0 10px 10px 0; ;
}


.tab-titles li.active a
{
    background-color:#dcd8d8;
    font-family: 'HelveticaNeueBold';

}
.tab-titles li
{
    margin-bottom:0px;
    display:inline-block;
}
.news-content h2, .news-content h3, .news-content h4 {
    font-family: HelveticaNeueBold;
    font-size: 20px;
}
.structure{
    text-align: center;
}
.strc-item
{
    display: inline-table;
    background-color:#f3f3f3;
    min-height:115px;
    width:calc(33.3333% - 15px);
    margin:30px 15px 0 0;
    color:#000 !important;
    text-decoration:none !important;
    -webkit-box-shadow: 0px 10px 25px 3px rgba(171,172,186,1);
    -moz-box-shadow: 0px 10px 25px 3px rgba(171,172,186,1);
    box-shadow: 0px 10px 25px 3px rgba(171,172,186,1);

}

.strc-item-one
{
    display: inline-table;
    background-color:#f3f3f3;
    min-height:115px;
    width:calc(24% - 15px);
    margin:30px 15px 0 0;
    color:#000 !important;
    text-decoration:none !important;
    -webkit-box-shadow: 0px 10px 25px 3px rgba(171,172,186,1);
    -moz-box-shadow: 0px 10px 25px 3px rgba(171,172,186,1);
    box-shadow: 0px 10px 25px 3px rgba(171,172,186,1);

}

.structure:first-child .strc-item:nth-child(5){
    min-height: 167px;
}
.structure:last-child .strc-item{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 85, 126, 0.8);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 85, 126, 0.8);
    box-shadow: 0px 0px 30px 0px rgba(0, 85, 126, 0.8);
}
.strc-item figure
{
    height:167px;
    float:left;
    margin: 0px;
    margin-right:10px;
}

.strc-item figure img
{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    margin-right: 10px;
}

.strc-item:hover figure img
{
    -webkit-filter: none;
    filter: none;
}

.strc-right
{
    padding:10px 0 0 20px;
    text-align:left;

}

.strc-right h3
{
    font-family:HelveticaNeueMedium;
    font-size:18px;
    margin:5px 0;
}

.strc-right h4
{
    font-family:HelveticaNeueLight;
    font-size:16px;
}
.person-info {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #fff;
}

.files
{
    display: table;
    width: 100%;
}

.files li
{
    background-color:#f3f3f3;
    margin:20px 0 0 0;
    padding:15px 20px;
    font-size:16px;
    display: table;
    width: 100%;
}

.files li .file-title
{
    width:52% !important;
    display: table-cell;
    vertical-align:middle;

}

.files li .file-date
{
    width:25%;
    display: table-cell;
    vertical-align:middle;
    padding:0 0 0 70px;
    font-family:HelveticaNeueLight;
    color:#7d7d7d

}

.files li .file-link
{
    width:270px;
    display: table-cell;
    vertical-align:middle;
}

.files li  a
{
    background-color:#0f5aae;
    margin-right:5px;
    padding:6px 20px;
    color:#fff;
    text-decoration:none;
    border-radius:20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.files li  a:hover
{
    opacity:0.8;
}

.files li  a.cdr,.files li  a.docx,.files li  a.doc,.files li  a.png,.files li  a.pdf
{
    position:relative;
}


.files li  a.pdf
{
    background-color: #dc0000;
}

.files li  a.cdr
{
    background-color: #67A428;
}
.files li  a.png
{
    background-color: #575E65;
}

.files li a.pdf > img
{
    top:0px;
    width:16px;
}

.files li a img
{
    position:relative;
    margin-left:8px;

}

.files li .file-link a:hover
{
    opacity: .8
}


.files li .file-link a > img
{
    margin:0 0 0 5px ;
    position:relative;
    top:1px;
}

.files li .file-link a.pdf img
{
    top:0px;
    height:10px;
    width:16px;
}
span.file-size
{
    font-size:12px;
    color:#000;
    display:inline-block;
    top:30px;
    position:absolute;
    left:0;
    right:0;
    text-align:center;
}
.list-header-name{
    width: 52%;
    display: inline-block;
    font-size: 14px;
    color: #0f5aae;
    font-family: HelveticaNeueLight;
}
.list-header-date{
    width: 25%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #0f5aae;
    font-family: HelveticaNeueLight;
}
.local-src  {
    margin:20px 0;
    display:inline-block;
    position:relative;
}

.local-src img
{
    top:17px;
    right:15px;
}
.local-src input {
    display: none;
    width: 0px;
    border-radius: 5px;
    padding: 5px;
    height: 18px;
    background: #fff;
    border: 1px solid #d2ced9;
    color: #9f9f9f;
    padding-left: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear !important;
    width:290px;
    display: block;
    height:37px;
}
.albums ul{
    display: flex;
    flex-wrap: wrap;
}
.albums li{
    margin-right: 15px;
    width: calc(25% - 12px);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    list-style-image:none;
}

.albums li a{
    text-decoration:none;
    color:#000;
}

.albums li:hover a{
    color:#fff;
}


.albums li:nth-child(4n+4){
    margin-right: 0px;
}
.albums img{
    width: 100%;
    height: 130px;
    object-fit: crop;
}
.albums li span{
    margin-top: 5px;
    display: block;
    padding: 15px;
}
.albums li:hover{
    background-color: #3282c7;
    color: #fff;
}
.albums li a{
    display: block;
    height: 100%;
}
.videos ul{
    display: flex;
    flex-wrap: wrap;
}
.videos ul li{
    position: relative;
    width: calc(50% - 15px);
    margin-bottom: 15px;
    cursor: pointer;
}
.videos ul li:hover span{
    background-color: #3282c7;
    color: #fff;
}
.videos ul li:nth-child(odd){
    margin-right: 30px;
}
.videos .movie-ico{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}
.videos ul li span{
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    background-color: white;
    transition: all 0.3s ease;
}
.videos .vthumb{
    height: 250px !important;
    width: 100% !important;
    object-fit: cover;
}
.videos figure{
    position: relative;
    margin: 0px;
}
.org-div
{
    width:370px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    background-color:#003752;
    color:#fff;
    font-family: 'HelveticaNeueLight';
    font-size:14px;
}

.org-div figure
{
    width:280px;
    margin-top: 20px;
    margin-left: 20px;
}

.org-info
{
    margin:20px 30px 0px 30px ;
}

.org-info li
{
    margin:5px 0 0 0;
    line-height:25px;
    letter-spacing: 0.9px;
}

.org-info li > img
{
    margin:0 10px 0 0 ;
    position:relative;
    top:3px;
}
.org-info li > a
{
    color:#fff;
    text-decoration:none;
}
.news-container .news-header .news-title p {
    opacity: 1;
    display: block;
    font: 30px 'HelveticaNeue';
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.letter{
    width: 100%;
    margin-top: 30px;
}

.letter-header{
    font-family: HelveticaNeueBold;
    font-size: 18pt;
    margin-left: 20px;
}

.letter-table{
    border-collapse: separate;
    border-spacing: 20px;
}

.letter-table tr{
    width: 100%;
    height: 25px;
}

.letter-table td{
    width: 280px;
    height: 40px;
    position:relative;
    margin: 10px auto;
}

.letter-table-input{
    width: 100%;
    height: 100%;
    font-family: HelveticaNeue;
    font-size: 11pt;
    text-indent: 15px;
}

.datepicker{
    border:1px solid #ccc;
}

select.letter-table-input option{
    color:#000;
}

.letter-table-input.select option[value=""] {
    color: #929292;
}


.letter-table-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #929292;
}
.letter-table-input::-moz-placeholder { /* Firefox 19+ */
    color: #929292;
}
.letter-table-input:-ms-input-placeholder { /* IE 10+ */
    color: #929292;
}
.letter-table-input:-moz-placeholder { /* Firefox 18- */
    color: #929292;
}

.letter-table td .redstar
{
    position:absolute;
    top:0px;
    left:3px;
    z-index:99;
}

.captcha-div
{
    position:relative;
}
.captcha-div .redstar
{
    position:absolute;
    top:0px;
    left:165px;
    z-index:99;
}

.redstar
{
    color:#de2c2c;
    font-size:25px;
}

.letter-table textarea{
    resize: none;
    line-height: 30px;
}

.letter-button{
    margin-top:15px;
    margin-left: 20px;
    width: 120px;
    height: 30px;

    background-color: lightgrey;
    border: none;
    font-family: HelveticaNeueMedium;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10pt;
}

.letter-button:hover{
    cursor: pointer;
    cursor: hand;
}

.send{
    background-color: #00557E;
    color: whitesmoke;
    width: 140px;
    height: 40px;
}

*::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

*:-moz-placeholder {
    /* FF 4-18 */
    opacity: 1;
    color: #000;
}

*::-moz-placeholder {
    /* FF 19+ */
    opacity: 1;
    color: #000;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    color: #000;
}
.captcha-img
{
    margin:0 0px 0 20px;
    width:140px;
    height:60px;
    float:left;
}
.captcha-img img
{
    height:55px;
}

.captcha-div input
{
    width:250px;
    height:49px;
    float:left;
    margin-top:0px;
}
.rec-item
{
    width:100%;
    display:inline-block;
    border-bottom:1px solid #ccc;
    padding:30px 0;
    line-height:25px;
    font-family:HelveticaNeueLight;
    font-size:16px;
}
.ri-col1
{
    float:left;
    width:350px;;
    margin-right:20px;
}
.ri-col2
{
    float:left;
    width:250px;
    margin-right:20px;
}

.ri-col3
{
    float:right;
    width:250px;
    line-height:30px;

    text-align:right;

}
.ri-col3 img
{
    position:relative;
    margin-right:5px;
    top:3px;
}
.page-list li
{
    display:inline-table;
    width:47%;
}

.page-list li a
{
    font-family:HelveticaNeue;
    font-size:20px;
    color:#000;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:23px 5px;
    background-color:#f3f3f3;
    margin:20px 20px 0 0;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear !important;
}

.page-list li:hover a
{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.news-content p
{
    margin:10px 0 0 0;
}
.news-content h4{
    margin-top: 10px;
}
.contact{
    width: 100%;
    /* height: 400px; */
}



.contact-line{
    width: 95%;
    height: 2px;
    background-color: lightgrey;
    margin: auto;
}

.contact-name{
    font-family: HelveticaNeueBold;
    font-size: 20px;
    margin-top: 35px;

}

.contact-info{
    font-family: HelveticaNeueLight;
    font-size: 16px;
    margin-top: 5px;
    padding:0 0 10px 0;
    border-bottom:1px solid #e3e3e3;
    min-height: 45px;
}

.contact .info{
    width: 310px;
    float:right;
    margin-top: -25px !important;
    margin-right: 50px;
    font-family: HelveticaNeue;
    font-size: 16px;
}

.contact .info-email{
    margin-top: 5px;
    margin-right: 50px;
    font-family: HelveticaNeue;
    font-size: 16px;
}

.contact  .info-icon{
    position: relative;
    top: 5px;
    margin-right: 15px;
}

.contact ul
{
    list-style-image:none !important;
}

.info-at
{
    position:relative;
    top:3px;
}
.spec-page-left
{
    float:left;
    width:450px;
}

.spec-page-right
{
    float:right;
    width:450px;
}

.spec-page-left h2,.spec-page-right h2
{
    font-family:HelveticaNeueMedium;
    color:#8d7c7c;
    font-size:24px;
    margin:10px 0;
}

.spec-page-left ul,.spec-page-right ul
{
    margin:0 !important;
    padding:10px 10px 10px 0 !important;
    list-style-image:none !important;
}

.spec-page-left ul li,.spec-page-right ul li
{
    position:relative;
    margin:0 0 30px 0;
}


.spec-page-left  ul li > a ,.spec-page-right > ul > li > a
{
    display:block;

    background-color:#F3f3F3;
    padding:10px 10px;
    color:#000;
    font-family:HelveticaNeueLight;
    font-size:15px;
    text-decoration:none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear !important;
}



.spec-page-left > ul > li > a:hover , .spec-page-right ul li > a:hover
{
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.spl-links
{
    margin-left:0px;
    bottom:-27px;
}



ul li a.instruction
{
    display:inline;
    color:#0094ff !important;
    background:none;
    margin:0;

}

ul li a.instruction img
{
    position:relative;
    top:2px;
}

ul li a.instruction:hover
{
    color:#0094ff !important;
    background:none !important;
}

.spl-links a
{
    display:inline-block;
    margin-bottom:3px;
    padding:3px 10px;
    background-color:#474747;
    color:#fff !important;
    font-size:14px;
    text-decoration:none;
}

.spl-links a:hover
{
    background-color:#09577C;
}
.serv-docs ul li
{
    margin:0;
}

.serv-docs ul li > span.li-left
{
    /*background-color:#F3f3F3; */
    /*padding:0 10px; */
    width:60%;
    float:left;
    text-align:left;
    color:#000;
    font-family:HelveticaNeueLight;
}

.serv-docs ul li > span.li-right
{
    /*background-color:#F3f3F3; */
    /*padding:0 10px; */
    width:40%;
    float:right;
    color:#000;
    font-family:HelveticaNeueLight;
    text-align:right;
}

.serv-docs ul li > span.li-left a
{
    font-size:16px;
    padding:0 15px 0 0;
    background:none;
    color:#01324a !important;
    text-decoration:underline;


}
.serv-docs ul li > span a:hover
{
    background:none;
    color:#36759d !important;
    text-decoration:none;

}
.serv-docs li:after {
    display: block;
    content: "";
    clear: both;
}

.disabledSettings
{
    position:fixed;
    top:200px;
    right:-190px;
    cursor:pointer;
    width:200px;
    z-index: 9999999;
}
.disabledSettings, .disabledSettings * {
    box-sizing: unset;
}
.ds-icon
{
    display:inline-block;
    background-color:#fff;
    border:1px solid #ccc;
    padding:5px 8px;
    border-radius:50%;
    position:absolute;
    left:-45px;
    top:-15px;

}
.ds-icon img
{
    width:28px;
}

.ds-params
{
    border:1px solid #ccc;
    padding:5px 8px;
    float:right;
    width:100%;
    border-radius:5px;
    height:180px;
    background-color:#fff;
}

.ds-line
{
    margin:10px 0 0 20px;
}

.ds-line h4
{
    margin:0 0 3px 0;
}

.ds-line a
{
    display: inline-block;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 3px;
    margin: 5px 5px 0 0;
    padding: 3px;
    font-family: HelveticaNeueMedium;
    line-height: 25px;
}

.ds-font
{
    position:relative;
}

a.fs-1
{
    font-size:18px;
    top:0px;
}

a.fs-2
{
    padding-top: 3px;
    height: 28px;
    font-size: 23px;
    position: relative;
    top: 0px;
    line-height: 28px;
}

a.fs-3
{
    padding-top: 2px;
    font-size: 28px;
    height: 30px;
    position: relative;
    top: 1px;
    line-height: 30px;
}


a.ds-bg
{
    font-size:18px;
    height:23px;
}

a.cs-2
{
    background-color:#000;
    color:#fff;
}

a.cs-3
{
    background: #9dd1ff;
    color: #063462;
}
body.ds-2 .services{
    background: none;
    background-color: rgba(68,68,68,0.32);
}
body.ds-2,
body.ds-2 footer,
body.ds-2 .page-title,
body.ds-2 .breadcrumbs,
body.ds-2 .inner-grid .inner-right-side li a,
body.ds-2 .services a,
body.ds-2 header .nav-menu .dropdown
{
    background-color:#000 !important;
    color:#fff !important;
}

body.ds-2 .nav-menu a,
body.ds-2 .external-links .url-info h4,
body.ds-2 footer .footer-col a
{
    color: #fff;
}

body.ds-2 .files li{
    background-color: #2d2d2d;
    color: #fff;
}
body.ds-2 .ds-line h4{
    color: #000;
}
/* DS-3 */
body.ds-3,
body.ds-3 footer,
body.ds-3 .page-title,
body.ds-3 .breadcrumbs,
body.ds-3 .inner-grid .inner-right-side li a,
body.ds-3 .services a,
body.ds-3 header .nav-menu .dropdown
{
    background-color:#9dd1ff !important;
    color:#063462 !important;
}

body.ds-3 .nav-menu a,
body.ds-3 .external-links .url-info h4,
body.ds-3 footer .footer-col a,
body.ds-3 .breadcrumbs ul li a
{
    color: #063462
}

body.ds-3 .files li{
    background-color: #9dd1ff;
    color: #063462;
}
/* /DS-3/  */
body.fs-2 .news-title h1,.fs-2 #speaktext
{
    font-size:33px;
    line-height:36px;
}

body.fs-3 .news-title h1,.fs-3 #speaktext
{
    font-size:36px;
    line-height:40px;
}
.cnt-msg{
    margin-left: 25px;
}
.inner-grid .error{
    font-family: HelveticaNeueBold;
    font-size: 50px;
    text-align: center;
    width: 100%;
    padding: 100px 0px;
}
.inner-grid .error .s404{
    display: block;
    font-size: 90px;
}
header .controls .search img, .local-src img {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.input-has-error{
    border: 1px solid red;
}
table.t5 {
    font:13px arial;
    table-layout:fixed;
    background-color: rgba(0, 85, 126, 0.16);
}
table.t5 th{
    background-color: rgba(0, 85, 126, 0.9);
    color: white;
}
table.t5 thead td {
    float:none;
    background:#d8d2d3;
    color:#000;
    text-indent:12px;
    display: table-cell;
    height:31px;
    line-height:31px;
}
table.t5 tbody tr, table.t5 thead tr {
    display: table-row;
}
table.t5 tbody tr.line {
    height:2px;
    line-height:2px;
    margin:0;
    padding:0;
    background:url(../images/tr_line.png) repeat-x bottom left;
}
table.t5 tbody td.line {
    height:2px;
    line-height:2px;
    margin:0;
    padding:0;
}
table.t5 tbody td {
    float:none;
    padding:11px 0;
    display: table-cell;
}

table.t5 tbody td.left {
    background:#d2cbcc;
}
table.t5 tbody td.right {
    width:200px;
    background:#c5bcbd;
}
table.t5 tr.first {
    background: #D8D2D3;
}
table.t5 th.row {
    line-height:40px;
}
table.t5 tbody tr.lines {
    background:url(../images/tr_line.png) repeat-x 50% 50%;
}

table.t5  .change{
    width:80px;

}
table.t5  .change_service{
    width:200px;
}
table.t5 td:nth-child(2),
table.t5 td:nth-child(4){
    background-color: #f4f3f3 !important;
    color: #00557e;
}

table.t5 td:nth-child(3),
table.t5 td:nth-child(5){
    background-color: #e6e6e6 !important;
    color: #00557e;
}
table.t5 th{
    padding-left: 10px !important;
}
table.t5.grid_17 td:first-child{
    background-color: rgba(0, 85, 126, 0.16) !important;
}
table.t5.grid_17 th{
    padding: 10px !important;
}
table.t5.grid_17 td span{
    background-color: #cccbcb !important;
    margin-left: 5px !important;
    padding: 2px !important;
}
.news-content .tc-item{
    background: white;
}
.videos ul{
    list-style-image: none !important;
    padding-left: 0px !important;
}

.main-banner
{
    position:relative;
    z-index:9;
    text-align:center;
    margin:60px 0;
}

.main-banner img
{
    max-width:100%;
    height:auto !important;
}

.person-2
{
    display:none;
}
.dron-additional
{
    display: none;
}
.file-label
{
    display:block;
    padding:0 10px 10px 15px ;
    font-size:17px;
}

.contact-file
{
    font-size:14px;
}

@media (min-width: 0px) and (max-width: 575px) {
    .breadcrumbs {
        height: auto;
        padding: 15px 20px;
        display: none;
    }
    .breadcrumbs ul {
        flex-direction: column;
    }
    .breadcrumbs ul li a {
        padding: 0px;
    }
    .breadcrumbs ul li:not(:last-child):before {
        content: none;
    }
    .spec-page-left,
    .spec-page-right{
        float: left;
        width: 100%;
    }
    .letter .captcha-div{
        padding-left: 20px;
    }
    .letter-button {
        width: 100% !important;
        float: none !important;
        margin: 0px !important;
        margin-top: 15px !important;
    }
    .letter-table tr {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .letter-table td {
        width: 100%;
    }
    .inner-grid .news{
        padding: 34px 15px;
    }
    .person-info > h3
    {
        font-size: 1.2rem;
    }
}
@media (min-width: 0px) and (max-width: 992px) {
    .search-pop input[name="keyword"] {
        height: 54px;
        font-size: 18px;
    }

    .person-info > h3
    {
        font-size: 1.2rem;
    }

    .search-pop form img {
        top: 13px;
        width: 30px;
    }
    .news-container .news-header .news-title p {
        font: 24px 'HelveticaNeue';
        bottom: 20px;
    }
    .gp-pic{
        margin-top: 20px !important;
    }
    .contact .info {
        width: 100% !important;
        float: none !important;
        margin-top: 10px !important;
        display: block;
    }
    .page-list li
    {
        display:inline-table;
        width:100%;
    }
    .ri-col1 {
        width: 100%;
    }
    .ri-col3 {
        float: left;
        text-align: left;
        width: 100%;
    }
    .inner-grid .news-container .news-header .news-header-overlay {
        background: -webkit-linear-gradient(transparent 25%, #000 90%);
        background: -o-linear-gradient(transparent 25%, #000 90%);
        background: -moz-linear-gradient(transparent 25%, #000 90%);
        background: linear-gradient(transparent 25%, #000 90%);
        /*opacity: .7;*/
    }

    .list-header{
        display: none;
    }
    .local-src input {
        width: 100%;
    }
    .files li {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }
    .file-title,
    .file-date,
    .file-link{
        width: 100% !important;
        padding: 10px 0px !important;
    }
    .structure a{
        width: 100%;
    }
    .inner-right-side {
        display: none; }
    .strc-btn {
        display: block !important; }
    .services {
        padding: 70px 0px;
        background-size: cover;
        background-attachment: fixed; }
    .organizations-section {
        margin-top: 30px; }
    .index-news-boxes .all-news {
        margin: 0px; }
    .organizations-section {
        padding: 15px 0px; }
    .services a {
        max-width: 90%; }
    header .lang-holder {
        margin-left: 10px; }
    .logo-holder img {
        width: 190px; }
    .menu-container {
        display: block; }
    footer {
        padding: 35px 0px; }
    .footer-col {
        display: none; }
    .footer-col.first-col {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
    .footer-col.first-col .other-links {
        margin-top: 20px;
        display: flex; }
    .footer-col.first-col .other-links a {
        margin-right: 20px; }
    .footer-col.first-col .other-links a:last-child {
        margin: 0px; }
    .org-holder {
        display: none; }
    .org-holder-mobile {
        display: block; }
    .news-box {
        margin-bottom: 30px; }
    .index-news-boxes .news-title {
        background-color: #3282c7;
        color: #fff; }
    .index-news-boxes .news-title {
        min-height: 76px; }
    .index-news-boxes figure {
        height: auto; }
    .nav-menu {
        display: none !important; }
    .news-slider {
        margin-bottom: 0px; }
    .news-slider .slider-wrapper {
        /* margin-bottom: 60px; */
        height: 505px;
        position: relative;
    }
    .slider-border {
        width: 100%;
        background-size: cover; }
    .news-slider .slider-wrapper ul.slider li .slider-box .slider-controls .slider-text {
        margin: 0px;
        text-align: center;
        margin-top: 25px; }
    .news-slider .slider-wrapper ul.slider li .slider-box .slider-controls .slider-text a {
        font-size: 22px; }
    .news-slider .slider-wrapper ul.slider li .slider-image {
        width: 100%;
        height: auto; }
    .news-slider .slider-wrapper ul.slider li .slider-box .slider-controls {
        height: auto;
        width: 100%;
        position: static;
        order: 2; }
    .news-slider .slider-box {
        display: flex;
        flex-direction: column; }
    .news-slider .slider-wrapper ul.points {
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        display: flex;
        justify-content: center; } }
@media (min-width: 0px) and (max-width: 768px) {
    figure.organization-inner{
        display: none;
    }
    .org-div {
        width: 100%;
        padding: 20px 0px;
        position: static;
    }
    .videos ul li,
    .videos ul li:nth-child(odd){
        margin: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    .albums li{
        width: 100%;
        margin-right: 0px;
    }
    .albums li img{
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 992px) {

    .albums li{
        width: calc(50% - 12px);
        margin-bottom: 15px;
    }
    .albums li:nth-child(4n+4){
        margin-right: 15px;
    }
    .albums li:nth-child(2n+2){
        margin-right: 0px;
    }
    .albums img{
        height: auto;
    }

    footer {
        padding: 35px 0px; }
    .footer-col {
        display: none; }
    .footer-col.first-col {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
    .footer-col.first-col .other-links {
        margin-top: 20px;
        display: flex; }
    .footer-col.first-col .other-links a {
        margin-right: 20px; }
    .footer-col.first-col .other-links a:last-child {
        margin: 0px; }
    .org-holder {
        display: none; }
    .org-holder-mobile {
        display: block; }
    .news-box {
        margin-bottom: 30px; }
    .index-news-boxes .news-title {
        background-color: #3282c7;
        color: #fff; }
    .index-news-boxes .news-title {
        min-height: 76px; }
    .index-news-boxes figure {
        height: auto; }
    .nav-menu {
        display: none !important; }
    .news-slider {
        margin-bottom: 35px; }
    .slider-border {
        width: 100%;
        background-size: cover; }
    .news-slider .slider-wrapper ul.slider li .slider-box .slider-controls .slider-text {
        margin: 0px;
        text-align: center;
        margin-top: 25px; }
    .news-slider .slider-wrapper ul.slider li .slider-box .slider-controls .slider-text a {
        font-size: 22px; }
    .news-slider .slider-wrapper ul.slider li .slider-image {
        width: 100%;
        height: auto; }
    .news-slider .slider-wrapper ul.slider li .slider-box .slider-controls {
        height: auto;
        width: 100%;
        position: static;
        order: 2; }
    .news-slider .slider-box {
        display: flex;
        flex-direction: column; }
    .news-slider .slider-wrapper ul.points {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        display: flex;
        justify-content: center;
    } }

@media (min-width: 992px) and (max-width: 1340px) {
    .albums li{
        width: calc(33.3333% - 12px);
        margin-bottom: 15px;
    }
    .albums li:nth-child(3n+3){
        margin-right: 0px;
    }
    .albums li:nth-child(4n+4){
        margin-right: 15px;
    }
    .files li .file-title {
        width: 42% !important;
    }
    .files li .file-date {
        width: 27%;
    }
    .list-header-name {
        width: 45%;
    }
    .structure{
        zoom: 0.7;
    }
    header .nav-menu li a {
        padding: 10px 15px;
        font-size: 16px;
    }
    footer {
        padding: 35px 0px; }
    .footer-col {
        display: none; }
    .footer-col.first-col {
        display: block;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
    .footer-col.first-col .social-links {
        width: 100%; }
    .footer-col.first-col .call-center {
        width: 100%;
        justify-content: center; }
    .footer-col.first-col .other-links {
        width: 100%;
        margin: 0px;
        display: flex;
        justify-content: flex-end; }
    .footer-col.first-col .other-links a {
        margin-right: 20px; }
    .footer-col.first-col .other-links a:last-child {
        margin: 0px; }
    .org-holder {
        zoom: 0.7399; }
    .index-news-boxes figure {
        height: auto; }

    .news-slider .slider-wrapper {
        height: 367px;
    }
    .news-slider .slider-wrapper ul.slider li .slider-image {
        width: 55%;
        height:auto;
        object-fit: cover; }
    .news-slider .slider-wrapper .slider-controls {
        width: 45% !important; height: 100%!important;}
    .slider-border {
        width: 100%; }
    .news-slider .slider-wrapper ul.slider li .slider-box .slider-controls .slider-text {
        margin-right: 30px; }
