/*
Theme Name: Spartan
Theme URI: https://Spartan.by
Author: Spartan
Description: Transparency WordPress.
Version: 1.1
Template: transparency
License: Commercial
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@font-face { 
  font-family: Helios Cond; 
  src: url('/wp-content/themes/transparency-child/fonts/HeliosCond.woff'); 
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face { 
  font-family: Helios Cond Bond; 
  src: url('/wp-content/themes/transparency-child/fonts/HeliosCond-Bold.woff'); 
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face { 
  font-family: Helvetica Neue Light; 
  src: url('/wp-content/themes/transparency-child/fonts/HelveticaNeue-Light.woff'); 
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face { 
  font-family: Helvetica Neue Regular; 
  src: url('/wp-content/themes/transparency-child/fonts/HelveticaNeue-Regular.woff'); 
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face { 
  font-family: Helvetica Neue Medium; 
  src: url('/wp-content/themes/transparency-child/fonts/HelveticaNeue-Medium.woff'); 
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

#header .logo .standard-logo {
	min-width: 220px;
}
.header-main  .header-col.header-right .custom-html.donate-button span {
    background: #e6332a;
    color: #ffffff;
    border-radius: 25px;
    padding: 5.5px 30px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
	font-family: 'Helios Cond';
    font-size: 17px;
}
#header .main-menu > li.menu-item > a {font-family: Helios Cond;}
body {
    font-family: Roboto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Helios Cond Bond';
}

.page-top .page-title, .desc-title, #header .main-menu .popup a {
    font-family: 'Helios Cond';
    letter-spacing: 0;
}
.header-top .header-col.header-right{
    font-family: Helvetica Neue Medium;
    font-style: italic;
}
.header-top {
    position: relative;
}
#header .header-top .container .header-col.header-right{
    position: absolute;
    right: 15px;
    top: 10px;
}
.header-top > .container {
    min-height: 10px;
}
#header {
	background: radial-gradient(609.72px at 50% 52.93%,rgb(255 255 255 / 95%) 0,rgb(237 237 237 / 95%) 100%)!important;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    z-index: 9;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.admin-bar #header {
    top: 32px;
}
@media screen and (min-width: 992px) {
.header-wrapper {
    height: 149px;
}
#header .header-main .header-row {
    align-items: flex-end;
}
}
@media screen and (max-width: 991px) {
.header-wrapper {
    height: 70px;
}
.admin-bar .header-wrapper {
    height: 58px;
}
body #header.sticky-header .header-main .container {
    min-height: 70px;
}
}
#header.sticky-header .header-main.change-logo .logo img {
    transform: none;
}
#header.sticky-header .main-menu-wrap {
    position: relative;
    top: 0!important;
}
#header.sticky-header .header-main .container {
    min-height: 68px;
}
#header.sticky-header .main-menu-wrap {
	background-color: transparent;
	box-shadow: none;
}
#header.sticky-header .header-main {
    background-color: transparent;
}
#header .share-links a {
    border-radius: 5px;
}
#header .share-links a:not(:hover) {
    background-color: #ededed;
}
#header .header-top + .header-main {
    border-top: 0;
}
.header-bottom.main-menu-wrap {
    margin-top: 20px;
	border-top: 1px solid #ededed;
}
@media (min-width: 992px) {
#header.sticky-header .main-menu > li.menu-item > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
#header.sticky-header {
	transform: translateY(-38px);
	height: auto!important;
}
#header.sticky-header .header-bottom.main-menu-wrap {
    margin-top: 7px;
}
#header.sticky-header .logo .standard-logo {
    min-width: 150px;
}
#header.sticky-header .mega-menu.menu-hover-line>li.menu-item>a:before {
    top: -1px;
}
}
#header.sticky-header {
    box-shadow: 0 10px 10px 0px rgb(113 113 113 / 20%);
}

#header .searchform input {
    max-width: 0px;
	padding: 0 15px 0 5px;
	height: 30px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#header .open .searchform input {
    max-width: 200px;
	border-bottom: 1px solid #cecece;
    border-radius: 0!important;
	color: #000000;
}
@media only screen and (max-width: 1169px) and (min-width: 992px) {
	#header .open .searchform input {max-width: 120px;}	
}
#header .search-popup .searchform {
    padding: 0;
    top: -7px;
    display: block!important;
    background: none;
    right: 0px;
    box-shadow: none;

}
.searchform-popup:not(.open) .search-toggle {
	z-index: 9999;
}
#header .searchform .searchform-fields {
    border: 0;
}
#header .searchform .searchform-fields {
    border-radius: 0!important;
	border-color: rgb(238 238 238 / 0%)!important;
}
#header .searchform-popup .search-toggle {
    width: 41.81px;
    height: 36px;
}
#header .searchform-popup .search-toggle .fas {
    vertical-align: bottom;
}
#header .searchform button {
    top: 0px;
	padding: 0 15px 0 13px;
}
#header .searchform-popup .search-toggle.opened:after {
    display: none;
}
#header.sticky-header .searchform-popup {
    display: block !important;
}
b, strong {
    font-weight: 400;
    font-family: 'Helios Cond Bond';
}
.header-wrapper .header-col-wide .wpml-ls-legacy-list-horizontal a {
    padding: 2px 0px 4px 0px;
    font-family: 'Helios Cond';
    font-size: 17px;
	color: #9e9e9e;
}
.header-wrapper .header-col-wide .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a {
	color: #444444;
}
.header-col-wide .wpml-ls-legacy-list-horizontal ul li {
	margin: 0 5px;
}
.header-col-wide .wpml-ls-legacy-list-horizontal ul li:last-child {
	margin: 0 0 0 5px;
}
.header-row .header-col-wide .custom-html {
    margin-left: 0;
}
.footer-wrapper #footer .row {
    align-items: flex-start;
}
#footer .widget p {
    margin-bottom: 10px;
}
span.footer-copyright {
    color: #989898;
    display: block;
    line-height: 20px;
	margin: 0 0 15px;
	font-size: 15px;
}
#footer .footer-main>.container {
    padding-bottom: 0;
}
#follow-us-widget-2 {
	margin-bottom: 0; margin-top: 0;
}
#text-6 {
    margin-bottom: 0.875rem;
}
@media only screen and (max-width: 991px) {
#header .header-top {
    display: none;
}
}
@media only screen and (min-width: 992px) {
#header .share-links a {
	width: 34px;
    height: 34px;
}
}
#leyka-pf-9 .leyka-tpl-need-help-form {
    max-width: 100%;
}
.leyka-pf .section.section--periodicity {
    width: 20%;
    float: left;
}
.leyka-pf .section.section--amount {
    width: 40%;
    float: left;
}
.porto-block-html-top div[id*="leyka-pf-"].leyka-pf-need-help {
    padding: 0px 10px;
}
.leyka-pf .section.section--person {
    float: left;
    width: 40%;
	z-index:1;
}
.leyka-pf .section.section--agreements {
    clear: left;
}
.leyka-pf .leyka-star-field-error-frame {
    position: absolute;
    top: 12px;
    right: 7px;
}
.leyka-pf .leyka-star-field-error-frame span {
    font-size: 15px!important;
}
.leyka-pf .donor-field.donor__textfield.invalid {
    position: relative;
}
@media only screen and (max-width: 1169px) and (min-width: 992px)  {
body .porto-block-html-top div[id*="leyka-pf-"].leyka-pf-need-help {
    max-width: 930px !important;
}
.page-wrapper .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item:not(.flex-amount-item) {
    -webkit-box-flex: 101px;
    -ms-flex: 101px 0 0px;
    flex: 101px 0 0;
}
}
.porto-block-html-top div[id*="leyka-pf-"].leyka-pf-need-help {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 149px;
    background: radial-gradient(796.72px at 50% 52.93%,rgb(255 255 255 / 95%) 0,rgb(237 237 237 / 95%) 100%)!important;
	border-top: 1px solid #ededed;
	box-shadow: 0 9px 15px -16px #929292;
	opacity: 0; 
    visibility: hidden;
    z-index: -1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.admin-bar .porto-block-html-top div[id*="leyka-pf-"].leyka-pf-need-help {top: 181px;}
.porto-block-html-top div[id*="leyka-pf-"].leyka-pf-need-help.open {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.porto-block-html-top div[id*="leyka-pf-"].leyka-pf-need-help {
    max-width: 1110px !important;
}
.porto-block-html-top .leyka-pf .section {
    padding: 0 10px!important;
	border-top: 0;
	background-color: rgb(244 244 244 / 0%);
	margin-top: 5px;
	margin-bottom: 15px!important;
}
.porto-block-html-top .leyka-pf .section-title-text {
    font-family: 'Helios Cond'!important;
    font-weight: 100!important;
	font-size: 17px!important;
}
.leyka-tpl-need-help-form .section .section__fields.periodicity a, .leyka-tpl-star-form .section .section__fields .star-swiper .full-list .swiper-item span.amount, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item span, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input[type="number"], .donor-field input, .leyka-pf .leyka-star-field-error-frame span, .leyka-tpl-need-help-form .section .section__fields .donor__oferta label, .leyka-tpl-need-help-form .section .section__fields .donor__oferta label a, div[id*="leyka-pf-"].leyka-pf-star .leyka-submit-errors, .leyka-tpl-need-help-form .section .section__fields .donor__submit input, .leyka-tpl-need-help-form .section .section__fields.donor .leyka-star-field-frame input::-webkit-input-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .leyka-star-field-frame input::-webkit-input-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .leyka-star-field-frame input::-webkit-input-placeholder, .leyka-tpl-need-help-form .section .section__fields.donor .leyka-star-field-frame input::-webkit-input-placeholder, .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item input[type="number"]::-webkit-input-placeholder {
    font-family: 'Helios Cond'!important;
}
.porto-block-html-top .leyka-tpl-need-help-form .section .section__fields.periodicity a.active, .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields.periodicity a.selected, .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.selected {
    background-color: rgb(0 174 239);
    color: rgb(255 255 255);
    border: 2px solid rgb(0 174 239);
	transition: 200ms all;
}
.porto-block-html-top .leyka-tpl-need-help-form .section .section__fields.periodicity a.active {
    font-weight: inherit;
}
.porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .donor__oferta input:checked + label::before {
    background-color: #00aeef;
    border-color: #00aeef;
}
.porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.selected .swiper-item-inner {
    background-color: rgb(0 174 239 / 0%);
}
.porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper.amount__figure .full-list .swiper-item.selected span {
    font-weight: inherit;
    color: white;
}
.porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.selected.selected {
    border: 2px solid #00aeef;
	transition: none;
}
.porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item span {
	color: var(--leyka-need-help-color-text)!important;
}
.porto-block-html-top .leyka-tpl-need-help-form .section .section__fields.periodicity a, .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item, .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item, body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields.donor .leyka-star-field-frame, body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item.selected {
    height: 45px;
}
.porto-block-html-top .donor__oferta {
    width: 61.3%;
    float: left;
}
.porto-block-html-top .donor__submit {
    width: 38.7%;
    float: left;
}
.porto-block-html-top .single-pm-icon  {
    clear: left;
}
.porto-block-html-top  .leyka-tpl-need-help-form .section .section__fields .donor__oferta span {
    margin-bottom: 20px;
}
.porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item {
	-webkit-box-flex: 125px;
    -ms-flex: 125px 0 0px;
    flex: 125px 0 0;
}
@media only screen and (max-width: 991px) {
.porto-block-html-top div[id*="leyka-pf-"].leyka-pf-need-help {top: 70px;}
.admin-bar .porto-block-html-top div[id*="leyka-pf-"].leyka-pf-need-help {top: 102px;}
}

@media only screen and (max-width: 767px) {
	#header .logo .standard-logo {
    min-width: 180px;
}
}
@media only screen and (max-width: 545px) {
	#header .header-right .donate-button .text-help {display: none;}
	.header-main .header-col.header-right .custom-html.donate-button .icon-help {padding: 4px 14px;}
}
@media only screen and (min-width: 546px) {
	#header .header-right .donate-button .icon-help {display: none;}
}
@media screen and (max-width: 991px) and (min-width: 800px) {
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item {
    -webkit-box-flex: 27.3%;
    -ms-flex: 27.3% 0 0px;
    flex: 27.3% 0 0;
	margin-left: 6%;
}
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item.flex-amount-item {
    flex: 70px 1 1;
}
}
@media screen and (max-width: 799px) and (min-width: 505px) {
.leyka-pf .section.section--periodicity {width: 35%;}
.leyka-pf .section.section--amount {width: 65%;}
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item:not(.flex-amount-item) {
    -webkit-box-flex: 30%;
    -ms-flex: 30% 0 0px;
    flex: 30% 0 0;    
}
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item {margin-left: 3.2%;}
body .porto-block-html-top .section.section--amount .section-title-container {margin: 0 0 12px -10px!important;}
.leyka-pf .section.section--person {width: 100%;}
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .donor__oferta {padding: 0 15px 0 0;}
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields.donor .donor__textfield .leyka-star-field-error-frame {
    margin-top: -29px;
    right: 0;
}
body .porto-block-html-top .leyka-pf .leyka-star-field-error-frame span {
    font-size: 13px!important;
}
body .porto-block-html-top .leyka-tpl-star-form .section .section__fields .donor__submit input, .leyka-screen-form .section .section__fields .donor__submit input {padding: 13px 0; min-width: 150px;}
}
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .donor__oferta label::before {left: -26px;}
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .donor__oferta label svg.icon-checkbox-check {left: -22px;}
@media screen and (max-width: 504px) {
body .porto-block-html-top .leyka-pf .section.section--periodicity, body .porto-block-html-top .leyka-pf .section.section--amount, body .porto-block-html-top .leyka-pf .section.section--person, .porto-block-html-top .donor__oferta, .porto-block-html-top .donor__submit {width: 100%;}
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields.periodicity a {
	-webkit-box-flex: 43%;
    -ms-flex: 43% 1 1;
    flex: 43% 1 1;
}
.porto-block-html-top .donor__submit {margin-bottom: 20px!important;}
body .porto-block-html-top .leyka-tpl-need-help-form .section .section__fields .star-swiper .full-list .swiper-item:not(.flex-amount-item) {
    -webkit-box-flex: 43% 1 1!important;
    -ms-flex: 43% 1 1!important;
    flex: 43% 1 1!important;
}
}
@media screen and (max-width: 799px) {
.porto-html-block.porto-block-html-top .leyka-pf {
    height: 100%;
    overflow-y: auto;
	padding: 0 10px 70px!important;
}
}
form .newsletters .col-sm-4 {
	float: left;
	padding-right: 10px;
    padding-left: 10px;
}
form .newsletters .btn-default.btn {
	transition: all 150ms;
    width: 100%;
	background: rgb(0 174 239);
    color: #ffffff;
	font-size: 16px;
    font-family: 'Helios Cond';
    text-transform: uppercase;
}
form .newsletters .wpcf7-acceptance span.wpcf7-list-item-label, form .newsletters .wysija-paragraph.acceptance span {
    font-size: 14px;
} 
form .newsletters .acceptance {
    padding: 0 10px;
}
@media screen and (min-width: 768px) {
#block-widget-2 .porto-block>.row {
	background-image: linear-gradient(140deg, #15A8F0 29%, #efefef 20%, #efefef 80%);
    border-bottom: 15px solid #16a9f1;
}
}
.wpb_text_column.title-subs {
    color: #ffffff;
    font-size: 34px;
    font-family: 'Helios Cond Bond';
}
#block-widget-2 {margin-bottom: 0}

/* Меню нижнее*/
aside#nav_menu-2 {padding: 30px 0 10px; display: inline-block; width: 100%;}
aside#nav_menu-2 ul.menu>li {width: 16.6%; float:left;}
aside#nav_menu-2.widget > div > ul, aside#nav_menu-2 ul.menu>li, aside#nav_menu-2.widget > div > ul li {
       border: 0;
}
aside#nav_menu-2.widget_nav_menu>div>ul>li {padding: 6px 15px 6px 0px!important;}
aside#nav_menu-2.widget_nav_menu>div>ul li {
   padding: 3px 0px 3px 0px;
   line-height: 20px;
   font-size: 16px;
}
aside#nav_menu-2.widget>div>ul li>ul {
   margin-left: 0;
   padding-bottom: 20px;
}

