/*
Theme Name: Центр Нова Європа
Author: Yury R.
Version: 1.0
Text Domain: theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Global
# Reset CSS
# Header
# Main page
# General
#	Team page
# Single
# Same_PD
--------------------------------------------------------------*/
/* -------------------------------------------------fonts---------------------------------------------- */

/*
@font-face {
	font-family: ComfortaaRegular;
	src: url(font/Comfortaa/ComfortaaRegular.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: ComfortaaBold;
	src: url(font/Comfortaa/ComfortaaBold.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: ComfortaaLight;
	src: url(font/Comfortaa/ComfortaaLight.ttf);
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
  font-family: ComfortaaBold;
  src: url('font/Comfortaa/extra/comfortaa-bold.eot');
  src: url('font/Comfortaa/extra/comfortaa-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ComfortaaLight;
  src: url('font/Comfortaa/extra/comfortaa-light.eot');
  src: url('font/Comfortaa/extra/comfortaa-light.eot?#iefix') format('embedded-opentype'),
    url('font/Comfortaa/extra/comfortaa-light.woff2') format('woff2'),
    url('font/Comfortaa/extra/comfortaa-light.woff') format('woff'),
    url('font/Comfortaa/extra/comfortaa-light.ttf') format('truetype'),
    url('font/Comfortaa/extra/comfortaa-light.svg#comfortaalight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ComfortaaRegular;
  src: url('font/Comfortaa/extra/comfortaa-regular.eot');
  src: url('font/Comfortaa/extra/comfortaa-regular.eot?#iefix') format('embedded-opentype'),
    url('font/Comfortaa/extra/comfortaa-regular.woff2') format('woff2'),
    url('font/Comfortaa/extra/comfortaa-regular.woff') format('woff'),
    url('font/Comfortaa/extra/comfortaa-regular.ttf') format('truetype'),
    url('font/Comfortaa/extra/comfortaa-regular.svg#comfortaaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(font/OpenSans/OpenSans-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(font/OpenSans/OpenSans-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: OpenSans-Italic;
  src: url(font/OpenSans/OpenSans-Italic.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("font/font-awesome/glyphicons-halflings-regular.eot");
  src: url("font/font-awesome/glyphicons-halflings-regular.eot?#iefix")format("embedded-opentype"),
    url("font/font-awesome/glyphicons-halflings-regular.woff") format("woff"),
    url("font/font-awesome/glyphicons-halflings-regular.svg") format("svg"),
    url("font/font-awesome/glyphicons-halflings-regular.woff2") format("woff2"),
    url("font/font-awesome/glyphicons-halflings-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* -------------------------------------------------fonts---------------------------------------------- */

/* -------------------------------------------------GLOBAL---------------------------------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.clearfix {
  clear: both;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --yellow: #ffba00;
  --blue: #02afff;
  --gray: #999999;
  --dark-gray: #4d4d4d;
  --reg: ComfortaaRegular;
  --bold: ComfortaaBold;
  --light: ComfortaaLight;
  --sans-reg: OpenSans-Regular;
  --sans-bold: OpenSans-Bold;
  --sans-italic: OpenSans-Italic;
}

.trans {
  -webkit-transition: 3s all linear;
  transition: 3s all linear;
}

.transition {
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-family: var(--bold);
  letter-spacing: -1px;
  padding: 0;
  /*	text-transform: uppercase;*/
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}

.button:hover {
  background: transparent;
  border: 1px solid transparent;
  font-size: 14px;
}

.float-right {
  float: right;
}

.float-left {
  float: left
}

.hide-filter,
.donate-btn-block {
  display: none;
}

#page-preloader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#page-preloader .spinner {
  width: 256px;
  height: 256px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(images/bx_loader.gif) no-repeat 50% 50%;
  margin: -128px 0 0 -128px;
}

#mailpoet_form_1 .mailpoet_text::-webkit-input-placeholder {
  color: var(--blue) !important;
  opacity: 1;
}

#mailpoet_form_1 .mailpoet_text:-ms-input-placeholder {
  color: var(--blue) !important;
  opacity: 1;
}

#mailpoet_form_1 .mailpoet_text::placeholder {
  color: var(--blue) !important;
  opacity: 1;
}

#mailpoet_form_1 .mailpoet_text {
  -webkit-box-shadow: 0 0 6px 0 transparent;
  box-shadow: 0 0 6px 0 transparent;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

#mailpoet_form_1 .mailpoet_text.parsley-error {
  -webkit-box-shadow: 0 0 10px 0 red;
  box-shadow: 0 0 10px 0 red;
}

.parsley-errors-list.filled {
  display: none;
}

.qtranxs-available-language-link {
  text-transform: lowercase;
}

.facebook-widget ._2p3a,
.facebook-widget .fb_iframe_widget,
.facebook-widget .fb_iframe_widget>span,
.facebook-widget .fb_iframe_widget iframe {
  width: 100% !important;
}

/* -------------------------------------------------GLOBAL---------------------------------------------- */

/* -------------------------------------------------RESET-STYLES---------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: var(--sans-reg);
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: var(--gray);
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

body {
  background: #fff;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

a img {
  border: 0;
  text-decoration: none;
}

div {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  font-family: var(--reg);
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bold);
  letter-spacing: -1px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--bold);
  letter-spacing: -1px;
}

p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  line-height: 21px;
}

h1.page-title {}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-bottom: 10px;
}

.page-content h2 {
  font-size: 26px;
}

.page-content h3 {
  font-size: 24px;
}

.page-content h4 {
  font-size: 22px;
}

.page-content h5 {
  font-size: 20px;
}

.page-content h6 {
  font-size: 18px;
}

.page-content ul,
.page-content ol {
  font-size: 14px;
  line-height: 18px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: inherit;
}

.page-content ol {
  list-style-type: decimal;
}

.alignleft {
  display: inline;
  float: left;
}

.page-content a {
  color: var(--blue);
  text-decoration: underline;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.page-content a:hover {
  color: var(--yellow);
}

.page-content a:hover {}

.page-content table {
  border-collapse: collapse;
}

.page-content table {
  margin: 10px 0 20px 0;
}

.page-content table,
.page-content th,
.page-content td {
  border: 1px solid #000;
  vertical-align: middle;
}

.page-content td {
  padding: 10px;
  font-size: 14px;
  color: #181818;
}

.alignright {
  display: inline;
  float: right;
}

.page-content i,
.page-content cite,
.page-content em,
.page-content var,
.page-content address,
.page-content dfn {
  font-style: italic;
}

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

img.aligncenter {
  margin-top: 15px;
  margin-bottom: 15px;
}

img.alignright {
  margin: 15px 0 20px 20px;
}

img.alignleft {
  margin: 15px 20px 20px 0;
}

/* -------------------------------------------------RESET-STYLES---------------------------------------------- */

