@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Mr Bedfort', cursive;*/

@import url('fonts.css');
@import url('font-awesome.css');
@import url('owl.carousel.min.css');

/***

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/***

====================================================================
	Global Settings
====================================================================

 ***/

html,
body {
    position: relative;
    height: 100%;
    font-size: 14px;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
}

body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: 'Panton', 'Roboto', 'Open Sans', sans-serif;
    margin: auto;
    background: #FFFFFF;
}

a {
    text-decoration: none;
    color: #337ab7 !important;
}

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

header {
    background: #fff;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    position: fixed;
    border-bottom: 1px solid #DDDDDD;
    -webkit-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -moz-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -o-transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition: all 500ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -moz-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -o-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
    line-height: 80px;
    will-change: transform;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgba(0, 0, 0, 0.10);
    transform: translate3d(0px, 0px, 0px);
}

header a:hover,
header a:focus,
header a:visited,
header a:active {
    background: none !important;
}

header.fixed {
    transform: translate3d(0px, -43px, 0px);
}

#top-header {
    border-bottom-color: rgba(239, 172, 52, 1);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: rgba(255, 255, 255, 1);
    background: rgba(50, 65, 87, 1);
    line-height: 40px;
}

header a {
    -webkit-transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

#top-header a:hover,
#top-header a:active {
    color: rgb(239, 172, 52);
}

.top-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 40px;
}

.top-header-left {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.top-header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    text-align: right;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

.top-header-left .fa-ul {
    padding: 0;
    margin: 0;
}

.top-header-left ul li {
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 0.8rem;
}

.top-header-left ul li i {
    margin-right: 10px;
    font-size: 1rem;
}

.top-header-right ul li {
    display: block;
    float: right;
    margin-right: 20px;
    font-size: 1.2rem;
}

.top-header-right ul li:first-child {
    margin-right: 0;
}

.navbar-brand {
    height: auto;
    padding: 15px 15px 15px 0;
    line-height: 80px;
}

.navbar-brand img {
    max-height: 50px;
}

header .nav>li {
    padding: 0 15px;
}

header .nav>li {
    line-height: 80px;
    height: 80px;
    padding: 0 10px;
}

header .nav.en>li>a {
    font-size: 0.9rem;
}

header .nav>li>a {
    padding: 0;
    text-transform: uppercase;
    color: #333333;
    font-weight: 500;
    font-size: 0.8rem;
    display: inline-block;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
}

header .nav>li>a:hover,
header .nav>li a.active {
    background: none;
    color: rgb(239, 172, 52);
}

header .nav>li>a::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -10px;
    border-left: 1px solid #333333;
    height: 12px;
    display: inline-block;
}

header .nav>li:first-child a::after {
    display: none;
}

header .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
}

.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon2 span {
    background: #333;
}

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

header .nav>li:first-child a::after {
    display: none;
}

heade .navbar-toggle {
    margin-top: 22px;
    margin-bottom: 22px;
}

footer {
    background: #43485d;
    padding-top: 20px;
    color: #ffffff;
    position: relative;
    margin-top: 80px;
}

footer .social a {
    font-size: 1.2rem;
}