aside#nav_menu-2.widget_nav_menu>div>ul li:before {display:none;}
aside#nav_menu-2.widget>div>ul li>a, aside#nav_menu-2.widget>ul li>a {
    color: #101010;
}
aside#nav_menu-2.widget>div>ul li>a:hover {
    text-decoration: underline;
}
aside#nav_menu-2.widget>div>ul>li>a {
    font-family: 'Helios Cond Bond';
    text-transform: uppercase;
	color: #505050;
}
@media only screen and (max-width: 1169px) and (min-width: 768px) {
   aside#nav_menu-2 ul.menu>li {
    width: 33.33%;
}
    aside#nav_menu-2.widget_nav_menu>div>ul>li {
    padding: 6px 20px 6px 0px;
}
aside#nav_menu-2.widget_nav_menu>div>ul>li:nth-child(3n+1) {clear: both;}
}
@media only screen and (max-width: 767px) and (min-width: 425px)  {
    aside#nav_menu-2 ul.menu>li  {
    width: 50%;
}
    aside#nav_menu-2.widget_nav_menu>div>ul>li {
    padding: 6px 20px 6px 0px;
}
aside#nav_menu-2.widget_nav_menu>div>ul>li:nth-child(2n+1) {clear: both;}
}
@media only screen and (max-width: 424px)  {
    aside#nav_menu-2 ul.menu>li  {
    width: 100%;
}
    aside#nav_menu-2.widget_nav_menu>div>ul>li {
    padding: 6px 0px 6px 0px;
}
}
@media only screen and (min-width: 1170px) {
aside#nav_menu-2.widget>div>ul>li>a:after {
    content: "|";
    position: absolute;
    right: 15px;
    color: #cfcfcf;
}
}

