@charset "UTF-8";
/*
Theme Name: BPTheme
Author: Demchco
Author URI: https://demch.co
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* @group Base */
.chzntree-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.chzntree-container .chzntree-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

/* @end */
/* @group Single Chosen */
.chzntree-container-single .chzntree-single {
  background-color: #fff;
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eeeeee),
    color-stop(50%, #ffffff)
  );
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}

.chzntree-container-single .chzntree-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.chzntree-container-single .chzntree-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(http://harvesthq.github.com/chosen/chosen/chosen-sprite.png)
    right top no-repeat;
}

.chzntree-container-single .chzntree-single abbr:hover {
  background-position: right -11px;
}

.chzntree-container-single .chzntree-single div {
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cccccc),
    color-stop(60%, #eeeeee)
  );
  background-image: -o-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.chzntree-container-single .chzntree-single div b {
  background: url("http://harvesthq.github.com/chosen/chosen/chosen-sprite.png")
    no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}

.chzntree-container-single .chzntree-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}

.chzntree-container-single .chzntree-search input[type="text"] {
  background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(85%, #ffffff),
    color-stop(99%, #eeeeee)
  );
  background: -o-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1.2em;
  line-height: 1.8em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: auto;
}

.chzntree-container-single .chzntree-search.manualsearch input[type="text"] {
  width: 85%;
}

.chzntree-container-single
  .chzntree-search.manualsearch
  input.chosentree-search-btn {
  padding: 5px 20px;
  cursor: pointer;
}

.chzntree-container-single .chzntree-drop {
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* @end */
.chzntree-container-single-nosearch .chzntree-search input[type="text"] {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzntree-container-multi .chzntree-choices {
  background-color: #fff;
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(85%, #ffffff),
    color-stop(99%, #eeeeee)
  );
  background-image: -o-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background-image: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}

.chzntree-container-multi .chzntree-choices li {
  float: left;
  list-style: none;
}

.chzntree-container-multi .chzntree-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.chzntree-container-multi .chzntree-choices .search-field input[type="text"] {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.chzntree-container-multi .chzntree-choices .search-field .default {
  color: #999;
}

.chzntree-container-multi .chzntree-choices .search-choice {
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e4e4e4),
    color-stop(70%, #eeeeee)
  );
  background-image: -o-linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  background-image: linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}

.chzntree-container-multi .chzntree-choices .search-choice span {
  cursor: default;
}

.chzntree-container-multi .chzntree-choices .search-choice-focus {
  background: #d4d4d4;
}

.chzntree-container-multi
  .chzntree-choices
  .search-choice
  .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 10px;
  height: 10px;
  font-size: 1px;
  background: url(images/chosen-sprite.png) right top no-repeat;
}

.chzntree-container-multi
  .chzntree-choices
  .search-choice
  .search-choice-close:hover {
  background-position: right -11px;
}

.chzntree-container-multi
  .chzntree-choices
  .search-choice-focus
  .search-choice-close {
  background-position: right -11px;
}

/* @end */
/* @group Results */
.chzntree-container .chzntree-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.chzntree-container-multi .chzntree-results {
  margin: -1px 0 0;
  padding: 0;
}

.chzntree-container .chzntree-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}

.chzntree-container .chzntree-results .active-result {
  cursor: pointer;
  display: list-item;
}

.chzntree-container .chzntree-results .highlighted {
  background: #3875d7;
  color: #fff;
}

.chzntree-container .chzntree-results li em {
  background: #feffde;
  font-style: normal;
}

.chzntree-container .chzntree-results .highlighted em {
  background: transparent;
}

.chzntree-container .chzntree-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

.chzntree-container .chzntree-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chzntree-container .chzntree-results .group-option {
  padding-left: 20px;
}

.chzntree-container-multi .chzntree-drop .result-selected {
  display: none;
}

/* @end */
/* @group Active  */
.chzntree-container-active .chzntree-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}

.chzntree-container-active .chzntree-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(50%, #eeeeee)
  );
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chzntree-container-active .chzntree-single-with-drop div {
  background: transparent;
  border-left: none;
}

.chzntree-container-active .chzntree-single-with-drop div b {
  background-position: -18px 1px;
}

.chzntree-container-active .chzntree-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}

.chzntree-container-active .chzntree-choices .search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzntree-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chzntree-disabled .chzntree-single {
  cursor: default;
}

.chzntree-disabled .chzntree-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzntree-rtl {
  direction: rtl;
  text-align: right;
}

.chzntree-rtl .chzntree-single {
  padding-left: 0;
  padding-right: 8px;
}

.chzntree-rtl .chzntree-single span {
  margin-left: 26px;
  margin-right: 0;
}

.chzntree-rtl .chzntree-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaaaaa;
  border-radius: 4px 0 0 4px;
}

.chzntree-rtl .chzntree-choices li {
  float: right;
}

.chzntree-rtl .chzntree-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0;
}

.chzntree-rtl .chzntree-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top;
}

.chzntree-rtl.chzntree-container-single .chzntree-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
}

.chzntree-rtl .chzntree-results .group-option {
  padding-left: 0;
  padding-right: 20px;
}

.chzntree-rtl.chzntree-container-active .chzntree-single-with-drop div {
  border-right: none;
}

.chzntree-rtl .chzntree-search input[type="text"] {
  background: url("sites/all/themes/allplayers960/images/chosen-sprite.png")
      no-repeat -38px -22px,
    #ffffff;
  background: url("sites/all/themes/allplayers960/images/chosen-sprite.png")
      no-repeat -38px -22px,
    -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("sites/all/themes/allplayers960/images/chosen-sprite.png")
      no-repeat -38px -22px,
    -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ffffff), color-stop(99%, #eeeeee));
  background: url("sites/all/themes/allplayers960/images/chosen-sprite.png")
      no-repeat -38px -22px,
    -o-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("sites/all/themes/allplayers960/images/chosen-sprite.png")
      no-repeat -38px -22px,
    linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 5px 4px 20px;
}

/* @end */
.chzntree-container {
  width: 100%;
}

.chzntree-container-single .chzntree-search {
  padding: 0;
}

.chzntree-container-single .chzntree-search input[type="text"].searching {
  background: url(images/throbber.gif) no-repeat 99% 12px !important;
}

.chzntree-search-results .treeselect-title {
  margin-left: 5px !important;
}

.treewrapper {
  padding: 3px;
  margin-top: 2px;
  border: 1px solid #999;
  background-color: #fff;
}

.treeselect {
  margin: 0;
  padding: 0;
  font: 90% Arial, Helvetica, sans-serif;
  color: #555;
  line-height: 150%;
  text-align: left;
}

.treeselect a {
  display: inline-block;
  text-decoration: none;
  color: #057fac;
}

.treeselect a:hover {
  text-decoration: none;
  color: #999;
}

.treeselect,
.treeselect ul,
.treeselect .treenode {
  margin: 0;
  padding: 0;
  list-style: none;
}

.treeselect ul {
  display: none;
}

.treeselect .treenode {
  line-height: 24px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  width: 100%;
}

.treeselect .treenode ul ul {
  margin: 0 15px 0 15px;
}

.treeselect li.even {
  background: #f3f3f3;
}

.treeselect li.odd {
  background: #f3f3f3;
}

