@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic-ext');
* {
    *font-family: Google Sans;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* kits */
a:link, a:visited, a:active {
    color: #0E103D;
    outline: none;
    text-decoration: none;
}
.btn-blue {
    background: #0E103D;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF!important;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    max-height: 45px;
    white-space: nowrap;
}
.btn-blue:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(./assets/images/btn_white_arrow_right.svg);
    margin-left: -18px;
    opacity: 0;
    transition: 0.3s margin, 0.5s opacity;
}
.btn-blue:hover:after {
    margin-left: 12px;
    opacity: 1;
    transition: 0.3s margin, 0.5s opacity;
}
.btn-blue:hover {
    color: #fff;
    text-decoration: none;
}
.btn-blue__arrow {
    background: #0E103D;
    font-size: 14px;
    color: #FFFFFF;
    padding: 25px 14px;
    text-decoration: none;
}
.text-blue {
    color: #0E103D;
}
.text-black {
    color: #0E103D;
}
.text-white {
    color: #ffffff;
}
.bg-light {
    background-color: #ffffff!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.section__title {
    font-size: 24px;
}
/* .kits */

/* helpers */
.no-paddings {
    padding-left: 0;
    padding-right: 0;
}
.hidden {
    display: none;
}

/* Header global */


/* .Header global */

/* Home Page */

/* Header Home */
.home-header, .header-transparent  {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.home-header .container,
.header-transparent  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar__wrap {
    display: flex;
    height: 100%;
}
.navbar__wrap .navbar {
    flex: 90%;
}
.navbar__wrap .lang-switcher {
    margin-left: 30px;
}
.navbar__wrap .lang-switcher ul li {
    font-size: 14px;
    color: #0E103D;
    font-weight: 600;
}
.navbar__wrap .lang-switcher ul{
    list-style: none;
    position: relative;
    padding-left: 0;
margin-bottom: 0;
cursor: pointer;
}
.navbar__wrap .lang-switcher ul:hover li:not(.active) {
    visibility: visible;
}
.navbar__wrap .lang-switcher ul li:not(.current){
    visibility: hidden;
    position: absolute;
}
.navbar__wrap .lang-switcher ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid;
    max-width: 0px;
    width: 100%;
    transition: 0.3s all;
}
.navbar__wrap .lang-switcher ul li:hover:before {
    max-width: 100%;
    transition: 0.3s all;
}
.navbar__wrap .lang-switcher ul:before{
    content: "";
    background-image: url(./assets/images/lang-switcher-arrow-down.svg);
    width: 10px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: -13px;
top: calc(50% - 4px);
}
.navbar__wrap .navbar .navbar-nav .menu-item {
    padding: 0px 17px;
}

@media screen and (max-width: 1080px) {
    .navbar__wrap .navbar .navbar-nav .menu-item  {
        padding: 0 5px;
    }
}

.navbar__wrap .navbar .navbar-nav a {
    position: relative;
    padding: 0px;
    font-weight: 600;
}
.navbar__wrap .navbar .navbar-nav a,
.navbar__wrap .navbar .navbar-nav a:hover {
    color: #0E103D;
    text-decoration: none;
}
.navbar__wrap .navbar .navbar-nav a:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    max-width: 0px;
    transition: 0.4s all;
    bottom: -2px;
    left: 0;
    right: 0;
}
.navbar__wrap .navbar .navbar-nav a:hover:before {
    max-width: 100%;
        max-width: 100%;
        background-color: #0E103D;
}
.navbar__wrap .menu-item-has-children {
    position: relative;
}
.navbar__wrap .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9;
        min-width: 170px;
}
@media (min-width: 992px) {
	.navbar__wrap .menu-item-has-children .sub-menu {
		    background-color: rgba(255,255,255,0.70);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
		min-width: 190px;
		top: 23px;
	}
}
.navbar__wrap .menu-item-has-children .sub-menu li {
    padding-left: 0!important;
        margin-bottom: 5px;
}
.navbar__wrap .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
}
#navbarResponsive ul li.pll-parent-menu-item {
    margin-left: 20px;
	margin-right: 15px;
}
#navbarResponsive ul li.pll-parent-menu-item:before {
    content: "";
    background-image: url(/wp-content/themes/newsportal_new/assets/images/lang-switcher-arrow-down.svg);
    width: 10px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: calc(50% - 4px);
}

/* .Header Home */

/* Page title & Breadcrumbs */
.page__header-section {
    padding-top: 50px;
        padding-bottom: 75px;
}
.breadcrumbs__wrap {
    margin-bottom: 10px;
}
.breadcrumbs__wrap ul {

}
.breadcrumbs__wrap ul li {
    list-style: none;
}
.breadcrumbs__wrap a {
    color: #0E103D;
    text-decoration: none;
}
.breadcrumbs__wrap a:after {
    content: "/";
    margin-left: 4px;
    margin-right: 4px;
}
.breadcrumbs__wrap span {
    color: #0E103D;
}
.page__title-wrap {
    flex-direction: column;
}
.page__title {
    font-size: 2.5em;
}
/* .Page title & Breadcrumbs */

/* Tabs */
.tabs__item {
    margin-bottom: 20px;
}
.tabs__item-title-wrap {
    display: flex;
    align-items: center;
height: 75px;
max-height: 75px;
transition: 0.3s all;
padding-left: 20px;
background-color: #F7F7F7;
cursor: pointer;
position: relative;
}
.tabs__item-title-wrap.active {
max-height: 75px;
transition: 0.3s all;
background-color: #cddbf2;
}
.tabs__item-title-wrap:after {
    content: "";
    display: block;
    width: 18px;
    height: 10px;
    background: url("./assets/images/arrow.svg");
    position: absolute;
    right: 50px;
    z-index: 1;
    transform: rotate(0deg);
    transition: 0.2s transform;
}
.tabs__item-title-wrap.active:after {
    transform: rotate(180deg);
    transition: 0.2s transform;
}
.tabs__item-title-wrap span.tabs__item-title:before {
    content: "";
    display: block;
    position: absolute;
    height: 32px;
    width: calc(100% + 100px);
    max-width: 0px;
    background: white;
    left: -20px;
    z-index: -1;
    top: -6px;
    transition: 0.3s all;
}
.tabs__item-title {
    position: relative;
    z-index: 1;
}
.tabs__item-title-wrap.active span.tabs__item-title:before {
    max-width: calc(100% + 100px);
    transition: 0.3s all;
}
.tabs__item-content {
    background-color: #f7f7f7;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 20px;
    transition: 0.3s background;
}
.tabs__item-title-wrap.active ~ .tabs__item-content {
    background-color: #CDDBF2;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 20px;
    transition: 0.3s background;
}

.wrapper {
    overflow: hidden;
}

/* Filled Header */
.header-filled,
.header-transparent {
    height: 90px;
}
.header-filled .navbar,
.header-transparent .navbar {
    height: 90px;
}
.header-filled .container,
.header-transparent .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-top__section {
     padding-top: 215px;
     padding-bottom: 160px;
     background-size: cover;
     position: relative;
     overflow: hidden;
}
.home-top__section .background__layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: 17s all;
    transform: scale(1);
    transition-timing-function: ease-in;
	background-size: cover;
}
.home-top__section .background__layer.animated {
    transition: 17s all;
    transform: scale(1.3);
    transition-timing-function: ease-in;
}
.home-top__section .btns__wrap {
    display: flex;
    margin-top: 80px;
    max-width: 370px;
    justify-content: space-between;
}
.home-top__section .btns__wrap .btn-blue {
    min-width: 170px;
}
.home-top__section h1 {
    font-size: 48px;
    flex: 100%;
}
.home-top__section > span {
    flex: 100%;
    font-size: 18px;
}