/*Конец меню нижнее*/
form .newsletters .btn-default.btn:hover {
	background: rgb(230 51 42);
}
.newsletters .form-control {
    height: 41px;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
.icon-block-subs .vc_column_container.col-md-1-5 {
    width: 45px;
}
.icon-block-subs .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 2.05em!important;
}

#block-widget-2 .porto-block>.row{
    background: radial-gradient(209.72px at 50% 52.93%,rgb(255 255 255) 0,rgb(232 232 232) 100%);
	padding: 15px 0 0;
}
.row.icon-block-subs {
    padding-right: 0%!important;
    padding-left: 0%!important;
	margin: auto;
}
.wpb_text_column.wpb_content_element.annot {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.wpb_text_column.img-pt {
	display: none;
}
.wpb_text_column.title-subs {
    font-size: 25px;
    text-align: left;
    padding-left: 40px;
	color: #00aeef;
	margin-bottom: 25px;
}
.title-subs .wpb_wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 24px;
    width: 15px;
    height: 50%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #00AEEF;
}
.row.icon-block-subs .vc_icon_element {
    margin-bottom: 5px;
}
}
@media screen and (max-width: 575px) {
form .newsletters .acceptance {
    display: inline-block;
    margin: 10px 0 0;
}
}
.corruption  .leftbl p {
    font-size: 35px;
    color: #ffffff;
    font-family: 'Helios Cond Bond';
    line-height: 36px;
}
.corruption  .rightbl p {
    color: #d2d2d2;
}
.corruption  .rightbl .vc_btn3.vc_btn3-color-danger {
    background-color: #e6332a;
    font-family: 'Helios Cond'
}
.corruption .rightbl .vc_btn3.vc_btn3-color-danger:hover {
    background-color: #f94137;
}
#main .content-bottom-wrapper {
    padding-bottom: 0;
	position: relative;
}
#block-widget-3 {
	margin-bottom: 0;
}
.corruption .leftbl span:after {
    content: "";
    position: absolute;
    line-height: 33px;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    top: 2px;
    height: 100%;
    left: -20px;
    width: 2px;
    background: #e6332a;
}
.corruption .leftbl span {
	position: relative;
}
@keyframes opacity { 
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

@-webkit-keyframes opacity { 
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}
@media screen and (max-width: 424px) {
	.corruption .rightbl .wpb_content_element {
	padding-right: 0px !important;
    padding-left: 0px !important;
	}
	.corruption .leftbl span {
    font-size: 25px!important;
    line-height: 30px;
    display: block;
}
.corruption .leftbl {
    padding-right: 10px !important;
    padding-left: 40px !important;
}
}
.news-list-main .post-excerpt {
	display: none;
}
.news-list-main {
	margin-bottom: 0;
}
.container.sidebar.content-bottom-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f7f7f7;
    height: 20px;
    width: 20px;
    top: 0;
    left: 50%;
    margin-left: -20px;
	z-index: 1;
}
.in_news a {
	font-size: 18px;
    font-family: 'Helvetica Neue Regular';
    text-decoration: underline;
}
.n-action li:after {
    content: "\f00c";
    color: #16a9f1;
    position: absolute;
    left: -30px;
    font-family: 'Font Awesome 5 Free';
    top: 4px;
    font-weight: 600;
}
.n-action li {
    padding: 3px 0;
    position: relative;
}
.n-action ul {
	font-weight: 600;
    color: #484848;
    list-style-type: square;
}
.n-action li::marker {
    opacity: 0;
    color: rgb(255 0 0 / 0%);
}
.info-action {
	border: 1px solid #dadada;
    box-shadow: 0 0 8px 3px #efefef;
    padding: 30px 40px 0;
    background: #fff;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
#custom .order-md-2 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#custom .order-md-3 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
}
#custom .order-md-2 img {
   border-radius: 50%;
   max-width: 200px;
   margin: auto;
}
#custom hr.tall {
    margin: 20px 0;
}
#custom .share-links-block i, #custom .partner-link i {
	margin-right: 10px;
	color: #00aeef;
	width: 20px;
}
#custom .share-address, #custom .share-phone {
    margin: 5px 0;
}
#custom .member-role {
    font-size: 15px;
	margin-bottom: 10px;
}
#custom .member-overview .entry-title {
	font-size: 30px;
    line-height: 40px;
}
#custom.member .member-overview .photo {
	text-align: center;
}
#custom.member .info-text{
    margin-top: 25px;
}