.treeselect .treenode input,
.treeselect .treenode .treenode-no-select {
  float: left;
  position: absolute;
  top: 3px;
  width: 13px;
  height: 13px;
  cursor: auto;
  font-size: 0;
}

.treeselect .treenode span.treeselect-expand {
  float: left;
  position: absolute;
  top: 4px;
  width: 13px;
  height: 13px;
  cursor: auto;
  font-size: 0;
}

.treeselect .treeselect-select-all {
  font-weight: bold;
  margin-left: 5px;
}

.treeselect .treenode span.treeselect-expand,
.treeselect .treenode span.treeselect-expand.collapsed {
  background: url(images/collapsed.gif) no-repeat 0 0;
}

.treeselect .treenode span.treeselect-expand.expanded {
  background: url(images/expanded.gif) no-repeat 0 0;
}

.treeselect span.treebusy,
.treeselect span.treebusy.treeselect-expand.expanded,
.treeselect span.treebusy.treeselect-expand.collapsed {
  background: url(images/throbber.gif) no-repeat 0 0;
  width: 16px;
  height: 10px;
}

.treeselect .treenode span.treeselect-expand.treebusy {
  top: 5px;
}

.treeselect-title {
  display: inline-block;
  margin-right: 10px;
}

@font-face {
  font-family: "CeraWeb";
  src: url("../fonts/CeraWeb-RegularItalic.woff") format("woff"),
    url("../fonts/CeraWeb-RegularItalic.woff2") format("woff2"),
    url("../fonts/CeraWeb-RegularItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

.custom-content {
  font-size: 17px;
  line-height: 24px;
}
.custom-content h2 {
  font-size: 30px;
  line-height: 38px;
}
@media (max-width: 1023px) {
  .custom-content h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .custom-content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.custom-content h3 {
  font-size: 26px;
  line-height: 33px;
}
@media (max-width: 1023px) {
  .custom-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .custom-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.custom-content h4 {
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 1023px) {
  .custom-content h4 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .custom-content h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.custom-content h5 {
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 1023px) {
  .custom-content h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .custom-content h5 {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 1023px) {
  .custom-content {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .custom-content {
    font-size: 12px;
    line-height: 17px;
  }
}
.custom-content p {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .custom-content p {
    margin: 10px 0;
  }
}
.custom-content blockquote {
  -webkit-margin-before: 15px;
  margin-block-start: 15px;
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
  -webkit-margin-start: 34px;
  margin-inline-start: 34px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
@media (max-width: 767px) {
  .custom-content blockquote {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    -webkit-margin-start: 9px;
    margin-inline-start: 9px;
  }
}
.custom-content img {
  max-width: 100%;
}
.custom-content ul {
  margin: 0 0 20px;
}
.custom-content ul li:before {
  width: 7px;
  height: 7px;
  margin-right: 20px;
  background: #bdd128;
  margin-top: 8px;
}
@media (max-width: 1365px) {
  .custom-content ul li:before {
    margin-top: 8px;
  }
}
@media (max-width: 1023px) {
  .custom-content ul li:before {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .custom-content ul li:before {
    margin-top: 5px;
  }
}
.custom-content ol {
  padding: 0 0 0 3px;
  margin: 0 0 20px;
  list-style-type: none;
  /* Убираем исходные маркеры */
  counter-reset: item;
  /* Обнуляем счетчик списка */
}
.custom-content ol li:before {
  content: counter(item) ". ";
  /* Добавляем к числам  */
  counter-increment: item;
  /* Задаём имя счетчика */
  color: #bdd128;
  margin-right: 10px;
  width: 20px;
  display: inline-block;
}

.page-title {
  word-break: break-word;
  font-size: 52px;
  line-height: 65px;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .page-title {
    font-size: 47px;
    line-height: 59px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .page-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 23px;
    line-height: 38px;
  }
}

.not-a-link a {
  pointer-events: none;
}

.not-a-link .sub-menu,
.not-a-link .sub-menu a {
  pointer-events: all;
}

.footer__column .no-link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 11px;
  color: #fff;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .footer__column .no-link {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer .socials__item:hover {
    color: #264cb9;
  }
  .footer .nav__item a:hover {
    color: #264cb9;
  }
  .footer .nav__subitem a:hover {
    color: #264cb9;
  }
  body .search__submit:hover {
    background-color: transparent;
    border-color: transparent;
  }
  body .search__submit:hover svg {
    fill: #bdd128;
  }
  .footer__dev a:hover {
    color: #264cb9;
  }
  .footer__join:hover {
    color: #264cb9;
  }
}

@media screen and (max-width: 340px) {
  .header__logo {
    padding: 3px;
    border-right: none;
  }
}

@media screen and (max-width: 340px) {
  .header__part .search_mobile .search__submit {
    width: 54px;
  }
}

/* Alex Demch.co 25.04.2019 */
.card.card_publication .card__thumb {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.card.card_publication .card__thumb {
  background-color: #f2f2f2;
}

.post__container .post__thumb {
  /*background-size: auto !important;*/
}

.organization_img {
  height: auto !important;
  width: auto !important;
}

.home .h2.latest__title {
  width: auto;
}

.home .filter {
  margin: 0;
}

@media only screen and (min-width: 1366px) {
  .filter__item:not(:last-child) {
    margin-right: 40px;
  }
}

/* Alex Demch.co 23.07.2019 */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.introduction__content .posts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.introduction__content .posts-block h2 {
  width: auto;
}

/* Alex Demch.co 05.08.2019 */
.filter__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.filter .filter__container a.filter__item {
  margin: 0;
  text-align: center;
}

.filter-dropdown__list .filter__item_current {
  color: #dfe1e6;
}

#news .filter__item {
  margin-left: 40px;
}

.card.card_news .card__details-taxonomy {
  font-size: 18px;
  top: 12px;
  left: 10px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card.card_news .card-details__link {
  width: 100%;
  height: 100%;
}

.card-details__date {
  color: #ffffff9c;
  background: #00000063;
  padding: 6px 9px 6px 6px;
  border-radius: 14px;
  font-size: 13px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.card-details__category.hide {
  display: none;
}

.card-details__category.show {
  display: block;
  color: white;
  background: #00000063;
  padding: 6px 6px 6px 9px;
  font-size: 13px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.card__details-taxonomy.card-row .card-details__category {
  border-radius: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.card__details-taxonomy .card-details__category {
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
}

.card-details__date.wrap,
.card-details__date.only {
  border-radius: 14px;
  padding: 6px 6px 6px 6px;
  border-radius: 14px;
}

/* Alex demchco 26/05/2020 */
#cookie-notice .cn-button.bootstrap {
  color: #fff;
  background: #bdd128;
}

#cookie-notice a#cn-accept-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-type-archive-statement .date.statement-year {
  padding: 16px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.post-type-archive-statement .date.statement-mounth {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}

.post-type-archive-statement .cards.cards_publications {
  border-top: none;
}

.single-statement h1.h1.post__title {
  margin-top: 20px;
  font-size: 40px;
}

/* Alex demchco 25/06/2020 */
.single-organizations .user,
.single-experts .user {
  /*background-color: #f2f2f2;*/
  background: #bdd128;
}

.jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-about .organization-country {
  padding-top: 30px;
  opacity: 0;
}

.organization-country {
  padding-top: 30px;
  opacity: 0;
}

.page-template-about iframe {
  max-width: 90%;
}

.member__inner:hover .member__details .organization-country {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .about__content h3 {
    margin-top: 0px;
  }
}

/* New Page "About" */
.page-template-page-about section.group .group__hero {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.page-template-page-about section.group.section-title .group__hero {
  padding: 0;
}

.page-template-page-about .group__hero.group-title:before {
  background-color: #bdd128;
}

.page-template-page-about .group__hero:before {
  background-color: rgba(0, 0, 0, 0);
}

body.page-template-page-about {
  padding-top: 68px;
}

.page-template-page-about .section_banner {
  width: 100%;
  min-height: 540px;
  padding-top: 0px;
  background: no-repeat 50% 50%;
  position: relative;
  z-index: 1;
}

.page-template-page-about .section-title.group_no-border {
  margin-top: 31px;
}

.page-template-page-about .group__title {
  padding-top: 60px;
  padding-bottom: 30px;
}

.page-template-page-about .group-title .group-nav {
  background: white;
}

.page-template-page-about .group-title .group-nav__container {
  color: black;
}

/* 1365...1919 = 1366 */
@media screen and (max-width: 1919px) {
  .page-template-page-about .section_banner {
    min-height: 400px;
  }
}

/* 1024...1365px = 1024 */
@media screen and (max-width: 1365px) {
  .page-template-page-about .section_banner {
    min-height: 300px;
  }
  .page-template-page-about .page-template-page-about .group__title {
    padding-top: 45px;
    padding-bottom: 15px;
  }
}

/* 768...1024 = 768 */
@media screen and (max-width: 1023px) {
  body.page-template-page-about {
    padding-top: 0px;
  }
  .page-template-page-about .section_banner {
    min-height: 232px;
  }
  .page-template-page-about .section-title.group_no-border {
    margin-top: -1px;
  }
}

/*  <- 768 = 320 */
@media screen and (max-width: 767px) {
  .page-template-page-about .section_banner {
    min-height: 95px;
  }
  .page-template-page-about .group-title .group-nav {
    margin-top: -5px;
  }
  .page-template-page-about .group__title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.custom-btn {
  display: inline-block;
  color: #000;
  background: #e5e361;
  padding: 17px 25px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 1365px) {
  .custom-btn {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .custom-btn {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 601px) {
  .download-file {
    margin: 58px 0 44px;
    padding-top: 0;
  }
  .download-file .download-file__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 25%;
    width: auto;
    margin: 5px 3% 0;
    height: 83px;
  }
  .download-file .download-file__panel {
    font-size: 19px;
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid #f2f2f2;
    padding: 0 10px;
    width: auto;
    font-size: 16px;
  }
  .download-file .download-file__container {
    max-width: 510px;
    width: 100%;
    margin: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #f2f2f2;
  }
  .download-file .arrow {
    width: 25px;
    height: 25px;
  }
  .download-file .icon-arrow {
    width: 13px;
    height: 8px;
    margin-top: 3px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-top: 80px;
}
.pagination a,
.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  border: 1px solid #f2f2f2;
}
.pagination a:hover {
  color: #e5e361;
  border-color: #e5e361;
}
.pagination a:active {
  background: #e5e361;
  color: #000;
}
.pagination a.next.page-numbers {
  display: block;
}
.pagination .page-numbers__icon {
  max-width: 30px;
  max-height: 100%;
  stroke: #000;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .current {
  background-color: #e5e361;
  border-color: #e5e361;
}

.tags-area {
  z-index: 2;
  position: relative;
}
.tags-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
}
.tags-area ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .tags-area ul li {
    margin-right: 19px;
  }
}
@media (max-width: 1365px) {
  .tags-area ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 1023px) {
  .tags-area ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .tags-area ul li {
    font-size: 12px;
    line-height: 15px;
  }
}
.tags-area ul li a {
  color: #ffffff;
}
.tags-area ul li:hover {
  background: black;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tags-area ul li:hover a {
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tags-area ul li:active {
  background: #264cb9;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.proposal {
  padding: 103px 0 100px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1365px) {
  .proposal {
    padding: 90px 0 122px;
  }
}
@media (max-width: 1023px) {
  .proposal {
    padding: 44px 0 60px;
  }
}
@media (max-width: 767px) {
  .proposal {
    padding: 25px 0 45px;
  }
}
.proposal__text {
  max-width: 590px;
  padding: 10px;
  margin: 0 auto 20px;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1365px) {
  .proposal__text {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1023px) {
  .proposal__text {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .proposal__text {
    font-size: 21px;
    line-height: 26px;
  }
}
.proposal__btn {
  color: #fff;
  background: #bdd128;
}
.proposal__btn:hover {
  opacity: 0.8;
}

.p2p {
  padding: 98px 0 100px;
}
@media (max-width: 1365px) {
  .p2p {
    padding: 90px 0;
  }
}
@media (max-width: 1023px) {
  .p2p {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .p2p {
    padding: 50px 11px;
  }
}
.p2p__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .p2p__title {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1023px) {
  .p2p__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p2p__title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 13px;
  }
}
.p2p .container-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -20px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .p2p .container-posts {
    margin: 0 -15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p2p .container-posts {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .p2p .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p2p .wrap {
    padding: 0;
  }
}
.p2p .tags-area li:nth-child(n + 5) {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: progress;
  z-index: -999;
  -webkit-transform: 0.3s;
  -ms-transform: 0.3s;
  transform: 0.3s;
}
.preloader.active {
  z-index: 999;
  opacity: 1;
}
.preloader .foreground-spinner {
  width: 60px;
  height: 60px;
  margin: 0;
  color: #264cb9;
}
.preloader .sk-ball-spin-clockwise {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.preloader .sk-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  margin-top: -12.5%;
  margin-left: -12.5%;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-spin-clockwise;
  animation: 1s ease-in-out infinite ball-spin-clockwise;
}
.preloader .sk-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -875ms;
  animation-delay: -875ms;
}
.preloader .sk-ball-spin-clockwise > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.preloader .sk-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -625ms;
  animation-delay: -625ms;
}
.preloader .sk-ball-spin-clockwise > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.preloader .sk-ball-spin-clockwise > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -375ms;
  animation-delay: -375ms;
}
.preloader .sk-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.preloader .sk-ball-spin-clockwise > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -125ms;
  animation-delay: -125ms;
}
.preloader .sk-ball-spin-clockwise > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes ball-spin-clockwise {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-spin-clockwise {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.container-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container-posts .actor-card {
  max-width: 400px;
  max-width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 20px;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 1023px) {
  .container-posts .actor-card {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card {
    max-width: 100%;
    border-right: none;
  }
}
.container-posts .actor-card:nth-child(1) {
  padding-left: 0px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .container-posts .actor-card:nth-child(1) {
    padding-right: 0;
  }
}
.container-posts .actor-card:nth-child(2) {
  padding-top: 0px;
}
@media (max-width: 1023px) {
  .container-posts .actor-card:nth-child(2) {
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card:nth-child(2) {
    padding-top: 20px;
    padding-left: 0;
  }
}
.container-posts .actor-card:nth-child(3n + 3) {
  border-right: none;
  padding-right: 0px;
}
.container-posts .actor-card:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 1023px) {
  .container-posts .actor-card:nth-child(3) {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 20px;
    border-right: 1px solid #f2f2f2;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card:nth-child(3) {
    padding-right: 0;
    border-right: none;
  }
}
.container-posts .actor-card:nth-child(4) {
  padding-left: 0px;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .container-posts .actor-card:nth-child(4) {
    border-bottom: 1px solid #f2f2f2;
    border-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card:nth-child(4) {
    padding-left: 0;
  }
}
.container-posts .actor-card:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .container-posts .actor-card:nth-child(5) {
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 0;
    border-right: 1px solid #f2f2f2;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card:nth-child(5) {
    border-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
    border-bottom: 1px solid #f2f2f2;
  }
}
.container-posts .actor-card:nth-child(6) {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .container-posts .actor-card:nth-child(6) {
    padding-left: 0;
  }
}
.container-posts
  .actor-card:hover
  .actor-card__thumbnail
  picture.thumbnail-container.thumbnail-scale
  img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.container-posts
  .actor-card:hover
  .actor-card__thumbnail
  picture.thumbnail-container.actors-with-logo
  img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container-posts .actor-card:hover .actor-card__description {
  background: #f2f2f2;
}
.container-posts
  .actor-card:hover
  .actor-card__description
  .description__title {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #1e79f0;
}
.container-posts .actor-card__thumbnail {
  overflow: hidden;
  height: 350px;
  position: relative;
  background: #f2f2f2;
}
@media (max-width: 1365px) {
  .container-posts .actor-card__thumbnail {
    height: 262px;
  }
}
@media (max-width: 1023px) {
  .container-posts .actor-card__thumbnail {
    height: 303px;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card__thumbnail {
    height: 260px;
  }
}
.container-posts .actor-card__thumbnail .thumbnail-container img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin: 0 auto;
  display: block;
}
.container-posts .actor-card__thumbnail picture.thumbnail-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  max-width: 100%;
  width: 100%;
}
.container-posts
  .actor-card__thumbnail
  picture.thumbnail-container.thumbnail-scale {
  position: absolute;
  top: 0;
  display: inline-block;
  overflow: hidden;
}
.container-posts
  .actor-card__thumbnail
  picture.thumbnail-container.thumbnail-scale
  img {
  width: auto;
  height: 350px;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1365px) {
  .container-posts
    .actor-card__thumbnail
    picture.thumbnail-container.thumbnail-scale
    img {
    height: 262px;
  }
}
@media (max-width: 1023px) {
  .container-posts
    .actor-card__thumbnail
    picture.thumbnail-container.thumbnail-scale
    img {
    height: 303px;
  }
}
@media (max-width: 767px) {
  .container-posts
    .actor-card__thumbnail
    picture.thumbnail-container.thumbnail-scale
    img {
    height: 260px;
  }
}
.container-posts
  .actor-card__thumbnail
  picture.thumbnail-container.actors-with-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .container-posts
    .actor-card__thumbnail
    picture.thumbnail-container.actors-with-logo {
    padding: 0;
  }
}
.container-posts
  .actor-card__thumbnail
  picture.thumbnail-container.actors-with-logo
  img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 1365px) {
  .container-posts
    .actor-card__thumbnail
    picture.thumbnail-container.actors-with-logo
    img {
    width: 100%;
  }
}
.container-posts .actor-card__thumbnail .tags-area ul {
  padding: 20px;
}
@media (max-width: 1023px) {
  .container-posts .actor-card__thumbnail .tags-area ul {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card__thumbnail .tags-area ul {
    padding: 20px;
  }
}
.container-posts .actor-card__description {
  overflow: hidden;
  padding: 1em 20px 0;
  height: 8em;
  max-height: 8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 0px 0px 4px 4px;
}
@media (max-width: 1023px) {
  .container-posts .actor-card__description {
    padding: 12px 11px 0;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card__description {
    padding-top: 15px;
  }
}
.container-posts .actor-card__description .description__title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 10px;
}
@media (max-width: 1365px) {
  .container-posts .actor-card__description .description__title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .container-posts .actor-card__description .description__title {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card__description .description__title {
    font-size: 18px;
    line-height: 18px;
  }
}
.container-posts .actor-card__description .description__title:hover {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #264cb9;
}
.container-posts .actor-card__description .description__excerpt {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 1365px) {
  .container-posts .actor-card__description .description__excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .container-posts .actor-card__description .description__excerpt {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .container-posts .actor-card__description .description__excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
.container-posts .actor-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.container-posts .sources-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% / 3);
  width: 100%;
  position: relative;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 1023px) {
  .container-posts .sources-card {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 767px) {
  .container-posts .sources-card {
    max-width: 100%;
    padding: 0 0 0;
  }
}
.container-posts .sources-card:after {
  content: "";
  position: absolute;
  top: -20px;
  right: -1px;
  width: 1px;
  height: 20px;
  background: #f2f2f2;
}
@media (max-width: 1023px) {
  .container-posts .sources-card:after {
    top: -15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .container-posts .sources-card:after {
    content: none;
  }
}
.container-posts .sources-card + .sources-card {
  border-left: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .container-posts .sources-card + .sources-card {
    border-left: none;
    padding-top: 15px;
    margin-top: 0;
    border-top: 1px solid #f2f2f2;
  }
}
.container-posts .sources-card + .sources-card:nth-child(3n + 3) {
  margin-right: auto;
}
.container-posts .sources-card + .sources-card:nth-child(3n + 3):after {
  content: none;
}
.container-posts .sources-card:nth-child(1) {
  border-top: none;
  margin-top: 0;
}
.container-posts .sources-card:nth-child(1):after {
  content: none;
}
.container-posts .sources-card:nth-child(2) {
  border-top: none;
  margin-top: 0;
}
.container-posts .sources-card:nth-child(2):after {
  content: none;
}
@media (max-width: 767px) {
  .container-posts .sources-card:nth-child(2) {
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
  }
}
.container-posts .sources-card:nth-child(3) {
  border-top: none;
  margin-top: 0;
}
.container-posts .sources-card:nth-child(3):after {
  content: none;
}
@media (max-width: 767px) {
  .container-posts .sources-card:nth-child(3) {
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
  }
}
.container-posts .sources-card:nth-child(n + 4) {
  padding-top: 20px;
  margin-bottom: 0;
}
.container-posts .sources-card:nth-child(3n + 1) {
  border-left: none;
}
.container-posts .sources-card:last-child {
  margin-right: auto;
}
.container-posts
  .sources-card:hover
  .sources-card__thumbnail
  picture.thumbnail-container.thumbnail-scale
  img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.container-posts
  .sources-card:hover
  .sources-card__thumbnail
  picture.thumbnail-container.sources-with-logo
  img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.container-posts .sources-card:hover .sources-card__description {
  background: #f2f2f2;
}
.container-posts
  .sources-card:hover
  .sources-card__description
  .description__title {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #1e79f0;
}
.container-posts .sources-card .thumbnail-container img {
  max-width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.container-posts .sources-card__thumbnail {
  overflow: hidden;
  height: 280px;
  position: relative;
  background: #f2f2f2;
}
@media (max-width: 1023px) {
  .container-posts .sources-card__thumbnail {
    height: 165px;
  }
}
@media (max-width: 767px) {
  .container-posts .sources-card__thumbnail {
    height: 222px;
  }
}
.container-posts .sources-card__thumbnail picture.thumbnail-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  max-width: 197px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.container-posts
  .sources-card__thumbnail
  picture.thumbnail-container.thumbnail-scale {
  position: absolute;
  display: inline-block;
  overflow: hidden;
}
.container-posts
  .sources-card__thumbnail
  picture.thumbnail-container.thumbnail-scale
  img {
  width: auto;
  height: auto;
  margin: auto;
  max-height: 280px;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: block;
}
.container-posts
  .sources-card__thumbnail
  picture.thumbnail-container.sources-with-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .container-posts
    .sources-card__thumbnail
    picture.thumbnail-container.sources-with-logo {
    top: 5px;
    width: 77%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.container-posts
  .sources-card__thumbnail
  picture.thumbnail-container.sources-with-logo
  img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.container-posts .sources-card__thumbnail .tags-area ul {
  padding: 20px;
}
@media (max-width: 1023px) {
  .container-posts .sources-card__thumbnail .tags-area ul {
    padding: 14px 11px;
  }
}
.container-posts .sources-card__description {
  overflow: hidden;
  padding: 1em 20px 0;
  height: 8em;
  max-height: 8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 0px 0px 4px 4px;
}
@media (max-width: 1023px) {
  .container-posts .sources-card__description {
    padding: 12px 11px 0;
  }
}
@media (max-width: 767px) {
  .container-posts .sources-card__description {
    padding-top: 12px;
  }
}
.container-posts .sources-card__description .description__title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 10px;
}
@media (max-width: 1365px) {
  .container-posts .sources-card__description .description__title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .container-posts .sources-card__description .description__title {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .container-posts .sources-card__description .description__title {
    font-size: 18px;
    line-height: 18px;
  }
}
.container-posts .sources-card__description .description__title:hover {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #264cb9;
}
.container-posts .sources-card__description .description__excerpt {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 1365px) {
  .container-posts .sources-card__description .description__excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .container-posts .sources-card__description .description__excerpt {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .container-posts .sources-card__description .description__excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
.container-posts .sources-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.description__excerpt {
  max-height: 63px;
}

.item-card-inner {
  padding-bottom: 20px;
  background: #f2f2f2;
}
.item-card-inner .thumbnail-container img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin: 0 auto;
  display: block;
}

.filters-actors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*&.active .tree-multiselect {
  }

  /*  .accordion {
    /* Submenu ----------------------------- 
    .submenu {
      display: none;
      font-size: 14px;
      li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }
      a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 12px;
        padding-left: 30px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
      }
      a:hover {
        background: #264cb9;
        color: #e5e361;
      }
      &:last-child {
        border-bottom: none;
      }
    }

    width: 100%;
    max-width: 360px;
    margin: 11px auto 20px;
    background: #264cb9;
    padding-left: 0;
    width: 320px;
    .menu-point {
      cursor: pointer;
      display: block;
      padding: 11px 15px 11px 40px;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      position: relative;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    li {
    }
    .filter-dropdown-icon {
      position: absolute;
      right: 20px;
      svg.icon {
        width: 15px;
        height: 15px;
        fill: #264cb9;
        stroke: white;
        transition: all 0.3s;
      }
    }
    li:last-child .menu-point {
      border-bottom: 0;
    }
    li i {
      position: absolute;
      top: 16px;
      left: 12px;
      font-size: 11px;
      line-height: 14px;
      color: #fff;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    li i.filter-dropdown-icon {
      right: 12px;
      left: auto;
      font-size: 16px;
    }
    li.open .submenu {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    li.open .menu-point {
      color: #fff;
    }
    li.open i {
      color: #fff;
    }
    li.open i.filter-dropdown-icon {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }

  .level-0.open {
    .submenu.level-1,
    .submenu.level-2,
    .submenu.level-3 {
      display: block !important;
    }
  }
  .level-0 {
  }
  .level-1 {
    //padding-left: 30px;
  }
  .level-2 {
    padding-left: 30px;
  }
  .level-3 {
    padding-left: 30px;
  }*/
  /*
  .dropdown {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }

  .dropdown.active {
    .filter-circle-icon {
      svg.icon {
        stroke: white;
        transition: all 0.3s;
        fill: white;
      }
    }
  }
  .dropdown {
    .filter-circle-icon {
      position: absolute;
      left: 20px;
      svg.icon {
        width: 10px;
        height: 10px;
        stroke: rgba(255, 255, 255, 0.3);
        transition: all 0.3s;
        fill: #264cb9;
      }
    }
  }
  .dropdown:hover {
    .filter-dropdown-icon {
      svg.icon {
        stroke: #bdd128;
        transition: all 0.3s;
      }
    }
  }*/
}
@media (max-width: 767px) {
  .filters-actors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.filters-actors ul {
  list-style-type: none;
}
.filters-actors a {
  color: #fff;
  text-decoration: none;
}

.filter-btn {
  position: relative;
  padding-right: 10px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  cursor: pointer;
}
@media (max-width: 1365px) {
  .filter-btn {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 1023px) {
  .filter-btn {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .filter-btn {
    font-size: 12px;
    line-height: 15px;
  }
}
.filter-btn__num {
  display: none;
  position: absolute;
  top: -17px;
  right: 0;
  width: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #bdd128;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 0 6px;
}
@media (max-width: 767px) {
  .filter-btn__num {
    width: 21px;
    top: -18px;
    padding: 3px 0 5px;
  }
}
.filter-btn__num.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-btn:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 0;
  height: 0;
  border: 3px solid #000;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .filter-btn:after {
    top: 6px;
  }
}
.filter-btn:hover {
  color: #264cb9;
}
.filter-btn:hover:after {
  border-top-color: #264cb9;
}
.filter-btn.active {
  color: #264cb9;
}
.filter-btn.active:after {
  border-bottom: 3px solid #264cb9;
  border-top: none;
}

.filter .search {
  position: relative;
  float: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 28px;
  margin-left: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3e%3cg clip-path='url(%23clip0)'%3e%3ccircle cx='9.02081' cy='9.02075' r='7.5' transform='rotate(-45 9.02081 9.02075)' stroke='black' stroke-width='2'/%3e%3cpath d='M15.0312 15.0312L18.5668 18.5668' stroke='black' stroke-width='2'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='20' height='21' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 20px 21px;
}
@media (max-width: 1365px) {
  .filter .search {
    margin-left: 17px;
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1023px) {
  .filter .search {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .filter .search {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 19px;
    background-size: 16px 16px;
  }
}
.filter .search:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}
.filter .search input {
  font-family: "CeraWeb", Arial, Helvetica, sans-serif;
  width: 100%;
  color: #000;
  font-weight: 700;
}
.filter .search input::-webkit-input-placeholder {
  font-family: "CeraWeb", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
}
.filter .search input::-moz-placeholder {
  font-family: "CeraWeb", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
}
.filter .search input:-ms-input-placeholder {
  font-family: "CeraWeb", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
}
.filter .search input::-ms-input-placeholder {
  font-family: "CeraWeb", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
}
.filter .search input::placeholder {
  font-family: "CeraWeb", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
}

.filters-actors {
  margin-left: -20px;
}
@media (max-width: 1365px) {
  .filters-actors {
    margin-left: -17px;
    margin-bottom: -28px;
  }
}
@media (max-width: 767px) {
  .filters-actors {
    margin-left: -10px;
    margin-bottom: 0;
  }
}
.filters-actors .filter__container {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 20px;
}
@media (max-width: 1365px) {
  .filters-actors .filter__container {
    padding: 0 17px;
  }
}
@media (max-width: 767px) {
  .filters-actors .filter__container {
    padding: 0 10px;
  }
}
.filters-actors .filter__container .tree-multiselect {
  display: none;
  position: absolute;
  top: 33px;
  left: 20px;
  z-index: 9;
}
@media (max-width: 767px) {
  .filters-actors .filter__container .tree-multiselect {
    left: 0;
  }
}
.filters-actors .filter__container .tree-multiselect:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: -5px;
  left: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #264cb9;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .filters-actors
    .filter__container
    div.tree-multiselect
    > div.selections.no-border {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .filters-actors
    .filter__container
    div.tree-multiselect
    div.section.collapsed
    > div.title
    span.collapse-section:after,
  .filters-actors
    .filter__container
    div.tree-multiselect
    div.title
    > span.collapse-section:after {
    right: 5px;
  }
}
@media (max-width: 767px) {
  .filters-actors .filter__container:nth-child(2) .tree-multiselect {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .filters-actors .filter__container:nth-child(2) .tree-multiselect:before {
    left: 86px;
  }
}
@media (max-width: 767px) {
  .filters-actors .filter__container:nth-child(3) .tree-multiselect {
    left: -120px;
  }
}
@media (max-width: 767px) {
  .filters-actors .filter__container:nth-child(3) .tree-multiselect:before {
    left: 138px;
  }
}

/* jQuery Tree Multiselect v2.6.1 | (c) Patrick Tsai | MIT Licensed */
.tree-multiselect {
  display: table;
  height: inherit;
  font-weight: normal;
}
@media (max-width: 1365px) {
  .tree-multiselect {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .tree-multiselect {
    font-size: 13px;
  }
}
.tree-multiselect .selected,
.tree-multiselect .selections {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  padding: 1%;
  vertical-align: top;
  width: 50%;
}
.tree-multiselect .selections {
  background: #264cb9;
  border-right: solid 2px #d8d8d8;
}
.tree-multiselect .selections .item {
  margin-left: 0;
}
.tree-multiselect .selections .section .item {
  margin-left: 19px;
}
.tree-multiselect .selections .item label {
  cursor: pointer;
  display: inline;
  color: #fff;
}
.tree-multiselect .selections .item label.disabled {
  color: #d8d8d8;
}
.tree-multiselect .selections *[searchhit="false"] {
  display: none;
}
.tree-multiselect .selections.no-border {
  border-right: none;
  width: 421px;
}
@media (max-width: 1365px) {
  .tree-multiselect .selections.no-border {
    width: 390px;
  }
}
@media (max-width: 1023px) {
  .tree-multiselect .selections.no-border {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .tree-multiselect .selections.no-border {
    width: 250px;
  }
}
.tree-multiselect .selected > .item {
  background: #eaeaea;
  border-radius: 2px;
  padding: 2px 5px;
  overflow: auto;
}
.tree-multiselect .selected.ui-sortable > .item:hover {
  cursor: move;
}
.tree-multiselect .section > .section {
  padding-left: 0;
  margin-left: 18px;
}
.tree-multiselect .item {
  padding-left: 10px;
}
.tree-multiselect .item,
.tree-multiselect .section .section {
  font-size: 14px;
}
@media (max-width: 1023px) {
  .tree-multiselect .item,
  .tree-multiselect .section .section {
    font-size: 11px;
  }
}
.tree-multiselect .section.collapsed:not([searchhit]) > .item,
.tree-multiselect .section.collapsed:not([searchhit]) > .section {
  display: none;
}
.tree-multiselect .selections > .section > .title {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1365px) {
  .tree-multiselect .selections > .section > .title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.tree-multiselect .title,
.tree-multiselect .item {
  position: relative;
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.tree-multiselect .title .title > span.collapse-section {
  margin: 0 3px;
  width: 8px;
}
.tree-multiselect .title {
  color: white;
  padding-left: 10px;
  position: relative;
}
.tree-multiselect .title > * {
  display: inline-block;
}
.tree-multiselect .title:hover {
  cursor: pointer;
}
.tree-multiselect .title > .collapse-section:after {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  right: 20px;
  background: url(../img/dropdown_up_yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1365px) {
  .tree-multiselect .title > .collapse-section:after {
    height: 18px;
    width: 18px;
    right: 18px;
  }
}
@media (max-width: 1023px) {
  .tree-multiselect .title > .collapse-section:after {
    height: 15px;
    width: 15px;
    right: 15px;
  }
}
.tree-multiselect .title,
.tree-multiselect .section,
.tree-multiselect .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tree-multiselect .section .title {
  color: #bdd128;
}
.tree-multiselect input[type="checkbox"] {
  opacity: 0;
}
.tree-multiselect input[type="checkbox"] + .input-styling {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
}
.tree-multiselect input[type="checkbox"]:checked + .input-styling {
  background: #fff;
  border-color: #fff;
}
.tree-multiselect .item input[type="checkbox"] + .input-styling {
  border-color: rgba(255, 255, 255, 0.3);
}
.tree-multiselect .section.collapsed .title {
  color: #fff;
}
.tree-multiselect .section.collapsed input[type="checkbox"] + .input-styling {
  border-color: rgba(255, 255, 255, 0.3);
}
.tree-multiselect .section.collapsed > .title .collapse-section:after {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  right: 20px;
  background: url(../img/dropdown_down_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tree-multiselect .section.collapsed .title,
.tree-multiselect .section.collapsed .section,
.tree-multiselect .section.collapsed .item {
  border-bottom: unset;
}
.tree-multiselect input[type="checkbox"] {
  display: inline;
  margin-right: 10px;
}
.tree-multiselect input[type="checkbox"]:not([disabled]):hover {
  cursor: pointer;
}
.tree-multiselect span.remove-selected,
.tree-multiselect span.description {
  background: #777;
  border-radius: 2px;
  color: white;
  margin-right: 5px;
  padding: 0 3px;
}
.tree-multiselect .remove-selected:hover {
  cursor: pointer;
}
.tree-multiselect .description:hover {
  cursor: help;
}
.tree-multiselect .temp-description-popup {
  background: #eaeaea;
  border: 2px solid #676767;
  border-radius: 3px;
  padding: 5px;
}
.tree-multiselect .section-name {
  float: right;
  font-style: italic;
}
.tree-multiselect .auxiliary {
  display: table;
  width: 100%;
}
.tree-multiselect .auxiliary input.search {
  border: 2px solid #d8d8d8;
  display: table-cell;
  margin: 0;
  padding: 5px;
  width: 100%;
}
.tree-multiselect .auxiliary .select-all-container {
  display: table-cell;
  text-align: right;
}
.tree-multiselect .auxiliary .select-all-container .select-all,
.tree-multiselect .auxiliary .select-all-container .unselect-all {
  margin-right: 5px;
  padding-right: 5px;
}
.tree-multiselect .auxiliary .select-all-container .select-all:hover,
.tree-multiselect .auxiliary .select-all-container .unselect-all:hover {
  cursor: pointer;
}
.tree-multiselect .auxiliary .select-all-container .select-all {
  border-right: 2px solid #d8d8d8;
}

.tree-multiselect .section > .section .item:last-child,
.tree-multiselect .section > .section {
  border-bottom: unset;
}

.tree-multiselect .title > span.collapse-section {
  margin: 0;
  width: 0;
}

.page-actor {
  background: #f5f5f5;
}
.page-actor__header {
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  background: #bdd128;
  margin-bottom: -150px;
  padding-bottom: 150px;
}
@media (max-width: 1365px) {
  .page-actor__header {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 1023px) {
  .page-actor__header {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .page-actor__header {
    font-size: 10px;
    line-height: 13px;
  }
}
.page-actor__header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 1365px) {
  .page-actor__header .wrap {
    padding-bottom: 72px;
  }
}
@media (max-width: 1023px) {
  .page-actor__header .wrap {
    padding-top: 53px;
  }
}
@media (max-width: 767px) {
  .page-actor__header .wrap {
    padding-top: 18px;
    padding-right: 11px;
  }
}
.page-actor__img {
  width: 400px;
  height: 400px;
  min-width: 400px;
  min-height: 400px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .page-actor__img {
    width: 315px;
    height: 315px;
    min-width: 315px;
    min-height: 315px;
  }
}
@media (max-width: 1023px) {
  .page-actor__img {
    width: 265px;
    height: 265px;
    min-width: 265px;
    min-height: 265px;
    margin-left: -10px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .page-actor__img {
    width: 113px;
    height: 113px;
    min-width: 113px;
    min-height: 113px;
  }
}
.page-actor__img picture {
  display: block;
  height: 100%;
}
.page-actor__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-actor__head {
  padding: 0 80px 0 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1365px) {
  .page-actor__head {
    padding: 0 96px 0 30px;
  }
}
@media (max-width: 1023px) {
  .page-actor__head {
    padding: 0 0 0 21px;
  }
}
@media (max-width: 767px) {
  .page-actor__head {
    padding: 0 0 0 10px;
  }
}
.page-actor__date {
  opacity: 0.5;
  padding-left: 4px;
  margin-bottom: 28px;
}
@media (max-width: 1365px) {
  .page-actor__date {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .page-actor__date {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .page-actor__date {
    margin-bottom: 13px;
    margin-left: -120px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .page-actor .title {
    min-height: 76px;
  }
}
.page-actor__type {
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(242, 242, 242, 0.3);
}
.page-actor__type a {
  color: #fff;
  text-decoration: none;
}
.page-actor__type
  a:not(.member__name):not(.member__about):not(.member__social):not(.download-file__button) {
  color: #fff;
}
@media (max-width: 1365px) {
  .page-actor__type {
    margin-bottom: 19px;
  }
}
@media (max-width: 1023px) {
  .page-actor__type {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-actor__type {
    min-height: 18px;
    margin-bottom: 43px;
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .page-actor__tags {
    margin-left: -107px;
  }
}
.page-actor .tags-area ul {
  margin-bottom: 30px;
}
.page-actor__content {
  background: #fff;
  padding: 60px 30px 92px;
}
@media (max-width: 1023px) {
  .page-actor__content {
    padding: 60px 30px 24px;
    margin: 0 21px;
    width: calc(100% - 42px);
  }
}
@media (max-width: 767px) {
  .page-actor__content {
    padding: 60px 15px 24px;
    margin: 0 11px;
    width: calc(100% - 22px);
  }
}
@media (max-width: 767px) {
  .page-actor__btn {
    margin-left: -113px;
    text-align: center;
  }
}

div.likely {
  margin-top: 0;
  border-top: none;
}
@media (max-width: 1023px) {
  div.likely {
    padding: 12px 0 0px;
  }
}
@media (max-width: 1023px) {
  div.likely-big .likely__widget {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  div.likely-big .likely__widget {
    font-size: 10px;
  }
}
@media (max-width: 1023px) {
  div.likely__button,
  div.likely .likely__counter {
    line-height: 2.5;
  }
}
@media (max-width: 767px) {
  div.likely__button,
  div.likely .likely__counter {
    line-height: 1.5;
  }
}
@media (max-width: 1023px) {
  div.likely-big svg {
    left: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  div.likely-big svg {
    left: 4px;
    top: 4px;
  }
}
@media (max-width: 1023px) {
  div.likely__button,
  div.likely__counter,
  div.likely__icon,
  div.likely__widget {
    vertical-align: middle;
  }
}
@media (max-width: 1023px) {
  div.likely__button,
  div.likely__counter {
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  div.likely__icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1023px) {
  div.likely-big .likely__widget {
    margin-left: 3px;
    margin-right: 3px;
    height: 25px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  div.likely-big .likely__icon {
    width: 25px;
    height: 25px;
    margin-right: 2px;
  }
}
@media (max-width: 767px) {
  div.likely-big .likely__icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  div.likely__button,
  div.likely__counter {
    line-height: 22px;
  }
}

.page-source {
  padding-top: 50px;
  background: #f5f5f5;
}
@media (max-width: 1365px) {
  .page-source {
    padding-top: 35px;
  }
}
@media (max-width: 1023px) {
  .page-source {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .page-source {
    padding-top: 40px;
  }
}
.page-source__header {
  text-align: center;
}
.page-source__type {
  display: inline-block;
  padding: 5px 12px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 30px;
  margin-bottom: 20px;
}
.page-source__type a {
  color: #fff;
  text-decoration: none;
}
.page-source__type
  a:not(.member__name):not(.member__about):not(.member__social):not(.download-file__button) {
  color: #fff;
}
@media (max-width: 1023px) {
  .page-source__type {
    display: none;
  }
}
.page-source__title {
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .page-source__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .page-source__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-source__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1365px) {
  .page-source__img {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .page-source__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-source__img {
    margin-bottom: 20px;
  }
}
.page-source__img picture {
  display: block;
}
.page-source__img picture img {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .page-actors .wrap {
    padding: 0;
  }
}

.page-actors .page-title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .page-actors .page-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .page-actors .page-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-actors .page-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 1366px) {
  .page-actors__promo {
    background: #f5f5f5;
  }
}

@media (max-width: 1365px) {
  .page-actors__promo {
    background: #f5f5f5;
  }
}

.page-actors__promo .wrap {
  position: relative;
  background: #f5f5f5;
  padding: 76px 0 99px;
}
@media (max-width: 1365px) {
  .page-actors__promo .wrap {
    padding: 40px 0 97px;
  }
}
@media (max-width: 1023px) {
  .page-actors__promo .wrap {
    padding: 30px 21px 59px;
  }
}
@media (max-width: 767px) {
  .page-actors__promo .wrap {
    padding: 43px 11px 41px;
  }
}

.page-actors__promo .custom-content ul li:before {
  background: #bdd128;
}

.page-actors__promo .custom-content ol li:before {
  color: #bdd128;
}

.page-actors__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #bdd128;
  padding: 10px 27px 10px 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 11 14' fill='none'%3e%3cpath d='M10 8.83019L5.5 13M5.5 13L1 8.83019M5.5 13L5.5 -1.96701e-07' stroke='%23BDD128'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 17px 11px;
  margin-bottom: 60px;
}
@media (max-width: 1365px) {
  .page-actors__link {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .page-actors__link {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-actors__link {
    padding: 5px 27px 5px 0;
    margin-bottom: 30px;
  }
}
.page-actors__link--promo {
  position: absolute;
  top: 106px;
  right: 44px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3e%3cpath d='M11.5472 1L17 6.5M17 6.5L11.5472 12M17 6.5H0' stroke='%23BDD128' stroke-width='2.5'/%3e%3c/svg%3e");
}
@media (max-width: 1365px) {
  .page-actors__link--promo {
    top: 67px;
    right: 31px;
  }
}
@media (max-width: 1023px) {
  .page-actors__link--promo {
    top: 52px;
    right: 22px;
  }
}
@media (max-width: 767px) {
  .page-actors__link--promo {
    top: 15px;
    right: 11px;
  }
}
.page-actors__link--more {
  width: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3e%3cpath d='M11.5472 1L17 6.5M17 6.5L11.5472 12M17 6.5H0' stroke='%23BDD128' stroke-width='2.5'/%3e%3c/svg%3e");
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: right;
}
@media (max-width: 1365px) {
  .page-actors__link--more {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .page-actors__link--more {
    margin-top: 10px;
    margin-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .page-actors__link--more {
    margin-top: 15px;
  }
}
.page-actors__link--more[data-btn="less"] {
  background-image: none;
}

.page-actors__more {
  background-size: 11px 17px;
}

@media (max-width: 1023px) {
  .page-actors__areas {
    padding: 0 21px;
  }
}

@media (max-width: 767px) {
  .page-actors__areas {
    padding: 0 11px;
  }
}

.page-actors__title {
  margin-top: 100px;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1365px) {
  .page-actors__title {
    margin-top: 93px;
  }
}
@media (max-width: 1023px) {
  .page-actors__title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 79px;
  }
}
@media (max-width: 767px) {
  .page-actors__title {
    font-size: 21px;
    line-height: 26px;
    margin-top: 44px;
  }
}

.page-actors__cards {
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .page-actors__cards {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.page-actors .actor-card {
  border-bottom: none;
  padding-bottom: 0;
  max-width: calc(100% / 3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1365px) {
  .page-actors .actor-card .actor-card__thumbnail {
    height: 262px;
  }
  .page-actors
    .actor-card
    .actor-card__thumbnail
    picture.thumbnail-container.thumbnail-scale
    img {
    height: 262px;
  }
}
@media (max-width: 1023px) {
  .page-actors .actor-card {
    max-width: calc(100% / 3);
  }
  .page-actors .actor-card .actor-card__thumbnail {
    height: 165px;
  }
  .page-actors
    .actor-card
    .actor-card__thumbnail
    picture.thumbnail-container.thumbnail-scale
    img {
    height: 165px;
  }
}
@media (max-width: 767px) {
  .page-actors .actor-card {
    padding-bottom: 20px;
    max-width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  .page-actors .actor-card .actor-card__thumbnail {
    height: 262px;
  }
  .page-actors
    .actor-card
    .actor-card__thumbnail
    picture.thumbnail-container.thumbnail-scale
    img {
    height: 262px;
  }
}
@media (max-width: 1023px) {
  .page-actors .actor-card:nth-child(2) {
    border-right: 1px solid #f2f2f2;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .page-actors .actor-card:nth-child(2) {
    border-right: none;
    background-origin: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .page-actors .actor-card:nth-child(3) {
    padding-left: 20px;
    padding-top: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .page-actors .actor-card:nth-child(3) {
    padding-top: 20px;
    padding-left: 0;
  }
}

.page-actors__btn {
  text-align: center;
  margin-bottom: 120px;
}
.page-actors__btn a {
  display: inline-block;
  padding: 17px 25px;
  background: #e5e361;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-actors__btn a:hover {
  background: #bdd128;
}

.page-actors__text {
  max-height: 7em;
  line-height: 1.4em;
  max-height: 143px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page-actors__text {
    max-height: 5.6em;
  }
}
@media (max-width: 767px) {
  .page-actors__text {
    max-height: 7em;
  }
}

.btn-more {
  display: none;
}
.btn-more.active {
  display: inline;
}

.btn-less {
  display: none;
}
.btn-less.active {
  display: inline;
}

.ellipsis-text.destroy {
  max-height: 100%;
}

.ellipsis-text + .page-actors__more {
  visibility: hidden;
  pointer-events: none;
}

.ellipsis-text.ddd-truncated + .page-actors__more {
  visibility: visible;
  pointer-events: all;
}

.search-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 1365px) {
  .search-page__header {
    padding-bottom: 52px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .search-page__header {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .search-page__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
  }
}
.search-page__header .link-more {
  max-width: 155px;
}
@media (max-width: 767px) {
  .search-page__header .link-more {
    width: 100%;
    max-width: 100%;
  }
}

.search-page__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1365px) {
  .search-page__title {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1023px) {
  .search-page__title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .search-page__title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }
}

.body-wmodal-open {
  max-height: 100%;
  padding-right: 17px;
  overflow: hidden;
}

.wmodal {
  max-height: 100vh;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wmodal__wrap {
  width: 100%;
  max-width: 790px;
  position: relative;
  margin: auto;
}
@media (max-width: 1365px) {
  .wmodal__wrap {
    max-width: 616px;
  }
}
@media (max-width: 767px) {
  .wmodal__wrap {
    max-width: 320px;
  }
}
.wmodal__body {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 40px 40px 64px;
}
@media (max-width: 1365px) {
  .wmodal__body {
    padding: 27px 27px 49px;
  }
}
@media (max-width: 1023px) {
  .wmodal__body {
    padding: 27px 27px 53px;
  }
}
@media (max-width: 767px) {
  .wmodal__body {
    padding: 70px 11px;
  }
}
.wmodal__title {
  margin-bottom: 24px;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 1365px) {
  .wmodal__title {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wmodal__title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
.wmodal__subtitle {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  text-align: center;
}
@media (max-width: 1365px) {
  .wmodal__subtitle {
    font-size: 15px;
    line-height: 21px;
  }
}
.wmodal__form {
  max-width: 400px;
  margin: 40px auto 0;
}
@media (max-width: 1365px) {
  .wmodal__form {
    margin: 28px auto 0;
  }
}
@media (max-width: 767px) {
  .wmodal__form {
    margin: 40px auto 0;
  }
}
.wmodal-open {
  display: inline-block;
}
.wmodal input[type="text"],
.wmodal input[type="email"],
.wmodal textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 20px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1365px) {
  .wmodal input[type="text"],
  .wmodal input[type="email"],
  .wmodal textarea {
    padding: 6px 14px;
    font-size: 15px;
    line-height: 21px;
  }
}
.wmodal textarea {
  margin-bottom: 18px;
}
@media (max-width: 1365px) {
  .wmodal textarea {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .wmodal textarea {
    margin-bottom: 21px;
  }
}
.wmodal input[type="submit"] {
  display: inline-block;
  margin-top: 38px;
  padding: 17px 25px;
  background: #bdd128;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 1365px) {
  .wmodal input[type="submit"] {
    margin-top: 26px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .wmodal input[type="submit"] {
    margin-top: 22px;
  }
}
.wmodal__btn-wrap {
  text-align: center;
}

.wclose {
  position: absolute;
  right: 11px;
  top: 11px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  border: 1px solid #f2f2f2;
}
.wclose svg {
  fill: #bdd128;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wclose:hover {
  border-color: #000;
}
.wclose:hover svg {
  fill: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#wmodalFinish .wmodal__wrap {
  max-width: 462px;
}

#wmodalFinish .wmodal__body {
  padding: 60px 40px 74px;
}

.wpcf7-form-control-wrap {
  display: block;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.wpcf7-form-control-wrap:first-child {
  border-top: 1px solid #f2f2f2;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.disabled {
  display: none !important;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/*# sourceMappingURL=style.css.map */