.home-lastnews {
    padding-top: 75px;
}

.home-lastnews__header {
    margin-bottom: 35px;
}
.home-lastnews__section-title {
    font-size: 24px;
}
.home-lastnews__select-date {
    margin-left: 17px;
}

.home-lastnews__item-content {
    min-height: 250px;
        background-color: rgba(255, 255, 255, 0.7);
            padding-top: 10px;
}
.home-lastnews__item-date,
.home-lastnews__item-title,
.home-lastnews__item-readmore {
    display: block;
}
.home-lastnews__item-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-lastnews__item {
    margin-bottom: 20px;
    min-height: 290px;
}
.home-lastnews__item .row {
    background-size: cover;
}
#home_news .home-lastnews__item:nth-child(1) .row:first-child,
#home_news .home-lastnews__item:nth-child(2) .row:first-child,
#adaptation_news .home-lastnews__item:nth-child(1) .row:first-child,
#adaptation_news .home-lastnews__item:nth-child(2) .row:first-child {
    min-height: 100%;
}
.home-lastnews__item-readmore {
    margin-top: 20px;
    cursor: pointer;
}
.home-lastnews__item-readmore svg {
transition: 0.3s all;
}
.home-lastnews__item-readmore:hover svg {
    margin-left: 5px;
transition: 0.3s all;
}
.home-lastnews__all-news {
    align-items: center;
width: 100%;
display: flex;
justify-content: flex-end;
margin-top: 45px;
}
.home-lastnews__item.without_image {
    background-color: #F7F7F7;
}
.home-lastnews__item.without_image .home-lastnews__item-content {
    background-color: transparent;
}

.home-subscribe {
padding-top: 75px;
padding-bottom: 75px;
margin-top: 75px;
    background-size: cover;
}
.home-subscribe .btn-blue {
    margin-left: auto;
margin-right: auto;
margin-top: 30px;
}

.subscribe-form {
    margin-top: 75px;
    max-width: 500px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.subscribe-form input[type="email"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    transition: 0.3s all;
    max-width: 200px;
        outline: none;
}
.subscribe-form input[type="email"]:focus {
    max-width: 300px;
transition: 0.3s all;
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.home-subscribe__title {
    font-size: 24px;
    margin-bottom: 10px;
}
.home-subscribe__subtitle {
    font-size: 18px;
}
.our-partners__wrap {
    height: auto;
    padding: 1vh 0;
    display: flex;
    align-items: center;
}
.our-partners__title {
    font-size: 24px;
        margin-right: 100px;
}
.our-partners__partner {
    margin-right: 100px;
}
.footer {
    display: flex;
    height: auto;
    padding: 5vh 0;
    align-items: center;
    background-color: #0E103D;
    }
.footer__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.footer__nav a {
    text-decoration: none;
    color: #fff;
    margin-left: 7px;
margin-right: 7px;
}
.footer__socials ul {
    list-style: none;
display: flex;
padding: 0;
margin: 0;
}
.footer__socials ul li:not(:last-child) {
        margin-right: 5px;
}
.footer_to-top {
    color: #fff;
}

/* About us */
.about-top__section {
    background-color: #CDDBF2;
    padding: 75px 0px;
    position: relative;
    overflow: hidden;
}
.about-top__section-left-col {
    max-width: 570px;
}
.about-top__section-right-col {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
}
.about-top__section-title {
    margin-bottom: 10px;
}
.about-top__section-info {
    margin-bottom: 75px;
}
.activity__section {
    padding-top: 30px;
    padding-bottom: 120px;
}
.activity__section .section__title {
    margin-bottom: 20px;
}
.activity__section .activity__icon {
    margin-bottom: 25px;
}
.activity__section .activity__title {
    font-size: 18px;
    max-width: 200px;
margin-left: auto;
margin-right: auto;
}
.activity__section .activity__title.first{
    max-width: 170px;
}
.activity__section .activity__title.fourth{
    max-width: 170px;
}
.activity__section .activity__item {
    margin-top: 70px;
    margin-bottom: 70px;
}
.activity__readmore {
    margin-top: 20px;
}
.about-history__section {
    padding: 75px 0px;
    position: relative;
    overflow: hidden;
}
.about-history__section-right-col {
    padding-left: 30px;
}
.about-history__section-left-col {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.about-history__section-title {
    margin-bottom: 10px;
}
.about-history__section-info {
margin-bottom: 75px;
}
.team__section {
    padding-top: 90px;
    padding-bottom: 35px;
}
.team__section .section__description {
    margin-bottom: 75px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.team__section-items {
    max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.team__item {
    margin-bottom: 30px;
}
.team__item:last-child {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.team__item-info {
    position: absolute;
bottom: 0px;
left: 15px;
max-width: calc(100% - 75px);
    min-height: 120px;
padding: 15px 25px;
    background: rgba(205, 219, 242, 0.8);
}
.team__item-name {
    display: block;
    font-size: 18px;
}

/* Application form */
.apply-top__section {
    padding-top: 165px;
    padding-bottom: 120px;
}
.apply-top__section-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    z-index: -1;
}
.apply-top__section .second__column {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.apply-top__section .section__title {
    margin-bottom: 25px;
}
.apply-top__section-first-text {
    display: block;
    margin-bottom: 20px;
}
.terms-top__section {
    padding-bottom: 55px;
}
.apply-steps__section {
    overflow: hidden;
}
.apply-steps__step {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 70px;
}
.apply-steps__step * {
    color: #0E103D;
    font-size: 18px;
}
.apply-steps__step.filled * {
    color: #ffffff;
}
.apply-steps__step:before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    height: 70px;
    width: 100vw;
    right: 0;
    z-index: -1;
    transition: 0.2s all;
}
.apply-steps__step.filled:before {
    background: #0E103D;
    transition: 0.2s all;
}
.apply-steps__step:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 27px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    right: -27px;
    transition: 0.2s all;
}
.apply-steps__step.filled:after {
    border-color: transparent transparent transparent #0e103d;
    transition: 0.2s all;
}
.col-lg-4.apply-steps__step.apply-steps__third-step.filled.text-center:after {
    width: 100vw;
left: 0;
background: #0e103d;
z-index: -1;
}
.apply__form {
    padding-top: 20px;
    padding-left: 15px;
    color: #0E103D;
        max-width: 870px;
}
.apply__form input[type=checkbox], .apply__form input[type=radio] {
    margin-right: 20px;
}
.apply__form-step {
    position: absolute;
    top: 70px;
    width: calc(100% - 20px);
}
.apply__form {
    position: relative;
    min-height: 500px;
    width: 100%;
        transition: 0.5s all;
}
.ajax-loader{
    display: none!important;
}
/* Hide the browser's default checkbox */
*.apply__form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
span.wpcf7-list-item {
    margin-left: 0px;
}
.apply__form .wpcf7-list-item {
    display: flex;
}
.apply__form .wpcf7-form-control,
.apply__form .wpcf7-form-control-wrap {
    margin-top: 0px!important;
}

/* Create a custom checkbox */
.apply__form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 2px solid #0E103D;
box-sizing: border-box;
cursor: pointer;
}

/* Create the checkmark/indicator (hidden when not checked) */
.apply__form-input-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.apply__form-input-group input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.apply__form-input-group .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #0e103d;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.apply__form-question>span {
    display: block;
    margin-bottom: 30px;
    margin-top: 60px;
}
.apply__form-input-group {
    display: flex;
    flex: 100%;
    position: relative;
    padding-left: 42px;
    margin-bottom: 20px;
}
.wpcf7-form-control-wrap.other-1,
.wpcf7-form-control-wrap.other-2,
.wpcf7-form-control-wrap.other-3 {
    position: absolute;
    bottom: -5px;
    padding-left: 100px;
    width: 100%;
}
.apply__form-question {
    position: relative;
}
.apply__form-question input[type="text"] {
    width: 100%;
        max-width: 820px;
        border: 0;
        border-bottom: 2px solid #0E103D;
        outline: none;
}
.apply__form-question br {
    display: none;
}
.apply__form-question span.text__question {
    margin-bottom: 0px;
}
.apply__form-input-group>span {
    max-width: 80%;
}
.apply__form-nav {
    margin-top: 160px;
    margin-bottom: 75px;
}

.apply-steps__section[data-step="1"] .prev,
.apply-steps__section[data-step="1"] .send {
    display: none;
}
.apply-steps__section[data-step="2"] .send {
    display: none;
}
.apply-steps__section[data-step="3"] .next {
    display: none;
}
.apply__form-nav .btn-blue.prev:after {
    content: none;
}
.apply__form-nav .btn-blue.prev:before {
    transform: rotate(180deg);
    content: "";
    display: inline-block;
width: 15px;
height: 10px;
background-image: url(./assets/images/btn_white_arrow_right.svg);
margin-left: -18px;
opacity: 0;
transition: 0.3s margin, 0.5s opacity;
}
.apply__form-nav .btn-blue.prev:hover:before {
    margin-right: 12px;
        opacity: 1;
        transition: 0.3s margin, 0.5s opacity;
}
.apply__form-nav .btn-blue {
    margin-left: 20px;
    border: 0;
outline: none;
}
.apply__form-thanx {
    position: fixed;
    top: calc(50% - 200px);
left: 0;
right: 0;
max-width: 770px;
background: #fff;
margin: 0 auto;
padding-bottom: 140px;
z-index: 9;
padding-top: 140px;
}
.apply__form-thanx * {
    position: relative;
    z-index: 9;
}
.apply__form-thanx:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: #0E103D;
    z-index: -1;
    opacity: 0.3;
}
.apply__form-thanx:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: #fff;
}