.member-image {
    border-radius: 50%;
}
.member-image.single {
    margin-bottom: 0px;
}
#custom.member {
    margin-top: -2em;
}
#custom.member .member-overview {
    padding-top: 0;
}
.tax-member_cat .thumb-info .thumb-info-title {
    background: rgba(33,37,41,0);
}
.tax-member_cat .thumb-info .thumb-info-inner {
    font-size: 24px;
    color: #16a9f1;
    line-height: 27px;
}
.tax-member_cat .thumb-info .thumb-info-type {
    color: #3e3e3e;
    font-size: 18px;
}
/*
@media only screen and (max-width: 1169px) and (min-width: 992px) {
	body.tax-member_cat .member-row .thumb-member-container {max-width: 120px; margin-top: 20px;}
	body.tax-member_cat.term-sovet .member-row .thumb-info-wrapper .text-decoration-none.member-info-container {line-height: 120px; height: 120px;}
	body.tax-member_cat.term-sovet .member-row .thumb-member-container {margin-top: 0;}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	body.tax-member_cat .member-row .thumb-member-container {max-width: 99px;}
	.member-item .thumb-info .thumb-info-wrapper {display: flex; align-items: center;}
	body.tax-member_cat .member-row .thumb-info-wrapper .text-decoration-none.member-info-container {min-height: 156px;}
	body.tax-member_cat.term-sovet .member-row .thumb-info-wrapper .text-decoration-none.member-info-container {height: 100px; line-height: 100px;     min-height: auto;}
}
*/
@media only screen and (max-width: 767px) {
	body.tax-member_cat .member-row article {
	flex: 0 0 100%;
    max-width: 100%;
}
.tax-member_cat .thumb-info .thumb-info-inner {
    font-size: 20px;
    line-height: 21px;
}
body.tax-member_cat .member-row .member {
    margin-bottom: 15px;
}
}

