@media (min-width: 1200px) {
    .rd-navbar-static .rd-navbar-brand {
        margin-right: 30px;
    }
}

.rd-navbar-static .rd-navbar-not-main {
    justify-content: flex-start !important;
}

.adv-h2  { 
	font-size: 50px;
}
.bg-gray-darker {
	background-color: #151515 !important;
    color: #888;
}
.default-color,
.default-color a { color: #e41e12 !important; }
a.default-color:hover,
.default-color a:hover { color: #646446 !important; }

.default-color-revers,
.default-color-revers a { color: #646446 !important; }
a.default-color-revers:hover,
.default-color-revers a:hover { color: #e41e12 !important; }
.grey,
a.grey,
.grey a { color: #646464; }

.white,
a.white,
.white a { color: #ffffff; }

.img-circle{border-radius:50%}

.sect-margin { margin-bottom: 90px !important; }
@media (max-width: 768px) {
	.sect-margin { margin-bottom: 60px !important; }
}
.sect-top-zero { margin-top: 0px !important;  padding-top:0 !important; }
.sect-margin .action-desp { margin-top: 0; }


.bgpict{ overflow: hidden; width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.bg-owl .owl-item { width: 100%; }
.bgpict-6 { height: 230px; }
.bgpict-6-1 { height: 294px; }
.bgpict-6-2 { height: 200px; }
.bgpict-12 { height: 270px; }
.bgpict-12-wide { height: 470px; }
@media (min-width: 576px) {
	.bgpict-6 { height: 230px; }
	.bgpict-6-1 { height: 294px; }
	.bgpict-6-2 { height: 200px; }
	.bgpict-12 { height: 340px; }
	.bgpict-12-wide { height: 570px; }
}
@media (min-width: 768px) {
	.bgpict-6 { height: 446px; }
	.bgpict-6-1 { height: 248px; }
	.bgpict-6-2 { height: 174px; }
	.bgpict-12 { height: 441px; }
	.bgpict-12-wide { height: 665px; }
}
@media (min-width: 991px) {
	.bgpict-6-1 { height: 188px; }
	.bgpict-6-2 { height: 160px; }
}
@media (min-width: 1200px) {
	.bgpict-6-1 { height: 274px; }
	.bgpict-6-2 { height: 200px; }
}
@media (min-width: 1200px) {
	.bgpict-6-1 { height: 314px; }
	.bgpict-6-2 { height: 200px; }
}

.rd-navbar--is-stuck .adv-top { display: none; }
.rd-navbar-static .list-inline-xxs .rd-navbar-nav { margin: 0; padding: 0; }
.rd-navbar-static .list-inline-xxs .rd-navbar-nav li,
.rd-navbar-static .list-inline-xxs .rd-navbar-nav li li { margin-top: 0; }
.rd-navbar-static .list-inline-xxs .rd-navbar-nav > li > .rd-navbar-dropdown  { margin-top: 0; }
.rd-navbar-fullwidth .list-inline-xxs .rd-navbar-nav > li > .rd-navbar-dropdown, 
.rd-navbar-static .list-inline-xxs .rd-navbar-nav > li > .rd-navbar-dropdown { right: 0; }

.display .rd-navbar-top-panel__right {  /*position: absolute; right: 0;*/  }
/*
.rd-navbar-static .rd-navbar-nav > li.nav-btn > a, 
.rd-navbar-static .rd-navbar-nav > li.nav-btn > a:active, 
.rd-navbar-static .rd-navbar-nav > li.nav-btn > a:focus, 
.rd-navbar-sidebar .rd-navbar-nav > li.nav-btn > a, 
.rd-navbar-sidebar .rd-navbar-nav > li.nav-btn > a:active, 
.rd-navbar-sidebar .rd-navbar-nav > li.nav-btn > a:focus{
	padding: 14px; 
	background-color: #e41e12; 
	color: #000000;
	border: 1px solid #e41e12;
}
.rd-navbar-static .rd-navbar-nav > li.nav-btn > a:hover, 
.rd-navbar-sidebar .rd-navbar-nav > li.nav-btn > a:hover{
	background-color: #000000; 
	color: #e41e12;
}
*/
.top-swiper .button {
	font-size: 20px;
	padding: 16px;
	color: #ffffff;
}
.top-swiper .button.button-primary {
	bordeR: 1px solid #e41e12;
}
.top-swiper .button-primary:hover, 
.top-swiper .button-primary:focus, 
.top-swiper .button-primary:active, 
.top-swiper .button-primary:hover{
	color: #ffffff !important;
	border-color: #000;
}

@media (min-width: 991px) {
	.reg-box {
		width: 300px;
		position: absolute; right: 0; top: 48px; padding: 20px; background-color: #ffffff;
		opacity: 0;
		visibility: hidden;
		will-change: opacity, transform;
		border-left: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		transform: translateY(-2em);
		z-index: -1;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	}
}

.reg-box a { color: #333333 !important; font-size: 15px; }
.reg-box a:hover { color: #f4811c !important; }

.list-inline-my { float: right; margin: 0; padding: 0; }
.list-inline-my li { display: inline-block; margin:0; float: left; padding: 0; vertical-align: middle;  display: flex; align-items: center; justify-content: center; height: 40px; margin-left: 10px; }
.list-inline-my .form-input { padding: 10px !important; min-height: auto; font-size: 13px;font-weight: 400; line-height: 13px; border: 1px solid #dedede;}
@media (min-width: 1038px) {
	.list-inline-my .form-input.search {
		width: 300px;
	}
}

.literatura-box .icon { font-size: 123px; color: #808080}
.focus .reg-box {  opacity: 1; visibility: visible; -index: 1; transform: translateY(0%); transition-delay: 0s, 0s, 0.3s; }
.registration { /*position: relative;*/ padding-top: 9px; padding-bottom: 9px; }

input.error,
.form-wrap .error {
    color: #ff2525;
    font-size: 16px;
    font-style: italic;
}

.reg-box .row,
.reg-box .button { margin: 0;}

@media (max-width: 990px) {
	.list-inline-my li { height: auto; }
	.list-inline-my li.box-search,
	.list-inline-my li.registration { width: 100%; margin-top: 20px;  margin-bottom: 20px; margin-left: 0; }
	.list-inline-my li.box-search {  }
	.list-inline-my li.registration { }
	.list-inline-my li.box-search form,
	.list-inline-my .form-input { width: 100%; }

	.registration .icon { 	opacity: 0; display: none; visibility: hidden; will-change: opacity, transform; }
	.registration { width: 100%; }
	.registration .reg-box { width: 100%; }
	.registration .reg-box a { color: #333333 !important; font-size: 15px; }
	.registration .reg-box a:hover { color: #f4811c !important; }
}
.icon-circle-color-default { 
	background-color: #646464; 
	color: #ffffff !important;
	cursor: pointer;
}
span:hover.icon-circle-color-default,
a:hover.icon-circle-color-default { 
	background-color: #e41e12; 
}

.focus .icon-circle-color-default { background-color: #e41e12; cursor: pointer; }
.focus a:hover.icon-circle-color-default { background-color: #e41e12; color: #ffffff; }


.icon-circle-color-black { 
	background-color: #000000; 
	color: #e41e12 !important;
}
span:hover.icon-circle-color-black,
a:hover.icon-circle-color-black { 
	background-color: #ffffff; 
}

.focus .icon-circle-color-black { background-color: #e41e12; }
.focus a:hover.icon-circle-color-black { background-color: #000000; color: #e41e12; }

.rd-navbar-static .rd-navbar-top-panel-dark .focus span, 
.rd-navbar-static .rd-navbar-top-panel-dark .focus .icon-gray-darker, 
.rd-navbar-sidebar .rd-navbar-top-panel-dark .focus span, 
.rd-navbar-sidebar .rd-navbar-top-panel-dark .focus .icon-gray-darker {
	color: #e41e12;
}
.rd-navbar-static .rd-navbar-top-panel-dark .focus span:hover, 
.rd-navbar-static .rd-navbar-top-panel-dark .focus .icon-gray-darker:hover, 
.rd-navbar-sidebar .rd-navbar-top-panel-dark .focus span:hover, 
.rd-navbar-sidebar .rd-navbar-top-panel-dark .focus .icon-gray-darker:hover {
	color: #e41e12
}

.top-phone { color: #ffffff; }
.rd-navbar-fixed .top-phone { 
	color: #999999; 
}
.page .rd-navbar-fixed li a.icon-gray-darker { 
	color: #ffffff !important;
}

.list-inline-xxs .form-input { min-height: auto; padding: 6px; margin-right: 10px;}
.top-button { display: inline-block; width: auto; max-width: 100%; border: 1px solid; border-radius: 0; padding: 0; font-size: 30px; line-height: 17px; font-weight: 400; letter-spacing: 0; transition: .33s all ease; white-space: normal; text-transform: uppercase; cursor: pointer; text-align: center; }

.button-search{  color: #646464; background-color: transparent; border-color: transparent; }
.button-search:hover { color: #e41e12; }

@media (max-width: 767px) {
	.box-search { margin-bottom: 10px; margin-top: 10px; }
	.footer-corporate .list-inline-xxs { display: none; }
	.list-inline-xxs .box-search { display: inline-block; width: 100%; margin-top: 10px; margin-bottom: 10px;  }
	.rd-navbar-fixed .rd-navbar-top-panel__content { padding-bottom: 0; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-corporate .list-inline-xxs { display: none; }
}

.bg-position-top { background-size: cover; background-position: bottom; }
.col-my-auto { float: left; }

.adv-top { height: 100px; margin-left: -15px; margin-right: -15px; display: flex; justify-content: center; align-items: center; }
.bg-anons { background-color: #e41e12; text-transform: uppercase; height: 44px; width: 100%; font-size: 20pt; color: #ffffff; display: flex; justify-content: center; align-items: center; }
@media (max-width: 767px) {
	.adv-top .bg-anons { font-size: 10pt;}
}




.pochet-title-form { background-image: url(../img/bgpattern_small2_50.png); }

.post-minimal time { font-size: 16px; }
.post-minimal h5 { font-size: 22px; line-height: 26px; font-weight: 600; }


@media (max-width: 767px) {
	.post-video .entry-video iframe { height: 300px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.post-video .entry-video iframe { height: 400px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.post-video .entry-video iframe { height: 600px; }
}
@media (min-width: 1199px) {
	.post-video .entry-video iframe { height: 600px; }
}


.box-color-info { padding: 2px 6px; }
.box-color-info .fa-ul { margin-left: 46px; }
.box-color-info .icon { font-size: 30px; color: #e41e12; }
.box-color-info .heading-6,
.box-color-info .heading-6 a { color: #333333; }
.box-color-info a:hover { color: #fff; }
.box-color-info:hover { color: #fff; background: #e41e12; }
.box-color-info:hover .icon,
.box-color-info:hover .heading-6,
.box-color-info:hover .heading-6 a { color: #ffffff; }
.box-color-info .fa-body { line-height: 32px; }
.box-color-info .fa-ul p { margin: 10px; }

.anons { background-color: rgba(0,0,0,0.4); padding: 16px 0; }
.anons .heading-decorated a { color: #ffffff; }
.anons .heading-decorated a:hover { color: #e41e12; }
/*.anons .heading-decorated { font-size: 70px}*/
.section-md.bg-accent { padding: 44px 0 50px; }
.anons .heading-decorated::after { background: inherit; }
@media (max-width: 767px) {
	.anons .heading-decorated { font-size: 26px}
}
@media (min-width: 768px) and (max-width: 991px) {
	.anons .heading-decorated { font-size: 40px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.anons .heading-decorated { font-size: 60px}
}
@media (min-width: 1199px) {
	.anons .heading-decorated { font-size: 64px}
}

@media (max-width: 767px) {
	.vaznoe .unit-body,
	.vaznoe .post-classic-body,
	.pochet-news .post-classic-body,
	.box-color-info .bci-txt,
	.fonds-desp,
	.fonds-accordion #accordion .card-custom-body,
	.pochet-news-body,
	.page-veteran-desp,
	.action-body,
	.text-museum,
	.photo-body p,
	.project-body p,
	.projects-desp,
	.photo-txt-desp,
	.action-desp,
	.photokonkurs-form,
	.photokonkurs-desp,
	.photokonkurs-desp-box,
	.photokonkurs-form-search,
	.free-text  { font-size: 16px; }
}

.page-veteran-desp a,
.projects-desp a,
.partners a { color: #e41e12; }
.page-veteran-desp a:hover,
.projects-desp a:hover,
.partners a:hover { color: #333333; }

.pochet-search-page a { text-transform: uppercase;}
.pochet-search-page a:hover { color: #e41e12; }
.pochet-search-page small { font-style: italic; }


.partners ul,
.vaznoe .unit-body ul,
.vaznoe .post-classic-body ul,
.pochet-news .post-classic-body ul,
.box-color-info .bci-txt ul,
.fonds-desp ul,
.fonds-accordion #accordion .card-custom-body ul,
.pochet-news-body ul,
.page-veteran-desp ul,
.action-body ul,
.text-museum ul,
.photo-body p ul,
.project-body p ul,
.projects-desp ul,
.photo-txt-desp ul,
.action-desp ul,
.photokonkurs-form ul,
.photokonkurs-desp ul,
.photokonkurs-desp-box ul,
.photokonkurs-form-search ul,
.free-text ul,
ul.default-list {
	list-style: disc;
    padding: 0 0 0 20px;
}

.partners ul li,
.vaznoe .unit-body ul li,
.vaznoe .post-classic-body  ul li,
.pochet-news .post-classic-body  ul li,
.box-color-info .bci-txt  ul li,
.fonds-desp  ul li,
.fonds-accordion #accordion .card-custom-body  ul li,
.pochet-news-body  ul li,
.page-veteran-desp  ul li,
.action-body  ul li,
.text-museum  ul li,
.photo-body p  ul li,
.project-body p  ul li,
.projects-desp  ul li,
.photo-txt-desp  ul li,
.action-desp  ul li,
.photokonkurs-form  ul li,
.photokonkurs-desp  ul li,
.photokonkurs-desp-box  ul li,
.photokonkurs-form-search  ul li,
.free-text ul li,
ul.default-list li{
	list-style: disc;
    padding: 0 0 0 20px;
	display: list-item;
}


.bg-full-images { margin-top: 70px; margin-bottom: 40px;}
.bg-counters { margin-top: 70px; margin-bottom: 120px; }
.form-need-help { margin-bottom: 120px; }
/*             
.bg-full-images .justify-content-md-center,
.bg-counters { padding: 40px 0; }
*/

.section-md.pochet-news { padding-top: 0; }
.pochet-title-form .section-lg { padding: 0; }
.pochet-title-form .heading-caption { font-size:17px; margin-top: 10px}
.pre-footer-corporate { font-size: 15px; }


@media (max-width: 575px){
	.google-map-footer {
		position: absolute;
		left: calc(-100vw/2);
		right: calc(-100vw/2);
	    top: -290px;
	    bottom: -40px;
	}
}
@media (min-width: 576px){
	.google-map-footer {
		position: absolute;
	    left: calc(-100vw/2);
	    right: calc(-100vw/2);
	    top: -296px;
		bottom: -40px;
	}
}
@media (min-width: 768px) {
	.google-map-footer {
		position: absolute;
		left: 16px;
		right: -102px;
		top: -3px;
		bottom: -40px;
	}
}

@media (min-width: 992px) {
	.google-map-footer {
	    position: absolute;
	    left: 0;
	    right: calc((-120vw + 1170px)/2);
	    top: 0px;
	    bottom: -40px;
	}
}

@media (min-width: 1200px) {
	.google-map-footer {
		position: absolute;
		left: 0;
		right: calc((-100vw + 1170px)/2);
		top: -40px;
		bottom: -40px;
	}
	.google-map-footer .google-map {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.google-map-footer {
		right: calc((-100vw + 1400px)/2);
	}
}

@media (min-width: 1200px) and (min-height: 800px) {
	.google-map-footer {
		top: -40px;
		bottom: -40px;
	}
}

.footer-corporate.bg-gray-dark p { color: white; }

.pochet-checkbox .checkbox { width: 20px; height: 20px; }
.pochet-checkbox label { font-style: italic; font-size: 16px; position: relative; top: -4px; }

.action-checkbox { line-height: 1; padding-right: 20px;}
.action-checkbox .checkbox { width: 20px; height: 20px; position: absolute;  }
.action-checkbox label { font-size: 16px; position: relative; top: 0px; color: #646464; left: 24px; font-size: 18px; line-height: 1; }

/* other page */
.header-page .heading-decorated::after { 	background: #ffffff; }

.users .user-body .personal-photo { width: 180px; height: 180px; }
.users .user-body .fio { font-size: 20px; }
.users .user-body .doljnost { font-size: 18px; }
.users .user-body .opisanie { margin-top: 20px; font-size: 18px; }

.users.quote .personal-photo { width: 170px; height: 170px; }
.quote-centered__mark { top: -15px; color: #e41e12; font-size: 66px; position: absolute; }
.quote-box { margin-left: 80px; }
.quote-text { font-style: italic; font-size: 20px; color: #5f6062 }
.quote-persona { font-size: 18px; color: #5f6062; display: inline-block; line-height: 25px; }


@media (max-width: 576px){

	.users .user-body .personal-photo { width: 130px; height: 130px; }
	.personal-photo-box { margin-bottom: 20px; }

	.users .user { text-align: center; }
	.users .user-body .fio { font-size: 16px; }
	.users .user-body .doljnost { font-size: 14px; }
	.users .user-body .opisanie { font-size: 14px; }

	.quote-centered__mark { top: -15px; left: 0; color: #e41e12; font-size: 66px; position: absolute; }
	.quote-box { margin-left: 80px; }
	.quote-text { font-style: italic; font-size: 18px; color: #5f6062 }

	.users.quote .user .quote-box { text-align: left; }
	.quote-persona { font-size: 16px; color: #5f6062 }
	.users.quote .personal-photo-box { margin-bottom: 10px; }
}

@media (min-width: 576px){
	.users .user-body .personal-photo { width: 100px; height: 100px; }
	.users.quote .user-body .personal-photo { width: 140px; height: 140px; }
}

@media (max-width: 576px){
	.users .user-body .fio { font-size: 18px; }
	.users .user-body .doljnost { font-size: 16px; }
	.users .user-body .opisanie { font-size: 16px; }	
}

@media (min-width: 768px) {
	.users .user-body .personal-photo { width: 140px; height: 140px; }
	.quote-centered__mark { top: -15px; left: 0; color: #e41e12; font-size: 66px; position: absolute; }
	.quote-box { margin-left: 70px; }
	.quote-text { font-style: italic; font-size: 20px; color: #5f6062 }
	.quote-persona { font-size: 18px; color: #5f6062 }
	.users.quote .personal-photo-box { margin-bottom: 10px; }
}



.news-single h1,
.news-single .h1,
.page-veteran.news-single h1,
.page-veteran.news-single .h1 { font-size: 32px; }
.news-single div.heading-decorated::after,
.news-single h1.heading-decorated::after,
.news-single .h1.heading-decorated::after { background: none; }
.news-single .post-meta { font-style: normal; }


.news-single .foto-author,
.action-body .foto-author { font-size: 13px; margin-top: 4px; }
.news-single .news-anons { margin-top: 30px; font-size: 26px; line-height: 32px; }
/*.news-single .news-detail-body { margin-top: 20px; margin-bottom: 20px; }*/

.news-single .pochet-news-body,
.action-desp { margin-top: 40px; }

.news-single .pochet-news-body a,
.action-desp a { color: #e41e12; text-decoration: underline; }

.news-single .pochet-news-body a:hover,
.action-desp a:hover { color: #333333; text-decoration: none; }


.news-photo .foto-anons { font-size: 22px; line-height: 32px; margin-top: 40px; margin-bottom: 40px; }
@media (max-width: 768px) {
	.news-single .news-anons,
	.news-photo .foto-anons { font-size: 18px; line-height: 22px; }
}
/*.news-single p { line-height: 26px; }*/
.news-single .section-sm { padding: 20px 0 0 0; }
.section-md.news-single { padding-bottom: 20px; }

@media (max-width: 768px) {
	.news-single .news-anons,
	.news-photo .foto-anons { font-size: 18px; line-height: 22px; }
	.news-single .quote-text { font-size: 18px; }
	/*.news-single .quote-persona { font-size: 14px; }*/
}

.news-single .list-inline-xxs a { color: #ffffff; }
.news-photo .post-minimal a { display: block; }


#accordion .card-custom-title { font-size: 20px; }
#accordion .card-custom-body { font-size: 18px; }



#menu-icon { width: 40px; height: 40px; background: #e41e12 url(../img/menu-icon.png) center; cursor: pointer }
span:hover#menu-icon { background-color: #444;	border-radius: 4px 4px 0 0;}
.nav-category { width: 100%; height: 76px; /*margin-bottom: 20px;*/}
.nav-category a,
.nav-category span { font-size: 14px; text-transform: uppercase; }
.nav-category .active > a,
.nav-category .active > span,
.nav-category a:hover { color: #e41e12; }
.nav-category a.disabled { color: #646464; cursor: pointer; }
.nav-category .navc { padding: 0 0 20px 0; }
.nav-category ul { list-style: none; padding: 0; /*display:table; width:100%;*/ }
.nav-category li { display: inline-block; padding: 0 14px; text-align: center;  }
.nav-category li:first-child { padding-left:0;}

.current { color: #2262AD; }

@media only screen and (max-width : 992px) {
	#menu-icon { display:inline-block !important; }
	.nav-category { text-align: right; position: relative; left: auto; right: 0; width: auto; height: 42px; bottom: -10px; z-index: 100; }
	.nav-category.solo-nav { height: 0 !important;}
	.row-fix { margin-top: 0 !important; }
	.nav-category .navc { position: relative; padding: 10px 20px 0 20px;}
	.nav-category ul {  width: 230px; }
	.nav-category .navc ul, 
	.nav-category .navc:active ul { display: none; position: absolute; padding: 20px; background: #fff;border: 5px solid #333; right: 20px; top: 50px; }

	.nav-category.nav-projects .navc ul, 
	.nav-category.nav-projects .navc:active ul 	 { right: 0px; top: 40px;}
    
	.nav-category .navc li { text-align: left; width: 100%; display: inline-block; padding: 10px 0; margin: 0; }
	.nav-category .navc:hover ul {display: block; }
}

@media (min-width : 993px) {
	.nav-category.nav-projects .navc { padding: 0;}
	.nav-category.nav-projects .navc li { padding: 0 20px }
}



/*.page-veteran h1 { font-size: 20px; line-height: 1.35; }*/
@media (min-width: 576px){
	.page-veteran h1 { font-size: 24px; line-height: 1.35; }
}	
@media (min-width: 768px) {
	.page-veteran h1 { font-size: 30px; line-height: 1.35; }
	.nav-category a,
	.nav-category span { font-size: 18px; }
}
@media (min-width: 992px) {
	.page-veteran h1 { font-size: 36px; line-height: 1.35; }
	.nav-category a,
	.nav-category span { font-size: 14px; }
}
@media (min-width: 1200px) {
	.nav-category a,
	.nav-category span { font-size: 20px; }
}

.hidden-botton-text-box { overflow: hidden; position: relative; z-index: 2; }
.show-hide { margin-top: 20px; }
span.veteran-shadow { position: absolute; width: 100%; height: 62px; bottom: 0; left: 0; 
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(0, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 80%);
}

.hidden-botton-text-box p img,
.img_left,
.rightpadding_10 { margin-right: 10px; margin-bottom: 10px; }

.hidden-botton-text-box h1,
.hidden-botton-text-box h2,
.hidden-botton-text-box h3,
.hidden-botton-text-box h4
.hidden-botton-text-box h5 {
	font-size: 26px; 
	font-weight: normal; 
	margin-bottom: 20px; 
}

.photo-gallery .photo-body { margin-top: 40px; }
.photo-gallery .item,
.photo-gallery .item a { /*height: 300px;*/ }
.rucovoditel { font-size: 18px; }
.rucovoditel .ru_fio { color: #565656; }
.rucovoditel .ru_zd { font-size: 22px; text-transform: uppercase;  }
.rucovoditel .ru_fio a:hover { color: #e41e12; }
.rucovoditel .ru_doljnost { color: #808080}
.rucovoditel .caption .page-veteran-desp { margin-top: 30px; color: #565656;}
@media (max-width: 991px) {
	.rucovoditel .ru_fio { 
		font-size: 15px;
		line-height: 15px;
	}
	.rucovoditel .ru_zd { 
		font-size: 17px;
		line-height: 17px;
	}
}

.firstlastbox .section-a:first-child .row { margin-top: 0 !important; }
.firstlastbox .section-a:last-child .row { margin-bottom: 0 !important; }

.veteran-anons i { color: #e41e12; font-size: 30px;  }
.veteran-anons .blurb-minimal:hover i,
.veteran-anons .blurb-minimal:hover time {  color: #ffffff; }
.veteran-anons time { font-size: 16px; }
.rucovoditel-solo { display: block; padding-bottom: 60px;  }
.pochet-news .rucovoditel-solo { padding: 0; }


.fa-ul.text-museum li,
.rucovoditel .fa-ul li,
.photokonkurs-desp-box .fa-ul li,
.free-text .fa-ul li,
.veteran-contacts li { line-height: 22px; margin-bottom: 20px; list-style-type: none; }

.fa-ul.text-museum li,
.rucovoditel .fa-ul li,
.photokonkurs-desp-box .fa-ul li,
.free-text .fa-ul li,
.veteran-contacts li,
.fa-ul.text-museum li a,
.rucovoditel .fa-ul li a,
.photokonkurs-desp-box .fa-ul li a,
.free-text .fa-ul li a,
.veteran-contacts li a { font-size: 18px; }

.fa-ul.text-museum li  a:hover,
.rucovoditel .fa-ul li a:hover,
.photokonkurs-desp-box .fa-ul li a:hover,
.free-text .fa-ul li a:hover,
.veteran-contacts li a:hover { color: #e41e12 }


.veteran-list-category a { font-size: 18px; }
.veteran-list-category a:hover { color: #e41e12; }
.veteran-list-category li { line-height: 22px; margin-bottom: 10px; position: relative; }
.veteran-list-category li li { margin-left: 20px;  }
.veteran-list-category li li li { margin-left: 40px; }
.veteran-list-category li ul{ margin-top: 20px; }
.veteran-list-category .fa-li { top: 2px; }

.veteran-list-category .active,
.veteran-list-category a.active { color: #e41e12; }

.page-veteran.news-single .section-sm { padding: 60px 0; }
.page-veteran.news-single .section-divided__aside-left .section-sm:nth-child(1) { margin-top: 0; padding-top: 0; }

.section-md.projects { padding-top: 40px; padding-bottom: 0; }
.projects .section-name { padding: 2px 20px; margin-top: 60px; margin-bottom: 60px; background-color: #666666; color: #ffffff;  }
.projects .section-name:first-child { margin-top: 20px; }
.projects .section-name.project-section-name { margin-top: 0; }

@media (max-width: 575px){
	.projects .section-name { font-size: 20px; margin-bottom: 30px;}
	.projects-anons { font-size: 18px; }
	.projects .section-sm { padding-top: 0; }
	.separator { margin-bottom: 40px; }
}
@media (min-width: 576px){
	.projects .section-name { font-size: 30px; margin-bottom: 30px;  }
	.separator { margin-bottom: 90px; }
	.projects .section-sm { padding-top: 0; }
	.section-name .section-name-icon { color: #e41e12}
	.project-body { line-height: 1.5em}
	.projects-anons { font-size:22px; }
}	
@media (min-width: 768px) {
	.projects .section-name { font-size:40px; }
}


.project-close,
.project-open { position: relative; z-index: 1; }
.project-close span,
.project-open a { position: absolute; z-index: 10;  left: 20px; top: 20px; border-radius: 100%; padding: 12px; font-size: 14px; color: #ffffff; text-align: center; width: 90px; height: 90px; display: flex;align-items: center;justify-content: center; line-height: 1.5em; text-transform: uppercase; border: 1px solid #ffffff; }
.project-close span { background-color: #666666; }
.project-open a { background-color: #e41e12; } 
.project-open a:hover { background-color: #666666; }
.flex-md-row-reverse .project-close span,
.flex-md-row-reverse .project-open a { right: 20px; left: auto; }

.project-close span i,
.project-open a i { font-style: normal; line-height: 16px; }

 { position: relative; z-index: 1; }
.project-close span { position: absolute; z-index: 10; left: 20px; top: 20px; border-radius: 100%; padding: 12px; font-size: 14px; color: #ffffff; text-align: center; width: 90px; height: 90px; display: flex;align-items: center;justify-content: center;background-color: #666666;line-height: 1.5em; text-transform: uppercase; }
.project-close span i { font-style: normal; line-height: 16px; }


@media (min-width: 1400px) {
	.photo-section .heading-2 { font-size: 40px; }
	.photo-section .top-swiper-info-in a,
	.photo-section .top-swiper-info-in .itogi-concursa{ 
		border: 2px solid #ffffff;
	    border-radius: 50%;
	    position: absolute;
	    top: -40px;
	    right: 0;
	    z-index: 200;
	    width: 180px;
	    height: 180px;
	    color: #ffffff;
	    background-color: #fd7e14; 
	    display: flex;
		justify-content: center;
		align-items: center;
		text-align: center; 
		line-height: 40px;
		font-size: 30px; 
	}
	.photo-section .top-swiper-info-in a:hover { 
	    background-color: #ffffff; 
		color: #fd7e14;
	}
	.photo-section .top-swiper-info-in.two-line a{
	    top: -30px;
		text-transform: uppercase; 
	}
}

@media (min-width: 1600px) {
	.photo-section .heading-2 { font-size: 44px; }
}
@media (min-width: 1800px) {
	.photo-section .heading-2 { font-size: 50px; }
}


.social-box { margin-top: 40px; }

.social-box .list-inline-xxs {     margin-bottom: 0px;}
.social-box .list-inline-xxs > * { margin-bottom: 3px; }
.section-divided__main .social-box { margin-bottom: 60px; }


.photokonkurs-desp-box { margin-bottom: 80px; }
.photokonkurs-desp-box a,
.free-text a { text-decoration: underline; color: #e41e12; }
.photokonkurs-desp-box a:hover,
.free-text a:hover { text-decoration: none; color: inherit; }
.photo-box .icon-line a { color: #ffffff; }
.photo-line .box-counter__icon { font-size:70px; }
.photo-text-desp h5 { margin-top: 20px; text-transform: uppercase; font-size: 22px; font-weight: 600;}
.photo-text-desp a:hover { color: #e41e12 }
.photo-num-caption { display: block; font-size: 17px; font-family: inherit; font-family: 'Ubuntu', 'Time New Romans', sans-serif; }

.zdr { width: 100%; position: relative; display: inline-block; }
.zdr a,
.zdr span.nonlinelink {  width: 100%; padding: 13px 0; }
.zdr span.nonlinelink .name-zdr { display: block; line-height: 0px; }

.zdr a:hover { color: #e41e12; }
.zdr a .round-count,
.zdr span.nonlinelink .round-count { position: absolute; right: 0px; border-radius: 50%;background-color: #e41e12; color: #ffffff; top: 0; display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; }
.zdr a:hover .round-count { background-color: #666666; color: #ffffff }
@media (max-width: 400px){
	.zdr a .round-count,
	.zdr span.nonlinelink .round-count { width: 50px; height: 50px; top: 10px;}
	.zdr .name-zdr { max-width: 220px; display: inline-block; }
	.zdr { margin-bottom: 10px; }
}
@media (min-width: 400px){
	.zdr { margin-bottom: 20px; }
	.zdr a,
	.zdr span.nonlinelink { font-size: 16px; }
}
@media (min-width: 1200px) {
	.zdr a,
	.zdr span.nonlinelink { font-size: 18px; }
}
                                       
.photo-box.photo-section { margin-bottom: 80px; }
.photokonkurs-form { margin-top: 40px; margin-bottom: 40px; }
.photokonkurs-form .form-row { margin-bottom: 20px; }
.photokonkurs-form-search { margin-top: 26px !important; }
.photokonkurs-form-search .photo-button-search { margin-top: 40px; }
.photokonkurs-form-search .form-wrap { margin-top: 0px; }
.photokonkurs-form-search span.form-wrap-desp { display: inline-block; margin-left: 20px; margin-bottom: 0; padding-bottom: 0; }
.photokonkurs-form-search .checkbox, 
.photokonkurs-form-search .checkbox-inline { font-size: 17px; }
.photokonkurs-form-search .form-wrap input.form-input,
.photokonkurs-form-search .form-wrap input.form-input-file,
.photokonkurs-form-search .form-wrap textarea { border: 1px solid #666666; font-size: 18px; font-style: italic;
    min-height: 30px;
    padding: 11px 14px;
}
.photokonkurs-form-search .input-txt {
	font-size: 18px; font-style: italic;
    min-height: 30px;
    padding: 11px 0;
}



.photokonkurs-form-search input::placeholder,
.photokonkurs-form-search textarea::placeholder, 
.photokonkurs-form-search .form-label { color: #999999; font-size: 18px; font-style: italic; }
.photokonkurs-form-search .form-label,
.photokonkurs-form-search textarea::placeholder { margin-top:20px; }

.action-form-box .form-input {
	border: 1px solid #666666;
	font-size: 18px;
	font-style: italic;
}

.photo-text-desp { line-height: 26px; }
.photo-text-desp .photo-txt-avt{ margin: 10px 0 !important; display: inline-block; font-size: 18px; }
.photo-text-desp .photo-txt-zdr,
.photo-text-desp .photo-txt-cat { font-style: italic; }
.photo-text-desp .photo-txt-zdr { font-size: 16px; }
.photo-text-desp .photo-txt-cat { font-size: 16px; }

.photo-solo-text-desp .photo-like-box { margin-top: 10px;  }
.photo-text-desp .photo-like-box { margin-top: 20px; margin-bottom: 20px; }
.photo-text-desp .photo-like-box span { font-size: 16px; }
.photo-solo-text-desp .photo-like-box i,
.photo-text-desp .photo-like-box i { font-size: 30px; }

.photo-solo-text-desp .photo-like-box a,
.photo-text-desp .photo-like-box a { color: #e41e12; text-decoration: none;  }
.photo-solo-text-desp .photo-like-box a:hover,
.photo-text-desp .photo-like-box a:hover { color: #333333; }
.photo-text-desp .checkbox-inline {	font-size: 18px; }


.sec-table { margin-bottom: 90px; }
.pochet-table table { font-size: 18px; }
.pochet-table .table-site tr { 
	border-color: #e41e12 !important; 
}
.pochet-table.grey .table-site tr { 	border-color: #666666 !important;  }
.pochet-table td { padding: 20px; }
.pochet-table td a { text-decoration: none; text-transform: uppercase;  }
.pochet-table td,
.pochet-table td a { line-height: 1.2; color: #444; }
.pochet-table td.no-default-color a { }
.pochet-table td a:hover { color: #e41e12; text-decoration: none; }
.pochet-table td a.bl_ho_def { color: #333; text-decoration: none; } 
.pochet-table td a.bl_ho_def:hover { color: #e41e12; text-decoration: underline; }

.pochet-table thead td { background-color: #e41e12; color: #ffffff; }
.pochet-table.grey thead td { background-color: #666666; color: #ffffff; border: 1px solid #666666}
.pochet-table.grey .table tbody td { 
    border-color: #a1a1a1 !important;
}

@media (max-width: 767px) {
	.pochet-table table { font-size: 10px; }
}
@media (min-width: 767px) {
	.pochet-table.no-wrap tbody td:nth-child(2) { white-space: nowrap }
}

.pochet-form { /*margin-bottom: 90px; */}
.box-form-input {
	width: 100%;
	display: block;
	min-height: 45px;
	padding: 11px 19px;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #888;
	background-color: #f8f8f8;
	background-image: none;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #333333;
}
.photokonkurs-form-search .form-wrap.box-form-input input.form-input-file { border: none; }
@media (max-width: 576px) {
	.photokonkurs-form-search .form-wrap.box-form-input input.form-input-file { font-size: 12px; }
}

.pagination-box { padding: 60px 0; margin-bottom: 60px; }
.veteran-solo-anons { padding: 0 0 60px 0; }
@media (min-width: 768px) {
	.veteran-solo-anons { padding: 0 0 60px 0; }
}
@media (min-width: 992px) {
	.veteran-solo-anons { padding: 0 0 60px; }
}

.partners .section-sm { padding-bottom: 10px; }
.pochet-partner { display: flex; align-items: center; justify-content: center; border: 1px solid #e1e1e1; }
@media (max-width: 576px) {
	.pochet-partner { height: 260px; }
}
@media (min-width: 576px) {
	.pochet-partner { height: 288px; }
}
@media (min-width: 768px) {
	.pochet-partner { height: 188px; padding: 20px; }
}
@media (min-width: 992px) {
	.pochet-partner { height: 154px; padding: 10px; }
}
@media (min-width: 1200px) {
	.pochet-partner { height: 260px; padding: 0;  }
	.partners .section-sm { padding-bottom: 45px; }
}


.photo-box-solo .photokonkurs-desp-box { margin-bottom: 40px; }
.photo-solo-text-desp { margin-top: 20px; margin-bottom: 20px;  }
.photo-solo-text-desp .photo-txt-avt { display: inline-block; text-transform: uppercase; font-size: 22px; padding-top: 8px; font-weight: 500;  }
.photo-solo-text-desp .photo-txt-zdr { display: inline-block; width: 100%; text-transform: uppercase; font-size: 18px; }
.photo-solo-text-desp .photo-txt { display: inline-block; width: 100%; font-size: 16px;}
.photo-solo-text-desp .photo-txt-nom { display: inline-block; width: 100%; text-transform: uppercase; font-size: 18px; }
.photo-solo-text-desp .photo-txt-place { display: inline-block; width: 100%;  color: #e41e12; font-size: 18px; }
.photo-solo-text-desp .photo-like-box span { font-size: 18px; }
@media (max-width: 768px) {
	.photo-solo-text-desp .photo-txt-avt { font-size: 18px; }
	.photo-solo-text-desp .photo-txt-zdr,
	.photo-solo-text-desp .photo-txt-nom,
	.photo-solo-text-desp .photo-txt-place {font-size: 16px; }
	.photo-solo-text-desp .photo-txt { font-size: 14px; }
}
.photo-solo-text-desp .photo-txt-desp { display: inline-block; width: 100%; padding-top: 8px; }
.specialist {  border-top: 1px solid #eeeeee !important; border-bottom: 1px solid #eeeeee !important; }
.specialist form { padding-top: 20px; margin-bottom: 0; padding-bottom: 60px; }
.photokonkurs-form-box-btn { margin-top: 40px; }
.photokonkurs-form-search .form-wrap .caption { color: #999999; margin-left: 20px; font-size:18px; }

.next-prev-text a { text-transform: uppercase; color: #999999; font-weight: 100; font-size:18px; }
.next-prev-text a:hover,
.next-prev-text a:hover span.icon {color: #e41e12;}
.next-prev-photo {margin-bottom: 90px; }
@media (max-width: 768px) {
	.next-prev-text a { font-size:14px; }
	.next-prev-photo div.col-md-6:nth-child(2) { margin-top: 40px; }
}


.page-people .caption .fa-ul a:hover { color: #e41e12; text-decoration: underline; }
.page-rucovoditel-desp i { font-size: 16px; }
@media (max-width: 768px){
	.page-rucovoditel-desp .caption { margin-top: 40px; }	
}

.people-list .caption { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ececee; }
.people-list .caption:nth-last-child(-n+1) { border: none }

.page-museum .bio-head { margin-bottom: 60px; }
.page-museum .bio-head h1,
.page-action h1 { font-size: 32px; }
@media (max-width: 767px) {
	.page-museum .page-rucovoditel-desp .bio-photo { text-align: center;  }
}
.pochet-table.list-pocchet .table tbody td { width: 500px  }

.paginator { margin-top: 60px; }

.list-alpha a { text-transform: uppercase; }
.list-alpha a.active,
.list-alpha a:hover { color: #e41e12 }


.page-action .icon-line a { color: #ffffff; }
.page-action .name { }
.page-action .date { font-size: 18px }
.page-action .box-counter,
.page-action .box-counter__title { color: #e41e12; }

.page-action .social-box  { width: 100% }

.page-action .box-counter__icon { font-size: 90px; font-weight: 400; }
.page-action .counter { font-size: 80px; font-weight: 600; }
.page-action .action-desp { }

.action-info { background-color: #e41e12; color: #ffffff; padding: 20px 80px 10px 80px; }
@media (max-width: 768px) {
	.action-info { padding: 20px 30px 10px 30px; }
}
.action-info a { color: #ffffff; text-decoration: none;  }
.action-info a:hover { color: #ffffff; text-decoration: underline; }
.action-info p { margin-bottom: 20px; }
.action-info p.action-info-head { text-transform: uppercase; }
.action-info  .fa-file { font-size: 30px; }

.okmessage .modal-content { background-color: #222222; color: #ffffff; font-size: 18px; font-weight: 100;}
.okmessage .modal-body { padding: 50px; }
.okmessage .modal-content .timerCount { margin-top: 20px; }

/* ----- project ------*/
.sub-heading { 
	color: #333;
    text-transform: uppercase;
}

.section-dates { margin-bottom: 90px; }
.box-dates { position: relative; overflow: hidden; }
.date-digits {
	position: relative;
    z-index: 2;
	text-align: center;
	border: 8px solid #e41e12;
    background: #ffffff;
    border-radius: 50%;
	color: #e41e12;
	line-height: 54px;
    width: 70px;
	font-size: 32px;
	font-weight: 700;
    height: 70px;
	margin: 0 auto; 
}
.date-line{
    width: auto;
    position: relative;
    z-index: 1;
    top: -35px;
    height: 2px;
    background-color: #ffffff;
}
.date-line.first-el {
    left: 50%;
}
.date-line.last-el {
    right: 50%;
}
.date-mohth { text-transform: uppercase; }
.date-text { padding: 0 20px;  }

@media (max-width: 767px) {
	.date-line { display: none;     height: 2px; top: 0; margin-top: 20px; margin-bottom: 20px; width: 50%; left: 25%; }
	.date-line.first-el { left: 25%; }
	.date-line.last-el { right: 0; }
	.date-text { margin-bottom: 30px; }
	.date-mohth { font-size: 18px; }
	.date-text { font-size: 16px; line-height: 17px;}
}
@media (min-width: 576px) {
	.date-mohth { font-size: 18px; }
	.date-text { font-size: 16px; line-height: 17px;}
}
@media (min-width: 768px) {
	.date-mohth { font-size: 20px; }
}
@media (min-width: 992px) {
	.date-text { font-size: 18px; line-height: 19px;}
}


.section-box {
	margin-bottom: 70px;
}
.section-box .table { margin-bottom: 0; }
.bg-accent.section-box { padding: 35px 0; }
@media (max-width: 767px) {
	.section-box:first-of-type {
		/*padding-top: 40px;*/
	}
	.bg-accent.section-box { padding-top: 40px; }
}
@media (min-width: 768px) {
	.section-box {
		margin-bottom: 70px;
	}
	.bg-accent.section-box { padding: 60px 0; }
}
.bg-accent .box-counter__icon { font-size: 70px; }

.phd-fix-single .swiper-slider_fullheight {
    min-height: 40vh !important;
}

.bg-prog {
	color: #fff; background: #e41e12;
}
.div-prog-box .div-box-in {
	margin-top: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.div-prog-box .div-box-in:last-child {
	/*border-bottom: none;*/
}
.div-box-in {
	padding: 20px 10px 30px 10px;
	border: none; 
}
.bg-prog.div-box-in { padding: 10px; }
.prog-head { text-transform: uppercase; }
.prog-place,
.prog-orator,
.prog-doljnost{ font-size: 18px; }
@media (max-width: 767px) {
	.prog-time { font-weight: bold; }
	.prog-head,
	.prog-orator { font-size: 16px; }
	.prog-place,
	.prog-doljnost { font-size: 14px; }
}
/* ----- project ------*/

.action-info-form-pay {
	margin-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
}
.action-info.action-colorfix-info{
	background-color: #969696;
}

.action-info.action-info-form-pay {
	padding-top: 30px;
}
.action-info-form-pay .action-small-desp {
	line-height: 30px; 
}
.action-info-form-pay .action-target {
	padding-top: 0; margin-top: 0px; line-height: 30px;
}
.action-info-form-pay .action-info-head{
	margin-bottom: 0px;	
}
.action-info.action-info-form-pay p.action-info-head{
	/*font-weight: 800;*/
}
.form_pay .form-summ-fix{
    font-size: 27px;
    float: right;
    display: inline-block;
    background-color: #ffffff;
    text-align: left;
    padding: 0px 40px;
    color: #444444;
}
.form_pay .form-desp-fix{
	display: inline-block;
	line-height: 100%;
	font-size: 16px;
}
.form_pay .form-input-fix {
	width: 110px;
	float: right;
}

.form_pay .form-input-fix.form-input-summ {
	color: #000000;

}

.photokonkurs-form-search .form-wrap input.form-input-summ {
	font-style: normal;
	font-size: 26px;
	padding: 6px;
}


.form_pay .pochet-checkbox input{
    top: 0;
    position: absolute;
}

.form_pay .pochet-checkbox label{
	width: 90%;
	left: 24px;
	top: -10px
}
.form_pay  .button-primary{
	color: #fff;
    background-color: #000;
    border-color: #000;
}
.form_pay .button-primary:hover{
	color: #fff;
    background-color: #e41e12;
    border-color: #000;
}
.form_pay .pochet-checkbox label a {
	line-height: 18px;
}

.page-action .pay-status{

	font-size: 28px;
}

@media (max-width: 769px) {

	.page-action .pay-status{
		font-size: 20px;
	}
	.form_pay .photokonkurs-form-search .form-wrap input.form-input{
		padding: 12px;
	}
	.form_pay .pochet-checkbox label{
		top: 0
	}
	.form_pay .form-summ-fix{
	    font-size: 27px;
	    float: none;
		width: 100%;
		text-align: center;
	    display: inline-block;
	    background-color: #ffffff;
	    color: #444444;
	}
	.form_pay .form-desp-fix{
		display: inline-block;
		padding-top: 0px;
		font-size: 17px;
	}
	.form_pay .form-input-fix {
		width: 100%;
		float: none;
	}
}

/* 26 01 2020*/
.photo-section.mv .top-swiper-info-in a {
	background-color: #785b4d;
}
.photo-section.mv .top-swiper-info-in a:hover{
	background-color: #ffffff;
	color: #785b4d;
}
@media (max-width: 575px){
	.photo-section.mv .top-swiper-info-in a {
		padding: 10px;
	    margin-top: 10px;
	    color: #ffffff;		
	}
}
.blog-single-short-block {
	margin-top: 40px;
}
.blog-list .blog-single-short-block.first-fix { margin-top: 0px; }
.blog-list .blog-single-short-block.last-fix { margin-bottom: 60px; }

.blog-single-short-block .meta-author,
.blog-single-short-block .meta-author-vm {
    font-size: 16px;
}
@media (max-width: 575px){
	.blog-single-short-block .meta-author,
	.blog-single-short-block .meta-author-vm {
	    font-size: 14px;	
	}
	.blog-list .blog-single-short-block.last-fix { margin-bottom: 20px; }
}
.autor-list { margin-top: 30px; margin-bottom: 30px;}
.mv-nav-footer { margin-bottom: 60px; }
.mb-md { margin-bottom: 90px; }
@media (max-width: 575px){
	.mb-md { margin-bottom: 60px; }
}
.post-classic-body.post-anons { font-size: 22px; }
@media (max-width: 575px){
	.post-classic-body.post-anons { font-size: 18px; }
}



.owl-fix .owl-carousel[data-nav='true'] {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.profile-user { margin-top: 90px; }
.profile-user .user-head-name { font-size: 40px; text-transform: uppercase }
@media (max-width: 769px) {
	.profile-user { margin-top: 50px; }
	.profile-user .user-head-name { line-height: 100%; }
}
.profile-user-content { 
	margin: 50px 0; 
}
.text-count-message { font-size: 16px; }


.owl-news .owl-dots { display: none; margin-bottom: 0; }
.owl-news .owl-nav {}
.btn-owl-project {
	position: relative;
	padding: 11px 14px 10px 14px;
	font-size: 16px;
	background-color: #e41e12;
	color: #ffffff;
	right: 112px;
}
.btn-owl-project:hover{
	color: #ffffff;
	background-color: #000000;
}

.owl-news .owl-prev,
.owl-news .owl-next {
	position: absolute;
    top: -44px;
    transform: translateY(-50%);
    font-family: 'Linearicons';
    color: #ffffff;
    cursor: pointer;
	padding: 10px 14px;
	background-color: #e41e12;
}

.owl-news .owl-prev:hover,
.owl-news .owl-next:hover {
	color: #ffffff;
	background-color: #000000;
}
.owl-news .owl-prev {
    left: auto;
	right: 238px;
}
.owl-news .owl-next {
    right: 182px;
}
.owl-news.owl-free .owl-prev {
	right: 55px;
}
.owl-news.owl-free .owl-next {
    right: 0px;
}


@media (max-width: 991px) {
	.btn-owl-project {
		padding: 10px 14px 10px 14px;
		font-size: 14px;
	}
	.owl-news .owl-prev, 
	.owl-news .owl-next{
	    top: -42px;
	}

	.owl-news .owl-prev {
		right: 203px;
	}
	.owl-news .owl-next {
	    right: 154px;
	}
	.btn-owl-project {
		right: 105px;
	}
	.owl-news.owl-free .owl-prev {
		right: 50px;
	}
	.owl-news.owl-free .owl-next {
	    right: 0px;
	}
}


@media (max-width: 769px) {
	.owl-news .owl-prev {
		right: 188px;
	}
	.owl-news .owl-next {
	    right: 139px;
	}
}

@media (max-width: 575px) {
	.section-box {
		margin-bottom: 50px; 
	}
	.owl-heading .heading {
		line-height: 1;
	}
	.owl-news .owl-prev {
		right: 115px;
	}
	.owl-news .owl-next {
	    right: 64px;
	}
	.btn-owl-project {
		right: 112px;
	}
	.owl-news.owl-free .owl-prev {
		right: 64px;
	}
	.owl-news.owl-free .owl-next {
	    right: 16px;
	}
}

.swiper-icon-vote{	color: #e41e12;}
.swiper-icon-vote i {font-size: 20px;}
.swiper-icon-vote.already {}
a.swiper-icon-vote.not-ready:hover .swiper-vote-num {color: #e41e12;}
.swiper-icon-vote.not-ready{}
.swiper-icon-vote .swiper-vote-num{}

.swiper-help-cause .button {
	font-size: 16
}
.swiper-help-heading{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
}

.swiper-help-raised .money {
	color: #e41e12;
}
.swiper-help-goal .money{
	color: #969696;
}
.swiper-help-raised .money,
.swiper-help-goal .money{
	font-size: 25px;
	line-height: 25px;
}

@media (max-width: 1399px) {
	.swiper-help-raised .money, 
	.swiper-help-goal .money {
    	font-size: 20px;
	    line-height: 20px;
	}
	.swiper-help-heading {
	    font-size: 19px;
    	line-height: 19px;		
	}
}

.swiper-help-cause-inner:hover .swiper-help-heading a{
	color: #e41e12;
}
@media (min-width: 991px) {
	.swiper-help-cause .swiper-help-date{
		line-height: 28px;	
	}
	.swiper-help-cause-inner p {
		line-height: 28px;
	}
}

@media (max-width: 992px) {
	.swiper-help-raised .money, 
	.swiper-help-goal .money {
    	font-size: 20px;
	    line-height: 20px;
	}	
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.swiper-help-animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.swiper-help-image-text-block {
    /*margin-bottom: 30px;*/
}
.swiper-help-image-text-block figure {
    margin-bottom: 0;
}
.swiper-help-image-text-block :last-child {
    margin-bottom: 0;
}
.swiper-help-image-text-block .swiper-help-cause-inner {
    padding: 20px;
    border-top: none;
}
.swiper-help-image-text-block .row,
.swiper-help-cause-inner .row {
	margin-top: 0;
}
.progress {
    background-color: #e6e5e5;
    height: 7px;
    margin: 0 0 10px;
    overflow: visible;
    border-radius: 10px;
    position: relative;
    box-shadow: none;
}
.swiper-help-image-text-block :last-child {
    margin-bottom: 0;
}
.progress-bar {
    border: none;
    background-color: #e41e12;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #e41e12;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar>span {
    background: #e41e12;
    padding: 2px 4px;
    font-size: 10px;
    position: absolute;
    right: -10px;
    top: -32px;
    color: #fff;
}
.progress-bar>span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #e41e12;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.swiper-help-cause .swiper-help-date {
    margin-bottom: 20px;
    color: #b3b2b2;
}
.swiper-help-date, .swiper-help-location {
    display: block;
    color: #666;
}

.info-box .row {
	height: 90px;
}
.info-box-action .row{ 
	height: 140px;
}

.info-box-action .info-text,
.info-box .info-text {
	color: #fff; font-size: 26px; line-height: 26px;
}
@media (max-width: 767px) {
	.info-box .row {
		height: 150px;
	}
	.info-box-action .row{ 
		height: 200px;
	}
	.info-box-action .info-text,
	.info-box .info-text {
		font-size: 18px; line-height: 18px;
	}
}

.layout-panel-wrap .layout-panel-toggle {
	background: url('/local/templates/charity/img/heart_1.png') 8px 8px no-repeat #000000; 
}
.layout-panel-wrap.active .layout-panel-toggle {
	background: url('/local/templates/charity/img/heart_2.png') 8px 8px no-repeat #e41e12; 
}

.action-box .text-place {color: #646464;  padding: 10px 0; }

.spec-box { line-height: 1.2; font-size: 18px; }
.spec-icon-box .icon { font-weight: 600; color: #e41e12; }
.action-social-box .list-inline-xxs { margin-left: -6px; margin-right: -6px; }
.action-social-box .list-inline-xxs > * { padding-left: 6px; padding-right: 6px; }
.action-social-box .icon-circle-color-default,
.action-social-box a.icon-circle-color-default { background-color: #e41e12; }
.action-social-box .icon-circle-color-default:hover,
.action-social-box a.icon-circle-color-default:hover{ background-color: #646464; }

.spec-box .text { font-size: 14px; }
.spec-icon-box .icon { font-size: 20px; }
.spec-box a:hover {
	color: #e41e12;
}
.action-box iframe {
	width: 100%; 
	height: 250px
}
@media (min-width: 768px) {
	/*.spec-box .text { border: 1px solid yellow }*/
}
@media (min-width: 992px) {
	.spec-icon-box .icon { font-size: 20px; }
	.spec-box .text { font-size: 14px; }
	.action-box iframe { height: 550px; }
}
@media (min-width: 1200px) {
	.spec-icon-box .icon { font-size: 28px; }
	.spec-box .text { font-size: 16px; }
}
.ln12,
small.ln12 {line-height: 1.2 !important;}
.help-heading-detail span { color: #e41e12; }
.help-heading-detail span { font-size: 28px; }
@media (min-width: 992px) {
	.help-heading-detail { font-size: 17px; }
	.help-heading-detail span { font-size: 28px; }
}
@media (min-width: 1400px) {
	.help-heading-detail { font-size: 20px; }
}
.form-box {	background-color: #e41e12;}
.form-box .form_pay .pochet-checkbox label { left: 40px; }
.form-box .pochet-checkbox label { line-height: 16px; font-size: 16px; }
.form-box .pochet-checkbox a.text-decoration { text-decoration: underline; }
.form-box .pochet-checkbox a.text-decoration:hover { text-decoration: none; }

.form-box .head-top-form { font-size: 26px; } 
.form-box .head-middle-form { font-size: 16px; }
@media (max-width: 1400px) {
	.form-box .head-top-form { font-size: 20px; } 
	.form-box .head-middle-form { font-size: 14px; }
}
.form_pay .form-desp-fix { font-size: 12px; }
@media (min-width: 1400px) {
	.form_pay .form-desp-fix {
		font-size: 16px;
	}
}
.action-text { font-size: 18px; line-height: 1.4; }
.action-text ol,
.action-text ul{
	margin-left: 40px;
}
.action-text ul li{
	list-style-type: disc;

}
.action-text ul li,
.action-text ol li{
	display: list-item;
}
.action-text ol{
	list-style-type: decimal !important;
}
.operators-box,
.operators-box small { line-height: 1.2; }
.operators-box .text { font-size: 16px; }
@media (min-width: 992px) {
	.action .button { font-size: 14px; }
}
@media (min-width: 1400px) {
	.action .button { font-size: 18px; }
}

.auth-form-box { background-color: #787878; }
.auth-form-box a,
.auth-form-box { color: #ffffff; }
.auth-form-box .head-top-form { font-size: 24px; } 
@media (max-width: 1400px) {
	.auth-form-box .head-top-form { font-size: 20px; } 
	.auth-form-box .head-middle-form { font-size: 14px; }
}
.auth-form-box .error { font-size: 14px; }

.auth-box-form-search { margin-top: 20px !important; }
.auth-box-form-search .photo-button-search { margin-top: 40px; }
.auth-box-form-search .form-wrap { margin-top: 0px; position: relative; }
.auth-box-form-search span.form-wrap-desp { display: inline-block; margin-left: 20px; margin-bottom: 0; padding-bottom: 0; }
.auth-box-form-search .checkbox, 
.auth-box-form-search .checkbox-inline { font-size: 17px; }
.auth-box-form-search .form-wrap input.form-input,
.auth-box-form-search .form-wrap input.form-input-file,
.auth-box-form-search .form-wrap textarea { border: 1px solid #666666; font-size: 16px; font-style: italic; min-height: 30px; padding: 7px 9px; }

.auth-box-form-search input::placeholder,
.auth-box-form-search textarea::placeholder, 
.auth-box-form-search .form-label { color: #999999; font-size: 18px; font-style: italic; }

.auth-box-link a {	font-size: 15px; font-style: italic; text-decoration: underline;  }
.auth-box-link a:hover { text-decoration: none; }

.form-social-box { margin-top: 40px; }
.form-social-box .text { font-size: 15px; font-style: italic; color: #000}
.form-social-box .list-inline-xxs { margin-bottom: 0px;}
.form-social-box .list-inline-xxs > * { margin-bottom: 3px; padding-left: 2px; padding-right: 2px; }

.action-text a { color: #e41e12; }
.action-text a:hover { color: #000000; }

.active-menu { display: inline; position: relative; top: -12px; text-transform: uppercase; right: 10px; color: #e41e12; }
.navbar-light .navbar-toggler { border: none; padding: 0;}
.navbar-light .navbar-toggler .navbar-toggler-icon { background-color: #ffffff;color: #000000; bordeR: 1px solid #e41e12 }
.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon { background-color: #e41e12;  }
@media (min-width: 991px) {
	.active-menu { display: none; }
}


.actions-list  hr { 
    border: none;
    height: 1px;
    color: #e41e12;
    background-color: #e41e12;
	margin-top: 10px;
	margin-bottom: 10px;
}
.action-status,
.action-summ,
.action-podderjka,
.action-category,
.action-date,
.action-edit-text {
	font-size: 16px;
}
.action-status,
.action-summ,
.action-podderjka,
.action-category,
.action-date {
	color: #646464;
}
.action-category span{
	color: #333;
}
.action-summ .summ {
	color: #000000;
}
.action-podderjka { color: #e41e12}
.action-summ.a-stop{
	color: red !important;
}
.action-summ.a-close {
	color: green !important;
}

.action-status .round-color { 
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 10px;
}
/* Закрыто */
.action-color-CLOSE,
.action-color-close, 
.action-color-RUN,
.action-color-active { background-color: #329600; }
/* Черновик */
.action-color-DRAFT,
.action-color-draft { background-color: #969696; }
/* На модерации */
.action-color-MODERATION,
.action-color-moderator { background-color: #c80000; }
/* Отклонена */
.action-color-CANCEL,
.action-color-cancel { background-color: #000000; }
.action-short-desp {
	font-size: 18px;
	line-height: 1.2;
}
.color-close{ color: #329600; }


.action-edit a {
	color: #e41e12;
}
.action-edit a:hover .action-edit-text {
	border-bottom: 1px dotted #000000;
}
.action-edit-text {
	color: #000000;
	border-bottom: 1px dotted #fff;
}

.img-box {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  height: 260px; 
	background-size: cover;
}
.action-help-text {
    font-size: 16px;
    line-height: 1.5;
}
.btn-change a, 
.btn-delete a{
	font-size: 18px;
	color: #646464;	
}
.btn-change a:hover, 
.btn-delete a:hover{
	color: #e41e12;
}

@media (max-width: 991px) {
	.loc-head-action { font-size: 18px; }
	.action-short-desp { font-size: 16px; }
}

.action-filter,
.action-filter a{
	color: #646464;
}
.action-filter a:hover,
.action-filter a.active{
	color: #e41e12;
}


.h-error label,
.h-error .label,
.photokonkurs-form-search .h-error  input::placeholder,
.photokonkurs-form-search .h-error  textarea::placeholder, 
.photokonkurs-form-search .h-error .form-label,
.h-error .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder,
.h-error .select2-container--bootstrap .select2-selection { color: #ff2525 !important;  }
.h-error .select2-container--bootstrap.select2-container--focus .select2-selection, 
.h-error .select2-container--bootstrap.select2-container--open .select2-selection,
.h-error .select2-container--bootstrap,
.h-error .select2-container--bootstrap .select2-selection--single,
.h-error input { border-color: #ff2525 !important; } 

.action-box label,
.action-box .label { color: #646464; font-size: 19px; }
@media (max-width: 991px) {
	.action-box label,
	.action-box .label { color: #646464; font-size: 16px; }
}
.action-box .photokonkurs-form-search {
	padding-top: 0 !important;
	margin-top: 25px !important;
}
.label-have-desp .form-label  { top: 32px; }
.pochet-dropzone,
.btn-add-file{ line-height: 1; }
.pochet-dropzone .dropzone,
.btn-add-file button { border: 1px solid #646464;font-size: 18px;text-align: left; padding: 20px; min-height: auto;}
.pochet-dropzone .dropzone .dz-message { margin: 0; }
.btn-add-file button,
.pochet-dropzone .dz-button { font-size: 18px; text-align: left; background-color: #ffffff; line-height: 1; cursor: pointer; }
.pochet-dropzone .dz-button { bordeR: 1px solid #646464; }
.btn-add-file .first-el,
.dz-button .first-el{ display: block; margin-bottom: 10px; font-style: italic; }
.btn-add-file .last-el,
.dz-button .last-el{ font-size:14px; line-height: 1; }
#preview button { padding: 7px 0px; }
#preview button,
button.doc-del { font-size: 14px;}
button.doc-del { padding-top: 7px; padding-bottom: 7px; }
#preview button.first-btn { margin-top: 20px !important; }
#preview button.last-btn  { margin-top: 0 !important; }
#preview button.dfile { display: none; }
.doc-box .linearicons{ font-size: 34px; color: #969696; }
.f-name,
.f-desp { font-size: 16px; }
.f-name,
.f-name a { color: #969696; }
.dropzone.disabled{ opacity: 0.2; }

.action-list .image_area{
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100px;
    border-radius: 30px;
	position: relative;
  }
.action-list .image_area img {
    transition: all .3s ease-in-out;
    border-radius: 100%;
    position: relative;
    top: -13px;
}
.action-personal-list h1 {
	font-size:32px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.action-personal-list  .user_personal_desp{
	line-height: 1.2;
	font-size: 18px;
}
@media (max-width: 768px) {
	.action-personal-list h1 {
		font-size:26px;
	}
	.action-personal-list  .user_personal_desp{
		line-height: 1.2;
		font-size: 14px;
	}	
}
.user_personal_desp span {
	color: #646464;
}

/*#list-people-help {	width: 96%; }*/

@media (max-width: 768px) {
	#list-people-help { width: 100%; }
	.image_area.image_area_podderjka img{
		height: 60px;
	}
}

table.people-help{
    border: 1px solid #dee2e6;	
}
.thead-light th {
    color: #333;
    background-color: #e9ecef;
    border-color: #dee2e6;
	font-weight: normal;
    padding: 1rem;
    vertical-align: top;
	font-size: 15px;
}
.thead-light th.summ {
	padding-right: 2rem;
}
.people-help td {
    border-top: 1px solid #dee2e6;	
    padding: 1rem;
	font-size: 15px;
	color: #333;
}

.podderjka-action-head {
	font-size: 21px;			
}
.podderjka-action-desp {
	font-size: 18px;			
	line-height: 24px;
	color: #646464;
}
.row.no-gutters .podderjka-action-desp {
	color: #000000;
}
.pay-info { line-height: 12px !important; font-size: 12px !important; font-style: italic;  }
@media (max-width: 768px) {
	.podderjka-action-head {
	}
	.podderjka-action-desp {
		font-size: 18px;			
		line-height: 28px;
	}
}
.post-classic .image_area img,
.owl-podderjka .image_area img{
    height: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
}
.owl-podderjka .podderjka-user{
}
.owl-podderjka .podderjka-head{
	font-weight: 400;
    font-size: 20px;
}
.owl-podderjka .podderjka-desp{
	font-size: 18px;
	line-height: 28px;
}
.dz-button-over {
	font-size: 18px; text-align: left; padding: 20px; bordeR: 1px solid #646464; background-color: #ffffff; line-height: 1;
}
.dz-button-over .first-el{
	display: block; margin-bottom: 10px; font-style: italic;
}
.dz-button-over .last-el{
	font-size:14px; line-height: 1;
}
#preview button {
	padding: 7px 0px;
}
#preview button,
button.doc-del {
	font-size: 14px;
}
button.doc-del {
	padding-top: 7px;
	padding-bottom: 7px;
}
.snoska { font-size: 12px; padding: 6px; }
.action-anons .swiper-help-date { line-height: 26px; }
.action-anons .swiper-help-heading { font-size: 20px; }
.action-anons .owl-news .owl-prev {
    right: 58px;
}
.action-anons .owl-news .owl-next {
    right: 0px;
}
@media (max-width: 991px) {
	.action-anons .owl-news .owl-prev {
		right: 63px;
	}
	.action-anons .owl-news .owl-next {
	    right: 15px;
	}
}
@media (max-width: 769px) {
	.action-anons .owl-news .owl-prev {
		right: 63px;
	}
	.action-anons .owl-news .owl-next {
	    right: 15px;
	}
}
@media (max-width: 575px) {
	.action-anons .swiper-help-heading {
		margin-top: 20px;
	}
	.action-anons .owl-news .owl-prev {
		right: 63px;
	}
	.action-anons .owl-news  .owl-next {
	    right: 15px;
	}
}

.action-box .status{
	color: #666666;	
}
.action-box .small {
	line-height: 120%;
	font-size:14px;
}

.grey-box,
.white-box,
.video-box {
    position: relative;
}
.grey-box,
.white-box {
	display: inline-block;
	width: 100%;
	height: 100px;
}
.video-box {
	display: block;
}

.grey-box {
	background: #a1a1a1;
}
.grey-box .caption,
.white-box .caption,
.video-box .caption{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(1);
    transition: 350ms ease-in-out;
	font-size: 50px;
}
.grey-box .caption,
.video-box .caption {
    color: #fff;
}

.swiper-video a {
	display: block;
    position: relative;
}

.swiper-video a:hover .caption {
    opacity: 1;
    transform: scale(1);
    background-color: rgba(21, 21, 21, 0.5);
}
.swiper-video a .caption{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(1);
    transition: 350ms ease-in-out;
    color: #fff;
	font-size: 90px;
}
.final .prize {
	font-size: 4rem; 
	color: #e41e12;
}
@media (min-width: 1399px) {
	.final .prize {
		font-size: 5rem; 
	}
}
.prizer{
	background-color: #e41e12;
	color: #ffffff;
	padding: 10px;
}
.prizer .prize{
	font-size: 2rem
}
.prizer .t-peron {
	font-size: 2.4rem
}
@media (max-width: 769px) {
	.prizer .prize{
		font-size: 1.5rem
	}
	.prizer .t-peron {
		font-size: 2rem
	}
}

/* OVER */
.loading {
    display: block;
    background-repeat: no-repeat;
	background-image: url(/foundprojects/img/spinner.gif);
    width: 256px;
    height: 256px;
    margin: 0 auto;
}
/* Hide all the children of the 'loading' element */
.loading * {
    display: none;  
}

.button-size-mod  {
	font-size: 16px; 
}
@media (min-width: 768px) {
	.button-size-mod  {
		font-size: 18px; 
	}
}

@media (min-width: 992px) {
	.button-size-mod  {
		font-size: 22px; 
	}
}
/*
.button-close,
.button-close:hover, 
.button-close:focus, 
.button-close:active, 
.button-close:hover {
    background-color: #959595;
    border-color: #959595;
	color: #fff;
}
*/

.short-height-slider .heading-1,
.short-height-slider .heading-5 { color: white; }
.short-height-slider .heading-5 { margin-bottom: 20px; }
@media (min-width: 992px) {
	.short-height-slider .heading-5 { margin-bottom: 40px; }
	.desktop .swiper-slider_fullheight.short-height-slider {
	    height: 500px !important;
		min-height: 500px;
	}
}
.short-height-slider .swiper-slide-caption {
	padding: 0; 
}
.short-height-slider .swiper-slide {
    flex-shrink: 0;
    align-items: center;
}
.short-height-slider .swiper-slide-caption * + .button {
	margin-top: 10px;
}
@media (max-width: 769px) {
	h3.custom-size, .heading.custom-size  {
		font-size: 28px;
	}
}
.line-height-standart { line-height:1 }
.line-height-middle { line-height: 1.2 }
.tab-pane .free-text { line-height: 1.2;  margin-top: 8px;}
.tab-pane h4, .tab-pane .heading-4 {
	font-size: 21px;
}
@media (min-width: 992px) {
	.tab-pane h4, .tab-pane .heading-4 {
		font-size: 26px;
	}
}
.owl-bottom .owl-dots {
	display: none;
	margin-top: 0;
}
.owl-bottom .owl-nav {
		position: relative;

}
@media (max-width: 991px) {
	.owl-bottom .publickation,
	.owl-bottom .rucovoditel-solo { 
		padding-bottom: 20px; 
	}
}
@media (min-width: 992px) {
	.owl-bottom .rucovoditel-solo {
		padding: 20px;
	}
	.owl-bottom .owl-nav {
		text-align: center;
	}
}



.owl-bottom .owl-prev, 
.owl-bottom .owl-next {
	top: 0;
    transform: translateY(-50%);
    font-family: 'Linearicons';
    color: #ffffff;
    cursor: pointer;
	padding: 6px 14px 5px 12px;
    background-color: #f48221;
	top: 22px;
}
@media (max-width: 991px) {
	.owl-bottom .owl-prev, 
	.owl-bottom .owl-next { 
		padding: 11px 20px 11px 20px;
	}
}
.owl-bottom .owl-prev { display: inline-block; position: relative; left: none; margin-right: 10px; }
.owl-bottom .owl-next { display: inline-block; position: relative; right: none; }
.owl-bottom .nav-btn-more { margin-right: 10px; }

.owl-bottom .owl-prev:hover, 
.owl-bottom .owl-next:hover {
    color: #ffffff;
    background-color: #000000;
}
.slider-round-box .rucovoditel-solo .podzak {
	color: #a1a1a1;
	font-size: 18px;
}
.slider-round-box .rucovoditel .ru_fio {
	font-size: 24px; 
}
.slider-round-box .free-text {
	/*font-size: 18px;*/
}
.free-text-fix {
	font-size: 18px !important;
}


.fand-anons,
.fand-anons .h2 { color: #ffffff !important; }
.fand-anons .button {
    margin-top: 20px;
}
.fand-anons.bg-image {
	background-position: center right !important;
}

@media (max-width: 991px) {
	.fand-anons .h2 { font-size: 40px; }
	.bg { background-color: rgba(0,0,0,0.5); }
}
@media (min-width: 992px) {
	.fand-anons	.bg-image {
	    background-position: center center;
	}
}
.mod-section-row .row:not(.no-gutters) > [class*='col'] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.thumbnail-classic-caption .free-text { font-size: 18px; }
.users.quote-mod .personal-photo { width: 170px; height: 170px; }
.users.quote-mod .quote-centered__mark { top: -15px;  font-size: 66px; position: absolute; }
.users.quote-mod .quote-box { margin-left: 80px; }
.users.quote-mod .quote-text { display: inline-block; font-style: normal; font-size: 18px; color: #5f6062; line-height: 1.4}
.users.quote-mod .quote-persona { font-size: 16px; font-style: italic; color: #5f6062; display: inline-block;  }
@media (max-width: 991px) {
	.users.quote-mod .quote-centered__mark {
		left: 15px;
		font-size: 50px;
	}
	.users.quote-mod .quote-persona { font-size: 16px; }
	.users.quote-mod .quote-text { font-size: 16px; color: #5f6062; line-height: 1.4}
}
@media (min-width: 992px) {
	.owl-carousel.owl-bottom .owl-stage-outer{
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.owl-carousel.owl-bottom[data-nav='true'] {
	    padding-left: 0px;
	    padding-right: 0px;
	}
}
.rucovoditel h4,
.publickation-box h4 {
	font-size: 26px; 
}
.publickation-box .podzak {
	color: #a1a1a1;
	font-size: 18px;
}
.publickation-box .free-text {
	line-height: 1.4; 
}
@media (max-width: 992px) {
	.rucovoditel h4,
	.publickation-box h4 { font-size: 22px; }
}
.card-custom-heading .card-custom-title.font-size-mod > a {
	font-weight: 500; 
	color: #333333;
}
.card-custom-heading .card-custom-title.font-size-mod > a:hover {
	color: #f48221;	
}
@media (max-width: 992px) {
	.card-custom-heading .card-custom-title.font-size-mod > a {
		font-size: 22px;
	}
}
@media (min-width: 992px) {
	.card-custom-heading .card-custom-title.font-size-mod > a {
		font-size: 26px;
	}
}
.st-content .free-text { 
	font-size: 18px;
}
.project-form .photokonkurs-form-search {
	margin-top: 0 !important;
}

.photokonkurs-form-search .dropzone {
	border: 1px solid #666666;
}

.dz-button-over {
	font-size: 18px; text-align: center; padding: 20px; bordeR: 0px solid #646464; background-color: #ffffff; line-height: 1;
}
.dz-button-over .first-el{
	display: block; margin-bottom: 10px; font-style: italic;
}
.dz-button-over .last-el{
	font-size:14px; line-height: 1;
}
#preview button {
	padding: 7px 0px;
}
#preview button,
button.doc-del {
	font-size: 14px;
}
button.doc-del {
	padding-top: 7px;
	padding-bottom: 7px;
}

#preview button.first-btn {
	margin-top: 20px !important;
}
#preview button.last-btn  {
	margin-top: 0 !important; 
}
#preview button.dfile {
	display: none; 	
}

.doc-box .linearicons{
	font-size: 34px;
	color: #969696;
}
.f-name,
.f-desp {
	font-size: 16px;
}
.f-name,
.f-name a {
	color: #969696;
}
.photokonkurs-form-search * + .rd-mailform {
	margin-bottom: 0;
}
.pochet-table .custom tbody tr:nth-of-type(2n) {
	background-color: #e1e1e1;	

}
.pochet-table .custom thead td { 
	background-color: #808183;
}


@media (min-width: 1200px) {
	.n-detail h2, .n-detail .heading-2 {
	    font-size: 50px;
	}
	.n-detail h4, .n-detail .heading-4 {
	    font-size: 26px;
	}
}
@media (max-width: 991px) {
	.partners .free-text-fix {
		font-size: 14px !important;
	}
}




/* iso */
.isotope-filters {
	position: relative;
}

.isotope-filters > * {
	margin-top: 0;
	vertical-align: middle;
}

.isotope-filters .inline-list {
	position: relative;
	word-spacing: 0;
}


.isotope-filters-mod .isotope-filters-toggle {
    border: 1px solid;
	font-size: 16px;
	padding: 16px 34px;
	background-color: #ffffff;	
}


.isotope-filters .inline-list li {
	display: inline-block;
}

.isotope-filters .inline-list a {
	position: relative;
	transition: .3s;
	color: #cccccc;
}

.isotope-filters .inline-list .isotope-filters-trigger {
	display: none;
}

* + .isotope-filters {
	margin-top: 20px;
}

h3 + .isotope-filters {
	margin-top: 14px;
}

.isotope-filters-modern .inline-list {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.isotope-filters-modern .inline-list > * {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.isotope-filters-modern .inline-list > li {
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
}

.isotope-filters-modern .inline-list a {
	position: relative;
	padding-bottom: 10px;
}

.isotope-filters-modern .inline-list a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: .4s;
	background: #f48221;
}

.isotope-filters-modern .inline-list a:hover {
	color: #f48221;
}

.isotope-filters-modern .inline-list a.active::after {
	width: 100%;
}

@media (min-width: 992px) {
	.isotope-filters-modern .inline-list {
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -23px;
		margin-right: -23px;
	}
	.isotope-filters-modern .inline-list > * {
		margin-top: 10px;
		padding-left: 23px;
		padding-right: 23px;
	}
}

.isotope-modern-wrap [class*='col'] {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.isotope-modern-wrap [class*='col'] {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
		margin-top: 0;
	}
}

.isotope-condensed {
	margin-left: 0;
	margin-right: 0;
}

.isotope-condensed .row > * {
	margin-top: -1px;
	margin-bottom: -1px;
}

* + .isotope {
	margin-top: 45px;
}

* + .isotope-condensed {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.isotope-condensed {
		padding: 0 0 30px;
		margin-left: 0;
		margin-right: 0;
	}
	.isotope-condensed .row.row-condensed > [class*='col'] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
		margin-top: 25px;
	}
}

@media (min-width: 768px) {
	* + .isotope-condensed {
		margin-top: 50px;
	}
}

.isotope-filters .isotope-filters-toggle .linearicons {

	transition: transform .2s ease;
}

.isotope-filters .isotope-filters-toggle.active .fas {
	transform: rotate(-180deg);
}

[class*='isotope-filters-list'] {
	position: absolute;
	top: calc(100%);
	width: 100%;
	padding: 20px;
	font-size: 19px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	z-index: 1;
}

[class*='isotope-filters-list'].active {
	opacity: 1;
	visibility: visible;
}

[class*='isotope-filters-list'] a {
	display: block;
	padding: 9px 5px 5px;
}

[class*='isotope-filters-list'] a, [class*='isotope-filters-list'] a:focus, [class*='isotope-filters-list'] a:active {
	color: inherit;
}

[class*='isotope-filters-list'] a:hover {
	color: #ffffff;
}

[class*='isotope-filters-list'] a:hover {
	color: #e41e12;
}

[class*='isotope-filters-list'] a.active {
	color: #ffffff;
	background: #e41e12;
}

@media (max-width: 768px) {
	[class*='isotope-filters-list'] {
	    border: 1px solid #efefef;
	}
}

@media (min-width: 768px) {
	.isotope-filters {
		overflow: hidden;
	}
	[class*='isotope-filters-list'] {
		position: static;
		text-align: center;
		max-width: none;
		top: auto;
		left: auto;
		width: auto;
		padding: 0;
		box-shadow: none;
		background: transparent;
		transform: none;
		visibility: visible;
		opacity: 1;
	}
	.isotope-filters-list {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: -21px;
		margin-right: -21px;
		margin-bottom: -5px;
	}
	.isotope-filters-list > * {
		margin-bottom: 5px;
	}
	.isotope-filters-list > li {
		position: relative;
		padding: 0 12px;
	}
	.isotope-filters-list > li + li::before {
		position: absolute;
		content: '';
		top: 0;
		left: -2px;
		height: 15px;
		width: 1px;
		background: #d7d7d7;
	}
	.isotope-filters-list a {
		display: inline;
		padding: 0;
	}
	.isotope-filters-list a, .isotope-filters-list a:focus, .isotope-filters-list a:active {
		color: inherit;
	}
	.isotope-filters-list a:hover {
		color: #e41e12;
	}
	.isotope-filters-list a.active {
		color: #e41e12;
		background: transparent;
	}
	.isotope-filters-list-2 a, .isotope-filters-list-2 a:focus, .isotope-filters-list-2 a:active {
		color: inherit;
	}
	.isotope-filters-list-2 a:hover {
		color: #f48221;
	}
	.isotope-filters-list-2 a.active {
		color: #f48221;
	}
	.isotope-filters .isotope-filters-toggle {
		display: none;
	}
	.isotope-filters-list-classic {
		text-align: right;
		font-size: 16px;
		letter-spacing: .075em;
		margin-bottom: -10px;
		margin-left: -8px;
	}
	.isotope-filters-list-classic:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.isotope-filters-list-classic > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 8px;
	}
	.isotope-filters-list-classic li a {
		position: relative;
		text-align: center;
		padding: 13px 14px 8px;
		color: #151515;
		border: 2px solid #151515;
	}
	.isotope-filters-list-classic li a::before, .isotope-filters-list-classic li a::after {
		position: absolute;
		content: '';
		top: -2px;
		right: -2px;
		bottom: -2px;
		left: -2px;
		border: 2px solid transparent;
		transition: color .2s ease-in-out, transform .3s ease;
		will-change: transform;
	}
	.isotope-filters-list-classic li a::before {
		transform: scaleX(0);
	}
	.isotope-filters-list-classic li a::after {
		transform: scaleY(0);
	}
	.isotope-filters-list-classic li a:hover, .isotope-filters-list-classic li a.active {
		color: #f48221;
		background: transparent;
		border-color: transparent;
	}
	.isotope-filters-list-classic li a:hover::before, .isotope-filters-list-classic li a:hover::after, .isotope-filters-list-classic li a.active::before, .isotope-filters-list-classic li a.active::after {
		transform: none;
	}
	.isotope-filters-list-classic li a:hover::before, .isotope-filters-list-classic li a.active::before {
		border-color: #f48221 transparent #f48221 transparent;
	}
	.isotope-filters-list-classic li a:hover::after, .isotope-filters-list-classic li a.active::after {
		border-color: transparent #f48221 transparent #f48221;
	}
}

@media (min-width: 992px) {
	.isotope-filters-list-classic li a {
		min-width: 158px;
	}
}

@media (min-width: 768px) {
	.row-isotope {
		margin-left: -0.85%;
		margin-right: -0.85%;
		margin-bottom: -1.7%;
	}
	.row-isotope > * {
		margin-bottom: 1.7%;
		padding-left: 0.85%;
		padding-right: 0.85%;
	}
}

@media (min-width: 768px) {
	.isotope-top-panel {
		display: flex;
		justify-content: space-between;
		margin-bottom: -20px;
		margin-left: -30px;
	}
	.isotope-top-panel:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.isotope-top-panel > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 30px;
	}
	.isotope-top-panel * + .isotope-filters {
		margin-top: 0;
	}
	.isotope-top-panel-title {
		flex-shrink: 0;
	}
}

.isotope-content {
	position: relative;
	padding-top: 50px;
}

.isotope-content::before, .isotope-content::after {
	position: absolute;
	content: '';
	top: 0;
	height: 1px;
	width: 50%;
	opacity: .21;
}

.isotope-content::before {
	left: 0;
	background: linear-gradient(to right, #d1d1d1 0%, #3b3b3b 100%);
}

.isotope-content::after {
	right: 0;
	background: linear-gradient(to right, #3b3b3b 0%, #d1d1d1 100%);
}

* + .isotope-content {
	margin-top: 30px;
}


/* paralax-counter */ 
/*
*
* Material Parallax
*/
.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
}

.ipad .material-parallax, .iphone .material-parallax {
	background-attachment: scroll !important;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	max-width: none;
	min-height: 101%;
	transform: translate3d(-50%, 0, 0);
}

.parallax-content {
	position: relative;
	z-index: 1;
}



.counter-classic {
	text-align: center;
}

.counter-classic-number {
	font-size: 70px;
	line-height: 0.8;
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: uppercase;

}

.counter-classic-number > * {
	display: inline-block;
}

.counter-classic-number .symbol {
	font-size: 40px;
	letter-spacing: 0;
}

.counter-classic-title {
	font-weight: 400;
	letter-spacing: .05em;
}

@media (min-width: 992px) {
	.counter-classic-number {
		font-size: 110px;
	}
	.counter-classic-number .symbol {
		font-size: 70px;
	}
}

.counter-creative {
	text-align: center;
}

.counter-creative-2 .counter-creative-number {
	color: #f37877;
}

.counter-creative-number {
	font-size: 70px;
	line-height: .8;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .025em;
}

.counter-creative-number > * {
	display: inline-block;
	vertical-align: top;
}

.counter-creative-icon {
	margin-left: 10px;
	font-size: 42px;
	line-height: 1;
	color: #4eb986;
}

.counter-creative-title {
	font-weight: 400;
	letter-spacing: .075em;
}

* + .counter-creative-title {
	margin-top: 8px;
}

.counter-abby {
	position: relative;
	padding: 40px 20px;
	min-height: 100%;
	border: 9px solid transparent;
	transition: all .3s ease;
	z-index: 1;
}

.counter-abby::before, .counter-abby::after {
	position: absolute;
	content: '';
	border: 1px solid #151515;
	transition: inherit;
	will-change: transform;
	z-index: -1;
}

.counter-abby::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.counter-abby::after {
	top: -9px;
	right: -9px;
	bottom: -9px;
	left: -9px;
}

.counter-abby:hover {
	border-color: #151515;
}

.counter-abby:hover::before {
	transform: scale(0.95);
}

.counter-abby:hover::after {
	transform: scale(1.05);
}

@media (min-width: 992px) {
	.counter-abby {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.context-dark .counter-abby::before, .context-dark .counter-abby::after {
	border-color: rgba(255, 255, 255, 0.27);
}

.context-dark .counter-abby:hover {
	border-color: rgba(255, 255, 255, 0.27);
}

.counter-amy {
	text-align: center;
	padding: 30px 10px;
}

.counter-amy-number {
	font-size: 110px;
	line-height: 0.8;
	font-weight: 300;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.counter-amy-number > * {
	display: inline-block;
}

.counter-amy-number .symbol {
	font-size: 70px;
	letter-spacing: 0;
	margin-left: -8px;
}

.counter-amy-title {
	font-weight: 400;
	letter-spacing: .1em;
	color: #9b9b9b;
}

* + .counter-amy-title {
	margin-top: 4px;
}

.border-classic > div {
	position: relative;
}

.border-classic > div::before {
	position: absolute;
	display: none;
	content: '';
	left: 50%;
	top: -25px;
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
	background: #d7d7d7;
}

@media (max-width: 575px) {
	.border-classic > div + div::before {
		display: inline-block;
	}
}

@media (min-width: 576px) {
	.border-classic > div {
		position: relative;
	}
	.border-classic > div::before {
		top: 50%;
		left: 0;
		width: 1px;
		height: 68px;
		margin-top: -34px;
		transform: none;
	}
	.border-classic > div:nth-child(odd) + div::before {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.border-classic > div + div::before {
		display: inline-block;
	}
}

@media (min-width: 576px) {
	.border-classic-big > div::before {
		height: 86px;
		margin-top: -43px;
	}
}

.context-dark .border-classic > div::before {
	background: rgba(244, 244, 244, 0.55);
}

.border-modern {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #e1e1e1;
}

.border-modern > div {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
}

.border-creative {
	overflow: hidden;
}

.border-creative > div::before, .border-creative > div::after {
	position: absolute;
	content: '';
	background: #d1d1d1;
}

.border-creative > div::before {
	height: 1px;
	left: 26px;
	right: 26px;
	bottom: -1px;
}

.border-creative > div::after {
	width: 1px;
	top: 26px;
	right: -1px;
	bottom: 26px;
}

* + .border-creative {
	margin-top: 0;
}

.border-2-column > div {
	padding: 0;
	border-top: 1px solid #e1e1e1;
}

.border-2-column > div:nth-child(1) {
	border-top: none;
}

.border-2-column > div:nth-child(1) .counter-amy {
	padding-top: 0;
}

.border-2-column > div:nth-last-child(1) .counter-amy {
	padding-bottom: 0;
}

@media (min-width: 576px) {
	.border-2-column > div:nth-child(2) {
		border-top: none;
	}
	.border-2-column > div:nth-child(2) .counter-amy {
		padding-top: 0;
	}
	.border-2-column > div:nth-last-child(2) .counter-amy {
		padding-bottom: 0;
	}
	.border-2-column > div:nth-child(even) {
		border-left: 1px solid #e1e1e1;
	}
	.border-2-column > div:nth-child(even) .counter-amy {
		padding-right: 0;
	}
	.border-2-column > div:nth-child(odd) .counter-amy {
		padding-left: 0;
	}
}

.context-dark .border-2-column > div {
	border-color: rgba(255, 255, 255, 0.1);
}

.box-ordered {
	counter-reset: div;
}

.box-ordered .box-ordered-item::before {
	content: counter(div, decimal-leading-zero);
	counter-increment: div;
}

.box-ordered-2 {
	counter-reset: div;
}

.box-ordered-2 .box-ordered-item::before {
	content: counter(div, decimal);
	counter-increment: div;
}



/*  shed */ 
.schedule-tab .nav-tabs .nav-item .nav-link.active {
	background-color: #f9811e;
}

/*---------------------
  Schedule Section
-----------------------*/
.schedule-tab.tab-content { border: none; }

.schedule-tab .nav-tabs {
	border: inherit !important;
}

.schedule-tab .nav-tabs .nav-item {
	border-bottom: none;
	width: 50%;
	text-align: center;
}
.schedule-tab .nav-tabs .nav-item:nth-child(2n+1) {
	border-right: 1px solid #e1e1e1;	
}



@media (min-width: 992px) {
	.schedule-tab .nav-tabs {
	    flex-wrap: nowrap;
	    display: flex;
	    align-content: center;
	    justify-content: space-between;
	    align-items: center;
	}
	.schedule-tab .nav-tabs .nav-item {
		border-right: 1px solid #e1e1e1;
		width: 100%;
	}
}

.schedule-tab h5 + p, 
.schedule-tab .heading-5 + p {
	margin-top: 0;
	font-size: 14px;
 
}

.schedule-tab .nav-tabs .nav-item:last-child{
/*
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
*/
}

.schedule-tab .nav-tabs .nav-item .nav-link {
		border: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
}

@media (max-width: 991px) {
	.schedule-tab .nav-tabs .nav-item {
		/*border: 1px solid #e1e1e1;*/
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.schedule-tab .nav-tabs .nav-item .nav-link {
	    margin: 0 10px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.schedule-tab .nav-tabs .nav-item .nav-link {
		padding: 0px;
	    margin: 0 10px;

	}
}


.schedule-tab .nav-tabs .nav-item .nav-link.active h5 {
	color: #ffffff;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active p {
	color: #ffffff;
}

.schedule-tab .nav-tabs .nav-item .nav-link h5 {
	color: #171822;
	font-weight: 600;
}

.schedule-tab .nav-tabs .nav-item .nav-link p {
	margin-bottom: 0;
}

.schedule-tab .st-content {
	margin-top: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.schedule-tab .st-content:first-child {
	margin-top: 0px !important;
}

@media (max-width: 992px) {
	.schedule-tab .st-content .sc-pic {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.schedule-tab .st-content .sc-pic {
		text-align: center;
	}
}

.schedule-tab .st-content .sc-pic img {
	border-radius: 50%;
}

.schedule-tab .st-content .sc-text {
	/*padding: 58px 0;*/
}

.schedule-tab .st-content .sc-text h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 10px;
}

.schedule-tab .st-content .sc-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #6a6b7c;
	margin-right: 25px;
	position: relative;
}

.schedule-tab .st-content .sc-text ul li:last-child:after {
	display: none;
}

.schedule-tab .st-content .sc-text ul li:after {
	position: absolute;
	right: -18px;
	top: 0;
	content: "/";
}

.schedule-tab .st-content .sc-text ul li i {
	color: #f48221;
	font-size: 14px;
}

.schedule-tab .st-content .sc-widget {
	padding: 0;
}

.schedule-tab .st-content .sc-widget li {
	list-style: none;
	line-height: 32px;
	position: relative;
	padding-left: 28px;
}

.schedule-tab .st-content .sc-widget li i {
	color: #f48221;
	position: absolute;
	left: 0;
	top: 7px;
}



/*  tab */ 
* + .tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}

/* point */
.figure-classic {
	position: relative;
	display: inline-block;
	margin-top: 16px;
}

.figure-classic::before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #e41e12;
	background-color: #e41e12;
	transition: all .3s ease;
	z-index: 0;
}

.figure-classic img {
	position: relative;
	transition: all .3s ease;
}

.figure-classic-left {
	margin-left: 16px;
}

.figure-classic-left::before {
	transform: translate3d(-16px, -16px, 0);
}

.figure-classic-right {
	margin-right: 16px;
}

.figure-classic-right::before {
	transform: translate3d(16px, -16px, 0);
}

@media (min-width: 992px) {
	.desktop .figure-classic:hover::before {
		transform: none;
	}
	.desktop .figure-classic-left:hover img {
		transform: translate3d(-16px, -16px, 0);
	}
	.desktop .figure-classic-right:hover img {
		transform: translate3d(16px, -16px, 0);
	}
}

@media (min-width: 768px) {
	.figure-classic {
		margin-top: 22px;
	}
	.figure-classic-left {
		margin-left: 22px;
	}
	.figure-classic-left::before {
		transform: translate3d(-22px, -22px, 0);
	}
	.figure-classic-right {
		margin-right: 22px;
	}
	.figure-classic-right::before {
		transform: translate3d(22px, -22px, 0);
	}
}

html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-xs {
	margin-bottom: -11px;
	margin-left: -9px;
}

html .group-xs:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xs > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 11px;
	margin-left: 9px;
}

html .group-sm {
	margin-bottom: -12px;
	margin-left: -12px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 12px;
}

html .group-md {
	margin-bottom: -17px;
	margin-left: -17px;
}

html .group-md:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-md > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 17px;
}

html .group-middle-custom > * {
	vertical-align: middle;
}

html .group-middle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	html .group-middle {
		justify-content: flex-start;
	}
}

* + .group-sm {
	margin-top: 40px;
}

* + .group-md {
	margin-top: 40px;
}

* + .group-xl {
	margin-top: 40px;
}

.row + .group-md {
	margin-top: 35px;
}

.tabs-custom {
	text-align: left;
}

.tabs-custom .tab-content-mod {
	border: none;
}

.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacicng: 0;
	border: 0;
	justify-content: center;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}

.tabs-custom .nav-item {
	float: none;
	margin: 0;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}

.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
	color: #9b9b9b;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tabs-custom .nav-link.active {
	cursor: default;
}

.tab-content-mod > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content-mod > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

* + .tabs-line {
	margin-top: 24px;
}

* + .tabs-line-big {
	margin-top: 18px;
}

* + .tabs-line-2 {
	margin-top: 26px;
}

* + .tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}

h1 + .tabs-line {
	margin-top: 22px;
}

.row + .tabs-corporate {
	margin-top: 66px;
}

.tabs-line .nav-link {
	padding: 10px 10px 6px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .075em;
	text-align: center;
	vertical-align: middle;
}

.tabs-line .nav-link-big {
	font-size: 24px;
}

.tabs-line .nav-link-small {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .025em;
}

.tabs-line * + .tab-content-mod {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.tabs-line .nav-tabs {
		margin-bottom: -10px;
	}
	.tabs-line .nav-item {
		margin-bottom: 10px;
	}
	.tabs-line .nav-link {
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #e1e1e1;
	}
	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #e41e12;
	}
	.tabs-line .nav-link.active {
		border-color: #e41e12;
	}
}

@media (min-width: 768px) {
	.tabs-line .nav-link {
		font-size: 24px;
	}
	.tabs-line .nav-link-big {
		font-size: 36px;
	}
	.tabs-line .nav-link-small {
		font-size: 18px;
	}
}

.tabs-line-big .button {
	min-width: 180px;
}

.tabs-line-big h5 + p {
	margin-top: 8px;
}

.tabs-line-big * + .group-md {
	margin-top: 36px;
}

.tabs-line-style-2 .nav-link {
	letter-spacing: .1em;
}

.tabs-line-style-3 h5 + p {
	margin-top: 10px;
}

.tabs-line-style-3 * + .group-md {
	margin-top: 35px;
}

.tabs-corporate .nav-tabs {
	position: relative;
}

.tabs-corporate .nav-link {
	padding: 12px 0 8px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
	color: #9b9b9b;
	background: transparent;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #151515;
}

.tabs-corporate .nav-link:hover {
	border-color: transparent;
}

.tabs-corporate .tab-content-mod {
	padding: 20px 0 0;
}

@media (max-width: 767px) {
	.tabs-corporate .nav-tabs {
		margin-bottom: 0;
		margin-left: -20px;
	}
	.tabs-corporate .nav-tabs:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.tabs-corporate .nav-tabs > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
	}
	.tabs-corporate .nav-link {
		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}
	.tabs-corporate .nav-link.active {
		border-color: transparent transparent #eb6e6e transparent;
	}
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		border: 0;
		will-change: transform;
		justify-content: flex-start;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 188px;
		letter-spacing: .1em;
		padding: 26px 20px;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color: transparent;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #151515;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active {
		border-color: #e1e1e1;
	}
	.tabs-horizontal.tabs-corporate .tab-content-mod {
		border: 1px solid #e1e1e1;
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		justify-content: space-between;
		border-bottom: 3px solid #e1e1e1;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 10px 0;
		background-color: transparent;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		height: 3px;
		width: 0;
		background: #e41e12;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link-big {
		padding-bottom: 5px;
	}
	.tabs-horizontal.tabs-line .nav-link-small {
		padding-bottom: 18px;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #e41e12;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content-mod {
		margin-top: 30px;
	}
	.tabs-horizontal.tabs-line-style-3 * + .tab-content-mod {
		margin-top: 26px;
	}


}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .tab-content-mod {
		padding: 45px 40px;
	}
}

@media (min-width: 768px) {
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .tab-content-mod {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-line .nav-tabs {
		width: auto;
		min-width: 167px;
		border: 0;
	}
	.tabs-vertical.tabs-line .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-line .nav-link {
		position: relative;
		padding: 21px 0 17px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-line .nav-link.active,
	.tabs-vertical.tabs-line .nav-link:hover {
		color: #e41e12;
	}
	.tabs-vertical.tabs-line .nav-item + .nav-item {
		border-top: 1px solid #e1e1e1;
	}
	.tabs-vertical.tabs-line .tab-content-mod {
		padding: 0 0 0 35px;
	}
	.tabs-vertical.tabs-line * + .tab-content-mod {
		margin-top: 0;
	}
}

.tabs-custom-wrap {
	display: flex;
	align-items: center;
	min-height: 100%;
	padding: 30px 15px;
	background: #ffffff;
}

@media (min-width: 768px) {
	.tabs-custom-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	.tabs-custom-wrap {
		padding: 16px 35px 24px;
	}
}


/*  team */ 
/*
*
* Team
*/
.team-classic {
	position: relative;
	overflow: hidden;
	text-align: left;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.team-classic-2 .team-classic-status {
	color: #f37877;
}

.team-classic-figure {
	display: block;
}

.team-classic-figure img {
	width: 100%;
	/*filter: grayscale(100%);*/
	transition: all .3s ease;
}

.team-classic-caption {
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 27px;
	width: 80%;
	min-width: 300px;
	margin-left: -25px;
	padding: 15px 20px 15px 50px;
	transition: all .3s ease;
	z-index: 1;
}

.team-classic-caption::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(17, 17, 17, 0.5);
	transform: skew(10deg);
	transform-origin: 50% 100%;
	z-index: -1;
}

.team-classic-caption p {
	font-size: 14px;
}


.team-classic-name {
	color: #ffffff;
}

.team-classic-name a, .team-classic-name a:focus, .team-classic-name a:active {
	color: inherit;
}

.team-classic-name a:hover {
	color: #e41e12;
}

.team-classic-status {
	color: #fff;
	letter-spacing: .025em;
}

* + .team-classic-status {
	margin-top: 0;
}

@media (min-width: 576px) {
	.team-classic-lg {
		max-width: 420px;
	}
	.team-classic-lg .team-classic-caption {
		bottom: 44px;
		margin-left: -30px;
		padding: 6px 20px 6px 85px;
	}
}

@media (min-width: 992px) {
	.desktop .team-classic:hover .team-classic-figure img {
		filter: grayscale(0);
	}
	.desktop .team-classic:hover .team-classic-caption {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.team-classic-lg .team-classic-caption {
		bottom: 10%;
		padding: 10px 6% 10px 18%;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.team-classic-lg .team-classic-caption {
		min-width: 260px;
	}
}


/*  thumb */ 
/*
*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}


/*
*
* Thumbnails
*/
.thumbnail {
	position: relative;
}

.thumbnail-xxs {
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-xs {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-sm {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-md {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-lg {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-xl {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-classic {
	text-align: left;
	overflow: hidden;
}

.thumbnail-classic-figure {
	display: block;
}

.thumbnail-classic-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-classic-caption {
	text-align: center;
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	padding: 10px 15px;
	min-width: 230px;
	transform: translate3d(-50%, 0, 0);
	background: #ffffff;
	pointer-events: none;
	transition: all .3s ease;
}

.thumbnail-classic-caption > [class*='thumbnail-classic-'] {
	pointer-events: auto;
}

.thumbnail-classic-title-wrap > * {
	display: inline-block;
	vertical-align: middle;
}

.thumbnail-classic-title-wrap .icon {
	margin-top: 3px;
	margin-right: 16px;
	font-size: 26px;
}

.thumbnail-classic-title-wrap .icon img {
	display: none;
}

.thumbnail-classic-title-wrap .icon, .thumbnail-classic-title-wrap .icon:focus, .thumbnail-classic-title-wrap .icon:active {
	color: #151515;
}

.thumbnail-classic-title-wrap .icon:hover {
	color: #e41e12;
}

.thumbnail-classic-title {
	text-align: left;
	margin-left: 20px;
}
@media (max-width: 991px) {
	.thumbnail-classic-title{
		font-size: 18px;
	}
}

.thumbnail-classic-title a, .thumbnail-classic-title a:focus, .thumbnail-classic-title a:active {
	color: inherit;
}

.thumbnail-classic-title a:hover {
	color: #e41e12;
}

.thumbnail-classic-text {
	display: none;
}

@media (max-width: 575px) {
	.thumbnail-custom-mobile {
		min-height: 300px;
	}
	.thumbnail-custom-mobile a {
		min-height: inherit;
	}
	.thumbnail-custom-mobile img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
	}
	@supports (object-fit: cover) {
		.thumbnail-custom-mobile img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
}

@media (min-width: 992px) {
	.desktop .thumbnail-classic-caption .free-text {
		font-size: 16px;
	}
	.desktop .thumbnail-classic-figure img {
		transform: scale(1.1);
		will-change: transform;
	}
	.desktop .thumbnail-classic-caption {
		width: 100%;
		opacity: 0.7;
		text-align: inherit;
		padding: 20px;
		bottom: 20px;
	}
	.desktop .thumbnail-classic-title-wrap .icon .linearicons {
		font-size: 34px;
	}
	.desktop .thumbnail-classic-title-wrap .icon .thumbnail-classic-title {
		font-size: 22px;		
	}
	.desktop .thumbnail-classic-text {
		display: block;
		font-size: 13px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.desktop .thumbnail-classic-caption {
		padding: 20px;
	}
	.desktop .thumbnail-classic-text {
		font-size: inherit;
	}
}

@media (min-width: 1800px) {
	.thumbnail-md .thumbnail-classic-caption {
		padding-left: 20px;
		padding-right: 20px;
	}
}

* + .thumbnail-classic-text {
	margin-top: 14px;
}

.thumbnail-mary {
	text-align: center;
	overflow: hidden;
	transition: all .3s ease;
}

.thumbnail-mary::before, .thumbnail-mary::after {
	position: absolute;
	content: '';
	transition: inherit;
	pointer-events: none;
}

.thumbnail-mary::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(25, 24, 24, 0.45);
	z-index: 1;
}

.thumbnail-mary::after {
	display: inline-block;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	z-index: 1;
}

.thumbnail-mary-2::after {
	display: none;
}

.thumbnail-mary-2 .thumbnail-mary-caption .icon:hover {
	color: #6ee2aa;
}

.thumbnail-mary-3::before {
	background: rgba(26, 43, 66, 0.37);
}

.thumbnail-xxs .thumbnail-mary-caption .icon {
	font-size: 30px;
}

.thumbnail-mary-figure {
	display: block;
}

.thumbnail-mary-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-mary-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.thumbnail-mary-caption > * {
	pointer-events: auto;
}

.thumbnail-mary-caption .icon {
	font-size: 36px;
}

.thumbnail-mary-caption .icon img {
	display: none;
}

.thumbnail-mary-caption .icon, .thumbnail-mary-caption .icon:focus, .thumbnail-mary-caption .icon:active {
	color: #ffffff;
}

.thumbnail-mary-caption .icon:hover {
	color: rgba(255, 255, 255, 0.5);
}

.thumbnail-mary-title {
	color: #ffffff;
}

.thumbnail-mary-title a, .thumbnail-mary-title a:focus, .thumbnail-mary-title a:active {
	color: inherit;
}

.thumbnail-mary-title a:hover {
	color: #6ee2aa;
}

.thumbnail-mary-project {
	font-weight: 400;
}

.thumbnail-mary-time {
	font-weight: 400;
	color: #646464;
}

.owl-timeline .thumbnail-mary-decor {
	display: inline-block;
	position: relative;
	margin: 15px 0 14px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #646464;
}

.owl-timeline .thumbnail-mary-decor::before, .owl-timeline .thumbnail-mary-decor::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	transform: none;
	visibility: visible;
}

.owl-timeline .thumbnail-mary-decor::before {
	background: rgba(80, 186, 135, 0.5);
	animation: item1B 1s ease infinite;
}

.owl-timeline .thumbnail-mary-decor::after {
	background: rgba(80, 186, 135, 0.3);
	animation: item1A 1s ease infinite;
}

@media (min-width: 992px) {
	.desktop .thumbnail-mary::before {
		opacity: 0;
		visibility: hidden;
	}
	.desktop .thumbnail-mary::after {
		transform: scale(0.85);
		opacity: 0;
		visibility: hidden;
	}
	.desktop .thumbnail-mary-figure img {
		transform: scale(1.2);
		will-change: transform;
	}
	.desktop .thumbnail-mary-caption .icon,
	.desktop .thumbnail-mary-title {
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
	}
	.desktop .thumbnail-mary-caption .icon {
		transform: translate3d(0, -10px, 0);
	}
	.desktop .thumbnail-mary-title {
		transform: translate3d(0, 10px, 0);
	}
	.desktop .thumbnail-mary:hover::before {
		opacity: 1;
		visibility: visible;
	}
	.desktop .thumbnail-mary:hover::after {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.desktop .thumbnail-mary:hover .thumbnail-mary-figure img {
		transform: none;
	}
	.desktop .thumbnail-mary:hover .icon,
	.desktop .thumbnail-mary:hover .thumbnail-mary-title {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.desktop .owl-timeline:hover .thumbnail-mary-decor::before, .desktop .owl-timeline:hover .thumbnail-mary-decor::after {
		animation: none;
	}
	.desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::before {
		animation: item1B 1s ease infinite;
	}
	.desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::after {
		animation: item1A 1s ease infinite;
	}
}

@keyframes item1B {
	25% {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		transform: scale(3);
		visibility: hidden;
	}
}

@keyframes item1A {
	100% {
		opacity: 0;
		transform: scale(4);
		visibility: hidden;
	}
}

* + .thumbnail-mary-title {
	margin-top: 16px;
}

* + .thumbnail-mary-description {
	margin-top: 30px;
}




/* calendar */
.events-box {
	padding-left: 15px; 
	padding-right: 15px; 
}
.events-box .row {	
	padding-left: -15px; 
	padding-right: -15px; 
}
.events-box .row + .row {
	margin-top: 10px !important;
}

.events-box .active {
	background-color: #e1e1e1;
}
.events-box { font-size: 14px; }
.events-box .e-time { 
	max-width: 100px; 
	padding: 10px;
}
.d-one,.d-two,.d-three,.d-four,.d-five,.d-six,.d-seven {}
@media (min-width: 768px) {
	.d-one,.d-two,.d-three,.d-four,.d-five,.d-six,.d-seven { padding-top: 10px; }
}

.d-display .col:nth-last-child(2) { border: none !important; }
.d-display .col { height: auto; }
.d-display .col.text-center { border-right: 1px solid #e1e1e1 }

.events .row:nth-child(2n+1) {
	background-color: #f1f1f185;

}
@media (max-width: 767px) {
	.events .row {
		padding-bottom: 10px;
	}
}
.events .row .box {
	border-left: 3px solid #f48221;
	border-right: 1px solid #dedede;	
	border-top: 1px solid #dedede;	
	border-bottom: 1px solid #dedede;
}
.events .row:nth-child(2n+1) .box {
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.events { line-height: 1.2; }
.events .e-title { font-weight: bold; }
.events .e-fio { color: #909090; font-weight: bold; }
.events .box {  
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;  
}
@media (max-width: 767px) {
	.events .box {  
		margin-left: 10px;
		margin-right: 10px;
	}
	.events .box {
		margin-top: 10px;
	}
}
/*desctop*/
@media (min-width: 768px) {
	.events .box:first-child {
		margin-top: 0;
	}
	.events .box {
		margin-top: 10px;
	}
	.events .box:last-child {
		margin-bottom: 10px;
	}
}
.events .e-times .fa {
	color: #909090;
}

.event-dotted {
    cursor: pointer;
}
.event-dotted:hover {
	background-color: #e1e1e1;
}
.event_popup_content {
	display:none;
    max-width: 440px;
	background-color: #ffffff; 
}
.event__content {
	font-size: 18px;
	padding: 50px 20px 20px 20px;
	line-height: 1.2;
}

.event__content .event__title { font-size: 26px;  }
.event__content .event__time {	font-size: 16px; }
.event__content .event__time .fa { color: #f9811e; }
.event__content .event__img {}
.event__content .event__desp { font-size: 18px; }
.event__content .event__fio { font-size: 16px;  color: #333; font-weight: bold; }
.event__content .event__dop { font-size: 14px; font-style: italic; }

.event_popup_content .popup_close {
    cursor: pointer;
	position: absolute;
    top: 0;
    right: 0px;
    border-radius: 2px;
    background: none;
    border: 0;
    font-size: 40px;
    padding: 0 10px;
	line-height: 40px'
}
.mod-section-row .isotope-item.isotope-bg {
    margin-bottom: 30px;
}
.mod-section-row .thumbnail-classic-figure {
    display: block;
    height: 240px;
    background-size: cover;
    background-repeat: repeat;
}

.v-konkurs .k-enabled,
.v-konkurs .k-disabled { cursor: pointer; }
.v-konkurs .nonauth,
.v-konkurs .k-enabled,
.v-konkurs .k-disabled {
	display: inline-block;
}
.v-konkurs .nonauth { color: grey}
.v-konkurs .k-enabled { color: red}
.v-konkurs .k-disabled { color: green}
.v-konkurs .k-rating {
	display: inline-block;
	color: #000;
}

.phd .btn-viewall.button {
	font-size: 16px !important;
}
.phd.phd-swiper .heading-1 {
	text-transform: none;	
	font-weight: 400;
}
.phd.phd-swiper .button-custom,
.phd.phd-adv .button-custom {
	padding: 16px;	
}
.phd .header-6 { font-size: 26px; }
.phd .fs20 { font-size: 20px; }
.phd .owl-head a:hover { color: #df0013; }
.phd .grey1 { color: #909090 }
.phd .grey2 { color: #969696 } 
.phd .owl-head  { line-height: 28px; }
.phd .owl-box-fields { font-size: 16px; }
.phd .owl-box-fields span:first-child,
.phd .owl-podzak,
.phd .phd-dop-head { font-size: 18px;}
.phd .owl-box-desp { }
.phd .free-text {
	font-size: 18px !important;
    line-height: 1.2 !important;
}
.phd .owl-carousel[data-nav='true'] {
	padding-left: 0; 
	padding-right: 0; 
}

.phd .btn-viewall {
	position: relative;
    padding: 10px 14px;
	font-size: 16px;
	background-color: #e41e12;
	color: #ffffff;
	border: 1px solid #e41e12;
}
@media (max-width: 768px) {
	.phd .btn-viewall {
	    padding: 10px 14px 8px 14px;
	}
}

.phd .btn-viewall-right { right: 0; }
.phd .btn-viewall:hover { color: #ffffff; background-color: #000000; border: 1px solid #000000;}
.phd .owl-prev,
.phd .owl-next {
	position: relative;
	top: 2px;
    transform: translateY(-50%);
    font-family: 'Linearicons';
    color: #000000;
    cursor: pointer;
	padding: 15px 16px 14px 16px;
	font-size: 16px;
}
@media (max-width: 768px) {
	.phd .owl-prev,
	.phd .owl-next {
		padding: 16px 16px 14px 16px !important;
	
	}
}
.phd .owl-prev:hover,
.phd .owl-next:hover {
	color: #ffffff;
}

.phd .owl-free .owl-prev {
	right: 50px;
}
.phd .owl-free .owl-next {
    right: 0px;
}
.phd .owl-not-link .owl-prev {
	right: 55px;
}
.phd .owl-not-link .owl-next {
    right: 0px;
}
@media (max-width: 768px) {
	.phd .h4 {
		font-size: 22px;
	}
	.phd.phd-adv .h2 {
		font-size: 50px;
	}
} 
.phd .figure-classic::before {
	border-color: #e41e12;
    background-color: #e41e12;
}

.phd .pagi li.active a,
.phd .pagi li.active span {
	background-color: #e1e1e1;
}
.phd .pagi li:not(.strelka, .active) a, 
.phd .pagi li:not(.strelka, .active) span,
.phd .button-custom,
.phd .owl-next,
.phd .owl-prev { background-color: #e41e12; border-color: #e41e12; color: #fff;}

.phd .pagi li:hover:not(.active) a,
.phd .pagi li:hover:not(.active) span,
.phd .button-custom:hover,
.phd .owl-next:hover,
.phd .owl-prev:hover {
	color: #fff;
	border-color: #fff;
	background-color: #000;	
}

.phd .free-text a {
	text-decoration: underline;
}
.phd .free-text a:hover,
.phd a:hover.color-custom {
	text-decoration: none;
}

.phd-bg,
.phd .tabs-horizontal.tabs-line .nav-link::after,
.phd .card-custom .card-custom-title > a.collapsed:before,
.phd .list-marked > li::before, .list-marked-primary > li::before,
.phd .pochet-table thead td,
.phd .progress-bar {
	background-color: #e41e12;
}
.phd .swiper-pagination-bullet:hover, .swiper-pagination-bullet-active,
.phd .plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true],
.phd .progress-bar>span {
    background: #e41e12;	
}
.phd .progress-bar>span:before {
	border-top: 7px solid #e41e12;
}
.phd .pay-info {
	font-style: italic;
    line-height: 13px !important;
    font-size: 13px !important;
}

.phd .phd-form .button-custom,
.phd .phd-bg .button-custom {
	font-size: 22px;
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.phd .phd-form .button-custom:hover,
.phd .phd-bg .button-custom:hover {
	color: #fff;
	border-color: #fff;
	background-color: #000;	
}
.phd .zdr { width: 100%; position: relative; display: inline-block; }
.phd .zdr a,
.phd .zdr span.nonlinelink {  width: 100%; padding: 0; line-height: 60px;}
.phd .zdr span.nonlinelink .name-zdr { display: block; line-height: 60px; }

.phd .zdr a:hover { color: #e41e12; }
.phd .zdr a .round-count,
.phd .zdr span.nonlinelink .round-count { position: absolute; right: 0px; border-radius: 50%;background-color: #e41e12; color: #ffffff; top: 0; display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; }
.phd .zdr a:hover .round-count { background-color: #666666; color: #ffffff }
@media (max-width: 400px){
	.phd .zdr span.nonlinelink .name-zdr { display: inline !important}
}
@media (max-width: 400px){
	.phd .zdr a .round-count,
	.phd .zdr span.nonlinelink .round-count { width: 50px; height: 50px; top: 10px;}
	.phd .zdr .name-zdr { max-width: 220px; display: inline-block; line-height: 100%; }
	.phd .zdr { margin-bottom: 10px; }
}
@media (min-width: 400px){
	.phd .zdr { margin-bottom: 20px; }
	.phd .zdr a,
	.phd .zdr span.nonlinelink { font-size: 16px; }
}
@media (min-width: 1200px) {
	.phd .zdr a,
	.phd .zdr span.nonlinelink { font-size: 18px; height: 60px; }
}

.phd h4,
.phd .h4,
.phd-bg h4,
.phd h3,
.phd-bg h4,
.phd.phd-swiper .h2,
.phd.phd-swiper h2,
.phd.phd-adv .h2,
.phd.phd-adv h2 { font-weight: 400; }
.phd-bg h4,
.phd.phd-swiper .h2,
.phd.phd-swiper h2,
.phd.phd-adv .h2,
.phd.phd-adv h2,
.phd-bg { color: #ffffff; }
.phd .phd-head { line-height: 26px; }
.phd .head-middle-form a,
.phd .head-middle-form { line-height: 22px; }
.phd .phd-dop-head { line-height: 22px; font-size: 18px;  }
.phd .phd-desp,
.phd .desp-middle-form { line-height: 22px; font-size: 18px; }

.phd .phd-bg a { color:#ffffff;text-decoration: underline; }
.phd .phd-bg a:hover {text-decoration: none; }
.phd .photokonkurs-form-search { margin-top: 14px !important; }
.phd .pochet-checkbox { display: flex;
    align-content: center;
    align-items: center;
}
.phd .pochet-checkbox label  {
	top: 0;
	font-size: 16px;
}
.phd .form_pay .pochet-checkbox input { top: 6px; }


.phd.phd-form input[type="checkbox"],
.phd .phd-bg input[type="checkbox"] { appearance: none; background-color: #fff; margin: 0; font: inherit; color: currentColor; width: 1.15em; height: 1.15em; border: 0.15em solid currentColor; border-radius: 0.15em; transform: translateY(-0.075em); display: grid; place-content: center;}
.phd.phd-form input[type="checkbox"]::before,
.phd .phd-bg input[type="checkbox"]::before { content: ""; width: 0.65em; height: 0.65em; transform: scale(0); transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em #e41e12;}
.phd.phd-form input[type="checkbox"]:checked::before,
.phd .phd-bg input[type="checkbox"]:checked::before { transform: scale(1); }
.phd.phd-form input[type="checkbox"]::before,
.phd .phd-bg input[type="checkbox"]::before { background-color: CanvasText; }
.phd.phd-form input[type="checkbox"]::before,
.phd .phd-bg input[type="checkbox"]::before { transform-origin: bottom left; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
.phd.phd-form input[type="checkbox"]:focus,
.phd .phd-bg input[type="checkbox"]:focus { outline: none; outline-offset: none; }
.phd-audio-bg  {
	background-color: #e4e4e4;
    padding: 1px;
}
.phd .form-input {
    border: 1px solid #666666;
    font-size: 18px;
    font-style: italic;
}
.phd .pagi li {
    display: inline-block;
    overflow: hidden;
}
.phd .pagi li a, 
.phd .pagi li span {
	display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 16px;
    line-height: 50px;
    font-weight: 300;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    transition: .4s;
}

@media (max-width: 476px) {
	.phd .pagi li a, 
	.phd .pagi li span {
	    width: 28px;
	    height: 28px;
	    font-size: 12px;
	    line-height: 28px;
	}
}

.phd .no-button {
	cursor: default !important;
}
.phd .no-button:hover {
	color: #151515; 
	background: none;
}
.bg-gray-darker.phd {
	    background-color: #787878 !important;
}
.phd.phd-owl .owl-prev,
.phd.phd-owl .owl-next {
	top: 50%;
}
.phd.phd-owl .owl-prev.disabled,
.phd.phd-owl .owl-next.disabled {
	opacity: 0.6;
}

.phd.phd-owl .owl-prev{
	position: absolute !important;
	left: 40px;
}
.phd.phd-owl .owl-next{
	position: absolute !important;
	right: 40px;
}
@media (max-width: 768px) {
	.phd.phd-owl .owl-prev {
		position: absolute !important;
		left: 0;
	}
	.phd.phd-owl .owl-next{
		position: absolute !important;
		right: 0;
	}
}
.phd.phd-owl .owl-nav{
	position: absolute;
    top: 0;
    width: 100%;
	height: 100%;
}
.fs-16 { font-size: 16px !important; line-height: 16px !important; } 
.fs-18 { font-size: 18px !important; line-height: 18px !important; } 
.fs-20 { font-size: 20px !important; line-height: 20px !important; } 
.no-border { border: none}
.text-red { color: #e41e12; }
.right-line {
    border-left: 2px solid white;
    padding-left: 10px;
}
.bg-gray-darker.phd h6 {
	text-transform: math-auto;
}
.free-format li, 
.free-format a {
    line-height: 16px;
    margin-bottom: 12px;
}
.free-format li:last-child, 
.free-format a:last-child {
	margin-bottom: 0;
}
