@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

.g-context-link {
	border-bottom: 1px dotted;
	display: inline-block;
	line-height: 1;
}

a[name] {
	margin: -100px 0 0;
	position: absolute;
}

.single-header-info {
	padding-left: 65px;
}

.rev_slider_wrapper .thm-banner-h3 {
	background: #eb6a10;
	font-size: 15px;
	letter-spacing: .5px;
	color: #fff;
	margin-top: 15px;
	padding: 15px 25px !important;
	text-transform: uppercase;
}
.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.owl-carousel .owl-item img {
	width: auto !important;
}

.content {
	color: #333;
}
.content h3 {
	margin-top: 1.25em !important;
}
.content p {
	color: #333 !important;
}
.content p + ul {
	margin-top: -.25em !important;
}
.content li {
	margin-bottom: .5em;
}

.footer-bottom p {
	color: #fff !important;
}

.content blockquote {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}


/* form dontate */
.form-donate{
	padding: 30px;
	box-shadow:0 2px 5px rgba(0,0,0,.2);
	margin-bottom:20px;
	border: 1px solid #c5bddc;
	max-width: 520px;
}

.table-donate{
	width: 100%;
    text-align: center;
    border-collapse: collapse;
	margin-bottom: 20px;
}
.table-donate td{
	height: 39px;
    width: 33.3333%;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}
.table-donate label {
	height: 100%;
	margin-bottom: 0;
	width: 100%;
	line-height: 36px;
	display: block;
	cursor: pointer;
}
.table-donate .rouble{
	font-size: 12px;
}
.table-donate input[type=radio] {
    display: none;
}
input[type=radio]:checked + .donate-radio {
    background-color: #644ea0;
    color: #ffffff;
}
.table-donate input[type=text],
.table-donate input[type=number] {
    height: 100%;
    width: 100%;
    display: block;
    outline: 0;
    border: 0;
    padding: 0 10px;
    text-align: center;
	font-size: 16px;
    padding: 0 !important;
}
.b-donate-email {
	margin: 0 0 1.5em;
}
.b-donate-email input[type=email] {
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	height: 39px;
	padding: 0 10px;
	width: 100%;
}
.donate-header{
	text-align: center;
    text-transform: uppercase;
    line-height: 1;
    color: #333333;
    letter-spacing: 0.05em;
    font-size: 17px;
	margin-top: 0;
}
.donate-radio{
	font-family: arial;
	font-size: 18px;
	text-align: center;
	height: 100%;
	width: 100%;
}
.form-donate__submit{
	text-align:center;
}
/* button */
.btn{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.44;
	padding: 11px 34px 9px;
	text-transform: uppercase;
	text-align: center;
    vertical-align: middle;
	white-space: nowrap;
    cursor: pointer;
    background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary{
	color: #fff;
    background-color: #ff914c;
    border-color: #ff914c;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
    background-color: #ffa871;
	outline: none;
}
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #ff7721;
}
.btn:active,
.btn:active:focus {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
}


/*Custom*/
.logo {
	position: relative;
}
.logo__text {
	bottom: 50%;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	left: 100%;
	margin-left: 15px;
	margin-bottom: -22px;
	position: absolute;
	white-space: nowrap;
}

.g-hidden {
	display: none;
}

.g-cf:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden;}
.g-cf{*zoom:1;}

.fancybox-overlay {
	z-index: 801000;
}
.fancybox-wrap {
	z-index: 802000;
}
.fancybox-opened {
	z-index: 803000;
}

.pager-outer {
	font-weight: 600;
	text-align: center;
}
.pagination {
	text-align: center;
}
 
.b-pin-icon {
	background: url(i/bg-pin-icon.png);
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	width: 24px;
}
.single-blog-post .content-box .content h3 .b-pin-icon {
	margin-left: 5px;
}

@media (max-width: 767px) {
	.single-call-to-action .content-box {
		padding-left: 0;
	}

}

.b-edit textarea {
	height: 150px;
	width: 100%;
}