/* Reports */
.reports__page {
    background-image: url(./assets/images/reports_right_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
.reports__page .navbar.bg-light {
    background-color: transparent!important;
}
.reports-top__section {
    padding-top: 90px;
}
.reports-top__section .section__title {
    max-width: 600px;
    margin-bottom: 12px;
}
.reports-top__section-first-text {
    max-width: 600px;
    display: block;
    margin-bottom: 75px;
}
.reports-nav__section {
    padding-bottom: 55px;
}
.reports-nav__step-item {
    display: inline-block;
    cursor: pointer;
}
.reports-nav__step-item[data-tab="3"] svg {
    margin-right: -15px;
}
.reports-nav__step-icon {
    display: block;
    margin-bottom: 20px;
    transform: scale(1);
    transition: 0.4s transform;
}
.reports-nav__step-item.active .reports-nav__step-icon {
    transform: scale(1.2);
    transition: 0.4s transform;
}
.reports-nav__step-title {
    display: block;
    font-size: 18px;
}
.reports-nav__wrap {
    max-width: 970px;
margin-left: auto;
margin-right: auto;
background: #F7F7F7;
padding-top: 50px;
padding-bottom: 50px;
    margin-bottom: 75px;
}
.reports-panels__wrap {
    max-width: 770px;
    width: 100%;
    position: relative;
}
.reports-panels__panel {
    position: absolute;
    top: 0;
        max-width: 100%;
}
.reports-content ul {
    list-style: none;
    margin: 0;
    padding: 30px 0px 20px 63px;
    position: relative;
}
.reports-content ul:before {
    content: "";
    display: block;
    border-left: 2px solid #0E103D;
    width: 10px;
    position: absolute;
    left: 16px;
    transition: 4s all;
    height: 0px;
    top: 0;
}
.reports-content ul.visible:before {
    height: 100%;
    transition: 4s all;
}
.reports-content li {
    position: relative;
    margin-bottom: 20px;
        min-height: 35px;
}
.reports-content li a {
    text-decoration: underline;
    color: #0E103D;
}
.reports-content li:before {
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    border: 5px solid #45392d;
    border-radius: 10px 0;
    position: absolute;
    left: -63px;
}

/* For Media */
.press__section {
    overflow: hidden;
}
.for-media__top-section {
    padding-top: 60px;
}
.for-media__top-title {
    max-width: 480px;
}
.for-media__top-title .section__title {
    margin-bottom: 12px;
}
.for-media-map__section {
    padding-bottom: 75px;
    overflow: hidden;
}
.for-media-map__section .for_media-info {
    max-width: 500px;
padding-left: 10px;
padding-right: 10px;
}
.for-media__map-wrap {
    padding-bottom: 35px;
}
.for-media__map {
    margin-bottom: 40px;
        position: relative;
}
.for-media__map svg {
    width: 100%;
}
.for-media__map:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 2px 0px;
    background: #fff;
    opacity: 0;
}


.for-media__map[data-city="poltava"]:before {
    left: 68%;
    top: 33%;
}
.for-media__map[data-city='']:before {
    opacity: 0;
    transition: 0.5s opacity;
    visibility: hidden;
}
.for-media__map:not([data-city='']):before {
    opacity: 1;
    transition: 0.5s opacity;
    visibility: visible;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
-webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
}
.for-media__map[data-city="kyiv"]:before {
    left: 46%;
    top: 26%;
}
.for-media__map[data-city="khmelnitskiy"]:before {
    left: 25%;
    top: 36%;
}
.for-media__map[data-city="voznesensk"]:before {
    left: 50%;
    top: 58%;
}
.for-media__map[data-city="lviv"]:before {
    left: 9%;
        top: 31%;
}
.for-media__map[data-city="uzhgorod"]:before {
    left: 2.4%;
    top: 42%;
}
.for-media__map[data-city="rivne"]:before {
    left: 24%;
        top: 19%;
}
.for-media__members {
    position: relative;
left: 210px;
top: 20px;
}
.for-media__city {
    max-width: 315px;
float: right;
padding-top: 35px;
margin-top: 75px;
max-height: 360px;
position: absolute;
top: 0px;
}
.scroll__wrap {
        margin-left: -30px;
        max-height: 470px;
}
.scroll__wrap ul {
    padding-left: 70px;
    padding-top: 5px;
}
.for-media__city:before {
    content: "";
    display: block;
    border-left: 2px solid #0E103D;
    width: 10px;
    position: absolute;
    left: -7px;
    transition: 3s all;
    height: 0px;
    top: 0;
}
.for-media__city.fadeInRight:before {
    transition: 2s all;
    transition-delay: 0.5s;
    height: 200%;
}
.for-media__city.fadeOutRight:before {
    transition: 1s all;
    height: 0px;
}
.visibility-hidden {
    visibility: hidden;
}

.for-media__city ul {
    margin-bottom: 30px;
    list-style: none;
}
.for-media__city ul li {
    position: relative;
}
.for-media__city ul li:before {
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    border: 5px solid #45392d;
    border-radius: 10px 0;
    position: absolute;
    top: -4px;
    left: -63px;
}
.for-media__members-city {
    font-size: 18px;
    display: block;
    margin-bottom: 25px;
    margin-left: 40px;
}
.for-media__members-member_name {
    margin-bottom: 10px;
}
.for-media__members-member_position {
    margin-bottom: 10px;
}
.for-media__members-member_contact {

}
.press__title-wrap {
        height: 250px;
        z-index: 2;
position: relative;
}
.press__title-first {
    height: 215px;
display: flex;
align-items: center;
    margin-top: 35px;
}
.press__title-first:before {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    height: 215px;
    background: #F7F7F7;
    right: 0;
    z-index: -1;
}
.press__title-first-text {
    display: block;
max-width: 280px;
font-size: 18px;
}
.press__title-second {
height: 183px;
display: flex;
align-items: center;
padding-left: 25px;
}
.press__title-second:before {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    height: 183px;
    background-image: url(./assets/images/release_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
    top: 0;
}
.press__title-wrap.second .press__title-second:before {
    background-image: url(./assets/images/useful_background.png);
}
.press__title-wrap.second .press__title-second {
    padding-left: 0px;
}
.press__title-wrap.second .press__title-second:before {
    right: 0;
    left: auto;
}
.press__title-wrap.second .press__title-first:before {
    right: auto;
    left: 0;
}
.press__title-wrap.second .press__title-first {
    padding-left: 30px;
}
.press__title-second-text {
    font-size: 24px;
}
.press__slider {
    padding-bottom: 45px;
    padding-top: 100px;
    width: 100%;
        min-width: calc(100% + 200px);
}
.press__slider.slick-initialized.slick-slider:before {
    content: "";
    display: block;
    width: 300px;
    height: 100%;
    background: red;
    position: absolute;
    right: 0px;
    z-index: 2;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.88) 44%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.press__slider-item {
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.press__slider .slick-prev,
.press__slider  .slick-next {
    width: 43px;
    height: 43px;
    background-color: #CDDBF2;
    top: -12px;
    z-index: 3;
}
.press__slider .slick-prev {
    left: 0px;
}
.press__slider .slick-next {
    left: 60px;
}
.press__slider .slick-prev:before {
    content: "";
    display: inline-block;
    background-image: url(./assets/images/slider_left_arrow.svg);
    width: 15px;
    height: 10px;
}
.press__slider .slick-next:before {
    content: "";
    display: inline-block;
    background-image: url(./assets/images/slider_right_arrow.svg);
    width: 15px;
    height: 10px;
}
.press__slider.second .slick-prev {
    left: auto;
right: 260px;
}
.press__slider.second .slick-next {
    left: auto;
    right: 200px;
}
.press__slider-pubdate {
    position: relative;
        padding-left: 32px;
        display: block;
        margin-bottom: 20px;
}
.press__slider-pubdate:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/calendar.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
}
.press__slider-title {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
        padding-right: 30px;
}
.press__slider-excerpt {
    display: block;
    padding-right: 30px;
}
.comment__request {
    z-index: 2;
position: relative;
    margin-bottom: 75px;
}

/* Publications */
.publications__content-wrap {
    padding-bottom: 90px;
}
.publications-top__section {
    padding: 115px 100px;
        position: relative;
        overflow: hidden;
            top: 50px;
}
.publications-top__section:before {
    content: "";
    display: block;
    width: 50vw;
    background: #CDDBF2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 50vw;
    z-index: -1;
}
.publications-top__section-left-col {
    max-width: 40%;
}
.publications__content-wrap .row:not(.publications__loadmore) {
    margin-top: -160px;
    margin-bottom: 100px;
}
.publications__loadmore {
        margin-top: -95px;
}
.publication__item {
    padding: 0px;
}
.publications__content-wrap .item__third-wrap {
    top: -310px;
}
.publications__content-wrap .item__fourth-wrap {
        top: -270px;
}
.publication__item img {
    max-width: 100%;
}
.publication__item.item__first {
    background: #cddbf2;
    width: 100%;
    max-width: 570px;
height: auto;
    margin-right: 80px;
}
.publication__item.item__second {
    background: #cddbf2;
    width: 100%;
    max-width: 570px;
height: auto;
left: -120px;
padding: 0;
margin-top: 75px;
}
.publication__item.item__third {
    background: #cddbf2;
    width: 100%;
    max-width: 400px;
    height: auto;
margin-right: 50px;
}
.publication__item.item__fourth {
    background: #cddbf2;
    width: 100%;
    max-width: 570px;
height: auto;
    margin-left: 80px;
}
.publication__item-content {
    position: relative;
    z-index: 2;
}
.publication__item-overlay {
    position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: flex-end;
align-items: flex-end;
transition: 0.3s all;
}
.publication__item-content:hover img {
    opacity: 0.5;
    transition: 0.3s all;
}
.publication__item-content img {
    opacity: 1;
    transition: 0.3s all;
}
.publication__item-overlay a {
    color: #0E103D;
text-decoration: none;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.publication__item-readmore:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(./assets/images/slider_right_arrow.svg);
    margin-left: 12px;
}
.publication__item-readmore {
    margin-right: 60px;
}

/* squares */
.publication__item:before,
.publication__item.item__fourth:after {
        content: "";
        display: block;
        background:  #CDDBF2;
        position: absolute;
        z-index: -1;
}
.publication__item.item__first:before {
    width: 370px;
    height: 170px;
right: -200px;
top: -60px;
}
.publication__item.item__second:before {
    width: 270px;
    height: 180px;
    right: -100px;
top: -120px;
}
.publication__item.item__third:before {
    width: 270px;
    height: 155px;
    right: -170px;
    top: -55px;
}
.publication__item.item__fourth:before {
    width: 370px;
    height: 280px;
    right: -100px;
    top: -225px;
}
.publication__item.item__fourth:after {
    width: 370px;
    height: 170px;
    left: -200px;
    bottom: -105px;
}

/* contact page */
.contact__section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 75px;
    margin-top: 40px;
}
.contact__section .row:nth-child(1) {
    margin-bottom: 20px;
}
.contact__section .section__title {
    position: relative;
    left: 200px;
top: 45px;
}
.contact__section .section__title:before {
    content: "";
display: block;
position: absolute;
top: calc(50% - 1px);
left: -200px;
border-bottom: 2px solid black;
width: 100%;
max-width: 170px;
}
.contact__first-col,
.contact__second-col,
.contact__third-col {
    padding: 0px;
}
.contact__second-col:before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
        z-index: -1;
    top: -30px;
    bottom: 25px;
    left: 0;
    background: #CDDBF2;
}
.contact__team-photo img {
    min-width: 100%;
max-width: calc(100% + 70px);
}
.contact__section .contact__person {
    padding-left: 100px;
list-style: none;
margin-top: 115px;
}
.contact__section .contact__third-col .contact__person {
        margin-top: 143px;
}
.contact__section .contact__person li {
    margin-bottom: 10px;
}
.contact__section .contact__person li span {
    margin-bottom: 10px;
}
.contact__section .contact__person li span .fa-mobile {
    font-size: 21px;
    margin-right: 10px;
position: relative;
top: 2px;
}
.contact__section .contact__person li span .fa-paper-plane {
    font-size: 12px;
    margin-right: 10px;
}

