@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff'),
         url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium-webfont.eot');
    src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium-webfont.woff') format('woff'),
         url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('../fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Mark OT';
    src: url('../fonts/we-font/MarkOT.eot');
    src: url('../fonts/we-font/MarkOT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/we-font/MarkOT.woff2') format('woff2'),
        url('../fonts/we-font/MarkOT.woff') format('woff'),
        url('../fonts/we-font/MarkOT.ttf') format('truetype'),
        url('../fonts/we-font/MarkOT.svg#MarkOT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark OT';
    src: url('../fonts/we-font/MarkOT-Bold.eot');
    src: url('../fonts/we-font/MarkOT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/we-font/MarkOT-Bold.woff2') format('woff2'),
        url('../fonts/we-font/MarkOT-Bold.woff') format('woff'),
        url('../fonts/we-font/MarkOT-Bold.ttf') format('truetype'),
        url('../fonts/we-font/MarkOT-Bold.svg#MarkOT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LarishNeueSemibold';
    src: url('../fonts/we-font/LarishNeueSemibold-Regular.eot');
    src: url('../fonts/we-font/LarishNeueSemibold-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/we-font/LarishNeueSemibold-Regular.woff2') format('woff2'),
        url('../fonts/we-font/LarishNeueSemibold-Regular.woff') format('woff'),
        url('../fonts/we-font/LarishNeueSemibold-Regular.ttf') format('truetype'),
        url('../fonts/we-font/LarishNeueSemibold-Regular.svg#LarishNeueSemibold-Regular') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro Book';
    src: url('../fonts/dde-font/MarkPro-Book.woff2') format('woff2'),
        url('../fonts/dde-font/MarkPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro Ultra';
    src: url('../fonts/dde-font/MarkPro-Ultra.woff2') format('woff2'),
        url('../fonts/dde-font/MarkPro-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro Book Italic';
    src: url('../fonts/dde-font/MarkPro-BookItalic.woff2') format('woff2'),
        url('../fonts/dde-font/MarkPro-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

html,
body {
    width: 100%;
    min-height: 100%;
}
body {
    font-family: 'gotham_bookregular';
    color: #161440;
    background: #f7f7f7;
    overflow-x: hidden;
    padding-top: 116px;
}


/* OVERALL UI */
body::-webkit-scrollbar {
    width: 7px;
}
 
body::-webkit-scrollbar-track {
    background: #fff;
}
 
body::-webkit-scrollbar-thumb {
  background: #161440;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
}
.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pace {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
  background: #161440;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

a {
    color: #161440;
}
a:hover {
    color: #161440;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'gotham_boldregular';
}
.page-title {
    padding: 60px 0;
    background: #fff;
}
.page-title h1 {
    margin: 0;
    font-weight: bold;
    font-size: 64px;
    text-transform: uppercase;
}
.breadcrumbs {
    width: 100%;
    padding: 30px 0;
    background: rgb(23,19,57);
    background: linear-gradient(90deg, rgba(23,19,57,1) 0%, rgba(23,19,57,1) 50%, rgba(0,115,75,1) 100%);
    color: #fff;
}
.breadcrumbs p {
    margin: 0;
}
.breadcrumbs a {
    color: #fff;
}
.read-more-btn {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.read-more-btn:hover {
    text-decoration: none;
    color: #161440;
}
.read-more-btn:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 150%;
    height: 3px;
    background: #fff;
    z-index: -1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,24,68,0.2);
    opacity: 0;
    z-index: 1;

    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.read-more-btn:hover:after {
    background: #161440;
}

.big-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.big-slider .owl-nav button {
    position: absolute;
    width: 50px;
    background: none;
    border: none;
    outline: none !important;
    z-index: 1;
    cursor: pointer;
}
.big-slider .owl-nav button path {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.big-slider .owl-nav button:hover .st0 {
    fill: #f7f7f7;
}
.big-slider .owl-nav button:hover .st1 {
    fill: #161440;
}
.we-apply {
    position: relative !important;
    top: auto !important;
    right: auto !important;
}
.we-apply a {
    color: #161440 !important;
}
.we-apply:hover a {
    color: #fff !important;
}
.big-slider .owl-nav .owl-prev {
    top: 50%;
    left: -100px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.big-slider .owl-nav .owl-next {
    top: 50%;
    right: -100px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.big-slider:hover .owl-nav .owl-prev {
    left: 0;
}
.big-slider:hover .owl-nav .owl-next {
    right: 0;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.5);
    margin-right: 20px;
    border-radius: 100%;
    outline: none;
}
.owl-carousel button.owl-dot.active {
    background: rgba(255,255,255,1);
}
.nav-tabs { 
    width: 100%;
    border-bottom: none;
}
.nav-tabs > li {
    position: relative;
    margin-right: 20px;
}
.nav-tabs > li:last-child {
    margin-right: 0;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover { 
    border-width: 0;
}
.nav-tabs > li > a {
    padding: 40px 0;
    display: block;
    border: none;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a:hover {
    border: none; 
    color: #161440 !important;
    background: transparent;
}
.nav-tabs > li > a:after {
    content: "";
    background: #161440;
    height: 5px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.nav-tabs > li > a.active:after,
.nav-tabs > li:hover > a:after {
    transform: scale(1);
}
.tab-nav > li > a:after {
    background: #161440 none repeat scroll 0% 0%;
    color: #fff;
}
.tab-pane {
    width: 100%;
}
.tab-pane .row{
    
}
.tab-content{
    width: 100%;
}

.news-articles {
    margin-top: 70px;
    margin-bottom: 70px;
}
.news-articles .read-more-btn {
    color: #161440;
}
.news-articles .read-more-btn:after {
    background: #161440;
}

.big-articles {
    padding: 0 40px 0 0;
}
.article-big:hover {
    text-decoration: none;
}
.article-big-img {
    position: relative;
}
.article-big-img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.article-big-img .overlay {
    background: rgba(0,115,75,1);
    background: linear-gradient(45deg, rgba(0,115,75,1) 0%, rgba(23,19,57,0) 50%, rgba(23,19,57,1) 100%);
    opacity: 1;
}
.article-big-info {
    position: relative;
}
.article-big-info h2 {
    width: 70%;
    margin: 40px 0;
}
.article-big-date {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 100px;
}
.article-big-date:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 75px;
    height: 1px;
    background: #161440;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.article-big-info .article-big-desc {
    margin: 0 0 30px;
}
.article-big-info .article-big-desc p {
    margin: 0;
}
.big-article .read-more-btn {

}


.small-articles {
    position: relative;
    padding: 0;
}
/*.small-articles:before {
    content: "";
    position: absolute;
    top: -104px;
    left: 40px;
    background: #2A1844;
    width: calc(100% - 40px);
    height: 5px;
}*/
.article-small {
    display: block;
    position: relative;
    margin-bottom: 40px;
    min-height: 230px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.article-small:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(23,19,57);
    background: linear-gradient(45deg, rgba(23,19,57,1) 0%, rgba(23,19,57,1) 50%, rgba(0,115,75,1) 100%);
}

.home-news .article-small {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.home-news .article-small:hover {
    background: none;
}
.home-news .article-small-img{
    width: 100%;
    height: 400px;
}
.home-news .article-small-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 1;

    transition: all .3s ease-in-out;
}
.home-news .article-small-info .article-small-date:after {
    display: none;
}
.home-news .article-small .article-read-more:after {
    display: none;
}

.article-small-info {
    position: relative;
    width: 50%;
    float: left;
    padding: 15px 30px;
}
.article-small-info h2 {
    font-size: 22px;
    margin: 0 0 15px;
}
.article-small-info .article-small-date {
    position: relative;
    font-size: 12px;
    margin-bottom: 20px;
    padding-right: 100px;
}
.article-small-info .article-small-date:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;

    width: 75px;
    height: 1px;
    background: #161440;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.article-small:hover .article-small-info .article-small-date:after {
    background: #fff;
}
.article-small-info .article-small-desc {
    font-size: 12px;
    margin-bottom: 20px;
}
.article-small .article-read-more {
    display: block;
}
.article-read-more {
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 70px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.article-read-more:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;

    width: 60px;
    height: 1px;
    background: #161440;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.article-small:hover .article-read-more {
    color: #fff;
}
.article-small:hover .article-read-more:after {
    background: #fff;
}
.article-small-img {
    position: relative;
    width: 50%;
    height: 245px;
    float: left;
    overflow: hidden;
}
.article-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.article-small-img .overlay {
    width: 101%;
    background: rgb(23,19,57);
    background: linear-gradient(45deg, rgba(23,19,57,1) 0%, rgba(23,19,57,0) 50%, rgba(0,115,75,1) 100%);
    opacity: 1;
}
.article-small:nth-child(2) .article-small-img .overlay {
    background: rgba(0,115,75,1);
    background: linear-gradient(45deg, rgba(0,115,75,1) 0%, rgba(23,19,57,0) 50%, rgba(23,19,57,1) 100%);
}
.img-credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    z-index: 2;
}
.img-credit span {
    text-transform: uppercase;
    margin-left: 5px;
}
/* END OVERALL UI */

/* BLOG PAGE */
.blog-page .article-small:first-child {
    width: 66.333%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 0 15px;
    margin-bottom: 29px;
}
.blog-page .article-small:first-child .article-small-img {
    position: relative;
    width: 100%;
    height: 500px;
    float: none;
}
.blog-page .article-small:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-page .article-small:first-child .article-small-info {
    position: relative;
    width: 100%;
    padding: 0 30px 30px;
    float: none;
}
.blog-page .article-small:first-child .article-small-info h2 {
    width: 70%;
    margin: 40px 0 30px;
    font-size: 28px;
}
.blog-page .article-small:first-child .article-small-date {
    position: absolute;
    top: 0;
    right: 30px;
    padding-right: 100px;
}
.blog-page .article-small:first-child .article-read-more {
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 70px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-page .article-small:first-child .article-small-desc {
    display: block;
}
.blog-page .article-small {
    width: 33.333%;
    height: 235px;
    overflow: hidden;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-page .article-small:hover {
    color: #161440;
    text-decoration: none;
    background: none;
    background: none;
}
.blog-page .article-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.blog-page .article-small-info {
    padding: 15px;
}
.blog-page .article-read-more {
    padding-right: 60px;
}
.blog-page .article-small-img {
    height: 235px;
}
.blog-page .article-small:hover .article-inner{
    color: #fff;
    text-decoration: none;
    background: rgb(23,19,57);
    background: linear-gradient(45deg, rgba(23,19,57,1) 0%, rgba(23,19,57,1) 50%, rgba(0,115,75,1) 100%);
}
.blog-page .article-small .article-small-desc {
    display: none;
}
/* END BLOG PAGE */

/* TAGS PAGE */
.tag-title {
    margin: 50px 0 0;
}
.tags-page .article-small {
    width: 33.333%;
}

/* END TAGS PAGE */

.top-bar-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: #161440;
    color: #fff;
    line-height: 32px;
    text-align: right;
    text-transform: uppercase;
    z-index: 9;
}
.top-bar-menu ul {
    float: right;
    list-style: none;
    width: auto;
    margin: 0;
    padding: 0;
}
.top-bar-menu li {
    float: left;
    margin-left: 16px;
}
.top-bar-menu li a {
    display: block;
    position: relative;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
}
.top-bar-menu ul li a:hover {
    text-decoration: none;
}
.top-bar-menu li svg {
    display: none;
}
.top-bar-menu .sub-menu {
    display: none;
}

header {
    position: fixed;
    top: 32px;
    left: 0;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    background: #f7f7f7;
    z-index: 9999;

    transition: all .3s ease-in-out;
}
header.scrolled {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}
header .container {
    position: relative;
    z-index: 9;
}

header .logo {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 999999;
}
header .logo svg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
header .logo polygon,
header .logo path {
    fill: #161440;
}
header .logo-circle {
    width: 60px;
    height: auto;
}
header .logo-text {
    display: none;
    width: 100px;
    height: auto;
}
header.scrolled .logo-circle {
    display: none;
}
header.scrolled .logo-text {
    display: block;
}
header .header-star-logo {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 99999999;
    width: 150px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.star-logo {
    width: 150px;
    height: auto;
}
header .star-logo-text {
    display: none;
    width: 100px;
    height: auto;
}
header.scrolled .star-logo-text {
    display: block;
}
header.scrolled .star-logo {
    display: none;
}
header .lang {
    float: right;
}
header .lang ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
header .lang ul li {
    display: inline-block;
    margin-left: 10px;
}
header .lang a {
    font-size: 12px;
    line-height: 24px;
    vertical-align: top;
    color: #B5B5B5;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
header .lang a:hover,
header .lang .current-lang a{
    text-decoration: none;
    font-weight: bold;
    color: #161440;
}
header .lang li:first-child{
    margin-left: 0px;
}

header .main-nav {
    position: relative;
    /*top: 50%;
    left: 50%;*/
    width: 100%;
    text-align: center;
    /*-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
header .main-nav ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
header .main-nav ul > li {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
header .main-nav ul > li:first-child {
    margin-left: 0;
}
.menu-item-has-children svg {
    margin: -6px 0 0 5px;
    width: 8px;
}
.menu-item-has-children:hover >  svg,
.menu-item-has-children.active >  svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sub-menu .menu-item-has-children:hover > svg,
.sub-menu .menu-item-has-children.active > svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
header .main-nav .menu > li > a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 84px;

    transition: all .3s ease-in-out;
}
header.scrolled .main-nav .menu > li > a{
    line-height: 56px;
}
header .main-nav ul > li a:hover {
    text-decoration: none;
}
header .main-nav ul > li > a:after {
    content: "";
    background: #161440;
    height: 5px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
header .main-nav ul > li.active > a:after,
header .main-nav ul > li:hover > a:after {
    transform: scale(1);
}
header .main-nav ul li .sub-menu {
    display: none;
    position: absolute;
    top: 84px;
    width: 200px;
    background: #f7f7f7;
    z-index: 2;
    text-align: left;
}
header .main-nav ul > li:hover > .sub-menu,
header .main-nav ul > li.active > .sub-menu{
    display: block;
}
header .main-nav ul > li > .sub-menu li{
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0;
}
header .main-nav ul > li > .sub-menu > li > a {
    padding: 15px;
    display: block;
}
header .main-nav ul > li > .sub-menu > li:hover,
header .main-nav ul > li > .sub-menu > li .sub-menu li:hover {
    background: #161440;
}
header .main-nav ul > li > .sub-menu > li:hover a {
    color: #fff;
}
header .main-nav ul > li > .sub-menu > li:hover .sub-menu a {
    color: #161440;
}
header .main-nav ul > li > .sub-menu > li:hover svg path{
    fill: #fff;
}
header .main-nav ul > li > .sub-menu > li:hover .sub-menu a:hover {
    color: #fff;
}
header .main-nav ul > li > .sub-menu li .sub-menu{
    width: 200px;
    min-height: auto;
    top: 0px;
    left: 199px;
}
header .main-nav ul li .sub-menu a:after {
    display: none;
}
header .main-nav ul > li > .sub-menu > li svg {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
header.scrolled .main-nav #menu-main-nav > li > a {
    line-height: 54px;
}
header.scrolled .main-nav ul li .sub-menu {
    top: 54px;
}
.main__nav-dimri a {
    color: #EB2D7C;
}
.menu__user-link {
    display: none !important;
}
.logged-in .menu__user-link {
    display: block !important;
}
.menu-btn {
    display: none;
    float: right;
    width: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btnRotate.active {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnRotate180.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:4;
}

.menu-btn .top {
    stroke-dasharray: 40 82;
}
.menu-btn .middle {
    stroke-dasharray: 40 111;
}
.menu-btn .bottom {
    stroke-dasharray: 40 161;
}
.menu-btn.active .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
}
.menu-btn.active .middle {
    stroke-dashoffset: 23px;
}
.menu-btn.active .bottom {
    stroke-dashoffset: -83px;
}
/* END HEADER */

/* HOME PAGE */
.big-slider {
    position: relative;
    width: 100%;
    height: calc(100vh - 180px);
    overflow: hidden;
}
.big-slider .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.big-slider .container,
.big-slider .row,
.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-item .item,
.owl-stage > div,
.owl-stage > div > div {
    height: 100%;
}
.big-slider .slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    color: #fff;
    text-align: center;
    z-index: 2;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.big-slider .slider-title {
    margin-bottom: 50px;
}
.big-slider .slider-title h1 {
    color: #fff;
    font-size: 38px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.big-slider .slider-title p {
    margin-bottom: 0px;
}
.big-slider .slider-btn a{
    color: #fff;
    text-transform: uppercase;
}
.slide-img {
    position: relative;
    width: 100%;
    height: 100%;
    background: #161440;
}
.slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-team .slide-img img {
    object-fit: cover;
}
.slide-img .overlay {
    background: rgb(23,19,57);
    background: linear-gradient(45deg, rgba(23,19,57,0.7010154403558299) 0%, rgba(23,19,57,0.19681375968356096) 50%, rgba(0,115,75,0.7038165608040091) 100%);
    opacity: 1;
}
.big-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-single-blog {
    position: relative;
    height: 600px;
}
/*.home-single-blog .container,
.home-single-blog .row {
    height: 100%;
}*/
.home-single-blog .container {
    position: relative;
    height: 100%;
}
.home-single-blog .single-blog-info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    color: #fff;
    z-index: 2;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-single-blog .single-blog-desc {
    margin-bottom: 30px;
}
.home-single-blog .article-read-more {
    color: #fff;
}
.home-single-blog .article-read-more:after {
    background: #fff;
}
.home-single-blog .single-blog-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-single-blog .overlay {
    background: rgb(23,19,57);
    background: linear-gradient(45deg, rgba(23,19,57,1) 0%, rgba(23,19,57,0) 50%, rgba(198,29,111,1) 100%);
    opacity: 1;
}
/* END HOME PAGE */

/*Single Blog*/
.single-blog {

}
.single-blog-content .row {
    position: relative;
}
.single-blog-img {
    position: relative;
    width: 100%;
    height: 700px;
}
.single-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-blog-content {
    padding: 90px 0 140px;
    overflow: hidden;
}
.single-blog-title {
    margin: 0 0 50px;
}
.single-blog-desc {
    margin-bottom: 60px;
}
.single-blog-desc img,
.single-blog-desc iframe {
    width: 100%;
    height: auto;
    margin: 30px 0;
}
.single-blog-desc p{
    margin-bottom: 0px;
}
.single-blog .read-more-btn {
    color: #161440;
}
.single-blog .read-more-btn:hover {
    color: #fff;
}
.single-blog .read-more-btn:after {
    background: #161440;
}
.single-blog-author {
    position: relative;
}
.single-blog-author p {
    text-transform: uppercase;
}
.single-blog-author span {
    display: block;
    text-transform: initial;
}
.single-blog-share {
    position: relative;
    margin-top: 120px;
}
.single-blog-share:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #161440;
}
.single-blog-share a{
    display: inline-block;
    font-size: 14px !important;
    margin-right: 15px;
    color: transparent !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
}
.single-blog-share ul {
    padding: 0;
}
.single-blog-share a > span,
.single-blog-share a .color-icon {
    display: none !important;
}


/*.single-blog-share a img {
    display: none !important;
}
.single-blog-share .ssbp-text,
.single-blog-share .ssba-classic-2 .ssbp-text {
    display: block !important;
    text-transform: uppercase;
}*/
.view-blog-page {
    display: block;
    width: 100%;
    padding: 40px 0;
    font-size: 28px;
    background: #fff;
    color: #161440;
    text-align: center;
    text-transform: initial;
}
.view-blog-page:hover {
    text-decoration: none;
}
.view-blog-page img {
    width: 26px;
    margin-left: 85px;

}

.next-articles {
    width: 100%;
}
.next-article-item {
    position: relative;
    width: 25%;
    float: left;
    height: 220px;
    border: 1px solid #fff;
}
.home__next-articles .next-article-item {
    width: 33.333%;
    height: 300px;
}
.next-article-item:hover {
    text-decoration: none;
}
.next-article-item h3{
    position: relative;
    padding: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    word-break: break-word;
    color: #fff;
    z-index: 2;
}
.next-article-item h3 span {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}
.next-article-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;

    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.next-article-item .overlay {
    opacity: 0.3;
    background: rgb(23,19,57);
    background: linear-gradient(45deg, rgba(23,19,57,1) 0%, rgba(23,19,57,1) 50%, rgba(198,29,111,1) 100%);

    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.next-article-item:hover .overlay {
    opacity: 0.6;
}
.sidebar-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-links li {
    font-size: 14px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.sidebar-links li ul {
    padding: 0 0 0 24px;
    margin: 16px 0;
}
.sidebar-links li ul li {
    margin-bottom: 8px;
    font-size: 12px;
}
.sidebar-links li {
    background: #ddd;
    padding: 4px 8px;
}
.sidebar-links li:hover,
.sidebar-links li:hover ul,
.sidebar-links li:hover ul li {
    background: #161238;
    color: #fff;
}
.sidebar-links li:hover a {
    display: block;
    color: #fff;
    text-decoration: none;
}
/*End Single Blog*/


/* CONTACT PAGE */
.grecaptcha-badge {
    display: none !important;
}
.contact-page h3 {
    margin: 85px 0 70px;
}
.contact-form {
    width: 100%;
    margin-bottom: 150px;
}
.contact-form form {
    width: 100%;
    position: relative;
    float: left;
}
.contact-form .wpcf7-response-output {
    float: right;
    width: 45%;
    padding: 10px;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 60px;
}
.contact-form label {
    width: 50%;
    float: left;
    padding: 0 60px 0 0;
    margin-bottom: 50px;
    color: #161440;
}
.contact-form input {
    width: 100%;
    height: 50px;
    border: none;
    padding-left: 15px;
    background: #fff;
    outline: none;
}
.contact-form label:nth-child(even){
    padding: 0 0 0 60px;
}
.contact-form textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    resize: vertical;
    border: none;
    outline: none;
}
.contact-form .submit {
    float: right;
}
.contact-form input[type="submit"] {
    background: #161440;
    color: #fff;
    text-align: center;
}

.contact-info {
    width: 100%;
    margin-bottom: 100px;
}
.contact-info h3 {
    float: left;
    width: 60%;
    margin: 0;
}
.contact-info .contact-info-items {
    width: 40%;
    float: left;
}
.contact-info a {
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.contact-info a:last-child {
    margin-right: 0;
}
/* END CONTACT PAGE */

/* VACANCIES */
.vacancies-page {
    position: relative;
}
.vacancies {
    width: 100%;
    padding: 0;
}
.vacancies h1 {
        padding: 30px 15px;
    font-size: 24px;
}
.vacancie-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.vacancie-item:last-child {
    border: 0;
}
.vacancie-item:hover {
    background: #fff;
}
.vacancie-item img{
    float: left;
    width: 215px;
    height: 100%;
    object-fit: cover;
}
.vacancie-title {
    width: 50%;
    float: left;
    padding: 0 50px;
}
.vacancie-title h2 {
    font-size: 16px;
    text-transform: capitalize;
}
.vacancie-title span{
    display: inline-block;
    font-size: 12px;
    margin-right: 100px;
}
.vacancie-date {
    float: left;
    font-size: 12px;
}
.vacancie-apply {
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 15px 40px;
    background: #EFEFEF;
    color: #161440;
    text-transform: uppercase;
    display: inline-table;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.vacancie-apply:hover {
    text-decoration: none;
    color: #fff;
    background: #161440;
}
.vacancies-page .contact-form{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}
.vacancies-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: #f7f7f7;
    z-index: 3;
}
.vacancies-form div.wpcf7 {
    width: 100%;
}
.vacancies-form form {
    margin: 100px 0 0;
}
.vacancies-form.active {
    display: block;
}
.vacancies-form input[type="file"] {
    padding: 10px 15px;
}
.vacancies-form .vacancie-close {
    position: absolute;
    top: 80px;
    right: 40px;
    text-transform: uppercase;
    color: #161440;
    cursor: pointer;
}
.vacancies-form .vacancie-close:hover {
    font-weight: bold;
}

.documents-page {
    margin: 40px auto;
}
.documents-page .vacancie-item {
    padding: 40px;
    height: auto;
}
.documents-page .vacancie-item img {
    max-width: 160px;
    max-height: 160px;
    object-fit: contain;
}
.documents-page .vacancie-desc {
    margin-top: 30px;
    display: none;
}
.documents-page .vacancie-item:hover {

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.documents-page .vacancie-item:hover .vacancie-desc {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.documents-page .vacancie-title {
    width: 70%;
    padding: 0 75px 0 50px;
    font-size: 16px;
}

.procurement-form {
    width: 50%;
    margin-top: 50px;
}
.procurement-form label {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.procurement-form .wpcf7-response-output {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
}
/* END VACANCIES */

/* SINGLE DOCUMENT */
.single-document .single-blog-author img{
    width: 50%;
    margin-bottom: 30px;
}
.single-document .single-blog-author span {
    margin-bottom: 15px;
}
.single-document .single-blog-desc {
    margin-bottom: 30px;
}
.single-document .vacancie-apply {
    position: relative;
    top: auto;
    right: auto;
}
/* END SINGLE DOCUMENT*/

/* TEAM PAGE */
.team-big-slider,
.team-small-slider {
    padding: 0;
}
.team-slider img,
.team-slider-ks img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.team-img {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.team-img .overlay {
    background: rgb(23,19,57);
    background: linear-gradient(45deg, rgba(23,19,57,0.7010154403558299) 0%, rgba(23,19,57,0.19681375968356096) 50%, rgba(0,115,75,0.7038165608040091) 100%);
    opacity: 1;
}
.team-name {
    margin: 50px 0 0px;
    font-size: 18px;
    text-transform: uppercase;
}
.team-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 14px;
}
.team-desc {
    position: relative;
}
.team-bio {
    width: 80%;
    float: left;
}
.team-social {
    position: absolute;
    width: 50px;
    top: 25px;
    right: 0;
}
.team-social a{
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.team-social img {
    width: 40px !important;
    height: 40px;
}
.team-social a:first-child:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #161440;
}

.team-slider-thumbs,
.team-slider-thumbs-ks {
    position: relative;
}
.team-slider-thumbs .owl-stage-outer,
.team-slider-thumbs .owl-stage,
.team-slider-thumbs .owl-item,
.team-slider-thumbs .owl-stage > div,
.team-slider-thumbs .owl-stage > div > div,
.team-slider-thumbs-ks .owl-stage-outer,
.team-slider-thumbs-ks .owl-stage,
.team-slider-thumbs-ks .owl-item,
.team-slider-thumbs-ks .owl-stage > div,
.team-slider-thumbs-ks .owl-stage > div > div {
    height: 100%;
}
.team-slider-thumbs .item,
.team-slider-thumbs-ks .item {
    position: relative;
    width: 50%;
    float: left;
    height: 350px;
    margin-bottom: 30px;
    opacity: 0.7;
    cursor: pointer;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.big-img-team {
    margin-top: 50px;
}
.big-img-team .item {
    height: 500px;
}
.team-slider-thumbs .item.active,
.team-slider-thumbs-ks .item.active,
.team-slider-thumbs .item:hover,
.team-slider-thumbs-ks .item:hover {
    opacity: 1;
}
.team-slider-thumbs .team-info,
.team-slider-thumbs-ks .team-info {
    width: 100%;
    height: 100%;
    display: block;
}
.team-slider-thumbs img,
.team-slider-thumbs-ks img{
    width: 100%;
    height: 70%;
    margin-bottom: 15px;
    object-fit: cover;
    object-position: center center;
}
.big-img-team .team-slider-thumbs img {
    height: 80%;
}
.team-slider-thumbs .team-name,
.team-slider-thumbs .team-title,
.team-slider-thumbs-ks .team-name,
.team-slider-thumbs-ks .team-title {
    margin: 0;
}
.team-slider .owl-nav,
.team-slider-ks .owl-nav {
    position: absolute;
    top: 400px;
    right: 0;
    height: 100px;
    width: 70px;
}
.team-slider .owl-nav button,
.team-slider-ks .owl-nav button {
    /*position: relative;*/
    display: block;
    width: 70px;
    height: 50px;
    background: #fff !important;
    outline: none !important;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-slider .owl-prev,
.team-slider-ks .owl-prev {
    position: absolute;
    bottom: 0;
    left: 0;
}
.team-slider .owl-next,
.team-slider-ks .owl-next {
    position: absolute;
    top: 0;
    left: 0;
}
.team-slider .owl-nav button svg,
.team-slider-ks .owl-nav button svg {
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.team-slider .owl-nav button svg path,
.team-slider-ks .owl-nav button svg path {
    fill: #161440;
}
.team-slider .owl-nav button:hover,
.team-slider-ks .owl-nav button:hover  {
    background: #161440 !important;
}
.team-slider .owl-nav button:hover svg path,
.team-slider-ks .owl-nav button:hover svg path {
    fill: #fff;
}


.team-slider .animated  {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-delay: 0ms;
  animation-delay: 0ms  ;
}

.team-slider .animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.delay-05 {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}
/* END TEAM PAGE */

/* SINGLE TEAM MEMBER */
.single-team .team-social {
    position: relative;
    width: 50px;
    top: auto;
    right: 0;
}
.single-team .team-social a:first-child:before {
    display: none;
}
.single-team .slide-img img {
    object-position: center 0; 
}
.postid-3650 .single-team .slide-img img {
    object-position: 0; 
}
.postid-242 .single-team .slide-img img {
    object-position: center; 
}
/* END SINGLE TEAM MEMBER */

/* MEDIA PAGE */
.media-page {
    position: relative;
    overflow: hidden;
    margin: 100px auto;
}
.media-active-container {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.media-slider {
    height: 100%;
}
.media-slider .img-credit {
    display: none;
}
.media-slider img {
    object-fit: contain;
}
.media-active-container video {
    width: 100%;
    height: 100%;
}
.media-active-container.active {
    display: block;
}
.media-active-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 32px;
    z-index: 3;
}
.media-item {
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
}
.media-item:hover {
    text-decoration: none;
}
.media-item-inner {
    position: relative;
    width: 100%;
}
.media-info {
    display: block;
    z-index: 4;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.media-title {
    padding: 24px;
    font-size: 16px;
    font-family: 'gotham_bookregular';
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.media-item-inner:hover .media-title {
    background: #161441;
    color: #fff;
}
.media-category {
    text-transform: uppercase;
    font-size: 12px;
}
.media-img {
    width: 100%;
    height: 400px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-item svg {
    margin-bottom: 15px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.media-item:hover svg {
    fill: #fff;
}
.social-media .media-item {
    flex: 20% !important;
}
.social-media .media-item:hover {
    /*color: #161440;*/
    background: #161440;
}
.social-media .media-info {
    left: 0;
    width: 100%;
    text-align: center;
}
.social-media .media-title {
    margin-bottom: 0;
}
/* END MEDIA PAGE */


/* SEARCH PAGE */
.search-page,
.search-page .container,
.search-page .row {
    
}
.searchform {
    width: 100%;
    height: 50px;
    margin: 50px 0;
}
.searchform input {
    width: 100%;
    height: 100%;
    padding: 15px;
}
.search-result {
    margin-bottom: 100px;
}
.search-result .result-item {
    margin-bottom: 50px;
}
.search-result .result-item a {
    text-decoration: underline;
}
/* END SEARCH PAGE*/

/* FAQs PAGE */
.faq-page {
    padding: 100px 0;
}
.faq-item {
    margin-bottom: 50px;
}
.faq-title {
    margin: 0 0 15px;
}
/* END FAQs PAGE */

/*WE SCHOLARS*/
.scholar__item {
    text-align: center;
    margin-bottom: 60px;
}
.scholar__item img {
    width: 200px;
    height: 200px;
    max-width: 95%;
    object-fit: contain;
    filter: grayscale(100%);
    padding: 16px 0 0;
    transition: all .3s ease-in-out;
}
.scholar__item:hover  img {
    filter: grayscale(0);
}
.scholar__item-info {
    font-size: 24px;
    line-height: 1;
}
.scholar__item h3 {
    font-size: 24px !important;
    margin: 16px 0;
}
.scholar__item a {
    font-size: 16px;
}
/* WOMEN IN ENERGY */
.lang {
    padding: 0;
    margin: 0 0 32px;
    list-style: none;
}
.lang li {
    display: inline-block;
    margin-right: 16px;
}
.current-lang a {
    color: #e11b0c;
}
.women_big_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../img/we-image2.jpg) no-repeat center center !important;
    background-size: cover !important;  
}
.women_energy_page {
    position: relative;
    font-family: 'Mark OT';
    padding: 165px 0 130px;
    background: #fff;
    color: #160F3E;
}
.women_energy_main .women_content_desc {
    transition: all .3s ease-in-out;
}
.women_sidebar {
    
}
.women_logo {
    display: block;
    width: 60%;
    margin: 0 0 140px;
}
.women_logo img{
    width: 100%;
}
.we__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.we__nav ul .menu-item-has-children svg,
.we__nav svg {
    display: none;
}
.we__nav ul > li a {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #160F3E;
    font-weight: bold;
}
.menu-we_grants-container #menu-we_grants > li a {
    color: #231f20;
    border-color: #231f20;
}
.we__nav ul > li a:hover,
.we__main-nav li a:hover {
    text-decoration: none;
}
.we__nav .sub-menu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.we__nav ul > .current-menu-ancestor .sub-menu,
.we__nav ul > li:hover .sub-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}
.we__nav ul .sub-menu > li a {
    border-bottom: 1px solid #160F3E !important;
    font-weight: normal !important;
}

.we__main-nav li a img,
.we__nav li a img {
    opacity: 0;
    display: inline-block;
    width: 16px;
    margin-left: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.we__nav .menu > li a:hover img,
.we__nav .sub-menu a:hover img,
.we__nav .menu > li.current-menu-item > a img,
.we__nav .sub-menu .current-menu-item a img {
    opacity: 1 !important;
    margin-left: 15px !important;
}
.we__main-nav li a {
/*    color: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;*/
}
.woman_apply {
    display: block;
    padding: 25px;
    margin-top: 60px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #160F3E;
    border: 3px solid #160F3E;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woman_apply:hover {
    text-decoration: none;
    background: #160F3E;
    color: #fff;
}
.women_main_title {
    font-size: 30px;
    margin: 0 0 90px;
    font-family: 'LarishNeueSemibold';
}
.women_energy_main .women_content_desc {
    font-size: 32px;
    line-height: 40px;
}
.women_content_desc {
    font-size: 15px;
    line-height: 23px;
}
.women_content_desc h3 {
    font-size: 15px;
    font-family: 'Mark OT';
}
.women_content_desc table {
    width: 100% !important;
}
.women_content_desc table tbody tr {
    border-bottom: 1px solid #ddd;
}
.women_content_desc table tbody td {
    padding: 20px;
    border: 1px solid #ddd;
}
.women_content_desc > ol {
    padding-left: 10px;
}
.women_content_desc p.paragraph_border {
    position: relative;
}
.women_content_desc p.paragraph_border:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 60%;
    height: 3px;
    background: #160F3E;
}
.women_content_desc > ol > li {
    margin-bottom: 50px;
}
.dde__desc li {
    margin-bottom: 24px !important;
}

/* INTERSHIPS */
.we_intership {
    position: relative;
    color: #231f20;
    padding-top: 80px;
}
.menu-we_intership-container #menu-we_intership > li a {
    color: #231f20;
    border-color: #231f20;
}

.women_intership_apply {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.intership__btn {
    display: block;
    max-width: 375px;
    width: 100%;
    padding: 8px 16px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    background: #e11c0d;
    margin-bottom: 1px;
}

/* WE Grants */
.we__grants .current-lang a {
    color: #31fffe;
}
/*.we__grants .lang-item-sr {
    display: none;
}*/
.grants__btn {
    display: block;
    max-width: 375px;
    padding: 8px 16px;
    margin-bottom: 8px;
    line-height: 1.4;
    color: #000;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    background: #31fffe;
}
.we__grants .women_content_desc > ol > li {
    margin-bottom: 8px;
}

/* END WOMEN IN ENERGY */

/*DIGDATA*/
.digdata__img {
    width: 100%;
    /*height: calc(100vh - 84px);*/
}
.digdata__img img {
    width: 100%;
    height: auto;
    object-position: center;
}

/*DIG DAT AIR*/
.page-template-digdata-air {
    background: #fff;
}
.page-template-digdata-air canvas{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
/*    -webkit-transform: translateX( -50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.air-gif {
    position: absolute;
    top: -120px;
    left: 50%;
    width: 115%;
    z-index: -1;
    transform: translateX(-50%);
}
.digdata_air_main {
    z-index: 1;
    position: relative;
}

.page-template-digdata-air,
.single-digdata_air {
    padding-top: 52px;
}
.digdata_air_main {
    position: relative;
    background: none;
    color: #000;
    padding: 85px 0 130px;
    z-index: 1;
    overflow: hidden;
}
.dda-logo {
    display: block;
    margin-bottom: 45px;
}
.dda-logo img{
    height: 250px;
}
.menu-digdata_air_menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-digdata_air_menu-container .menu-item-has-children svg {
    display: none;
}
.menu-digdata_air_menu-container #menu-digdata_air_menu > li a {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    font-weight: bold;
}
.menu-digdata_air_menu-container #menu-digdata_air_menu > li a:hover {
    text-decoration: none;
}
.menu-digdata_air_menu-container .sub-menu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-digdata_air_menu-container #menu-digdata_air_menu > .current-menu-ancestor .sub-menu,
.menu-digdata_air_menu-container #menu-digdata_air_menu > li:hover .sub-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}
.menu-digdata_air_menu-container .sub-menu > li a {
    border-bottom: 1px solid #000 !important;
    font-weight: normal !important;
}
.menu-item-object-digdata_air a img {
    opacity: 0;
    display: inline-block;
    width: 16px;
    margin-left: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-item-object-digdata_air.current-menu-item a img,
.menu-item-object-digdata_air a:hover img {
    opacity: 1;
    margin-left: 15px;
}
.digdata_air_main .woman_apply,
.digdata_air_page .woman_apply {
    background: #000;
    color: #fff;
}
.digdata_air_main .woman_apply:hover,
.digdata_air_page .woman_apply:hover {
    background: #000;
    color: #fff;
}
.digdata_air_main .digdata_archive {
    margin-top: 30px;
}
.digdata_air_main .digdata_archive a {
    display: block;
    color: #000;
    margin-bottom: 10px;
}
.digdata_air_main .women_main_title {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Mark OT';
    margin-bottom: 60px;
    font-weight: 700;
}
.digdata_air_main .women_content_desc {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Mark OT';
    font-weight: 700;
    margin-top: 195px;
    margin-left: 530px;
}

.digdata_air_page {
    background: #fff;
    color: #000;
    padding: 85px 0 130px;
    font-family: 'Mark OT';
}
.digdata_air_page .women_main_title {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Mark OT';
    margin-bottom: 57px;
    font-weight: 700;
}
.digdata_air_page .women_content_desc p {
    margin-bottom: 0;
}
.digdata_air_page .women_content_desc > ol > li {
    margin-bottom: 20px;
}
.digdata_air_button {
    position: relative;
    padding: 10px 55px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    float: right;
    margin-top: -30px;
}
.digdata_air_button:hover {
    text-decoration: none;
    color: #fff;
}
.digdata_air_button span {
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 1px;
    background: #000;
}
.digdata_air_button span:nth-child(2) {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 400%;
    height: 1px;
    background: #000;
}
.digdata_archive {
    margin-top: 80px;
}
.digdata_archive a {
    display: block;
    color: #000;
    margin-bottom: 10px;
}
/*END DIG DAT AIR*/
.page-template-digdata_2020 .women_content_desc {
    color: #000;
    font-size: 48px;
    line-height: 58px;
}
.page-template-digdata_2020 .digdata_archive a {
    color: #000;
}

/*DIGDATA ENERGY*/
.digdata__energy-video {
	width: 100%;
	height: calc(100% - 84px);
}
.digdata__energy-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.digdata_energy_main {
	background: #ffff00;
	padding: 0;
}
.digdata_energy_main .container,
.digdata_energy_main .row {
	height: 100%;
}
.digdata_energy_main .women_sidebar {
	padding: 130px 30px 130px 15px;
	height: 100%;
}
.digdata_energy_main .women_content {
	padding: 130px 0;
	height: 100%;
}
.dde-logo {
	display: block;
    margin-bottom: 45px;
}
.dde-logo img {
	height: 300px;
}
.dde__apply {
	display: block;
	margin-top: 100px;
	background: #000;
	color: #fff;
	font-family: 'Mark Pro Ultra';
	padding: 15px 25px;
	border: 3px solid #000;
}

.menu-digdata_energy_en-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-digdata_energy_en-container .menu-item-has-children svg {
    display: none;
}
.menu-digdata_energy_en-container #menu-digdata_energy_en > li a {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    font-weight: bold;
}
.menu-digdata_energy_en-container #menu-digdata_energy_en > li a:hover {
    text-decoration: none;
}
.menu-digdata_energy_en-container .sub-menu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-digdata_energy_en-container #menu-digdata_energy_en > .current-menu-ancestor .sub-menu,
.menu-digdata_energy_en-container #menu-digdata_energy_en > li:hover .sub-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}
.menu-digdata_energy_en-container .sub-menu > li a {
    border-bottom: 1px solid #000 !important;
    font-weight: normal !important;
}
#menu-digdata_energy_en li a img {
    opacity: 0;
    display: inline-block;
    width: 16px;
    margin-left: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#menu-digdata_energy_en li.current-menu-item > a img,
#menu-digdata_energy_en li a:hover > img {
    opacity: 1;
    margin-left: 15px;
}

.dde_dates {

}
.dde_dates span {
	float: left;
	width: 50%;
	font-family: 'Mark Pro Ultra';
	font-size: 40px;
	color: #000;
	line-height: 1;

	transform: rotate(-10deg);
}
.dde__desc {
	margin-top: 100px;
}
.dde__desc h1 {
	font-family: 'Mark Pro Ultra';
	font-size: 140px;
	line-height: 0.8em;
	color: #000;
}
.dde__desc ol {
    padding-left: 40px;
}

/*DIGDATA JUDICIAL*/
.digdata__judicial {
    position: relative;
    font-family: 'Mark OT';
    padding: 165px 0 130px;
    background: #000;
    color: #d2ccc5;
}
.digdata__menu {

}
.digdata__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.digdata__menu .menu-item-has-children svg {
    display: none;
}
.digdata__menu .menu > li a {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d2ccc5;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d2ccc5;
    font-weight: bold;
}
.ddj__single .digdata__menu .menu > li a {
    color: #000;
}
.digdata__menu .menu > li a:hover {
    text-decoration: none;
}
.digdata__menu .sub-menu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.digdata__menu .menu > .current-menu-ancestor .sub-menu,
.digdata__menu .menu > li:hover .sub-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}
.digdata__menu .sub-menu > li a {
    border-bottom: 1px solid #d2ccc5 !important;
    font-weight: normal !important;
}
.ddj__single .digdata__menu .sub-menu > li a {
    border-color: #000 !important;
}
.digdata__menu .menu li a img {
    opacity: 0;
    display: inline-block;
    width: 16px;
    margin-left: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.digdata__menu .menu li.current-menu-item > a img,
.digdata__menu .menu li a:hover > img {
    opacity: 1;
    margin-left: 15px;
}
.ddj__archive a {
    color: #d2ccc5;
}
.ddj__single .ddj__archive a {
    color: #000;
}
.ddj__apply {
    border-color: #d2ccc5;
    color: #d2ccc5;
}
.ddj__apply:hover {
    text-decoration: none;
    background: #d2ccc5;
    color: #000;
}
.ddj__single .ddj__apply {
    border-color: #000;
    color: #000;
}
.ddj__single .ddj__apply:hover {
    text-decoration: none;
    background: #000;
    color: #d2ccc5;
}

.ddj_dates {

}
.ddj_dates span {
    float: left;
    width: 50%;
    font-family: 'Mark Pro Ultra';
    font-size: 40px;
    color: #d2ccc5;
    line-height: 1;
}
.ddj__single .ddj_dates span {
    color: #000;
}
.ddj__desc {
    margin-top: 100px;
}
.ddj__desc h1 {
    font-family: 'Mark Pro Ultra';
    font-size: 140px;
    line-height: 0.8em;
    color: #d2ccc5;
}
.dde__desc ul li {
    margin-bottom: 16px;
}
.ddj__single {
    position: relative;
    font-family: 'Mark OT';
    padding: 165px 0 130px;
    background: #d2ccc5;
    color: #000;
}

/*M&E*/
.me__page {
    margin: 80px 0;
}
.open__data-items {

}
.open__data-item {
    display: flex;
    margin-bottom: 64px
}
.open__data-year {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin: 0 0 8px;
}
.open__data-img {
    width: 40%;
}
.open__data-img img {
    width: 100%;
}
.open__data-info {
    width: 60%;
    padding: 0 24px;
}
.open__data-info h2 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 8px;
}
.open__data-info p {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 24px;
}
.open__data-info a {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #161440;
    margin: 0 16px 16px 0;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.open__data-info a:hover {
    background-color: #161440;
    color: #fff;
}

.progress__indicators-items {
    display: flex;
}
.progress__indicators-item {
    width: 33.333%;
    padding: 0 8px;
    margin-bottom: 16px;
    text-decoration: none !important;

}
.progress__indicators-img {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}
.progress__indicators-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s ease-in-out;
}
.progress__indicators-item:hover img {
    transform: scale(1.2);
    filter: grayscale(100%);
}
.progress__indicators-info {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transform: all .3s ease-in-out;
}
.progress__indicators-item:hover .progress__indicators-info {
    opacity: 1;
    visibility: visible;
}
.progress__indicators-info img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 16px;
}
.progress__indicators-info p {
    color: #fff;
}
.progress__indicators-item h2 {
    width: 100%;
    padding: 24px;
    font-size: 16px;
    text-align: center;
    font-family: 'gotham_bookregular';
}
.single-blog-desc table {
    border: 1px solid #ddd;
}
.single-blog-desc table tbody {
    background: #f5f5f5;
}
.single-blog-desc table tr{
    border: 1px solid #ddd;
}
.single-blog-desc table tbody tr:first-child {
    background: #01724a;
    color: #fff;
}
.single-blog-desc table tbody tr:first-child td {
    border: 1px solid 1px solid rgb(221 221 221 / 10%);
}
.single-blog-desc table td {
    padding: 8px 24px;
    font-size: 14px;
    border: 1px solid #ddd;
}

footer {
    text-transform: uppercase;
    background: #161440;
    color: #fff;
    padding: 100px 0 0;
    overflow: hidden;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .footer-menu {
    margin-bottom: 80px;
}
footer .footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    
}
footer .footer-menu ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.report-fraud a {
    transition: .3s all;
}
.report-fraud a {
    background: #D32F2F;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
}
footer .star-logo {
    display: block;
    height: 90px;
    margin-bottom: 80px;
}
footer .star-logo img {
    height: 100%;
}
footer .terms a {
    width: 50%;
    float: left;
}
footer .footer-social {
    width: 40%;
    float: left;
}
footer .footer-social a {
    display: block;
    margin-bottom: 20px;
}
footer .footer-social a svg {
    margin: -6px 5px 0 0;
}
footer .footer-contact {
    width: 50%;
    float: right;
}
footer .footer-contact p {
    text-transform: initial;
    margin-bottom: 15px;
}
footer .footer-contact span {
    display: block;
    margin-bottom: 15px;
}
footer .copyright {
    position: relative;
    margin-top: 30px;
    padding: 70px 0 30px;
    background: #fff;
    text-align: center;
}
footer .copyright img {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 135px;
    padding: 25px;
    border-radius: 100%;
    background: #fff;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
footer .copyright p{
    margin: 30px 0 0;
    color: #161440;
}

/*FOOTER*/
.footer {
    text-transform: uppercase;
    background: #161440;
    color: #fff;
    padding: 100px 0 0;
    overflow: hidden;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer__logos {
    position: relative;
    display: flex;
    margin-bottom: 64px;
    flex-wrap: wrap;
}
.footer__logos a {
    margin-right: 40px;
}
.footer__logos img {
    width: auto;
    height: 80px !important;
    max-width: 200px;
    max-height: 80px;
}
.footer__logos .report__fraud {
    position: absolute;
    top: 50%;
    right: 0;
    background: #D32F2F;
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    height: 64px;
    line-height: 44px;
    text-decoration: none;

    transform: translateY(-50%);
}
.footer__info {
    display: flex;
    flex-wrap: wrap;
}
.footer .footer__menu {
    width: 50%;
    /*padding: 0 32px;*/
}
.footer .footer__social {
    width: 20%;
    padding: 0 32px;
}
.footer .footer__social a {
    display: block;
    margin-bottom: 20px;
}
.footer .footer__social a svg {
    margin: -6px 5px 0 0;
}
.footer .footer__contact {
    width: 30%;
    /*padding: 0 32px;*/
}
.footer__copyright {
    margin-top: 64px;
}
.footer__copyright .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__copyright p {
    margin: 0;
}
.footer__copyright-links a {
    margin-left: 16px;
}
/*END FOOTER*/

.subscribe-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #f5f5f5;
    display: block;
    padding: 12px 15px;
    color: #161440 !important;
    margin-top: 30px;
}
.subscribe-btn:hover {
    color: #161440 !important;
}
.mailpoet_form{
    margin: 50px 0;
}
.mailpoet_text {
    width: 50% !important;
    height: 50px;
    border: none;
    padding-left: 15px;
    background: #fff;
    outline: none;
}
.mailpoet_segment_label {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.mailpoet_checkbox_label {
    margin-bottom: 15px;
    cursor: pointer;
}
.mailpoet_submit {
    padding: 15px 40px;
    background: #EFEFEF;
    color: #161440;
    text-transform: uppercase;
    display: block;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mailpoet_submit:hover {
    background: #161440;
    color: #EFEFEF;
}
/*.article-big-img,
.article-small-img {
    background: rgba(0,115,75,1);
    background: linear-gradient(45deg, rgba(0,115,75,1) 0%, rgba(23,19,57,0) 50%, rgba(23,19,57,1) 100%);
}*/
.lazy-img {
    object-fit: cover;
    background-image: url(../img/loader.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.gallery-page .lazy-img,
.blog-slider .lazy-img,
.home-slider .lazy-img {
    background-image: url(../img/white-loader.svg);
}


/* Procurement Firms - Login&Register */
.login__register {
    margin: 100px 0;
}
.register-form {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
}
.register-form label {
    width: 100%;
    margin: 0 0 32px;
    padding: 0 !important;
}
.label__title {
    width: 100%;
    float: left;
    margin: 0 0 8px;
}
.register-form select {
    width: 100%;
    height: 50px;
    border: none;
    padding-left: 15px;
    background: #fff;
    outline: none;
}
.prime__contractors label {
    width: auto;
    float: left;
    margin: 0 32px 32px 0;
}
.prime__contractors label .label__title {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    float: none;
}
.prime__contractors label input {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.register-form input[type="submit"] {
    cursor: pointer;
}


.firms__items {
    margin: 100px 0;
}
.firm__item-inner {
    height: 150px;
    padding: 16px;
    margin-bottom: 32px;
    text-align: center;
    border: 2px solid;
}
.firm__item-name {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.firm__item-sector {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.firms__filter {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid;
}
.firms__filter-title {
    display: block;
    float: left;
    margin-right: 32px;
    line-height: 32px;
}
.firms__filter select {
    width: 200px;
    margin: 0 16px 0 0;
    display: block;
    float: left;
    height: 32px;
    border: 1px solid;
}

.firm__info {
    width: 720px;
    max-width: 100%;
    margin-bottom: 100px;
}
.firm__info p {
    margin-bottom: 16px;
}
.firm__info span {
    display: block;
    font-weight: bold;
}

.user-registration-profile-header header {
    display: none;
}
#mfk_registration_form .g-recaptcha{
    display: block;
    float: left;
    margin-bottom: 16px;
}
/* login */

form#login{
    display: none;
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    padding: 32px;
    width: 350px;
    z-index: 999;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

form#login p.status{
    display: none;
}

.login_overlay{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}
#login h4 {
    margin: 0 0 16px;
}
#login label {
    width: 100%;
    margin: 0 0 4px;
}
#login input[type="text"],
#login input[type="password"] {
    width: 100%;
    height: 50px;
    padding: 8px 16px;
    border: none;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
}
.login__lost {
    display: block;
    margin-top: 16px;
}
#login input[type="submit"] {
    width: 100%;
    height: 50px;
    border: none;
    padding: 15px;
    background: #161440;
    color: #fff;
    outline: none;
}
.login__close {
    position: absolute;
    top: -30px;
    right: -30px;
    text-transform: uppercase;
    font-size: 20px;
}

.single__procurement-buttons {
    border-bottom: 1px solid #161440;
}
.procurement-btn {
    display: block;
    float: left;
    text-transform: uppercase;
    padding: 8px 16px;
    line-height: 24px;
    height: 40px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.procurement-btn:hover {
    text-decoration: none;
}
.procurement-btn.active {
    background: #161440;
    color: #fff;
}

.procurement-suppliers {
    margin-top: 32px;
}

.suppliers__comments {
    margin-bottom: 100px;
}
.suppliers__comments-item {
    margin-bottom: 24px;
}
.comment__author {
    margin: 0 0 8px;
    text-transform: capitalize;
}
.comment__author small {
    margin-left: 4px;
}
.comment__desc {
    margin: 0;
}

.comments__form {
    font-size: 16px;
}
.comments__form h3 {
    font-size: 18px;
    margin: 0 0 16px;
}
.comments__form textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    resize: vertical;
    border: none;
    outline: none;
}
.comments__form input[type="submit"] {
    width: 200px;
    height: 50px;
    border: none;
    padding: 8px 16px;
    line-height: 24px;
    outline: none;
    background: #161440;
    color: #fff;
    text-align: center;
}

/*FILTERS*/
.filters {
    margin: 0 0 40px 0;
}
.filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.filters ul li {
    margin-right: 24px;
    font-size: 16px;
    text-transform: uppercase;
}

/*INTERACTIVE MAP*/
.page-template-interactive-map,
.page-template-interactive-map-project-php,
.single-interactive-map-city {
  width: 100%;
  height: 100vh;
  padding: 0;
}
/*.page-template-interactive-map header,
.page-template-interactive-map footer,
.page-template-interactive-map .top-bar-menu,
.page-template-interactive-map-project-php header,
.page-template-interactive-map-project-php footer,
.page-template-interactive-map-project-php .top-bar-menu,
.single-interactive-map-city header,
.single-interactive-map-city footer,
.single-interactive-map-city .top-bar-menu {
  display: none;
}*/
.page-template-interactive-map .page-content,
.page-template-interactive-map-project-php .page-content,
.single-interactive-map-city .page-content {
  height: 100%;
}
.map__container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  padding: 80px;
  margin-top: 116px;
  color: #fff;
  background: #0D0D0D;
  font-size: 14px;
  line-height: 1.4;
  z-index: 9999;
  font-family: 'Mark OT';
}
.map__info {
  position: relative;
  width: 50%;
  display: flex;
  align-items: end;
}
.map__info-inner {
  width: 75%;
}
.map__info-inner a {
  color: #fff;
}
.map__info-txt {
  position: absolute;
  top: 0;
  left: 0;
}
.map__info-dd {
    position: relative;
    width: 350px;
}
.single-interactive-map-city .map__info-dd {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
}
.map__info-dd p {
  position: relative;
  width: 350px;
  height: 40px;
  line-height: 40px;
  font-size: 14px !important;
  color: #757575;
  font-family: 'Mark OT';
  padding: 0 32px;
  margin: 0;
  border: 1px solid #757575;
  border-radius: 60px;
  cursor: pointer;
}
.map__info-dd p.active {
  color: #fff;
  border: 1px solid #fff;
}
/*.map__info-dd p::after {
  content: "^";
  position: absolute;
  top: 50%;
  right: 32px;
  font-size: 18px;
  color: #757575;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  transition: all .3s ease-in-out;
}
.map__info-dd p.active::after {
  color: #fff;
  transform: translateY(-50%) rotate(0);
}*/
.map__info-dd p img {
    position: absolute;
    top: 50%;
    right: 32px;
    width: 16px;
    opacity: 0.5;
    transform: translateY(-50%);
    transform-origin: center;
    transition: all .3s ease-in-out;
}
.map__info-dd p.active img {
    transform: translateY(-50%) rotate(180deg);
}
.map__info-dd-opt {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  width: 240px;
  padding: 24px;
  margin-top: -1px;
  background: #000;
  border: 1px solid #fff;
  border-radius: 16px 16px 0 0;
  left: 50%;
  bottom: 100%;
  position: absolute;
  transform: translateX(-50%);
  overflow-y: auto;
}
.single-interactive-map-city .map__info-dd-opt {
    position: relative;
    bottom: auto;
    border-radius: 0 0 16px 16px;
}
.map__info-dd-opt::-webkit-scrollbar {
  width: 5px;
}
 
.map__info-dd-opt::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.map__info-dd-opt::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.map__info-dd-opt.active {
  opacity: 1;
  visibility: visible;
  max-height: 400px;
}
.map__info-dd-opt a {
  display: block;
  color: #757575;
  font-size: 16px;
  font-family:'Mark OT';
  line-height: 1;
  text-decoration: none;
  margin-bottom: 8px;
}
.map__info-dd-opt a:last-child {
  margin: 0;
}
.map__info-dd-opt a:hover {
  color: #fff;
}

.map__info h1 {
  font-size: 48px;
  margin: 0 0 32px;
  font-family:'Mark OT';
  font-weight: bold;
}
.map__info-project h1 {
  font-size: 48px;
}
.map__info p {
  margin: 0;
  font-size: 16px;
  font-family:'Mark OT';
}
.map__info-project .map__info p {
  font-size: 30px;
}
.map__info-total {
  display: block;
  margin-top: 80px;
  font-size: 18px;
}

.map__object {
  position: relative;
  width: 50%;
  height: 100%;
}
.map__object svg {
  height: calc(100% - 160px);
}
.map__vector {
  height: calc(100% - 160px);
}
.map__projects {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.map__project-item {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-left: 8px;
  background: #313131;
  padding: 16px 0px;
  width: 82px;
  border-radius: 19px;
  font-family:'Mark OT';
}
.map__project-item:hover {
    color: #fff;
    text-decoration: none;
}
.map__project-item img {
  width: 56px;
  height: 64px;
  object-fit: contain;
  display: inline-block;
  margin-bottom: 16px;
}
.map__project-item span {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.map__project-item span:last-child { 
  font-size: 19px;
  margin-top: 4px;
}

/*CITY PAGE*/
.city__projects {
  position: relative;
  width: 50%;
  display: flex;
  align-items: end;
  z-index: 1;
}
.city__projects-inner {

}
.city__projects-inner > h1{
  font-size: 40px;
  margin: 0 0 40px;
  font-family:'Mark OT';
  font-weight: bold;
}
.city__projects-inner > p {
  margin: 0 0 64px;
  font-size: 24px;
  font-family:'Mark OT';
}
.city__projects-links {
  display: flex;
}
.city__projects-links .map__project-item {
  margin: 0 16px 0 0;
  width: 128px;
  padding: 16px;
}
.city__projects-links .map__project-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.city__projects-links .map__project-item span {
  font-size: 24px;
  margin: 16px 0 8;
}
.city__projects-links .map__project-item span:last-child {
  font-size: 32px;
}

.city__map {
  position: relative;
  width: 50%;
  height: 100%;
}
.city__map-vector {
    max-width: 100%;
    height: calc(100% - 160px);
    object-fit: contain;
}
.city__project-popup .city__map-vector {
    margin: 0 auto;
    display: block;
}
.back__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  font-family:'Mark OT';
}
.back__btn:hover {
    text-decoration: none;
    color: #fff;
}
.back__btn img {
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 8px;
}

.city__project-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00001B;
  z-index: 99999;
}
.city__project-popup .map__container {
    margin-top: 0;
}
.AER__popup #aer.map__project-item {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}
.HER__popup #her.map__project-item {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}
.WEI__popup #wei.map__project-item {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}
.WES__popup #wes.map__project-item {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}
.WEE__popup #wee.map__project-item {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}

/*PROJECT PAGE*/
.project__page .map__project-item {
  width: 72px;
  background: none;
  padding: 0;
}
.project__page .map__project-item img {
  width: 72px;
  height: 100px;
  background: #313131;
  border-radius: 19px;
  padding: 16px 12px;
  margin-bottom: 8px;
}
.project__page .map__project-item span {
  font-size: 12px;
  opacity: 0.7;
}
.project__page .map__project-item.active span {
  font-size: 12px;
  opacity: 0.7;
}

.page-id-5713 .project__page .map__project-item:nth-child(2) {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}
.page-id-5716 .project__page .map__project-item:nth-child(3) {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}
.page-id-5723 .project__page .map__project-item:nth-child(4) {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}
.page-id-5726 .project__page .map__project-item:nth-child(5) {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}
.page-id-5720 .project__page .map__project-item:nth-child(6) {
    transform: scale(1.2);
    margin: 0px 8px 0 16px;
}

/*SINGLE PROJECT*/
.city__single {
  width: 25%;
}
.city__single-inner {
  
}
.city__single img {
  display: block;
  margin: 0 0 40px;
  width: 200px;
  max-width: 200px;
  max-height: 400px;
  object-fit: contain;
}
.city__single p {
  font-size: 16px;
  margin: 0;
  font-family:'Mark OT';
}

.city__single-map {
  position: relative;
  width: 75%;
  height: 100%;
}
.city__single-links {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.city__single-links a {
  position: relative;
  display: block;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 24px;
  line-height: 1;
  transition: all .2s ease-in-out;
}
.city__single-links a.active {
  font-size: 40px;
}
.city__single-links a:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.city__single-links a.active:after,
.city__single-links a:hover:after {
  opacity: 1;
  visibility: visible;
}

.city__single-total {
  position: absolute;
  top: 360px;
  right: 0;
  text-align: right;
  background: #0d0d0d;
  padding: 8px;
}
.city__single-total p {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}
.city__single-total p:last-child {
  position: relative;
  font-size: 32px;
}

.journey__maps {
    overflow: hidden;
    height: calc(100vh - 150px);
}
.journey__maps .container {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.journey__maps-data {
    position: relative;
}
.journey__maps-data:before {
    content: '';
    position: absolute;
    top: 32px;
    left: -90%;
    width: 200%;
    height: 64px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0 0 15px 0;
}
.journey__maps-data:after  {
    content: '';
    position: absolute;
    top: 0;
    left: calc(110% - 1px);
    width: 200%;
    height: 40px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-radius: 15px 0 0 0;
}
.journey__maps h1 {
    width: 100%;
    text-align: center;
    font-size: 64px;
    font-family: 'gotham_boldregular';
    margin: 0 0 40px;
}
.journey__maps h1:before {
    content: '';
    position: absolute;
    top: 84px;
    left: -80px;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 30px;
}
.journey__maps-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.journey__maps-btns a {
    display: block;
    padding: 16px 32px;
    background: none;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.journey__maps-btns a:hover {
    background: #000;
    color: #fff;
}


@media (max-width: 767px) {
  .map__container {
    padding: 24px;
    height: auto;
    min-height: 100%;
  }

  .map__info {
    width: 100%;
    margin-bottom: 32px;
  }
  .map__info-inner {
    width: 100%;
  }
  .map__info-txt {
    position: relative;
  }
  .map__info-dd {
    width: 100% !important;
    position: relative !important;
    margin-bottom: 0;
  }
  .map__info-dd p {
    width: 100%;
  }
  .map__info-dd-opt {
    position: absolute;
    width: calc(100% - 48px);
    z-index: 9;
    background: #000;
    top: 100%;
    bottom: auto;
    border-radius: 0 0 16px 16px;
  }
  .map__info h1 {
    font-size: 32px;
  }
  .map__info p {
    font-size: 16px;
  }
  .map__object {
    width: 100%;
    height: auto;
  }
  .map__object .map__vector {
    width: 100%;
    height: auto;
  }
  .map__projects {
    display: flex;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 32px 0;
    justify-content: space-between;
  }
  .map__project-item {
    margin: 0 8px 0 0;
    padding: 8px;
  }
  .map__project-item:last-child {
    margin-right: 0;
  }
  .map__project-item img {
    width: 40px;
    height: 40px;
  }
  .map__project-item span {
    font-size: 14px;
  }
  .map__project-item span:last-child {
    font-size: 16px;
  }
  .project__page .map__projects {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .project__page .map__project-item {
    margin: 0 0 16px 0;
  }

  .city__projects {
    width: 100%;
    align-items: unset;
    flex-wrap: wrap;
  }
  .city__projects-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
  }
  .city__projects-links .map__project-item {
    margin: 0;
    width: 30%;
    padding: 16px;
  }
  .city__projects-links .map__project-item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
  }
  .city__projects-links .map__project-item span {
    font-size: 18px;
  }
  .city__projects-links .map__project-item span:last-child {
    font-size: 20px;
  }
  .city__map {
    width: 100%;
  }
  .back__btn {
    position: relative;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .back__btn img {
    width: 16px;
    height: 16px;
    }

  .city__project-popup {
    overflow-y: auto;
  }
  .city__single {
    width: 100%;
  }
  .city__single img {
    margin: 40px auto;
    width: 240px;
    height: 240px;
    }
    .city__project-popup .city__single-map {
        width: 100%;
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .city__project-popup .city__map-vector {
        margin: 0;
    }
    .city__project-popup .map__projects {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
        order: 2;
    }
    .city__project-popup .map__project-item {
        width: 30%;
        margin: 0;
    }
    .city__single-total {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        order: 1;
        width: 100%;
        margin: 24px 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .map__container {
    padding: 80px;
    height: auto;
    min-height: 100%;
  }

  .map__info {
    width: 100%;
    margin-bottom: 32px;
  }
  .map__info-inner {
    width: 100%;
  }
  .map__info-dd {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
  }
  .map__info-dd p {
    width: 100%;
  }
  .map__info-dd-opt {
    position: absolute;
    width: calc(100% - 48px);
    z-index: 9;
    background: #000;
  }
  .map__info h1 {
    font-size: 32px;
  }
  .map__info p {
    font-size: 16px;
  }
  .map__object {
    width: 100%;
    height: auto;
  }
  .map__object .map__vector {
    width: 100%;
    height: auto;
  }
  .map__projects {
    display: flex;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 32px 0;
    justify-content: space-between;
  }
  .map__project-item {
    margin: 0 8px 0 0;
    padding: 8px;
  }
  .map__project-item:last-child {
    margin-right: 0;
  }
  .map__project-item img {
    width: 40px;
    height: 40px;
  }
  .map__project-item span {
    font-size: 14px;
  }
  .map__project-item span:last-child {
    font-size: 16px;
  }
  .project__page .map__projects {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .project__page .map__project-item {
    margin: 0 0 16px 0;
  }

  .city__projects {
    width: 100%;
    align-items: unset;
    flex-wrap: wrap;
  }
  .city__projects-inner {
    width: 100%;
    }
    .city__single-inner {
        display: flex;
        gap: 40px;
        align-items: self-start;
    }
  .city__projects-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
  }
  .city__projects-links .map__project-item {
    margin: 0;
    padding: 16px;
  }
  .city__projects-links .map__project-item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
  }
  .city__projects-links .map__project-item span {
    font-size: 18px;
  }
  .city__projects-links .map__project-item span:last-child {
    font-size: 20px;
  }
  .city__map {
    width: 100%;
  }
  .back__btn {
    position: relative;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .back__btn img {
    width: 16px;
    height: 16px;
    }

  .city__project-popup {
    overflow-y: auto;
  }
  .city__single {
    width: 100%;
  }
  .city__single img {
    margin: 0;
    width: 240px;
    height: 240px;
    }
    .city__project-popup .city__single-map {
        width: 100%;
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .city__project-popup .city__map-vector {
        margin: 0;
    }
    .city__project-popup .map__projects {
        gap: 16px;
        justify-content: center;
        order: 2;
        width: 100%;
    }
    .city__project-popup .map__project-item {
        margin: 0;
        padding: 16px;
    }
    .city__single-total {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        order: 1;
        width: 100%;
        margin: 24px 0;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .map__container {
        padding: 64px;
    }
    .map__info h1 {
        font-size: 24px;
    }
    .map__info p {
        font-size: 14px;
    }
    .map__project-item img {
        width: 40px;
        height: 40px;
    }
    .map__project-item span {
        font-size: 16px !important;
    }
    .city__single {
        width: 35%;
    }
    .city__single h2 {
        font-size: 24px;
    }
    .city__single img {
        max-width: 100%;
        width: 240px;
        height: auto;
        margin: 0 0 24px;
    }
    .city__single-map {
        width: 65%;
    }
    .city__map-vector {
        margin: 0 auto;
        width: 100%;
        float: right;
    }
    .city__single-total {
        bottom: 120px;
        top: auto;
    }
    .city__single-total p {
        font-size: 24px !important;
    }
    .city__projects-links .map__project-item {
        width: 80px;
        padding: 16px 8px;
    }
    .city__projects-links .map__project-item img {
        width: 56px;
        height: 56px;
    }
    .city__project-popup .city__single img {
        width: 120px;
    }
    .city__project-popup .city__single p {
        font-size: 14px;
    }
    .city__project-popup .city__map-vector {
        width: 80%;
    }
}
@media (min-width: 1281px) and (max-width: 1680px) {
    .map__container {
        padding: 64px;
    }
    .map__info h1 {
        font-size: 40px;
    }
    .map__info p {
        font-size: 16px;
    }
    .map__object svg {
        max-height: 80%;
    }
    .map__vector {
        max-height: 80%;
    }
    .map__project-item img {
        width: 40px;
        height: 40px;
    }
    .map__project-item span {
        font-size: 16px !important;
    }
    .city__single {
        width: 35%;
    }
    .city__single img {
        max-width: 100%;
        width: 240px;
        height: auto;
        margin: 0 0 24px;
    }
    .city__single-map {
        width: 65%;
    }
    .city__map-vector {
        margin: 0 auto;
        width: 100%;
        float: right;
    }
    .city__single-total {
        bottom: 120px;
        top: auto;
    }
    .city__single-total p {
        font-size: 24px !important;
    }
    .city__projects-links .map__project-item {
        width: 80px;
        padding: 16px 8px;
    }
    .city__projects-links .map__project-item img {
        width: 56px;
        height: 56px;
    }
    .city__project-popup .city__single img {
        width: 120px;
    }
    .city__project-popup .city__single p {
        font-size: 16px;
    }
    .city__project-popup .city__map-vector {
        width: 80%;
        max-height: 80%;
    }
}