.b-news-gallery {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;

}
.b-news-gallery__item {
	margin: 1em 10px;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.b-news-gallery__item:hover {
	transform: scale(1.1);
}
.b-news-gallery__item > img {
	border-radius: 15px;
}

.b-team {
	margin: 25px 0 0;
}
.b-team__section {
	margin: 50px 0 0;
}
.b-team__section:first-child {
	margin-top: 0;
}
.b-team__section__name {
	margin: 0 0 0;
}

.b-team__item {
	margin: 35px 0 0;
}

.b-person {
	/*padding: 0 0 0 173px;*/
	position: relative;
}
.b-person__photo {
	/*
	float: left;
	left: -173px;
	margin: 0 -100% 0 0;
	position: relative;
	*/
	border-radius: 15px;
}
.b-person__name {
	font-size: 24px;
	line-height: 1.1;
	margin: 15px 0 5px;
}
.b-person__position {
	color: #848484;
	font-size: 12px;
	margin-bottom: .5em;
	text-transform: lowercase;
}
.b-person__descr {
	font-size: 13px;
	line-height: 1.3;
}
.b-person__email-ph {
	height: 30px;
}
.b-person__email {
	bottom: 0;
	font-size: 16px;
	line-height: 1;
	position: absolute;
}
.b-person__email:before {
	color: #b97552;
	content: '@';
	display: inline-block;
	font-size: 22px;
	vertical-align: -2px;
}

.navigation .nav-header .current-menu-ancestor > a,
.navigation .nav-header > ul > li.current_page_item > a {
  color: #f14b05;
}
.navigation .nav-header > ul > li > ul > li.current_page_item > a {
	background: #f14b05;
	color: #fff;
}

.contact-content {
	margin-top: 2em;
}

.contact-content .contact-form textarea {
	line-height: 1.5;
	padding-bottom: 10px;
	padding-top: 10px;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	background: rgba(255,0,0,.2) !important;
}
.wpcf7-not-valid-tip {
	margin-bottom: 1em;
	margin-top: -.5em;
}

.b-subscribe__submit .thm-btn {
	line-height: 1 !important;
	width: auto !important;
}

.footer-widget.contact-widget input[type=submit] {
    width: 100%;
    height: 50px;
    background: #eb5310;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
		border-radius: 0;
    outline: none;
    padding: 0;
    line-height: 50px;
    font-weight: bold;
    transition: all .3s ease;
}

.footer .wpcf7-response-output {
	color: #fff;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.event-feature.sec-padding {
	margin-bottom: 50px;
	padding-top: 30px;
}
.event-feature .row.display-flex > [class*='col-'] {
  
  flex-direction: row;
} 

/*=B-YT-Video*/
.b-yt-video {
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	position: relative;
}
.b-yt-video > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*=B-Video-Gallery*/
.b-video-gallery {
	align-items: top;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.b-video-gallery__item {
	margin: 10px 0;
	overflow: hidden;
	width: 320px;
}
.b-video-gallery__item__preview {
	border-radius: 15px;
	display: block;
	overflow: hidden;
	position: relative;
}
.b-video-gallery__item__preview > img {
	display: block;
}
.b-video-gallery__item__preview:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABmJLR0QA/wD/AP+gvaeTAAAFXElEQVR4nO3cS2wVVRjA8f+5D0ptxb4Q6ANtJUFTZGHdIDaWhJAYE1dgojsWbowp0QU7giYmbowCVYlGXJhGIhs1IS6qiwZafERCjPWBhlZLoTVtShXbQnu5x8W9l3aBc87MnN65vfP9NjPNPXPny3w9M1+n5xwQQgghhBBCCCGEEEIIIYQQopypYp9Q76GKOZpIsgHNerLUkKCWLDUoaoAaoDa/XQtU5rd47N8A5vP78/mfl+/PAzPAtfw2t69v70+SZRzNVfX17e8pCqcJ0B2kqWAzadrQtKF5AGgEmtFsQNEE3O3ynCtgBrgKTABX0FxBMQwMoxkhxajqJ+PqZKESoDvZhOI5NJ3Aw8BmIOUkstKVAUaBH9GcIcXHqp+JoF8WKAF6B3WkeA14nvK/4CaLaN4HDqkBrvk92HcCdCfbgc+B+/0eW+ZGSPK06mfIz0G+EqC72EKGARQb/MUWG1NkeVwNctH2gIRtQ93OGjJ8KhffUwMJTul21tgeYJ0AankRxbZAYcXLdup4wbax1S1I7yPJBCNAS+Cw4mWUs7QqyJoa2vWACTqQi+/HZnbyiE1D21vQzhDBxFOCTrtmNhQPhgomnh6yaWSXAC0JCMBpAraGCiWe3CRA76FKav9A6vUO6kyNzD1gQaqfwNLcZ2piTkCGZifBBPXml9DaHmkIIbSaGtg8A6LtAY/uhhMXoPsoVN0TaSi+Zc0vLG0S0Bg+kpBSadjbDZ9cgr0HIGH/BiVSyk0C1oePxJF19dB9BN77DrY9FnU0ZtpcvJgTkKDWSTAube2Adwbg1VNwb0nXCMZfXnMCtLmUioRSsGsf9P4C+1+BdEXUEd2JgwRQgj1gubVVsP8wfDSUS0gpUTSYmqz+BBQ0bcndkkqrbG3Qhlf+NgmochRMcZRW2Zqig0qvBjYJsP73WskopbK1Es+HU3kmoKAUytZU+ASkHYUSnWjL1rVeH5Z3D1guqrJ1Mc63oDspdtmqwveA8qQ13CzCQOiE98gIm3GdCxjuY6vKjVk4+Qb0vg6LN4txxn+9PoxPArSGvl44fhCmAw9m9i/DrNfHNglYdBRKdC6eh6PdMHSu+OeuDp+ABUehFN/0BHx4GE5/AFnjILWVoOnznnFTngnILMJnx+HEIZj9J8pI5k3DE20S4PkQKTnffwXHDsAfP0cdCeSmO3mySYDvWR+RGPsd3n4Zzp2OOpLlJk0NbBIw7SCQlVP8stKPKVOD1dsDoior/SnTBERZVvqhXSRAM1X86dz/I/qy0i8Hz4AEY2gnwQRXOmWlX6OmBjY9YMxJKEF98wX0vASXf4s0jECUiwRkGYv0nenBpyI8eUiay6Ym5ktbFXEPWL008+ZrZ0yA6mMWzV9uYoqVcXWeOVMj2zliv4YOJ2603Wx52wRYT70XeZbXzHaOmPQA/6zKNtv6ZjBEIPGkOWPTzG6pgty04xFyCzIJsz85S5uzpQryX3QkdFhxoXjL5uKDn2EpSXqAC0FjipEfmOVd28bWCVD9ZLjFPvmbwNMkmmfUefuBDL5eMqhzXCLFbmDYd2jl7xJZdqkBu+qnwPdbHtXPEEk6gB7KYchKeIsojlFBhxrkJ78Hh1u2souN3OJZ4Alyy1a2UA6jqb0tLVsJ/SxwUn0b/LbsduHWLlJAM1nayM0SbwVa0GwEmoCNQL3Lc66Av8kt3DpOYeFWGIH84q2ltHBrEPpJKphnE1kagQYKyxQvLV1cWLa4BqhGkUSzLn94GqjO71cAd+X3ly9XPMvSWKbrQAbNHAlm0Mygli1ZXNgmmUIxznWu2rxAE0IIIYQQQgghhBBCCCGEEELY+g9OVmxVXPZ1DQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	left: 50%;
	height: 60px;
	margin: -30px 0 0 -30px;
	position: absolute;
	top: 50%;
	transition: .5s;
	width: 60px;
	z-index: 10;
}
.b-video-gallery__item > a:hover > .b-video-gallery__item__preview:before {
	transform: scale(1.3);
}
.b-video-gallery__item__preview:after {
	background: rgba(0,0,0,.5);
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: .5s;
	width: 100%;
}
.b-video-gallery__item > a:hover > .b-video-gallery__item__preview:after {
	opacity: 1;
}
.b-video-gallery__item__title {
	display: block;
	font-weight: 600;
	margin: 1em 0;
	text-align: center;
}

.subheader {
	font-size: .8em;
}
.subheader_search {
	color: #f14b05;
	font-style: italic;
}
body.search-results .blog-page > .single-blog-post a > h3 {
	color: #337ab7;
}
body.search-results .blog-page > .single-blog-post a:hover {
	text-decoration: underline !important;
}


.b-share {
	margin: 20px 0 0;
	text-align: center;
}

@media (max-width: 600px) {
	.b-person {
		padding-left: 0;
	}
	.b-person__photo {
		display: block;
		float: none;
		position: static;
	}

}

.b-restrict {
	border: 3px solid;
	border-radius: 10px;
	color: #ccc;
	font-weight: 700;
	display: inline-block;
	padding: 5px;
	position: relative;
	top: 5px;
}

.b-nav-tree > ul {
	column-count: 2;
	margin: 1.5em 0;
}
@media (max-width: 660px) {
	.b-nav-tree > ul {
		column-count: 1;
	}
}
.b-nav-tree > ul > li > ul {
	margin: 0 0 1.5em;
}
.b-nav-tree > ul > li > a {
	font-weight: 700;
}

.b-context-nav {
	background: rgba(255, 255, 255, .75);
	border-radius: 5px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	float: right;
	margin: 0;
	list-style: none;
	padding: 5px;
	position: sticky;
	right: 0;
	top: 75px;
	z-index: 100;
}
.b-context-nav [aria-current]:not([aria-current="false"]) {
	cursor: default;
	font-weight: 700;
}

.wp-block-file:not(.wp-element-button) {
	font-size: 1em;
}
.b-head-banner {
	margin: 2em 0;
}
.b-head-banner img {
	display: block;
	margin: auto;
}

.b-bp-banner {
	margin: 20px;
}

.b-header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b-header .single-header-info {
	float: none;
	margin: 2em 0;
	padding-left: 0;
}
@media (max-width:767px) {
	.top-bar .left-text.pull-left {
		float: left !important;
	}
	.top-bar .social-icons.pull-right {
		float: right !important;
	}
	.top-bar .container {
		padding-right: 0 !important;
	}
	.header {
		padding: 0 !important;
	}
	.b-header {
		display: block;
	}
	.b-header > * {
		display: block;
		margin: 1em auto !important;
	}
	.b-header .single-header-info {
		text-align: center;
	}
	.b-header .single-header-info .icon-box {
		display: none !important;
	}
	.b-header .single-header-info .thm-btn {
		margin: 0;
	}
}

body.blog .single-blog-post .content-box .content {
	padding-right: 50px;
}

.b-front-icon {

}
.b-front-icon__imgs {

}
.b-front-icon__img {
	height: 90px;
	position: absolute;
	width: 90px;
}
.b-front-icon__img_hover {
	display: none;
}
.b-front-icon:hover .b-front-icon__img {
	display: none;
}
.b-front-icon:hover .b-front-icon__img_hover {
	display: block;
}

.b-icons__item svg {
	height: auto;
	max-width: 100px;
}