/* -------------------------------------------------HEADER---------------------------------------------- */
header .header {
  display: block;
}

header .header-mobile {
  display: none;
}

header {
  border-top: 14px solid var(--blue);
}

header .wrapper {
  border-bottom: 5px solid var(--blue);
  padding: 7px 0 2px 0;
}

header .logo {
  text-align: left;
}

header .logo img {
  max-width: 165px;
}

header .header-top {
  text-align: right;
}

header .header-top>div {
  display: inline-block;
}

header .header-top_email {
  border-right: 1px solid #d2d1d1;
}

header .header-top_email span {
  font-size: 14px;
  color: var(--blue);
  font-family: var(--sans-bold);
  padding-left: 10px;
  line-height: 28px;
  padding-right: 25px;
}

header .header-search-form {
  padding: 0 25px;
  border-right: 1px solid #d2d1d1;
}

header .header-search-form form {
  position: relative;
}

header .header-search-form #searchText {
  width: 230px;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-family: var(--sans-italic);
  color: var(--blue);
  line-height: 28px;
}

header .header-search-form #searchText::-webkit-input-placeholder {
  color: var(--blue) !important;
  opacity: 1;
}

header .header-search-form #searchText:-ms-input-placeholder {
  color: var(--blue) !important;
  opacity: 1;
}

header .header-search-form #searchText::placeholder {
  color: var(--blue) !important;
  opacity: 1;
}

header .header-search-form .input-field label {
  font-size: 12px;
  font-family: var(--sans-italic);
  color: var(--blue);
}

header .header-search-form .submit-btn {
  font-size: 0;
  border: 0;
  width: 16px;
  height: 16px;
  background: url(images/search.png) center center no-repeat;
  padding: 0;
  line-height: 28px;
}

#menu-language-menu .sub-menu,
#menu-language-menu-1 .sub-menu {
  padding: 0 0 0 25px;
}

#menu-language-menu>li>a,
#menu-language-menu-1>li>a {
  display: none;
}

#menu-language-menu .sub-menu li,
#menu-language-menu-1 .sub-menu li {
  display: inline-block;
}

#menu-language-menu .sub-menu li:first-child,
#menu-language-menu-1 .sub-menu li:first-child {
  margin-right: 15px;
}

#menu-language-menu .sub-menu li span,
#menu-language-menu-1 .sub-menu li span {
  font-size: 14px;
  color: #c2c1c1;
}

#menu-language-menu .qtranxs-lang-menu-uk .sub-menu li.qtranxs-lang-menu-item-en span,
#menu-language-menu .qtranxs-lang-menu-en .sub-menu li.qtranxs-lang-menu-item-uk span,
#menu-language-menu-1 .qtranxs-lang-menu-uk .sub-menu li.qtranxs-lang-menu-item-en span,
#menu-language-menu-1 .qtranxs-lang-menu-en .sub-menu li.qtranxs-lang-menu-item-uk span {
  color: var(--blue);
}

#menu-language-menu .qtranxs-lang-menu-uk .sub-menu li.qtranxs-lang-menu-item-uk a,
#menu-language-menu .qtranxs-lang-menu-en .sub-menu li.qtranxs-lang-menu-item-en a,
#menu-language-menu-1 .qtranxs-lang-menu-uk .sub-menu li.qtranxs-lang-menu-item-uk a,
#menu-language-menu-1 .qtranxs-lang-menu-en .sub-menu li.qtranxs-lang-menu-item-en a {
  pointer-events: none;
  cursor: default;
}

header .socials-links {
  width: auto;
  text-align: right;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .socials-links a {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: .4;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
  margin-right: 35px;
}

header .socials-links .donate-button a {
  width: 150px;
  height: 40px;
  background: #FF5C00;
  padding-right: 46px;
  padding-left: 8px;
  position: relative;
  margin-right: 55px !important;
  opacity: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--sans-bold);
  color: var(--white);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}

header .socials-links .donate-button a:hover {
  opacity: .7;
  /*background: var(--blue);*/
}

.en header .socials-links .donate-button a {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.en header .socials-links .donate-button a span {
  display: none;
}

header .socials-links .donate-button a span {
  text-transform: initial;
  font-size: 14px;
  line-height: 19px;
  font-family: var(--sans-reg);
  color: var(--white);
  font-weight: 600;
}

header .socials-links .donate-button a:after {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  background: url(images/donate.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  header .donate-button {
    float: right;
    height: 97px;
    position: relative;
  }

  header .donate-button a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 40px;
    background: #FF5C00;
    padding-right: 35px;
    padding-left: 8px;
    /*position: relative;*/
    margin-right: 20px !important;
    opacity: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: var(--sans-bold);
    color: var(--white);
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }

  header .donate-button a:hover {
    opacity: .7;
    /*background: var(--blue);*/
  }

  .en header .donate-button a {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .en header .donate-button a span {
    display: none;
  }

  header .donate-button a span {
    text-transform: initial;
    font-size: 14px;
    line-height: 19px;
    font-family: var(--sans-reg);
    color: var(--white);
    font-weight: 600;
  }

  header .donate-button a:after {
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    background: url(images/donate.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }
}

@media (max-width: 360px) {
  header .donate-button a {
    bottom: initial;
    top: 0;
  }
}

header .socials-links a:last-child {
  margin-right: 0;
}

header .socials-links a.facebook-link {
  background: url(images/facebook.png) center center no-repeat;
}

header .socials-links a.twitter-link {
  background: url(images/twitter.png) center center no-repeat;
}

header .socials-links a.youtube-link {
  background: url(images/youtube.png) center center no-repeat;
}

header .socials-links a:hover {
  opacity: 1;
}

header .menu-wrapper {
  padding: 0;
}

header #menu-primary-menu {
  text-align: left;
  margin-top: 15px;
  display: flex;
}

header #menu-primary-menu li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  flex: 1;
}

header #menu-primary-menu li:last-child {
  margin-right: 0;
}