/* history */
.history__item-wrap {

}
.history__item-wrap.right {
    margin-top: 95px;
    margin-bottom: 55px;
}
.history__item-content-thumb {
    min-height: 450px;
    position: relative;
    cursor: pointer;
}
.history__item-content-thumb .thumb__small img {
    max-width: 100%;
}
.history__item-content-thumb .thumb__big {
    position: absolute;
    right: 0;
}
.history__item-wrap.right .history__item-content-thumb .thumb__big {
    left: 0;
    right: auto;
}
.history__item-content-thumb .thumb__small {
    position: absolute;
        bottom: -40px;
    right: -200px;
    max-width: 370px;
}
.history__item-wrap.right .history__item-content-thumb .thumb__small {
    left: -200px;
    right: auto;
    bottom: auto;
    top: -40px;
}
.history__item-wrap .thumb__small .history__item-caption {
    position: absolute;
    right: -53%;
    transform: rotate(-90deg);
    display: block;
    width: 100%;
    bottom: 80%;
}
.history__item-wrap.right .thumb__small .history__item-caption {
    right: 53%;
}
.history__item-wrap .thumb__big .history__item-caption {
    position: absolute;
    top: -140px;
    transform: rotate(-90deg);
    left: auto;
    width: 100%;
    right: -52%;
}
.history__item-wrap.right .thumb__big .history__item-caption {
    top: auto;
    left: auto;
    right: 52%;
    bottom: 83%;
}
.history__item-content-description {
        padding-top: 75px;
}
.history__item-content-info {
        position: relative;
        padding-left: 155px;
}
.history__item-counter {
    font-size: 100px;
position: absolute;
top: -170px;
    left: 0;
}
.history__item-title {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}
.history__item-excerpt {
    font-size: 18px;
    display: block;
    margin-bottom: 65px;
}
.history__show-more {
    position: relative;
z-index: 9;
}
span.history__item-counter:before {
    content: "";
    display: block;
    border-left: 2px solid #0E103D;
    width: 10px;
    position: absolute;
    left: 27px;
    transition: 3s all;
    height: 0px;
    top: 0;
    transition: 2s all;
    transition-delay: 0.5s;
}
span.history__item-counter.visible:before {
    height: 240%;
}
.history__item-list {
    position: relative;
bottom: 0;
left: 300px;
}
.history__item-wrap.right .history__item-list {
bottom: 0;
margin-bottom: 75px;
left: -560px;
}
.history__item-list li {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}
.history__item-list li:before {
    content: "";
    width: 27px;
    height: 27px;
    display: block;
    border: 5px solid #45392d;
    border-radius: 10px 0;
    position: absolute;
    top: calc(50% - 13px);
    left: -55px;
}