.tax-member_cat .member-item .thumb-info .thumb-info-wrapper {display: inline-block; width: 100%;}
.tax-member_cat .member-row .thumb-member-container {
	width: 30%;
    display: inline-block;
    vertical-align: middle;
}
.tax-member_cat .member-row .thumb-info-wrapper .text-decoration-none.member-info-container {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
}


/*body.tax-member_cat .member-row .thumb-info-wrapper .text-decoration-none.member-info-container {
    display: block;
    line-height: normal;
    height: auto;
	width: 70%;
}
*/
.member-item .thumb-info .thumb-info-wrapper {
    display: flex;
    align-items: center;
}



.tax-member_cat .thumb-info .thumb-info-type {
    font-size: 15px;
    line-height: 18px;
}
}
.member-item  span.thumb-info.thumb-info-hide-wrapper-bg {
    border-radius: 50%;
}
/*.tax-member_cat .member-row .thumb-info-wrapper  .text-decoration-none.member-info-container {
    display: grid;
    line-height: 156px;
    height: 156px;
    justify-content: start;
}
*/
.tax-member_cat .member-row article {
	flex: 0 0 50%;
    max-width: 50%;
}
/*.tax-member_cat .member-row .thumb-member-container {
    max-width: 156px;
	float: left;
}*/
.term-sovet .member-row .member, .term-trainees .member-row .member {
    margin-bottom: 60px;
}
.tax-member_cat .member-row .member {
    margin-bottom: 25px;
}
.tax-member_cat .member-row .member-item {
    background: #fff;
    border-top-left-radius: 95px;   
    border-bottom-left-radius: 95px;
    padding: 10px;
}
.thumb-info .thumb-info-title {
    right: 0;
    margin: auto;
    width: max-content;
	text-align: center;
	max-width: 100%;
	padding: 0px 0 0px 21px;
}
.term-sovet .thumb-info .thumb-info-title,  .term-trainees .thumb-info .thumb-info-title, .member.trainees .thumb-info .thumb-info-title {
	bottom: 0%;
	padding: 13px 21px 13px;
}
.member.trainees .thumb-member-container {
    padding: 30px;
}
.member.trainees .m-t-md {
    margin-top: -10px !important;
    font-size: 22px;
}
.member-item .thumb-info .thumb-info-wrapper {
    overflow: visible;
}
.thumb-info .thumb-info-inner {
    font-family: 'Helios Cond Bond';
    letter-spacing: 0;
    font-weight: 500;
    font-size: 19px;
}
.thumb-info .thumb-info-type {
    font-size: 16px;
    font-weight: 500;
    text-transform: inherit;
	line-height: 20px;
	padding: 2px 12px 4px;
}
.tax-member_cat .thumb-info .thumb-info-title {
    bottom: 0;
	position: relative;
    float: left;
    width: auto;
    line-height: 19px;
	text-align: left;
}