header #menu-primary-menu li a {
  padding: 0 12px;
  background: var(--blue);
  line-height: 40px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 40px;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

header #menu-primary-menu li a:hover {
  background: var(--yellow);
}

header #menu-primary-menu li a span {
  font-size: 14px;
  font-family: var(--sans-bold);
  color: var(--white);
  text-transform: uppercase;
  line-height: initial;
}

header #menu-primary-menu li.menu-item-has-children a {
  padding: 0 35px 0 12px;
}

header #menu-primary-menu li.menu-item-has-children a:after {
  content: '';
  width: 13px;
  height: 7px;
  background: url(images/down-arrow.png) center center no-repeat;
  display: block;
  position: absolute;
  right: 12px;
  top: 17px;
}

header #menu-primary-menu li .sub-menu {
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 1;
  min-width: 210px;
  height: auto;
  display: none;
}

header #menu-primary-menu li .sub-menu li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #35bfff;
}

header #menu-primary-menu li .sub-menu li:last-child {
  border-bottom: none;
}

header #menu-primary-menu li .sub-menu li a {
  width: 100%;
  line-height: 40px;
}

header #menu-primary-menu li .sub-menu li a:after {
  display: none;
}

header #menu-primary-menu li .sub-menu li a span {
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

header #menu-primary-menu li .sub-menu li:hover a {
  background: #34bfff;
}

.site-footer {
  height: auto;
}

.site-footer p.copy {
  display: inline-block;
  width: 32%;
  margin: 0;
  line-height: 12px;
  margin-bottom: 10px;
}

.site-footer p.created-link {
  display: inline-block;
  width: auto;
  font-size: 12px;
  color: #4d4d4d;
  margin: 0;
  line-height: 12px;
  float: right;
}

.site-footer p.created-link a {
  color: var(--white);
  font-family: var(--bold);
}

.footer-menu {
  width: 100%;
  display: inline-block;
  text-align: right;
  float: right;
  line-height: 41px;
  height: 41px;
}

.footer-menu li {
  display: inline-block;
  margin-right: 30px;
  position: relative
}

.footer-menu .menu>li>a:hover {
  text-decoration: underline;
  color: var(--white);
}

.footer-menu li:last-child {
  margin-right: 0;
}

.footer-menu li a span {
  font-size: 14px;
  color: var(--white);
  font-family: var(--sans-bold);
  text-transform: uppercase;
}

.footer-menu li .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  bottom: 37px;
  width: 210px;
}