/* Animations */

/* Pulse effect for map point */

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
article a:link, article  a:visited, article  a:active {
    color: #007bff;
}


/* new */
.team-top-section {
    margin-top: 100px;
}
.team-top-section .reports-top__section-first-text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
    .team-top-section .reports-top__section-first-text {
        margin-bottom: 10px;
    }
}
.team-nav-title {
    font-weight: 500;
font-size: 14px;
line-height: 18px;
}
.team-nav-item {
    display: inline-block;
    font-weight: 500;
font-size: 14px;
line-height: 18px;
background: #F7F7F7;
padding: 6px 10px;
}
.team-nav-item.active {
    background: #CDDBF2;
}
.team-top-nav .col-lg-12 {
    border-bottom: 2px solid #0E103D;
margin-bottom: 120px;
padding-left: 0px;
padding-right: 0px;
}
.team-top-nav.warden-nav .col-lg-12 {
    margin-bottom: 75px;
}
.team-content .row {
    padding-left: 150px;
}
.text-right .team-nav-item {
        margin-left: 20px;
}
.text-left .team-nav-item,
.text-left .team-nav-title {
        margin-right: 20px;
}
.team-item-content-wrap {
    position: relative;
}
.team-item-content {
    background: #CDDBF2;
    padding: 100px;
}
@media screen and (max-width: 500px) {
    .team-item-content{
        z-index: -2;
        position: relative;
    }
}
.team-item-title {
    padding-left: 95px;
position: relative;
top: -20px;
font-weight: 500;
font-size: 18px;
line-height: 23px;
color: #0E103D;
}
.team-item-wrap {
    margin-bottom: 100px;
}
.team-item-wrap .team-item-image {
    width: 170px;
    background: #F7F7F7;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: -45px;
    left: -110px;
}
.team-item-content p {
    font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #0E103D;
}
.team-item-wrap .team-item-city {
    position: absolute;
    top: 170px;
    left: -100px;
    min-width: 170px;
}
@media screen and (max-width: 500px) {
    .team-item-wrap .team-item-city {
        min-width: auto;
        color: white;
        padding: 2%;
    }
}
.team-item-wrap .team-item-city:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 100%;
    background: #0E103D;
    z-index: -1;
    padding: 2%;
}
@media screen and (max-width: 500px) {
    .team-item-wrap .team-item-city:after {
        bottom: 0;
        height: 100%;
        left: 0 !important;
        padding: 1%;
    }
}
.team-item-link {
    background: #F7F7F7;
    padding: 18px 25px;
    position: absolute;
    right: -70px;
    bottom: -26px;
}
.warden-top__section {
    background-size: 100vw;
    background-repeat: no-repeat;
    background-color: #fff;
}
.warden__left_col {
    background: #CDDBF2;
    padding: 75px 100px;
    max-width: 660px;
        margin-top: 205px;
}
.warden__left_col .about-top__section-title {
    margin-bottom: 20px;
}
.warden__left_col .about-top__section-info p {
    color: #0E103D;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}
.warden-top__title {
    max-width: 750px;
}
.warden-item-content-wrap {
    background: #CDDBF2;
    max-width: 270px;
    padding-left: 30px;
    padding-bottom: 15px;
    height: 500px;
    min-height: 500px;
}
@media screen and (max-width: 767px) {
    .warden-item-content-wrap {
        height: auto;
        min-height: auto;
    }
}
.warden-item-image {
    text-align: right;
    max-width: 235px;
    margin-left: auto;
    overflow: hidden;
}
.warden-item-city {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #0E103D;
    max-width: 170px;
    background: #fff;
    margin-left: auto;
    margin-bottom: 13px;
}
.warden-name {
    font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        color: #0E103D;
        margin-bottom: 10px;
}
.warden-position {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0E103D;
    margin-bottom: 13px;
}
.warden-contact a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0E103D;
}
.warden-item-wrap {
    margin-bottom: 75px;
    height: 500px;
    min-height: 500px;
}
@media screen and (max-width: 767px) {
    .warden-item-wrap{
        height: auto;
        min-height: auto;
    }
}
.be-warden-section {
    margin-bottom: 160px;
}
.be-warden-section .col-lg-12 {
    padding-left: 165px;
}
.team-content .row {
    margin-right: -30px;
}
.top-btn-wrapp {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.apply-top__section.become-warden p {
    margin-bottom: 30px;
}
.apply-top__section {
        padding-top: 100px;
}
.apply-steps__section .text__question:empty {
    display: none;
}
.f-check .wpcf7-form-control-wrap {
    margin-bottom: 0px;
}
.become-warden .right-image-col {
    position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-size: contain;
background-position: top right;
}

.become-warden-form .apply__form textarea {
    width: 100%;
    margin-top: 20px!important;
    border: 2px solid #0E103D;
    height: 120px;
}
.become-warden-form .apply__form-step.apply__form-second-step .apply__form-question .text__question {
    margin-bottom: 20px !important;
}
.drag-image {
    background-image: url('/wp-content/themes/newsportal_new/images/photo-camera.png');
    width: 100%;
height: 200px;
background-repeat: no-repeat;
background-position: center;
}
.become-warden-form .codedropz-upload-handler {
    max-width: 270px;
    background: #F7F7F7;
    border-style: solid;
    border-color: transparent;
}
.codedropz-upload-inner h3,
.codedropz-upload-inner span {
    font-weight: 500;
font-size: 14px;
line-height: 18px;
}
.wpcf7-form-control-wrap.upload-s3_1 {
    max-width: 50%;
    float: left;
}
.become-warden-form .photo-upload {
    display: flex;
align-items: flex-end;
}
.become-warden-form .wpcf7-form-control-wrap.checkbox-s3_2 {
    padding-left: 30px;
    margin-bottom: 0;
}
.become-warden-form .wpcf7-form-control-wrap.checkbox-s3_2 .apply__form-input-group {

    margin-bottom: 0;
}
.become-warden-form .apply__form-third-step .text-center {
    font-weight: 500;
font-size: 24px;
line-height: 31px;
margin-bottom: 75px;
}
.apply__form .wpcf7-not-valid .checkmark {
    border-color: red;
}
.become-warden-form .wpcf7-response-output {
    display: none !important;
}
.apply__form-question textarea.wpcf7-not-valid,
.apply__form-question input[type="text"].wpcf7-not-valid {
    border-color: red;
}
.become-warden-form .wpcf7-not-valid-tip {
    display: none !important;
}
.become-warden-form input[type="file"].wpcf7-not-valid + .codedropz-upload-handler {
    border-color: red;
}
.sent-f-img {
    background-image: url('/wp-content/themes/newsportal_new/images/form-sent.png');
    width: 100%;
height: 200px;
background-repeat: no-repeat;
background-position: center;
margin-bottom: 90px;
}
.cf-tnx-modal.error .sent-f-img {
    background-image: url('/wp-content/themes/newsportal_new/images/form-error.png');
}
.modal-text {
    font-weight: 500;
font-size: 24px;
line-height: 31px;
margin-top: 100px;
}
.cf-tnx-modal {
    max-width: 770px;
}
.cf-tnx-modal {
    position: fixed;
    top: 100px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
}
.cf-tnx-modal .container {
    position: relative;
    z-index: 1;
    background: #fff;
}
.cf-tnx-modal:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0E103D;
    z-index: -1;
    opacity: 0.3;
}
.cf-tnx-modal.active {
    display: block !important;
}
.single-post-content ul li {
    position: relative;
    min-height: 40px;
    margin-bottom: 12px;

}
.single-post-content ul {
    list-style: none;
        margin: 0;
        padding: 30px 0px 20px 45px;
        position: relative;
}
.single-post-content ul li:before {
    content: "";
width: 27px;
height: 27px;
display: block;
border: 5px solid #0E103D;
border-radius: 10px 0;
position: absolute;
left: -45px;
}
.single-post-content p,
.single-post-content span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0E103D;
}
.article-thumb {
    background-position: center;
    height: 450px;
    max-width: 100%;
    background-size: cover;
    margin-bottom: 100px;
    margin-left: 0;
}
.search-pagination .navigation li a,
.search-pagination .navigation li a:hover,
.search-pagination .navigation li.active a,
.search-pagination .navigation li.disabled {
    color: #0e103d;
    text-decoration:none;
}