.thumb-info .thumb-info-type {
    display: block;
    float: none;
    margin: 0;
    width: auto;
    background: transparent;
    padding: 10px 0 0;
}
.posts-gridblog-posts-related article.post.post-grid .post-date, .posts-grid.blog-posts-related article.post.post-grid .post-date {
    position: absolute;
    top: 5%;
    left: 5px;
	z-index: 1;
}
article.post .post-date .day, .post-item .post-date .year, .post-large .post-date .year {
    text-align: center;
    background: #f4f4f4;
    color: #15b5f0;
    display: block;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #e7e2e2;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
article.post .post-date .day, .post-item .post-date .day {
    border-radius: 2px 2px 0 0;
    border: 1px solid #e7e2e2;
	font-size: 13px;
    padding: 0;
}
article.post .post-date .month, .post-item .post-date .month {
    font-size: 13px;
}
.posts-gridblog-posts-related article.post.post-grid .post-excerpt {
	display: none;
}
article.post h4 a:hover {
    color: #15a8f0;
}
article.post h4 a {
    color: #303030;
	-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
article h4 {
    font-size: 19px;
}
.archive.category .page-content {
	margin-bottom: 30px;
	width: 100%;
	padding: 0 15px;
}
.single #custom.member_cat-partnery .order-md-2 img {
    border-radius: 0%;
    width: auto;
}
.archive.term-partnery .thumb-info .thumb-member-container img {
    width: auto;
}
.archive.term-partnery .member-image {
    border-radius: 0;
}
.archive.term-partnery .thumb-member-container {
    text-align: center;
}
.tax-member_cat.term-partnery .member-row .member-item {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.archive.term-partnery .thumb-info:hover img {
    transform: none;
}
.archive.term-partnery .thumb-member-container>a {
    overflow: visible;
}
.member-image .img-thumbnail {
    background-color: rgb(255 255 255 / 0%);
}
.entry-content.col-sm-9 {
    float: left;
    margin: 0;
	padding-left: 0;
}
.block-right-last-news.col-sm-3 {
    float: left;
	background: #ededed;
    padding: 25px 20px;
}
.main-entry-content.col-sm-12 {
    padding: 0 0 10px;
	display: inline-block;
}
.block-right-last-news strong {
    text-align: center;
    display: block;
    padding: 0 0 15px;
	font-size: 22px;
}
.block-right-last-news a {
    display: block;
	font-size: 18px;
}
.block-right-last-news .date {
    font-size: 16px;
    color: #767676;
	display: block;
    padding: 5px 0 0;
}
.block-right-last-news .date i {
    padding-right: 5px;
}
.block-right-last-news .item-new:not(:last-child) {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #dddddd;
}
.post-image.single .meta-info {
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 10px;
}
article.post .post-image.single .meta-info .post-date {
    position: relative;
}
.post-image.single:before {
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 26%), rgb(0 0 0 / 45%), #000);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
article.post-large .post-image.single .entry-title {
    color: #fff;
	font-family: 'Helios Cond';
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
article.post-large .post-image.single .entry-title {
    font-size: 5.5vw;
    line-height: 1.3em;
}
}

@media only screen and (min-width: 576px) and (max-width: 900px) {
	.entry-content.col-sm-9, .block-right-last-news.col-sm-3 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 575px) {
	article.post-large .post-image.single {
    margin: -35px -30px 0;
}
}
@media only screen and (max-width: 480px) {
   .post-image.single .meta-info {
    padding: 10px 20px;
}
}
section.page-top.page-header-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #eeeeee, rgb(247 247 247 / 0%), #f7f7f7);
    top: 0;
}
.pop-wrap-two {display: none;}
.pop-wrap-two #myfond_gris {
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(0 0 0 / 75%);
    background-size: auto;
    background-repeat: repeat;

}
.pop-wrap-two .setting.pop {
    z-index: 9999;
    position: fixed;
    top: 0;
    background-color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 900px;
    border: 1px solid rgba(60,60,67,.36);
    padding: 55px 50px 0;
    height: 200px;
}
.pop-wrap-two .descr-popup {
    float: left;
    width: 40%;
}
.pop-wrap-two .social-popup {
    float: left;
    width: 60%;
	text-align: right;
}
.pop-wrap-two .header-popup {
    font-family: 'Helios Cond Bond';
    font-size: 30px;
    padding: 0 0 25px;
}
.pop-wrap-two .share-links a {
    font-size: 16px;
}
#footer #text-7.widget p {
    font-size: 0.8em;
    opacity: 0.5;
}
.pop-wrap-two .block-pop {
    display: flex;
    align-items: center;
}
.pop-wrap-two .close.hide-fixed-params {
    position: absolute;
    top: 15px;
    right: 15px;
}
/* #nav-panel { */
    /* background: radial-gradient(609.72px at 50% 52.93%,rgb(255 255 255 / 95%) 0,rgb(237 237 237 / 95%) 100%)!important; */