footer a {
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

footer .social a:hover {
    color: #999999;
}

.copyright {
    font-size: 0.7rem;
    text-align: center;
}

footer .list-inline-item {
    padding-right: 7px;
    padding-left: 7px;
}

a.toTop,
.toTop i {
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

a.toTop {
    font-size: 1.8rem;
    background: #43485d;
    color: rgba(255, 255, 255, 1);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
}

a.toTop:active,
a.toTop:hover {
    color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
}

.logos {
    margin: 40px 0;
    margin-bottom: 60px
}

.logos a:hover {
    opacity: .8;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play_video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.play_video img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

#main {
    padding-top: 124px;
}

.video_cont {
    position: relative;
    -webkit-box-shadow: 0 0 20px;
    box-shadow: 0 0 20px;
    color: rgba(0, 0, 0, .35);
}

.image_cont {
    -webkit-box-shadow: 0 0 20px;
    box-shadow: 0 0 20px;
    color: rgba(0, 0, 0, .35);
}

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

.more_btn {
    color: #ffffff !important;
    border-radius: 4px;
    background: #425064;
    font-size: 1.2rem;
    line-height: 30px;
    padding: 0.6em 1em;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}

.more_btn:hover,
.more_btn:focus {
    background: rgb(239, 172, 52);
}

.about h2,
.news_list h2 {
    font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.about .about_content {
    font-size: 1.2rem;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

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

.main_slider .item {
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_slider .owl-item .owl-lazy:not([src]) {
    max-height: none;
}

.owl-nav {
    font-size: 3rem;
    position: absolute;
    top: 50%;
    color: #fff;
    margin-top: -35px;
    width: 98%;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-nav .disabled {
    opacity: 0.4;
}

.owl-prev {
    position: absolute;
    left: 0;
}

.owl-next {
    position: absolute;
    right: 0;
}

.main_slider h2 {
    font-weight: 300;
    font-size: 4rem;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
    width: 65%;
    padding-top: 58px;
    margin: auto;
    margin-bottom: 30px;
}

.main_slider p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.more_btn_1 {
    color: #ffffff;
    border-radius: 4px;
    background: rgb(239, 172, 52);
    font-size: 1.2rem;
    line-height: 30px;
    padding: 0.65em 1.1em;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}

.more_btn_1:hover,
.more_btn_1:focus {
    color: rgb(239, 172, 52);
    background: #ffffff;
}

.more_btn_2 {
    color: #ffffff;
    border-radius: 4px;
    border: 2px solid #ffffff;
    font-size: 1.2rem;
    line-height: 30px;
    padding: 0.5em 1em;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}

.more_btn_2:hover,
.more_btn_2:focus {
    color: #324157;
    background: #ffffff;
}

.buttons .more_btn_2 {
    margin-left: 30px;
}

.slider_bot {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    font-size: 2rem;
}

.slider_bot:hover {
    opacity: 0.6;
}

.main_slider .owl-dots {
    display: none;
}

#about {
    margin: 120px 0;
}

.legislation {
    background-color: #f7f8fa;
    padding: 120px 0;
}

.legislation h3 {
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 30px;
}

.legislation_cont {
    font-weight: 500;
    font-size: 1.2rem;
}

.legislation_list {
    list-style: none;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 400;
}

.legislation_list>li {
    padding: 25px 0;
    border-top: 1px solid #efefef;
    cursor: pointer;
}

.legislation_list>li:last-child {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
}

.legislation_list>li:hover .num {
    background: #efac34;
}

.legislation_list>li:hover h4 {
    color: #efac34;
}

.legislation_list .num {
    vertical-align: middle;
    background: #425064;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 1.8rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: "Roboto";
}

.legislation_list h4 {
    vertical-align: middle;
    display: inline-block;
    line-height: 40px;
    font-size: 1.3rem;
    color: #425064;
    margin-left: 30px;
    font-weight: 400;
    max-width: 80%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.legislation_list_content {
    padding: 0 75px;
}

.legislation_list_content {
    overflow: hidden;
    max-height: 0;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.legislation_list_content a:hover {
    text-decoration: underline;
}

.legislation_list li.open .legislation_list_content {
    max-height: 1000px;
}

.legislation_list li .cont_num::after {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -8px;
}

.legislation_list li.open .cont_num::after {
    content: "\f107";
}

.cont_num {
    position: relative;
}

.addition {
    background-color: #425064;
    color: #ffffff;
    padding-bottom: 30px;
}

.addition h3 {
    display: inline-block;
    padding-top: 24px;
    font-style: italic;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.addition .more_btn_2 {
    float: right;
}

.news_list {
    margin: 120px 0;
    text-align: center;
}

.news_list p {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 50px;
}

.news_list .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news_list .video_cont {
    height: 250px;
    box-shadow: none;
}

.custom_grid:nth-child(1)>div,
.custom_grid:nth-child(4)>div {
    margin-right: 15px;
}

.custom_grid:nth-child(2)>div,
.custom_grid:nth-child(5)>div {
    margin: 0 15px;
}

.custom_grid:nth-child(3)>div,
.custom_grid:nth-child(6)>div {
    margin-left: 15px;
}

.news_list .news_cont {
    padding: 40px 0
}

.date_wrapper {
    color: #e4ae4e;
    text-align: center;
    float: left;
    padding: 0 0.75em 0 0;
}

.date_wrapper div:first-child {
    font-size: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: 2px;
}

.date_wrapper div:last-child {
    font-size: 1.3rem;
    line-height: 1rem;
    text-transform: uppercase;
}

.news_cont {
    text-align: left;
}

.news_cont::after {
    content: '';
    display: table;
    clear: both;
}

.title_wrapper h3 {
    color: #273145;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: bold;
    line-height: 1.5;
}

.title_wrapper h3 a:hover {
    color: #e4ae4e;
}

.news__info {
    text-align: left;
    font-size: 1.1rem;
    color: #b5b5b5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news__info a {
    color: #e4ae4e;
}

.news_cont_wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9c9c9c;
    text-align: left;
    margin-top: 10px;
    font-size: 1.2rem;
    text-shadow: 0 0 0 #9c9c9c;
    min-height: 160px;
    max-height: 160px;
}

.news_cont_wrapper p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: inherit;
}

.news_cont_wrapper a:hover {
    text-decoration: underline;
}

.news_list .row:last-child {
    margin-top: 30px;
}

.forengers {
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #f7f8fa;
}

.forengers h4 {
    font-size: 1.4rem;
    text-transform: uppercase;
    height: 42px;
}

.forengers h4:hover {
    color: #efac34;
}

.forengers .news_cont_wrapper {
    margin: 0;
}

.sep {
    width: 36px;
    background: #efac34;
    height: 1px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.statistics {
    margin-top: 100px;
    margin-bottom: 90px;
}

.statistics h2 {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.statistics p {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 5%;
}

.statistics h4 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.statistics h4 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.statistics .stats_title {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 10px;
    display: inline-block;
    color: #888888;
}

.more_btn_3 {
    color: #686a7b;
    border-radius: 4px;
    border: 2px solid #686a7b;
    font-size: 1.2rem;
    line-height: 30px;
    padding: 0.5em 2em;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}

.more_btn_3:hover,
.more_btn_3:focus {
    background: #686a7b;
    color: #ffffff;
}

.arrow_up {
    display: inline-block;
    width: 22px;
    height: 16px;
    background-image: url(../images/icons/arrow_up.png);
    background-repeat-x: no-repeat;
}

.arrow_down {
    display: inline-block;
    width: 22px;
    height: 16px;
    background-image: url(../images/icons/arrow_down.png);
    background-repeat-x: no-repeat;
}

.publications {
    background-color: #f7f8fa;
    padding: 120px 0;
}

.pub_img_cont {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.scale_wrap {
    height: 380px;
    overflow: hidden;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border: 1px solid #43485d;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #43485d;
}

.pub_title_cont {
    height: 96px;
    background: #43485d;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 15px;
    color: #ffffff;
}

.pub_title_cont h5 {
    font-size: 1.5rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 1.5;
}

.pub_title_cont span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.publications .item:hover .pub_img_cont {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.publications .item:hover .pub_title_cont {
    background: #efac34;
}

.progress_wrap {
    margin-bottom: 20px;
    background-color: #c3c3cc;
    border-radius: 4px;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-size: 1rem;
    color: #fff;
}

.progress_wrap.yell {
    background: #f9edd8;
}

.progress_box {
    position: relative;
    width: 100%;
    height: 100%;
}

.progress_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transition: width 1.5s, height 1.5s;
    transition: width 1.5s, height 1.5s;
    border-radius: 4px;
}

.progress_info {
    position: relative;
    z-index: 1;
    width: auto;
    display: table;
    min-width: 0;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.progress_title {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

.progress_value {
    padding: 12px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    width: 1px;
}

.progress_bar.st1 {
    background-color: #9091a0
}

.progress_bar.st2 {
    background-color: #686a7b
}

.progress_bar.st3 {
    background-color: #43485d
}

.yell .st1.progress_bar {
    background-color: #f4deb2
}

.yell .st2.progress_bar {
    background-color: #efce8f
}

.yell .st3.progress_bar {
    background-color: #e9bd6d
}

#top-header select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: rgba(50, 65, 87, 1);
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-size: 0.9rem;
}


/* Remove IE arrow */

#top-header select::-ms-expand {
    display: none;
}


/* Custom Select */

#top-header .select {
    position: relative;
    display: flex;
    width: 90px;
    overflow: hidden;
}


/* Arrow */

#top-header .select::after {
    content: '\e259';
    position: absolute;
    top: 0;
    font-family: 'Glyphicons Halflings';
    right: 0;
    padding: 0 15px;
    cursor: pointer;
    pointer-events: none;
    font-size: 0.9rem;
}

#top-header .select::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 0;
    height: 20px;
    border-right: 1px solid #fff;
}

#top-header .fa-ul {
    margin-left: 15px;
}

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

.owl-logos .owl-nav {
    line-height: 0;
    color: #717485;
    font-size: 2rem;
}


/*------*/

.navigator {
    height: 200px;
    color: #FFFFFF;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../../site/images/default_header.png");
}

.navigator .container,
.navigator .row {
    height: 100%;
}

.navigator .header_cont {
    margin: 52px 0;
}

.navigator h2 {
    font-size: 38px;
}

.navigator span {
    font-size: 14px;
}

.post-types ul {
    list-style-type: none;
    display: inline-flex;
}

.post-types ul li {
    margin-right: 30px;
    font-size: 16px;
    line-height: 36px;
    color: #222626;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 500;
}

.post-types ul li.active {
    color: #f4b838;
}

.posts {
    margin-bottom: 225px;
}

.posts-item {
    margin-top: 30px;
}

.posts .posts-item .img {
    height: 194px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.posts .content .title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.text-three-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-three-line-n {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.text-two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.posts .content .date a,
.posts .content .date span {
    font-size: 14px;
    color: #EFCE93;
    margin-bottom: 25px;
}

.posts .content .description {
    color: #9c9c9c;
    margin-bottom: 25px;
    font-size: 14px;
    color: #9c9c9c;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    max-height: 104px;
}

.text-5-line p {
    margin: 0;
}


/*sidebar*/

.sidebar .search-label {
    border-left: 6px solid #F4B838;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.sidebar .search-label {
    line-height: 40px;
    margin-bottom: 30px;
    color: #324157;
}

.sidebar .search {
    height: 50px;
    border: 1px solid #a9a9a9;
    display: flex;
    padding: 0 20px;
    align-items: center;
    color: #a9a9a9;
    margin-bottom: 50px;
}

.sidebar .search i {
    zoom: 1.5;
}

.sidebar .search input {
    height: 100%;
    width: 100%;
}

.rel-news .slider .title,
.sidebar .slider .title {
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    height: 40px;
    border-left-color: #F4B838;
    border-right-color: #a9a9a9;
    border-bottom-color: #a9a9a9;
    border-top-color: #a9a9a9;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #324157;
    margin-bottom: 30px;
}

.rel-news .slider .title span,
.sidebar .slider .title span {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #324157;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 500;
}

.rel-news .slider .title .arrow,
.sidebar .slider .title .arrow {
    height: 100%;
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
}

.rel-news .title .arrow div,
.sidebar .slider .title .arrow div {
    height: 100%;
    padding: 0 10px;
    cursor: pointer;
}

.rel-news .slider .title .arrow,
.sidebar .slider .title .arrow {
    border-left: 1px solid #a9a9a9;
}

.rel-news .slider .title .arrow>div:first-child,
.sidebar .slider .title .arrow>div:first-child {
    border-right: 1px solid #a9a9a9;
}

.sidebar .slider .title .arrow i {
    color: #a9a9a9;
}

.related-news .related-news-list .img {
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.related-news-list {
    margin-bottom: 30px;
}

.related-news-title {
    font-size: 18px;
    line-height: 24px;
    color: #324157;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    height: 48px;
}

.related-news-date {
    font-size: 14px;
    line-height: 22px;
    color: #9c9c9c;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    margin: 0;
}

.search-date {
    height: 50px;
    margin-bottom: 50px;
}

.search-date>div {
    height: 100%;
}

.search-date input {
    line-height: 50px;
    border: 1px solid #a9a9a9;
    height: 100%;
    text-align: center;
}

.sidebar-label {
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    height: 40px;
    border-left-color: #F4B838;
    border-right-color: #a9a9a9;
    border-bottom-color: #a9a9a9;
    border-top-color: #a9a9a9;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #324157;
    margin-bottom: 30px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #324157;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 500;
}

.category-list ul li {
    border: 1px solid #a9a9a9;
    list-style-type: none;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    color: #222626;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border: 1px solid #E8E9E9;
    margin-bottom: 20px;
}

.banner-1 {
    height: 250px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.banner-1 a {
    font-size: 13px;
    letter-spacing: 3px;
    color: #ffffff;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #a9a9a9;
    padding: 10px 16px;
}

.m-t-45 {
    margin-top: 45px;
}

.tag-lists {
    margin-bottom: 70px;
}

.tag-lists .tags span {
    font-size: 14px;
    color: #7a7a7a;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 400;
    background-color: #EDEDED;
    padding: 0 8px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 8px;
    height: 30px;
}

.pagination-1 {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

.pagination-1>li {
    display: inline;
}

.pagination-1 li {
    background-color: #FFFFFF;
    color: #324157;
    padding: 8px;
    border-radius: 5px;
    margin-left: 5px;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: bold;
}

.pagination-1 li.active {
    background-color: #324157;
    color: #FFFFFF;
}

.pagination-1 .previous {
    background-color: #FFFFFF;
}

.pagination-1 .next {
    background-color: #FFFFFF;
    color: #0f1a30;
}

.pagination-r {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.pagination-r button {
    background-color: #FFFFFF;
    color: #324157;
    padding: 13px 8px;
    border-radius: 5px;
    margin-left: 5px;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: bold;
}

.pagination-r button i:last-child {
    margin-left: 15px;
}

.pagination-r button i:first-child {
    margin-right: 15px;
}

.pagination-r a.disabled {
    pointer-events: none;
}

.pagination-r a.disabled>button {
    color: #989898;
}

.categories-slider ul {
    list-style-type: none;
    font-size: 18px;
    line-height: 28px;
    color: #222626;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
}

.categories-slider ul li {
    border-style: dashed;
    border-bottom: 1px solid #E8E9E9;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 20px 0;
}

#related-news-prev,
#categories-prev {
    opacity: 0.5;
}

.toggle-filter {
    display: none;
    zoom: 1.5;
    float: right;
}

.sidebar.open {
    left: 0;
}

.tag-lists .tags {
    height: 114px;
    overflow: hidden;
}

.tags_btn {
    margin-top: 15px;
    float: right;
    border: 1px solid #324157;
    font-size: 14px;
    color: #7a7a7a;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 400;
    padding: 0 8px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 8px;
    height: 30px;
    cursor: pointer;
}

.close-sidebar {
    position: absolute;
    right: 15px;
    zoom: 1.5;
    z-index: 2;
}

.post-type {
    margin-bottom: 20px;
}

.single-post .post-type ul {
    list-style-type: none;
    float: left;
}

.single-post .post-type ul li {
    height: 25px;
    border-radius: 5px;
    background-color: #F4B838;
    font-size: 12px;
    color: #ffffff;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    padding: 0 15px;
}

.single-post .post .title {
    width: 780px;
    height: 93px;
    font-size: 2rem;
    color: #324157;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: bold;
    text-transform: uppercase;
}

.single-post .post .share ul {
    list-style-type: none;
    display: -webkit-inline-flex;
    width: 100%;
}

.single-post .post .share ul:first-child li {
    font-size: 14px;
    line-height: 30px;
    color: #9c9c9c;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    padding-top: 20px;
    padding-bottom: 10px;
    margin-right: 20px;
}

.single-post .post .share ul:first-child li i {
    margin-right: 9px;
}

.single-post .post .share ul:last-child li {
    font-size: 13px;
    letter-spacing: 1px;
    color: #999999;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 400;
    margin-left: 10px;
}

.single-post .post .share ul:last-child li:first-child {
    margin-right: 15px;
    color: #999999!important;
}

.single-post .post .share ul:last-child {
    border-bottom: 1px solid #999999;
    padding-bottom: 30px;
}

.single-post .post .share ul:last-child li {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.single-post .post .share ul:last-child li i {
    zoom: 1.5;
    vertical-align: middle;
}

.fb {
    background-color: #2F58A1
}

.instagram {
    background-color: #5C7EA1
}

.vk {
    background-color: #5C81B4
}

.youtube {
    background-color: #EA3323
}

.single-post .post .default {
    font-size: 14px;
    color: #9c9c9c;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
}

.second-section .thumb img {
    height: auto;
    width: 100%;
    margin-right: 30px;
}

.single-post .post .bordered {
    font-size: 22px;
    color: #9c9c9c;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-style: italic;
    display: block;
    margin: 20px 0;
}

.single-post .post .bordered div {
    border-left: 4px solid #F4B838;
}

.post-tags {
    margin: 20px 0;
}

.single-post .post-tags span {
    font-size: 14px;
    color: #ffffff;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 400;
    display: inline-table;
    margin-bottom: 8px;
    background-color: #3B4D68;
    padding: 9px;
    margin-bottom: 8px;
}

.related-news .slider .title {
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    height: 40px;
    border-left-color: #F4B838;
    border-right-color: #a9a9a9;
    border-bottom-color: #a9a9a9;
    border-top-color: #a9a9a9;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #324157;
    margin-bottom: 30px;
}

.rel-news-list .img {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rel-news-list .related-news-date {
    margin-top: 20px;
}

.rel-news {
    margin-bottom: 30px;
}

#gallery-slider-prev,
#rel-prev {
    opacity: .5;
}

.news-video {
    margin-bottom: 120px;
}

.mb-0 {
    margin-bottom: 0!important;
}

.text-5-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.new_container.passive,
.doc_container.passive {
    opacity: 0.3;
}

.categories-sidebar.active {
    color: #F4B838;
}

.tags_sidebar.active {
    border: 1px solid #324157;
}

.tags_sidebar {
    font-size: 14px;
    color: #7a7a7a;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: 400;
    background-color: #EDEDED;
    padding: 0 8px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 8px;
    height: 30px;
}

.active.day:active,
.active.day {
    background-image: none!important;
    background-color: #FABB4D!important;
    border: none;
}

.footer-social {
    border-bottom: solid 1px #4f5f77;
    margin-bottom: 90px;
}

.footer-social-items {
    display: flex;
    justify-content: center;
    list-style: none;
    color: #a4abab;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-size: 0.9em;
    text-transform: uppercase;
    padding-top: 66px;
    padding-bottom: 66px;
}

.footer-social-items li>a>i {
    margin-right: 0.3em;
}

.footer-social-items li>a:hover {
    color: #f4b838;
}

.footer-logo {
    border-bottom: solid 1px #4f5f77;
    padding-bottom: 20px;
}

.footer-logo img {
    margin-bottom: 45px;
}

.footer-logo p {
    margin-bottom: 45px;
    color: #a4abab;
}

.footer-email i {
    float: right;
}

.footer-main-menu h3 {
    margin: 0;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-size: 1rem;
}

.main-functions-list {
    list-style: none;
}

.main-functions-list li {
    margin-bottom: 18px;
}

.footer-recent-news h3 {
    margin: 0;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-size: 1rem;
}

.footer-news-block {
    display: flex;
    margin-bottom: 20px;
}

.footer-news-block>p {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-news-block img {
    margin-right: 30px;
}

.footer-news-block span {
    color: #9c9c9c;
    font-size: 14px;
}

.tiny-footer {
    background: #324157;
    height: 70px;
    color: #a4abab;
}

.tiny-footer {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 40px;
}

.tiny-footer-copyright small {
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-size: 14px;
    font-style: italic;
}

.tiny-footer-menu ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}


/*Documents site*/

.doc-left-side-list {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
}

.left-side-list:first-child {
    border-radius: 0px;
}

.left-side-list:last-child {
    border-radius: 0px;
}

.doc-left-side-list>.list-group-item.active {
    background-color: #ffffff;
    color: #222626;
    border-color: #e8e9e9;
    border-left: solid 4px #f4b838;
    border-bottom: solid 1px #e8e9e9;
    border-top: solid 1px #e8e9e9;
}

.doc-search-bar {
    position: relative;
}

.doc-search-bar>i {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #b9bfbf;
}

.doc-block-files {
    padding-top: 30px;
    display: flex;
}

.doc-files-title {
    font-style: italic;
    font-size: 22px;
}

.doc-block-files a>p:hover {
    text-decoration: underline;
}

.doc-files-title:hover {
    text-decoration: none !important;
    color: #f4b838;
}

.doc-block-icon {
    margin: 0;
    padding: 0;
}

.doc-block-icon {
    position: relative;
    top: 22px;
}

.doc-block-text>p:hover {
    text-decoration: underline;
}

.doc-block-row {
    padding-bottom: 225px;
}

.doc-new-block {
    display: flex;
    margin-bottom: 3%;
}

.doc-new-content {
    margin-left: 3%;
}

.doc-new-content>h3 {
    margin: 0;
    font-size: 1.3rem;
    padding-bottom: 1%;
    padding-top: 0.5%;
}

.doc-new-content>h3:hover {
    color: #f4b838;
}

.doc-new-content>p:hover {
    text-decoration: underline;
}

.content-elements-row,
.elements-rus-row,
.doc-block-row {
    padding-top: 5%;
}

.search-and-date-row {
    margin-bottom: 10%;
}


/*Footer*/

.footer-social {
    border-bottom: solid 1px #4f5f77;
    margin-bottom: 90px;
}

.footer-social-items {
    display: flex;
    justify-content: center;
    list-style: none;
    color: #a4abab;
    font-family: Poppins;
    font-size: 0.9em;
    text-transform: uppercase;
    padding-top: 66px;
    padding-bottom: 66px;
}

.footer-social-items li>a>i {
    margin-right: 0.3em;
}

.footer-social-items li>a:hover {
    color: #f4b838;
}

.footer-social-items > li{
    padding: 0 10px;
}

.footer-logo {
    border-bottom: solid 1px #4f5f77;
    padding-bottom: 30px;
}

.footer-logo img {
    margin-bottom: 45px;
}

.footer-logo p {
    margin-bottom: 45px;
}

.footer-subscribtion {
    padding: 0;
}

.footer-subscribtion form {
    display: flex;
    justify-content: space-between;
    background: #43485d;
    margin-bottom: 10px;
}

.form input {
    background: #43485d;
    color: #a4abab;
}

.form ::placeholder {
    color: #a4abab;
}

.form_btn {
    color: #a4abab;
    background: transparent;
    float: right;
}

.main-functions-list {
    list-style: none;
}

.main-functions-list li {
    margin-bottom: 18px;
}

.footer-recent-news h3 {
    margin: 0;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-size: 1rem;
}

.footer-news-block {
    display: flex;
    margin-bottom: 20px;
}

.footer-news-block>p {
    font-size: 14px;
    font-weight: bold;
}

.footer-news-block img {
    margin-right: 30px;
}

.footer-news-block span {
    color: #9c9c9c;
    font-size: 14px;
}

.tiny-footer {
    background: #324157;
    height: 70px;
    color: #a4abab;
}

.tiny-footer {
    display: flex;
    align-items: center;
    justify-content: left;
}

.tiny-footer-copyright {
    align-items: center;
}

.tiny-footer-copyright small {
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-size: 14px;
    font-style: italic;
}

.tiny-footer-menu ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.fundamental_data.datepicker {
    background-color: #ffffff;
}


/*About Us*/

.timeline-list,
.simple_tab-list {
    display: flex;
    list-style: none;
    font-size: 17px;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    margin-bottom: 2%;
}

.timeline-list>li,
.simple_tab-list li {
    margin-right: 15px;
}

.timeline-list a:hover,
.simple_tab-list a:hover {
    color: #473a4e;
    font-weight: bold;
    text-decoration: underline;
}

.timeline-list .active,
.simple_tab-list .active {
    color: #473a4e;
    font-weight: bold;
    text-decoration: underline;
}

.about-us-text-top,
.simple_tab_content {
    margin-bottom: 4%;
}

.about-us-text-bottom p {
    margin: 0;
    padding: 0;
}

.about-us-text-bottom {
    margin-top: 13%;
}


/*Contact us*/

.contact-us-row {
    margin-bottom: 6%;
}

.contact-us-adress {
    margin-top: 6%;
    margin-bottom: 6%;
}

.contact-us-block {
    margin-bottom: 0;
}

.contact-us-block .contact-us-header {
    margin: 70px 0;
}

.adress-title h4 {
    color: #324157;
    text-transform: uppercase;
    font-weight: bold;
}

.contacts-list {
    list-style: none;
    font-size: 14px;
}

.contacts-list li>i {
    color: #f19a2f;
    margin-right: 2%;
    margin-bottom: 3%;
}

.department-field {
    border: solid 1px #e5e5e5;
}

.department-field select {
    width: 100%;
    height: 44px;
    padding: 0 15px;
}

.department-field i {
    margin-right: 2%;
}

.department-asylum {
    background: #f2f2f2;
    display: flex;
    justify-content: flex-end;
    border: solid 1px #f2f2f2;
    padding-top: 3%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-right: 2%;
    margin-top: 4%;
}

.operation-list-block {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.week-days {
    list-style: none;
}

.week-days li::before {
    content: "\2022";
    color: #efac34;
    font-weight: bold;
    font-size: 180%;
    margin-right: 10px;
}

.working-hours {
    list-style: none;
}

.working-hours li {
    margin-top: 20%;
    line-height: 1.4;
}

.news_text_image img,
.image_text_cont img {
    width: 33.3333%;
}

.working-hours {
    display: none;
}

.contact-form-block {
    margin-top: 6%;
    margin-bottom: 6%;
    margin-left: 6%;
}

.contact-us-form-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
}

.contact-us-form-block input[type="file"] {
    display: none;
}

.contact-us-form-block label[for="file"] {
    padding: 11px 20px 8px 40px;
}

.contact-us-form-block button {
    padding: 11px 20px 8px;
}

.contact-us-form-block label[for="file"], .contact-us-form-block button{
    border: 1px solid #425064;
    border-radius: 10px;
    color: #425064;
    font-size: 16px;
    width: fit-content;
    cursor: pointer;
    margin-bottom: 0;
    background: white;
    font-weight: 700;
    position: relative;
}

.contact-us-form-block label[for="file"]:before{
    content: url(../images/icons/upload_new.svg);
    position: absolute;
    left: 20px;
}

.file {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.file span {
    margin-top: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #324157;
    margin-bottom: 15px;
}

.file div {
    display: flex;
    gap: 15px
}

.contact-us-form-block input::placeholder {
    color: #324157;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: bold;
}

.contact-form-block input {
    border: solid 1px #dcdcdc;
    width: 46%;
    padding: 2% 0 2% 2%;
    margin-bottom: 5%;
    border-radius: 6px;
}

.contact-us-form-block p {
    color: #efac34;
    margin-top: 6%;
}

.contact-us-form-block .contact-form-emal {
    width: 100%;
    padding: 2% 0 2% 2%;
}

.contact-form-message {
    border: solid 1px #dcdcdc;
    width: 100%;
    padding: 2% 0 2% 2%;
    border-radius: 6px;
}

.contact-form-message::placeholder {
    color: #324157;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    font-weight: bold;
}

.contact-form-submit-btn {
    background: #425064;
    border: solid 1px #425064;
    margin-top: 3%;
    width: 35%;
    padding: 2% 0 2% 0;
}

.file-download {
    z-index: 10;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.image_content_img_cont {
    height: 333px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.element_container {
    padding-bottom: 30px;
}

table {
    text-align: center;
}
@document url-prefix("http://migration.site/departments"){
    .image_text_left:not(.single-post .image_text_left) {
        display: flex;
        align-items: center;
    }
}

.image_text_left img {
    float: left;
    margin: 4px 10px 0 0;
    height: 260px;
    width: 240px;
}

.image_text_right img {
    float: right;
    margin: 4px 0px 0px 10px;
}

.tabs-full-content.page_tab_content {
    background: none;
    padding: 15px;
}

table td,
table th {
    padding: 1%;
}

.doc-new-block:hover h3 {
    color: #f4b838;
}

.doc-new-block:hover p {
    text-decoration: underline;
}

.elem-docs-pdf:hover h3 {
    color: #f4b838;
}

.elem-docs-pdf:hover p {
    text-decoration: underline;
}

.fancybox {
    cursor: pointer;
}

.elem-accordion .legislation_list h4 {
    padding: 10px 30px;
    vertical-align: middle;
    color: #ffffff;
    background: #425064;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 32px;
    line-height: 1.5;
    max-width: 80%;
}

.elem-accordion-text .legislation_list h4 {
    padding: 10px 30px;
    vertical-align: middle;
    color: #ffffff;
    background: #425064;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 1.5;
    max-width: 80%;
}

.elem-accordion .legislation_list_content .accordion_text,
.elem-accordion-text .legislation_list_content .accordion_text {
    background: #f5f5f5;
    padding: 30px;
}

.elem-accordion-text .legislation_list_content {
    padding: 0;
}

a.scm {
    color: #f19a2f;
}

.elem-accordion .legislation_list li:hover h4,
.elem-accordion-text .legislation_list li:hover h4 {
    color: #ffffff;
    text-decoration: underline;
}

.legislation_list li:hover .cont_num::after {
    color: #efac34;
}

.department-field select {
    white-space: normal;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    color: #3F3F3F;
    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.department-field {
    position: relative;
}

.department-field:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: 3px;
    right: 20px;
    color: #434B67;
    pointer-events: none;
}

.department-field select::-ms-expand {
    display: none;
}

.linkedin {
    background-color: #0077b5;
}

.twitter {
    background-color: #1aafe7;
}
.m-t-30{
    margin-top: 30px;
}
.m-b-30{
    margin-bottom: 30px;
}

.modal_close_btn {
    color: #ffffff !important;
    background: #425064;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.modal_close_btn:hover,
.modal_close_btn:focus {
    background: rgb(239, 172, 52);
}

.contacts-list{
    display: none;
}

.news_content_btn{
    padding: 10px 10px;
    background-color: #3B4D68;
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block
}

.news_content_btn:hover, .news_content_btn:visited{
    background-color: #F4B838;
    color:#ffffff
}



.text-with-links a{
    color: #f5a532;
}

.text-with-links a:hover {
    text-decoration: underline;
}

.emigrant_page {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*.emigrant_page:after{*/
/*    content: url(../images/migrant.png);*/
/*}*/

.emigrant_title {
    background: #F3F9FF;
    padding: 20px;
    border-radius: 20px;
    width: fit-content;
    color: #23527C;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.emigrant_title span {
    color: #FABB4D
}

.emigrant_page h1 {
    color: #23527C;
    font-size: 24px;
    margin: 40px 0 30px;
    font-weight: bold;
    text-align: center;
}

.buttons_wrapper {
    display: flex;
    max-width: 1100px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.emigrant_button a {
    text-align: center;
}

.emigrant_button a, .info_section {
    padding: 20px;
    background: #FABB4D;
    border-radius: 20px;
    border: 1px solid #23527C;
    position: relative;
    color: #23527C;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    gap: 5px;
}

.search-date > div {
    padding: 0;
}

.reset-date {
    position: absolute;
    right: 5px;
    top: 35%;
    cursor: pointer;
}

.info_section {
    flex-direction: column;
}
.shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #23527C;
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}
.edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #23527C;
}

.emigrant_button button:hover {
    filter: brightness(110%);
}

.emigrant_button button:hover a {
    transform: translateY(-6px);
    transition:
            transform
            250ms
            cubic-bezier(.3, .7, .4, 1.5);
}
.emigrant_button button:active a {
    transform: translateY(-2px);
    transition: transform 34ms;
}
.emigrant_button button:hover .shadow {
    transform: translateY(4px);
    transition:
            transform
            250ms
            cubic-bezier(.3, .7, .4, 1.5);
}
.emigrant_button button:active .shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}
.emigrant_button button:focus:not(:focus-visible) {
    outline: none;
}

.emigrant_button button {
    background: #23527C;
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
}

.emigrant_button a::after {
    content: url(../images/icons/button-click.svg);
    height: 10px;
}

.emigrant_blue_button {
    display: flex;
    margin-top: 50px;
}

.emigrant_blue_button.link {
    margin-top: 0;
}

.emigrant_blue_button.link a {
    text-transform: unset;
}

.emigrant_blue_button.top {
    margin: 0 0 30px;
}

.emigrant_blue_button a.arrow {
    padding: 12px 15px;
    margin-right: 10px;
}

.emigrant_blue_button a{
    background: #23527C;
    display: block;
    color: #FABB4D;
    border-radius: 20px;
    border: 1px solid #23527C;
    padding: 11px 20px;
    font-size: 16px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    line-height: 16px;
}

.emigrant_blue_button a.icon {
    padding: 11px 15px;
}

.info_section {
    white-space: pre-wrap;
    color: #23527C;
}

.info_section span{
    font-weight: bold;
}

.manager-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #425064;
}

.manager-wrapper img {
    height: 260px;
    width: 240px;
    object-fit: cover;
}

.manager-wrapper h4 {
    font-weight: 700;
    font-size: 20px;
}

.manager-wrapper span {
    margin: 10px 0 20px;
    display: block;
}

@media (max-width: 900px) {
    .emigrant_page {
        padding: 30px 15px;
    }

    .emigrant_title, .emigrant_page h1 {
        font-size: 18px;
    }

    .emigrant_button a, .info_section {
        padding: 15px;
        font-size: 12px;
    }
}