.search-pagination .navigation li {
    display: inline;
}

.search-pagination .navigation li a,
.search-pagination .navigation li a:hover,
.search-pagination .navigation li.active a,
.search-pagination .navigation li.disabled {
    background-color: #f7f7f7;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.search-pagination .navigation li a:hover,
.search-pagination .navigation li.active a {
    background-color: #e5e5e5;
}
.search-pagination  ul {
    padding: 0;
    margin: 0;
}
.search-pagination {
    margin-bottom: 50px;
    margin-top: 30px;
}
.navbar .search-form {
    cursor: pointer;
    position: relative;
}
.navbar .search-form form {
    position: absolute;
    right: 0;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    z-index: -1;
        text-align: right;
}
.navbar .search-form:hover form {
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease;
    z-index: 1;
}
.navbar .search-form form input {
    outline: none;
}
.navbar .search-form form button {
    border: 0;
outline: none;
margin-left: auto;
margin-right: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.new-team-wrap .team-item {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}
.wardern-next {
    margin-top: 30px;
}
.new-team-wrap .team-item .content {
    padding-left: 20px;
    width: 100%;
}
.new-team-wrap .team-item .team-item-link {
    position: relative;
right: 0;
bottom: 0;
}
.new-team-wrap .team-item .team-item-title{
    padding-left: 0;
    position: relative;
    top: 0;

}
.new-team-wrap .team-item .team-item-content{
    padding: 20px;

}
@media screen and (min-width: 600px) {
    .article-thumb {
        margin-left: 20vw;
    }
}
@media screen and (min-width: 700px) {
    .article-thumb {
        margin-left: 25vw;
    }
}
@media screen and (min-width: 768px) {
    .article-thumb {
        margin-left: 30vw;
    }
}
@media screen and (min-width: 1200px) {
    .article-thumb {
        margin-left: 35vw;
    }
}
.article-quote {
    width: 470px;
    height: 320px;
    position: absolute;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    padding: 75px 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #0E103D;
    left: 0;
}


@media screen and (max-width: 600px) {
    .article-quote {
        top: 450px;
        width: 100%;
    }
}
@media screen and (min-width: 600px) {
    .article-quote {
        left: 8vw;
    }
}
@media screen and (min-width: 620px) {
    .article-quote {
        left: 12vw;
    }
}
@media screen and (min-width: 640px) {
    .article-quote {
        left: 10vw;
    }
}
@media screen and (min-width: 660px) {
    .article-quote {
        left: 11vw;
    }
}
@media screen and (min-width: 680px) {
    .article-quote {
        left: 12vw;
    }
}
@media screen and (min-width: 700px) {
    .article-quote {
        left: 13vw;
    }
}
@media screen and (min-width: 720px) {
    .article-quote {
        left: 14vw;
    }
}
@media screen and (min-width: 740px) {
    .article-quote {
        left: 15vw;
    }
}
@media screen and (min-width: 768px) {
    .article-quote {
        left: 7.5vw;
    }
}
@media screen and (min-width: 790px) {
    .article-quote {
        left: 8vw;
    }
}
@media screen and (min-width: 800px) {
    .article-quote {
        left: 9vw;
    }
}
@media screen and (min-width: 830px) {
    .article-quote {
        left: 10vw;
    }
}
@media screen and (min-width: 850px) {
    .article-quote {
        left: 11vw;
    }
}
@media screen and (min-width: 870px) {
    .article-quote {
        left: 12vw;
    }
}
@media screen and (min-width: 890px) {
    .article-quote {
        left: 13vw;
    }
}
@media screen and (min-width: 890px) {
    .article-quote {
        left: 13vw;
    }
}
@media screen and (min-width: 910px) {
    .article-quote {
        left: 14vw;
    }
}
@media screen and (min-width: 930px) {
    .article-quote {
        left: 15vw;
    }
}
@media screen and (min-width: 960px) {
    .article-quote {
        left: 16vw;
    }
}
@media screen and (min-width: 992px) {
    .article-quote {
        left: 5vw;
    }
}
@media screen and (min-width: 1010px) {
    .article-quote {
        left: 6vw;
    }
}
@media screen and (min-width: 1024px) {
    .article-quote {
        left: 3vw;
    }
}
@media screen and (min-width: 1050px) {
    .article-quote {
        left: 4vw;
    }
}
@media screen and (min-width: 1070px) {
    .article-quote {
        left: 5vw;
    }
}
@media screen and (min-width: 1090px) {
    .article-quote {
        left: 6vw;
    }
}
@media screen and (min-width: 1110px) {
    .article-quote {
        left: 7vw;
    }
}
@media screen and (min-width: 1130px) {
    .article-quote {
        left: 8vw;
    }
}
@media screen and (min-width: 1150px) {
    .article-quote {
        left: 8.5vw;
    }
}
@media screen and (min-width: 1170px) {
    .article-quote {
        left: 9vw;
    }
}
@media screen and (min-width: 1190px) {
    .article-quote {
        left: 10vw;
    }
}
@media screen and (min-width: 1200px) {
    .article-quote {
        left: 3vw;
    }
}
@media screen and (min-width: 1210px) {
    .article-quote {
        left: 3.5vw;
    }
}
@media screen and (min-width: 1220px) {
    .article-quote {
        left: 4vw;
    }
}
@media screen and (min-width: 1230px) {
    .article-quote {
        left: 4.7vw;
    }
}
@media screen and (min-width: 1240px) {
    .article-quote {
        left: 5vw;
    }
}
@media screen and (min-width: 1250px) {
    .article-quote {
        left: 5.2vw;
    }
}
@media screen and (min-width: 1260px) {
    .article-quote {
        left: 5.4vw;
    }
}
@media screen and (min-width: 1270px) {
    .article-quote {
        left: 5.6vw;
    }
}
@media screen and (min-width: 1280px) {
    .article-quote {
        left: 5.8vw;
    }
}
@media screen and (min-width: 1290px) {
    .article-quote {
        left: 6.3vw;
    }
}
@media screen and (min-width: 1300px) {
    .article-quote {
        left: 6.5vw;
    }
}
@media screen and (min-width: 1310px) {
    .article-quote {
        left: 6.7vw;
    }
}
@media screen and (min-width: 1320px) {
    .article-quote {
        left: 7.5vw;
    }
}
@media screen and (min-width: 1340px) {
    .article-quote {
        left: 8vw;
    }
}
@media screen and (min-width: 1360px) {
    .article-quote {
        left: 8.5vw;
    }
}
@media screen and (min-width: 1380px) {
    .article-quote {
        left: 9vw;
    }
}
@media screen and (min-width: 1400px) {
    .article-quote {
        left: 10vw;
    }
}
@media screen and (min-width: 1425px) {
    .article-quote {
        left: 10.5vw;
    }
}
@media screen and (min-width: 1450px) {
    .article-quote {
        left: 11vw;
    }
}
@media screen and (min-width: 1475px) {
    .article-quote {
        left: 11.5vw;
    }
}
@media screen and (min-width: 1500px) {
    .article-quote {
        left: 12.5vw;
    }
}
@media screen and (min-width: 1525px) {
    .article-quote {
        left: 13vw;
    }
}
@media screen and (min-width: 1550px) {
    .article-quote {
        left: 13.5vw;
    }
}
@media screen and (min-width: 1575px) {
    .article-quote {
        left: 14vw;
    }
}
@media screen and (min-width: 1600px) {
    .article-quote {
        left: 14.5vw;
    }
}
@media screen and (min-width: 1633px) {
    .article-quote {
        left: 15vw;
    }
}
@media screen and (min-width: 1666px) {
    .article-quote {
        left: 16vw;
    }
}
@media screen and (min-width: 1700px) {
    .article-quote {
        left: 16.5vw;
    }
}
@media screen and (min-width: 1760px) {
    .article-quote {
        left: 17vw;
    }
}
@media screen and (min-width: 1800px) {
    .article-quote {
        left: 18vw;
    }
}
@media screen and (min-width: 1860px) {
    .article-quote {
        left: 19vw;
    }
}
@media screen and (min-width: 1900px) {
    .article-quote {
        left: 20vw;
    }
}
@media screen and (min-width: 1960px) {
    .article-quote {
        left: 21vw;
    }
}
@media screen and (min-width: 2100px) {
    .article-quote {
        left: 23vw;
    }
}
.article-header {
    position: relative;
}
.article-quote svg {
    width: 100px;
position: absolute;
left: 0px;
top: -18px;
}
.single-post-content .post-date {
    font-weight: 500;
font-size: 14px;
line-height: 18px;
}
@media screen and (max-width: 600px) {
    .single-post-content {
        margin-top: 400px;
    }
}

.page__title + .post-date {
    display: block;
margin-top: 12px;
}
.single-post-content {
    display: block;
}
@media screen and (min-width: 1024px) {
    .hide-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 1023px) {
    .hide-mobile {
        display: none !important;
    }
    .warden-mobile-header {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: none;
        flex: auto;
        height: 280px;
background-size: cover;
    }
    .about-top__section.warden-top__section.hide-desktop .row {
        flex-direction: column;
    }
    .warden-top__section.hide-desktop .warden__left_col {
            padding: 35px 15px 50px 15px;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: none;
        flex: auto;
            margin-top: 0px;
    }
    .warden-top__section.hide-desktop {
        padding-top: 0px;
    }
    .warden__left_col .about-top__section-info p {
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
    }
    .reports-top__section-first-text.warden-top__title br {
        display: none;
    }
    .team-content .row {
        padding-left: 0px;
    }
    .warden-contact a {
        display: block;
    }
    .be-warden-section .col-lg-12 {
        text-align: right;
    }
    .team-top-section {
        margin-top: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .warden-item-content-wrap {
        max-width: 320px;
    }
    .warden-item-wrap {
        margin-bottom: 45px;
    }
    .warden-item-image {
            max-width: 90%;
    }
    .warden-item-image img {
        width: 100%;
    height: auto;
    }
    .warden-item-image,
    .warden-item-city,
    .warden-name,
    .warden-position,
    .warden-contact {
        position: relative;
        top: -50px;
    }
    .warden-contact {
        margin-bottom: -50px;
    }
    .warden-item-wrap {
        margin-bottom: 100px;
    }
    .apply-top__section.become-warden {
        padding-top: 0px;
    }
    .apply-top__section.become-warden .col-lg-6.first__column {
        order: 2;
    }
    .apply-top__section.become-warden .right-image-col {
        height: 250px;
        position: relative;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .apply-top__section .second__column {
        padding-top: 0px !important;
            margin-bottom: 20px;
    }
    .apply-top__section.become-warden {
        padding-bottom: 50px;
    }
    .become-warden-form .apply__form-nav {
            margin-top: 120px;
    }
    .become-warden-form .apply__form-third-step .text-center {
        font-size: 19px;
line-height: 28px;
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .warden-item-content-wrap {
        margin-left: auto;
        margin-right: auto;
    }
    .warden-item-image,
    .warden-item-city,
    .warden-name,
    .warden-position,
    .warden-contact {
        position: relative;
        top: -50px;
    }
    .warden-contact {
        margin-bottom: -50px;
    }
    .be-warden-section .col-lg-12 {
        text-align: right;
    }
    .warden-item-image {
        min-width: 90%;
    }
    .warden-item-image img {
        width: 100%;
height: auto;
    }
    .warden-item-content-wrap {
        max-width: 90%;
    }
    .warden-item-wrap {
        margin-bottom: 100px;
    }
    .team-item-content {
        padding: 30px;
max-width: calc(100% - 50px);
margin-left: auto;
padding-left: 60px;
    padding-bottom: 5px;
    }
    .team-item-wrap .team-item-image {
        width: 100px;
        top: -45px;
        left: 0px;
        padding: 10px;
        padding-bottom: 20px;
    }
    .team-item-wrap .team-item-image img {
        height: auto;
    }
    .team-item-title {
        padding-left: 110px;
        font-size: 13px;
line-height: 16px;
    }
    .team-item-link {
        padding: 10px 15px;
        right: -10px;
bottom: -17px;
font-size: 12px;
line-height: 13px;
    }
    .team-item-wrap .team-item-city:after {
        bottom: 0px;
            left: -20px;
    }
    .team-item-wrap .team-item-city {
        left: 0px;
        top: 180px;
    }
    .team-item-wrap {
        margin-bottom: 150px;
    }
    .apply-top__section.become-warden {
        padding-top: 0px;
    }
    .apply-top__section.become-warden .col-lg-6.first__column {
        order: 2;
    }
    .apply-top__section.become-warden .right-image-col {
        height: 250px;
        position: relative;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .apply-top__section .second__column {
        padding-top: 0px !important;
            margin-bottom: 20px;
    }
    .apply-top__section.become-warden {
        padding-bottom: 50px;
    }
    .apply-top__section.become-warden .col-lg-6.first__column .top-btn-wrapp {
        margin-top: 15px;
    }
    .become-warden-form .apply__form-step {
        top: 40px;
    }
    .become-warden-form .photo-upload {
        flex-direction: column;
    }
    .become-warden-form .wpcf7-form-control-wrap.upload-s3_1 {
        width: 100%;
        max-width: 100%;
    }
    .become-warden-form .codedropz-upload-handler {
        margin-left: auto;
        margin-right: auto;
    }
    .become-warden-form .wpcf7-form-control-wrap.checkbox-s3_2 {
        padding-left: 0px;
    }
    .become-warden-form .apply__form-input-group>span {
            max-width: 90%;
    }
    .become-warden-form .apply__form-nav {
        margin-top: 80px;
    }
    .become-warden-form .apply__form-third-step .text-center {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 40px;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .warden__left_col {
            padding: 55px 50px;
            margin-top: 160px;
    }
    .warden__left_col .about-top__section-info {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 1023px) {
    .cf-tnx-modal {
        top: 70px;
    }
    .modal-text {
        margin-top: 40px;
    }
    .sent-f-img {
        margin-bottom: 40px;
    }
    .become-warden-form .btn-blue.next + br {
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .become-warden-form .apply__form-nav {
        margin-top: 100px;
    }
    .cf-tnx-modal {
        top: 70px;
    }
    .cf-tnx-modal .modal-text {
        margin-top: 60px;
    }
    .cf-tnx-modal .sent-f-img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1024px){
    .team-wrap{
        margin: 0 25vw;
    }
}
@media screen and (max-width: 991px){
    .team-wrap{
        margin: 0 15vw;
    }
}
@media screen and (max-width: 767px){
    .team-wrap{
        margin: 0 2vw;
    }
}
.single-post-form {
	    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #0E103D;
    margin-bottom: 50px;
}
.single-post-content a {
	    color: #0E103D !important;
    font-weight: bold;
    text-decoration: underline;
}
.single-post-content a:hover {
	color: #007bff !important;
}
/* new end */


/* never use important, but now it`s important */


@media screen and (max-width: 1024px) {
    .container {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }
}
@media screen and (max-width: 640px) {
    .container {
        padding-left: 7vw !important;
        padding-right: 7vw !important;
    }
}
@media screen and (max-width: 575px) {
    .container {
        padding-left: 10vw !important;
        padding-right: 10vw !important;
    }
}

/* new classes for post */
.simple-post h2{
    margin: 3vh 0;
    line-height: 2em;
    background-color: #CDDBF2;
    padding-left: 2vw;
}
@media screen and (max-width: 1024px) {
    .simple-post h2 {
        line-height: 2em;
        text-align: center;
        font-size: 1.3em;
        padding: 2vw;
        width: auto !important;
    }
}
.btn-wrap{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 5vh 0;
}
.wardern-next{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.wardern-next nav a{
    padding-left: 1vw;
}
@media screen and (max-width: 575px) {
    .wardern-next {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wardern-next nav{
        margin-top: 5vh;
    }
}
.warden-hr{
    border-bottom: black 1px solid;
    margin-bottom: 7vh;
}
@media screen and (max-width: 1024px) {
    .warden-hr{
        margin-bottom: 15vh;
    }
}
.team-hr{
    border-bottom: black 1px solid;
    margin-bottom: 7vh;
}
@media screen and (max-width: 1024px) {
    .team-hr{
        margin-bottom: 10vh;
    }
}
.next-wrap{
    margin-bottom: 7vh;
}
/* pagination */
.pagination a{
    font-size: 18px;
}
.pagination .prev{
    background-color: #CDDBF2;
    padding: 1% 2%;
    color: #0E103D;
}
.pagination .next{
    background-color: #CDDBF2;
    padding: 1% 3%;
    margin-left: 1vw;
    color: #0E103D;
}
.pagination .dots{
    padding-left: 1vw;
}
.pagination a{
    color: #DCE1E9;
}
.pagination .current{
    font-size: 18px;
    padding-left: 1vw;
}
/* footer new styles */
@media screen and (max-width: 1200px) {
    .footer__nav ul{
        flex-direction: column;
    }
    .footer__nav li{
        font-size: 12px
    }
    .footer__nav a{
        margin-left: 4px;
        margin-right: 4px;
    }
}
@media screen and (max-width: 480px) {
    .footer__wrap{
        flex-direction: column;
    }
    .footer__logo{
        margin-bottom: 1vh;
    }
    .footer_copyright{
        margin-bottom: 1vh;
    }
}