/* } */
@media only screen and (max-width: 991px) {
	#header .header-top + .header-main {box-shadow: 0 10px 10px 0px rgb(113 113 113 / 20%)!important; background: radial-gradient(609.72px at 50% 52.93%,rgb(255 255 255 / 95%) 0,rgb(237 237 237 / 95%) 100%)!important;}
	#header {background: none!important;}
}
@media only screen and (max-width: 767px) {
.pop-wrap-two .setting.pop {max-width: 95%; height: 265px;}
.pop-wrap-two .block-pop {flex-direction: column; text-align: center;}
.pop-wrap-two .block-pop .descr-popup span {margin: 0 auto 20px; max-width: 320px; display: block;}
.pop-wrap-two .descr-popup, .pop-wrap-two .social-popup {width: 100%;}
.pop-wrap-two .social-popup {text-align: center;}
.pop-wrap-two .setting.pop {padding: 55px 20px 0;}
#header .share-links {display: none;}
#header #nav-panel .share-links {display: block;}
#header .share-links .share-twitter{background:#1aa9e1!important;}
#header .share-links .share-facebook{background:#3b5a9a!important;}
#header .share-links .share-linkedin{background:#0073b2!important;}
#header .share-links .share-rss{background:#ff8201!important;}
#header .share-links .share-pinterest{background:#cc2127!important;}
#header .share-links .share-youtube{background:#c3191e!important;}
#header .share-links .share-instagram{background:#7c4a3a!important;}
#header .share-links .share-skype{background:#00b0f6!important;}
#header .share-links .share-email{background:#dd4b39!important;}
#header .share-links .share-vk{background:#6383a8!important;}
#header .share-links .share-telegram{background:#0088cc!important;}
#header .share-links .share-yelp{background:#c41200!important;}
#header .share-links a:not(:hover) {
    color: #fff;
}
}
@media only screen and (min-width: 768px) and (max-width: 935px) {.pop-wrap-two .setting.pop {max-width: 95%;}}
@media only screen and (max-width: 359px) {.pop-wrap-two .setting.pop {height: 295px;}}
.footer-wrapper .footer-top {
    background: #f7f7f7;
}
.type-list-basic .vc_basic_grid .vc_gitem-zone-a {
	transition: all 300ms ease-in-out;
	width: 30%;
    float: left;
	border-radius: 50%;
}
.type-list-basic .vc_basic_grid  .vc_gitem-animate-none .vc_gitem-zone-b {
    position: relative;
    opacity: 1;
}
.type-list-basic .vc_basic_grid .vc_gitem-zone-b {
	width: 70%;
    float: left;
    padding-left: 20px;

}
.type-list-basic .vc_basic_grid .vc_gitem-zone-b .vc_gitem-post-data h3{
    color: #15a8f0!important;
    font-family: 'Helios Cond Bond'!important;
	margin: 0;
	text-align: left!important;
    line-height: 24px;
}
.type-list-basic .vc_basic_grid .vc_gitem-zone-b.vc-gitem-zone-height-mode-auto:before {
    padding-top: 45%;
}
.type-list-basic .vc_basic_grid .vc_gitem-post-data-source-post_date {
    display: none;
}
.type-list-basic .vc_basic_grid .vc_gitem-post-data {
    margin-bottom: 0px;
    float: left;
}
.type-list-basic .vc_basic_grid .vc_grid-item-mini {
    padding: 10px;
    background: #ffffff;
}
.type-list-basic .vc_basic_grid .vc_gitem-zone.vc_gitem-is-link {
    background-color: #fff!important;
}
.type-list-basic .vc_basic_grid .vc_grid-item-mini:hover .vc_custom_heading  {
    transition: 200ms all;
    transform: translateX(-10px);
}
.type-list-basic .vc_basic_grid .vc_grid-item-mini .vc_custom_heading  {
    transition: 200ms all;
}
.type-list-basic .vc_basic_grid .vc_grid-item-mini {
	transition: 200ms all;
	border-top-left-radius: 85px;
    border-bottom-left-radius: 85px;
}
.type-list-basic .vc_basic_grid .vc_grid-item-mini:hover {
    box-shadow: 0 0 7px 0px #e5e5e5;
	
}
.type-list-basic .vc_basic_grid .vc_btn3.vc_btn3-size-xs {
    font-size: 15px;
}
#block-widget-2 .d-table-cell.col-sm-4 .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {display: none;}
#block-widget-2 .mc4wp-form .mc4wp-alert.mc4wp-success {
    border: 2px dotted #15a8f0;
    margin: 10px 25px;
    padding: 10px;
	font-family: 'Helios Cond Bond';
    color: #4a4a4a;
}