.footer-menu li .sub-menu li {
  background: var(--white);
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  margin-right: 0;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.footer-menu li .sub-menu li:hover {
  background: var(--yellow);
}

.footer-menu li .sub-menu li:last-child {
  border-bottom: 0;
}

.footer-menu li .sub-menu li a {
  width: 100%;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px 0 12px;
}

.footer-menu li .sub-menu li a span {
  font-size: 14px;
  font-family: var(--sans-bold);
  color: #4d4d4d;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.site-footer .adress {
  display: block;
  line-height: 41px;
  height: 41px;
  width: 100%;
}

.site-footer .adress p {
  margin: 0;
  line-height: 41px;
  color: #fff;
  font-size: 14px;
  font-family: var(--sans-bold);
  padding-left: 28px;
  position: relative;
  float: left;
}

@media (max-width: 768px) {
  .site-footer .adress p {
    width: 100%;
    text-align: center;
  }
}

.site-footer .adress .socials-links {
  float: right;
  height: 41px;
  line-height: 41px;
}

.site-footer .adress .socials-links {
  width: auto;
  text-align: right;
  margin-top: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .site-footer .adress .socials-links {
    width: 100%;
    text-align: center;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.site-footer .adress .socials-links a {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: .4;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
  margin-right: 35px;
}

.site-footer .adress .socials-links a:last-child {
  margin-right: 0;
}

.site-footer .adress .socials-links a.facebook-link {
  background: url(images/facebook.png) center center no-repeat;
}

.site-footer .adress .socials-links a.twitter-link {
  background: url(images/twitter.png) center center no-repeat;
}

.site-footer .adress .socials-links a.youtube-link {
  background: url(images/youtube.png) center center no-repeat;
}

.site-footer .adress .socials-links a:hover {
  opacity: 1;
}

.site-footer .adress p:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(images/maps-and-flags.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

/* -------------------------------------------------HEADER---------------------------------------------- */

/* -------------------------------------------------MAIN-PAGE---------------------------------------------- */

.slider-container {
  margin-top: 9px;
  position: relative;
}

.slider-container .wrapper {
  height: 404px;
  overflow: hidden;
}

.slider-container .wrapper .column {
  height: 100%;
}

.slider-container .titles-block {
  border-left: 5px solid #34bfff;
}

.slider-container .titles-block .item {
  background: var(--white);
  border-bottom: 1px solid #c2c1c1;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
  position: relative;
}

.slider-container .titles-block .item a:hover,
.slider-container .titles-block .item a.active {
  background: var(--blue);
}

.slider-container .titles-block .item a {
  font-size: 14px;
  font-family: var(--sans-bold);
  color: var(--dark-gray);
  display: block;
  padding: 10px 20px;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
  height: 81px;
}

.slider-container .titles-block .item a span {
  font-size: 14px;
  font-family: var(--sans-bold);
  color: var(--dark-gray);
  display: block;
  height: 61px;
  overflow: hidden;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.slider-container .titles-block .item:hover a,
.slider-container .titles-block .item a.active,
.slider-container .titles-block .item:hover a span,
.slider-container .titles-block .item a.active span {
  color: var(--white);
}

.slider-container .titles-block .item a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 40.5px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 40.5px solid transparent;
  position: absolute;
  right: -22px;
  top: 0;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.slider-container .titles-block .item:hover a:after,
.slider-container .titles-block .item a.active:after {
  border-left: 22px solid var(--blue);
}

.slider-container .titles-block .item:last-child {
  border-bottom: none;
}

.slider-container .bx-wrapper {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.slider-container .content a.title {
  font-family: var(--bold);
  letter-spacing: -1px;
  color: var(--yellow);
  font-size: 18px;
  margin-top: 10px;
  display: block;
  line-height: 21px;
  margin-bottom: 18px;
}

.slider-container .content .excerpt {
  font-size: 14px;
  font-family: var(--sans-reg);
  color: var(--gray);
  margin-bottom: 22px;
}

.slider-container .content .date {
  font-size: 12px;
  color: var(--blue);
  display: inline-block;
}

.slider-container .content .date svg {
  width: 17px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 4px;
  fill: #999999;
}

.slider-container .content .share-block {
  display: inline-block;
  float: right;
  position: relative;
}

.slider-container .content .share-block .share-btn svg {
  fill: var(--yellow);
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.slider-container .content .share-block .share-btn.active svg {
  fill: #9adfff;
}

.slider-container .content .share-block .share-socials a {
  display: inline-block;
  margin-right: 30px;
}

.slider-container .content .share-block .share-socials a svg {
  height: 16px;
  width: auto;
  margin: 0;
  padding: 0;
}

.slider-container .content .share-block .share-socials a svg path {
  fill: #9adfff;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.slider-container .content .share-block .share-socials a:hover svg path {
  fill: var(--yellow);
}

.slider-container .content .share-block .share-socials {
  display: none;
  position: absolute;
  right: 16px;
  top: 0px;
  width: 90px;
}

.posts-container {
  margin-top: 45px;
  margin-bottom: 40px;
}

.title-block {
  border-bottom: 2px solid var(--blue);
  margin-bottom: 33px;
  position: relative;
}

.title-block:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--blue);
  right: 0px;
  bottom: -5px;
  border-radius: 15px;
  z-index: -1;
}

.title-block:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--white);
  right: 2px;
  bottom: -3px;
  border-radius: 15px;
}

.h2.title {
  font-size: 30px;
  color: var(--blue);
  display: inline-block;
  margin: 0;
  background: #fff;
  position: relative;
  top: 7px;
  padding-right: 10px;
}

.posts-container .analytics-posts.latest-events {
  margin-bottom: 25px;
}

.posts-container .analytics-posts .item:nth-child(n+3) {
  margin-top: 15px;
}

.posts-container .analytics-posts .item img {
  height: 178px;
  width: 73%;
}

.posts-container .analytics-posts .item a.title {
  font-family: var(--sans-bold);
  color: var(--dark-gray);
  font-size: 18px;
  display: block;
  line-height: 21px;
  margin-bottom: 15px;
  margin-top: 15px;
  height: 63px;
  overflow: hidden;
}

.posts-container .analytics-posts .item .excerpt {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 18px;
  height: 60px;
  overflow: hidden;
}

.posts-container .analytics-posts .item svg {
  height: 16px;
  width: auto;
  margin: 0;
  padding: 0;
}

.posts-container .analytics-posts .item .share-block .share-socials {
  position: absolute;
  right: 16px;
  top: 0px;
  width: 90px;
  display: none;
}

.posts-container .analytics-posts .item .share-block .share-socials a {
  display: inline-block;
  margin-right: 30px;
}

.posts-container .analytics-posts .item .share-block .share-socials a svg .posts-container .analytics-posts .item .share-block .share-socials a:hover svg {
  fill: var(--yellow);
}

.posts-container .analytics-posts .item .date {
  font-size: 12px;
  color: var(--blue);
  display: inline-block;
}

.posts-container .analytics-posts .item .date svg {
  width: 17px;
  height: 15px;
  display: inline-block;
  float: left;
  fill: #999999;
  margin-right: 10px;
}

.posts-container .analytics-posts .item .share-block {
  float: right;
  height: 16px;
  position: relative;
}

.posts-container .analytics-posts .item .share-block .share-btn svg {
  fill: #999999;
  cursor: pointer;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.posts-container .analytics-posts .item .share-block .share-btn.active svg {
  fill: var(--blue);
}

.posts-container .analytics-posts .item .share-block svg:hover {
  fill: var(--yellow);
}

.item .post-tags {
  height: 17px;
}

.item .post-tags a {
  font-size: 12px;
  color: var(--blue);
  margin-right: 5px;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.item .post-tags a:last-child {
  margin-right: 0;
}

.item .post-tags a span {
  font-size: 12px;
  color: var(--blue);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.item .post-tags a:hover,
.item .post-tags a span:hover,
.item .post-tags a:hover span {
  color: var(--yellow);
}

.posts-container .analytics-posts .item .line {
  display: block;
  margin-top: 10px;
  border-bottom: 1px dashed #999999;
}

.analytics-posts a.archive-link {
  color: var(--white);
  font-size: 14px;
  font-family: var(--sans-bold);
  text-transform: inherit;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 25px;
  background: var(--blue);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.analytics-posts a.archive-link:hover {
  background: var(--yellow);
}

.sidebar-container .news-posts .item {
  margin-bottom: 20px;
  border-bottom: 1px dashed #999999;
}

.sidebar-container .news-posts .item:nth-child(4) {
  margin-bottom: 0px;
}

.sidebar-container svg {
  height: 16px;
  width: auto;
  float: left;
  fill: #999999;
  margin-right: 10px;
}

.sidebar-container .news-posts .item img {
  height: 84px;
  width: auto;
  padding-right: 15px;
}

.sidebar-container .news-posts .item a.title {
  font-family: var(--sans-bold);
  color: var(--blue);
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 16px;
  height: 66px;
  overflow: hidden;
  display: inline-block;
  width: 72%;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.sidebar-container .news-posts .item a.title:hover {
  color: var(--yellow);
}

.sidebar-container .news-posts .item .date {
  font-size: 12px;
  color: var(--blue);
}

.sidebar-container .news-posts .item .excerpt {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 15px;
}

.sidebar-container .news-posts .news-link,
.sidebar-container .digests-posts .news-link {
  font-size: 14px;
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
  display: inline-block;
  float: right;
  margin-bottom: 25px;
}

.sidebar-container .digests-posts {
  margin-top: 40px;
}
.sidebar-container .digests-posts .item {
	margin-bottom: 15px;
}


.sidebar-container .socials-widgets .title-block .widget-name {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.sidebar-container .socials-widgets .title-block .widget-name:hover {
  color: var(--yellow);
}

.sidebar-container .socials-widgets .title-block .widget-name:first-child {
  margin-right: -2px;
}

.sidebar-container .socials-widgets .title-block .widget-name.active {
  color: var(--yellow);
  pointer-events: none;
  cursor: default;
}

.sidebar-container .digests-posts .digest-inf {
  padding: 5px 8px 10px 8px;
  border: 2px solid var(--blue);
  border-top: 0;
}

.sidebar-container .digests-posts .digest-inf .title {
  font-size: 14px;
  font-family: var(--sans-bold);
  color: var(--blue);
  margin-bottom: 5px;
}

.sidebar-container .digests-posts .digest-inf .date {
  font-size: 12px;
  color: var(--blue);
  margin-bottom: 0px;
}

.sidebar-container .digests-posts .digest-inf .excerpt {
  font-size: 14px;
  color: var(--gray);
}

.sidebar-container .digests-posts .item a {
  display: block;
  background: var(--blue);
}

/*.sidebar-container .digests-posts .item a .title {
  background: var(--blue);
  display: inline-block;
  color: var(--white);
  width: 27%;
  height: 82px;
  padding: 10px 10px 5px 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: var(--sans-bold);
  text-align: center;
  line-height: 12px;
}*/
.sidebar-container .digests-posts .item a .title {
  background: var(--blue);
  display: inline-block;
  color: var(--white);
  width: 100%;
  padding: 10px 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--sans-bold);
  text-align: center;
  line-height: 20px;
}

.sidebar-container .digests-posts .item a .title span {
  display: block;
  margin-top: 15px;
  font-size: 9px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--sans-bold);
}

/*.sidebar-container .digests-posts .item a img {
  width: 73%;
  float: left;
  height: 82px;
}*/
.sidebar-container .digests-posts .item a img {
	width: 100%;
	float: none;
	height: auto;
	border: 2px solid var(--blue);
}

.video-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

.video-wrapper .item {
  position: relative;
}

.video-wrapper .item a.main-image {
  height: 100%;
  position: relative;
  display: inline-block;
}

.video-wrapper .item a.main-image img {
  height: 225px;
}

.video-wrapper .item a.main-image span,
.video-wrapper .item a.cat-link {
  position: absolute;
  top: 16px;
  left: 13px;
  color: var(--white);
  font-family: var(--bold);
  letter-spacing: -1px;
  text-transform: uppercase;
  padding: 10px;
  background: var(--yellow);
  font-size: 14px;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.video-wrapper .item a.main-image span:hover,
.video-wrapper .item a.cat-link:hover {
  background: var(--blue);
}

.video-wrapper .photo-report .item a.cat-link {
  background: var(--blue);
}

.video-wrapper .photo-report .item a.cat-link:hover {
  background: var(--yellow);
}

.video-wrapper .photo-report .item a.main-image span {
  background: var(--blue);
}

.video-wrapper .photo-report .item a.main-image span:hover {
  background: var(--yellow);
}

.video-wrapper .photo-report .item a.main-image span.photo-icon:hover {
  background: transparent;
}

.video-wrapper .item a.main-image span.icon {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  display: inline-block;
  background: transparent;
  padding: 0;
  top: 50%;
  margin-top: -32.5px;
}

.video-wrapper .item a.main-image span.icon svg {
  width: 65px;
  height: 65px;
}

.video-wrapper .item a.title {
  height: 68px;
  display: block;
  background: var(--yellow);
  line-height: 68px;
  padding: 0 17px;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.video-wrapper .item a.title:hover {
  background: var(--blue);
}

.video-wrapper .photo-report .item a.title {
  background: var(--blue);
}

.video-wrapper .photo-report .item a.title:hover {
  background: var(--yellow);
}

.video-wrapper .item a.title span {
  color: var(--white);
  font-size: 18px;
  font-family: var(--sans-bold);
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 4px;
}

.video-wrapper .item a.main-image span.icon svg path {
  fill: var(--white) !important;
  opacity: .5;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.video-wrapper .item:hover a.main-image span.icon svg path {
  opacity: .7;
}

.video-wrapper .item .date {
  font-size: 12px;
  color: var(--blue);
  display: inline-block;
  margin-top: 10px;
}

.video-wrapper .item .date svg {
  width: 17px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 4px;
  fill: #999999;
}

.video-wrapper .comment .item {
  border-bottom: 1px dashed #999999;
  border-top: 1px dashed #999999;
  padding-top: 20px;
}

.video-wrapper .comment img {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin-right: 5%;
}

.video-wrapper .comment .object {
  width: 66%;
  display: inline-block;
  height: 85px;
  line-height: 85px;
  border-bottom: 2px solid var(--blue);
  position: relative;
}

.video-wrapper .comment .object:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--blue);
  right: 0px;
  bottom: -5px;
  border-radius: 15px;
}

.video-wrapper .comment .object:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--white);
  right: 2px;
  bottom: -3px;
  border-radius: 15px;
  z-index: 1;
}

.video-wrapper .comment .object span {
  font-family: var(--sans-bold);
  font-size: 14px;
  color: var(--blue);
  line-height: 16px;
  display: inline-block;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.video-wrapper .comment .object span:hover {
  color: var(--yellow);
}

.video-wrapper .comment .excerpt {
  font-size: 14px;
  color: var(--gray);
  margin-top: 20px;
  margin-bottom: 35px;
}

.video-wrapper .comment .all-comments {
  color: var(--white);
  display: block;
  width: 165px;
  margin: 0 auto;
  font-size: 14px;
  font-family: var(--sans-bold);
  text-transform: inherit;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 25px;
  background: var(--blue);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.video-wrapper .comment .all-comments:hover {
  background: var(--yellow);
}

.video-wrapper.site {
  margin-top: 50px;
}

.video-wrapper.site .video {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* -------------------------------------------------MAIN-PAGE---------------------------------------------- */

/* -------------------------------------------------GENERAL---------------------------------------------- */

.breadcrumbs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.breadcrumbs span {
  color: var(--dark-gray);
  font-size: 12px;
}

.breadcrumbs a span {
  color: var(--gray) !important;
}

.button-ne {
  color: var(--white);
  font-size: 14px;
  font-family: var(--sans-bold);
  text-transform: inherit;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 25px;
  background: var(--blue);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.button-ne:hover {
  background: var(--yellow);
}

/* -------------------------------------------------GENERAL---------------------------------------------- */

/* -------------------------------------------------TEAM-PAGE---------------------------------------------- */

.template-team .employee-list .item {
  border-bottom: 1px dashed #999999;
  padding: 15px 0;
}

.template-team .employee-list .item:first-child {
  padding-top: 0;
}

.template-team .employee-list .item:last-child {
  margin-bottom: 30px;
}

.template-team .employee-list .item .image {
  padding-right: 15px;
}

.template-team .employee-list .item .image img {
  width: 200px;
  height: 265px;
}

.template-team .employee-list .item .description p {
  font-family: var(--sans-reg) !important;
  color: #4d4d4d;
}

.template-team .employee-list .item .description p strong span {
  font-family: var(--sans-bold) !important;
  color: #4d4d4d;
}

.template-team .employee-list .item .description p strong {
  font-family: var(--sans-bold) !important;
  color: #4d4d4d;
}

.template-team .employee-list .item .description p span strong {
  color: var(--blue);
}

.template-team .employee-list .item .employee-socials {
  margin-top: 22px;
}

.template-team .employee-list .item .employee-socials a {
  margin-right: 32px;
  display: inline-block;
}

.template-team .employee-list .item .employee-socials a:last-child {
  margin-right: 0;
}

.template-team .employee-list .item .employee-socials a svg {
  width: 16px;
  height: 16px;
  fill: var(--yellow);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.template-team .employee-list .item .employee-socials a:hover svg {
  fill: var(--blue);
}

.template-team .employee-list .item .employee-socials .employee_email {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--blue);
  padding-left: 24px;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.template-team .employee-list .item .employee-socials .employee_email svg {
  display: block;
  width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  fill: var(--blue);
}

.template-team .employee-list .item .employee-socials .employee_email:hover {
  color: var(--yellow);
}

.template-team .employee-list .item .employee-socials .employee_email:hover svg {
  fill: var(--yellow);
}

/* -------------------------------------------------TEAM-PAGE---------------------------------------------- */

/* -------------------------------------------------SINGLE---------------------------------------------- */

.template-single .go-back-btn {
  background: transparent;
  border: 0;
  font-size: 14px;
  margin-bottom: 30px;
}

.template-single .go-back-btn span svg {
  vertical-align: middle;
  fill: var(--gray);
  position: relative;
  top: -1px;
  left: -5px;
}

.template-single svg {
  width: 16px;
  height: 16px;
}

.template-single .post-title {
  font-family: var(--sans-bold);
  font-size: 30px;
  color: var(--yellow);
  line-height: 35px;
  margin-bottom: 25px;
}

.template-single .about .date {
  font-size: 12px;
  color: var(--blue);
  display: inline-block;
  margin-right: 45px;
}

.template-single .about .date svg {
  width: 17px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 4px;
  fill: #999999;
  margin-right: 8px;
}

.template-single .about .author {
  display: inline-block;
  color: var(--dark-gray);
  font-size: 12px;
  position: relative;
  top: -1px;
}

.template-single .about .author span {
  font-size: 12px;
  font-family: var(--sans-bold);
  color: var(--dark-gray);
  margin-left: 5px;
}

.template-single .about .author svg {
  width: 17px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 4px;
  fill: #999999;
  margin-right: 10px;
}

.template-single .about .share-socials {
  display: inline-block;
  float: right;
}

.template-single .about .share-socials a:first-child {
  margin-right: 35px;
}

.template-single .about .share-socials a svg {
  fill: var(--blue);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.template-single .about .share-socials a:hover svg {
  fill: var(--yellow);
}

.post-line {
  border-bottom: 2px solid var(--blue);
  width: 60px;
  display: block;
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}

.post-line:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--blue);
  right: 0px;
  bottom: -5px;
  border-radius: 15px;
}

.post-line:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--white);
  right: 2px;
  bottom: -3px;
  border-radius: 15px;
  z-index: 1;
}

.template-single .page-content p {
  color: var(--dark-gray);
  line-height: 18px;
}

.template-single .page-content p del,
.template-single .page-content p em,
.template-single .page-content p span {
  color: var(--dark-gray);
}

.template-single .page-content p strong {
  font-family: var(--sans-bold);
  color: var(--dark-gray);
}

.template-single .page-content ul li {
  margin-bottom: 20px;
  text-indent: 6px;
  color: var(--dark-gray);
  font-size: 14px;
  position: relative;
  /*list-style: none;*/
}

.template-single .page-content ul[style*="list-style-type: disc;"] li {
  margin-bottom: 20px;
  text-indent: 6px;
  color: var(--dark-gray);
  font-size: 14px;
  position: relative;
  list-style: none;
}

.template-single .page-content ul[style*="list-style-type: disc;"] li:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -21px;
  top: 3px;
  background: var(--yellow);
  border-radius: 15px;
  z-index: -1;
}

.template-single .page-content ul[style*="list-style-type: disc;"] li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -19px;
  top: 5px;
  background: var(--white);
  border-radius: 15px;
}

.template-single .page-content ul[style*="list-style-type: circle;"] li {
  margin-bottom: 15px;
  color: var(--dark-gray);
  font-size: 14px;
  position: relative;
  margin-left: 80px;
  list-style: none;
}

.template-single .page-content ul[style*="list-style-type: circle;"] li:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -21px;
  top: 6px;
  background: var(--blue);
  border-radius: 15px;
  z-index: -1;
}

.template-single .page-content ul[style*="list-style-type: circle;"] li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -20px;
  top: 7px;
  background: var(--white);
  border-radius: 15px;
}

.template-single .page-content p em {
  font-family: var(--sans-italic);
}

.template-single .post-tags {
  margin-bottom: 40px;
  margin-top: 35px;
}

.template-single .post-tags a {
  display: inline-block;
  font-size: 14px;
  color: var(--blue);
  margin-right: 10px;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.template-single .post-tags a span {
  color: var(--blue);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.template-single .post-tags a:hover {
  color: var(--gray);
}

.template-single .post-tags a:hover span {
  color: var(--yellow);
}

/* -------------------------------------------------SINGLE---------------------------------------------- */

/* -------------------------------------------------SAME_PD---------------------------------------------- */

.same_pd svg {
  width: 16px;
  height: 16px;
  fill: var(--gray);
}

.same_pd p.empty-archive {
  text-align: center;
  font-family: var(--bold);
  letter-spacing: -1px;
  font-size: 24px;
  color: var(--dark-gray);
  text-transform: uppercase;
  margin-top: 25px;
}

.same_pd .content {
  min-height: 600px;
}

.same_pd .content .item {
  margin-top: 35px;
  border-bottom: 1px dashed #999999;
  padding-bottom: 30px;
}

.same_pd .content .item:first-child {
  margin-top: 0;
}

.same_pd .content .item .col-md-9 {
  margin-left: -15px;
}

.same_pd .content .item img {
  width: 160px;
  height: 110px;
  border-left: 3px solid var(--blue);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.same_pd .content .item:hover img {
  border-left: 3px solid var(--yellow);
}

.same_pd .content .item .post-title {
  display: block;
  font-size: 18px;
  font-family: var(--sans-bold);
  color: var(--dark-gray);
  line-height: 16px;
  margin-bottom: 15px;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.same_pd .content .item .post-title:hover {
  color: var(--blue);
}

.same_pd .content .item p {
  line-height: 16px;
  margin-bottom: 15px;
}

.same_pd .content .item .date {
  display: inline-block;
  float: left;
}

.same_pd .content .item .share-block {
  display: inline-block;
  float: right;
}


.same_pd .content .item .share-block .share-socials {
  position: absolute;
  right: 16px;
  top: 0px;
  width: 90px;
  display: none;
}

.same_pd .content .item .share-block .share-socials a {
  display: inline-block;
  margin-right: 27px;
}

.same_pd .content .item .share-block .share-socials a svg .same_pd .content .item .share-block .share-socials a:hover svg {
  fill: var(--yellow);
}

.same_pd .content .item .date {
  font-size: 12px;
  color: var(--blue);
  display: inline-block;
}

.same_pd .content .item .date svg {
  width: 17px;
  height: 15px;
  display: inline-block;
  float: left;
  fill: #999999;
  margin-right: 10px;
}

.same_pd .content .item .share-block {
  float: right;
  height: 16px;
  position: relative;
}

.same_pd .content .item .share-block .share-btn svg {
  fill: #999999;
  cursor: pointer;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.same_pd .content .item .share-block .share-btn.active svg {
  fill: var(--blue);
}

.same_pd .content .item .share-block svg:hover {
  fill: var(--yellow);
}

.same_pd .pagination {
  margin-top: 45px;
}

.same_pd .wp-pagenavi span.current {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #4d4d4d;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  font-family: var(--sans-italic);
  font-size: 14px;
  color: var(--blue);
}

.same_pd .wp-pagenavi a {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid transparent;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  font-family: var(--sans-italic);
  font-size: 14px;
  color: var(--dark-gray);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.same_pd .wp-pagenavi a:hover {
  border: 1px solid #d1d0d0;
  color: var(--blue);
}

.same_pd .filter-container {
  background: #ededed;
  padding: 20px 8px 25px 8px;
}

.same_pd .nice-select,
.same_pd ul.list {
  width: 100%;
}

.same_pd .nice-select {
  border: 1px solid #d1d0d0;
  border-radius: 0;
  padding-left: 7px;
  height: 30px;
  line-height: 30px;
}

.same_pd .nice-select span.current {
  color: var(--dark-gray);
  font-size: 14px;
}

.same_pd ul.list {
  border: 1px solid #d1d0d0;
  border-radius: 0;
  margin-top: 8px;
}

.same_pd ul.list li {
  padding: 0;
  margin: 0 7px;
  color: var(--dark-gray);
  font-size: 14px;
  border-bottom: 1px solid #d1d0d0;
  line-height: 33px;
  min-height: 33px;
}

.same_pd ul.list li:hover,
.same_pd .nice-select .option.selected {
  color: var(--blue);
  background: transparent;
  font-weight: normal;
}

.same_pd .nice-select .option.focus,
.nice-select .option.selected.focus {
  background: transparent;
}

.same_pd .filter .filter-button {
  display: none;
}

.same_pd .filter-container .filter-item {
  margin-bottom: 15px;
}

.same_pd .filter-container .filter-item>p {
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--dark-gray);
}

.same_pd .filter-container form>input {
  color: var(--white);
  display: block;
  width: 165px;
  margin: 0 auto;
  font-size: 14px;
  font-family: var(--sans-bold);
  text-transform: inherit;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 25px;
  background: var(--blue);
  border: 0;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.same_pd .filter-container form>input:hover {
  background: var(--yellow);
}

.same_pd .nice-select:after {
  content: '';
  display: block;
  height: 24px;
  width: 1px;
  background: #d1d0d0;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -12px;
  right: 28px;
}

.same_pd .nice-select:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4d4d4d;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -2.5px;
}

.same_pd .filter-container .calendar {
  position: relative;
  margin-bottom: 8px;
}

.same_pd .filter-container .calendar input {
  border: 1px solid #d1d0d0;
  border-radius: 0;
  padding-left: 7px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  font-size: 14px;
  color: var(--gray) !important;
}

.same_pd .filter-container input#searchText {
  border: 1px solid #d1d0d0;
  border-radius: 0;
  padding-left: 7px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  font-size: 14px;
  color: var(--gray) !important;
}

.same_pd .filter-container .calendar input::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--gray) !important;
  opacity: 1;
}

.same_pd .filter-container .calendar input:-ms-input-placeholder {
  font-size: 14px;
  color: var(--gray) !important;
  opacity: 1;
}

.same_pd .filter-container .calendar input::placeholder {
  font-size: 14px;
  color: var(--gray) !important;
  opacity: 1;
}

.same_pd .filter-container .calendar:after {
  content: '';
  display: block;
  height: 24px;
  width: 1px;
  background: #d1d0d0;
  position: absolute;
  top: 50%;
  right: 28px;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -12px;
}

.same_pd .filter-container .calendar .calendar-icon {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
}

.same_pd .filter-container .calendar .calendar-icon svg {
  fill: var(--blue);
}

/* -------------------------------------------------SAME_PD---------------------------------------------- */

/* -------------------------------------------------Donate popup---------------------------------------------- */
.remodal.donate-popup {
  background-color: transparent;
  max-width: 950px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 0;
  text-align: initial;
  overflow: hidden;
}

.remodal-close {
  right: 20px;
  top: 20px;
  left: auto;
  width: 34px;
  height: 34px;
  background: #FFBA00;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  border-radius: 5px;
}

.remodal-close::before {
  display: none;
}

.remodal-close svg {
  width: 16px;
  height: 16px;
}

.popup-title {
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #02AFFF;
  font-family: var(--bold);
  padding: 40px 20px 34px 20px;
  position: relative;
  z-index: 9;
  position: relative;
}

.popup-title::before {
  content: '';
  width: calc(100% - 50px);
  height: 2px;
  background: #FFBA00;
  left: 20px;
  bottom: -2px;
  display: block;
  position: absolute;
}

.popup-title::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #FFBA00;
  right: 20px;
  bottom: -6px;
  display: block;
  position: absolute;
}

.popup-wrapper {
  display: flex;
  flex-direction: row;
}

.donate-inf,
.donate-from-wrapper {
  width: 50%;
}

.donate-inf {
  background-color: #4D4D4D;
  padding: 25px 40px 40px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

.donate-inf::before {
  content: '';
  position: absolute;
  background-color: #4D4D4D;
  height: 150px;
  top: -150px;
  left: 0;
  width: 100%;
  z-index: 5;
}

.donate-title {
  font-size: 18px;
  line-height: 20px;
  color: #02AFFF;
  margin-bottom: 20px;
  width: 100%;
  align-self: start;
}

.page-content.donate-text {
  margin-bottom: 30px;
  width: 100%;
  flex-grow: 1;
}

.page-content.donate-text p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
}

.page-content.donate-text p,
.page-content.donate-text h1,
.page-content.donate-text h2,
.page-content.donate-text h3,
.page-content.donate-text h4,
.page-content.donate-text h5,
.page-content.donate-text h6,
.page-content.donate-text strong,
.page-content.donate-text span,
.page-content.donate-text li {
  color: #fff;
  letter-spacing: 0px;
}

.donate-link {
  padding: 15px 13px;
  border: 2px solid #FFBA00;
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
  font-family: var(--bold);
  align-self: flex-start;
}

.donate-link:hover {
  background-color: #FFBA00;
  color: #4D4D4D;
}

.donate-from-wrapper {
  padding: 25px 20px 40px 40px;
  position: relative;
  background-color: #fff;
}

.donate-from-wrapper::before {
  content: '';
  background-color: #fff;
  height: 150px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -150px;
}

.input-field {
  margin-bottom: 16px;
}

.input-field:last-child {
  margin-bottom: 0;
}

.input-field .error {
  color: #e21f00fc;
  font-size: 12px;
  margin-top: 2px;
}

.input-field .input-text {
  font-size: 18px;
  line-height: 27px;
  border: 1px solid #E5E5E5;
  color: #4D4D4D;
  padding: 12px 20px;
  width: 100%;
}

.input-field .input-text.input-error {
  border-color: #e21f00fc;
}

.send-donate {
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
  background: #02AFFF;
  padding: 15px 13px;
  border: 2px solid #02AFFF;
  margin-top: 15px;
}

.send-donate:hover {
  background-color: #fff;
  color: #02AFFF;
}

/*-----------------------------------checkbox-style-----------------------------------------------------------------*/
.container-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 20px;
  padding-left: 35px;
  margin: 20px 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 13px;
  color: #4D4D4D;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.container-checkbox:hover input~.checkmark {
  background-color: #fff;
}

.container-checkbox input:checked~.checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-checkbox input:checked~.checkmark:after {
  display: block;
}

.container-checkbox .checkmark:after {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: #02AFFF;
  border-radius: 50%;
}

/*-----------------------------------END checkbox-style-----------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .remodal-wrapper {
    padding: 50px 15px !important;
  }

  .popup-title,
  .donate-inf,
  .donate-from-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-title {
    padding-top: 20px;
    padding-bottom: 14px;
  }

  .donate-from-wrapper,
  .donate-inf {
    padding-bottom: 30px;
  }

  .remodal-close {
    top: 10px;
    right: 10px;
  }

  .popup-title::before {
    width: calc(100% - 30px);
    left: 10px;
  }

  .popup-wrapper {
    flex-direction: column-reverse;
  }

  .popup-title::after {
    right: 10px;
  }

  .donate-inf,
  .donate-from-wrapper {
    width: 100%;
  }

  .donate-inf::before {
    display: none;
  }

}

/* -------------------------------------------------END Donate popup---------------------------------------------- */