li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-first-item.wpml-ls-item-legacy-list-horizontal {
    display: none;
}
@media only screen and (min-width: 1170px) {
.archive .thumb-info .thumb-info-wrapper {
	max-height: 180px;
}
}
@media only screen and (max-width: 1169px) and (min-width: 992px) {
.archive .thumb-info .thumb-info-wrapper {
	max-height: 149px;
}
}
.cookie-block {
    position: fixed;
    bottom: -200px;
    max-width: 924px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    background-color: #11AEEF;
    -webkit-transition: bottom 0.7s ease;
    -o-transition: bottom 0.7s ease;
    transition: bottom 0.7s ease;
}
.cookie-block__wrapper {
    padding: 25px 30px;
    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;
	box-shadow: 0 0 18px 4px #b1b1b1;
}
.cookie-block__left-side  {
    color: #fff;
    padding-right: 40px;
}
.cookie-block__left-side a  {
    color: #fff;
}
.cookie-block .btn {
    border-radius: 21px;
    padding: 10px 47px;
    background-color: #E6332B;
    color: #ffffff;
    font-family: 'Helios Cond Bond';
    font-size: 20px;
    -webkit-transition: background-color, color 0.3s ease;
    -o-transition: background-color, color 0.3s ease;
    transition: background-color, color 0.3s ease;
    cursor: pointer;
    border: 0;
}
.cookie-block .cookie-block__btn {
    padding: 10px 62px;
    display: inline-block;
    font-size: 21px;
}
.cookie-block .btn_white {
    background-color: #ffffff;
    color: #11AEEF;
}
.cookie-block .cookie-block__description {
    margin: 10px 0 0;
    font-size: 14px;
}
.cookie-block__left-side a {
    text-decoration: underline;
}
.btn_white:hover {
    background-color: #E6332B;
    color: #ffffff;
}
.cookie-block_active {
    bottom: 40px;
}
@media only screen and (max-width: 924px) {
.cookie-block_active {
	bottom: 0px;
}
}
@media only screen and (max-width: 500px) {
.cookie-block__wrapper {
	display: block;
    text-align: center;
}
.cookie-block__wrapper .cookie-block__right-side {
    margin-top: 15px;
}
.cookie-block__left-side {
    padding-right: 0px;
}
}
.tax-member_cat .member-item .thumb-info:hover .member-image {
    border-radius: 0;
}
.tax-member_cat .member-item .thumb-info .member-image {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.tax-member_cat .member-item .thumb-info {
	border-radius: 95px;
    overflow: hidden;
}

.time-post {
    color: #858585;
    font-size: 18px;
    margin-bottom: 15px;
}
/* .tax-member_cat .member-item .thumb-info:hover img { */
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
/* } */