@import url('https://fonts.googleapis.com/css?family=Arsenal|Poiret+One|Yanone+Kaffeesatz&subset=cyrillic');
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
       url('fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* Add here all your CSS customizations */
.owl-carousel .owl-stage{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.owl-carousel.owl-drag .owl-item{
	/*margin: auto;*/
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-link{
	position: relative;
	height: 100%;
	display: block;
}
.news-link .card{
	height: 100%;
}
.img-fluid-people {
    width: 100%;
	max-width:100%;
    height: auto;
}
.img-fluid-new {
    width:auto !important;
	/*max-width: 100%;*/
     height: 115px;
	
}
/* .owl-carousel .owl-item img{
	height: 120px;
	width: auto;
}
.owl-item active{
	width: auto !important;
	height: 120px !important;
} */
.region-info{
	width:100%;
	
}
.left-col{
	float: left;
	width:50%;
	font-weight:700;
	text-align:right;
	padding-right:10px;;
	
}
.right-col{
	float: left;
	width:50%;
	text-align:left;
	
}
.my_adr:before{
	content: "\f005"; 
	font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
	color:black;
}
@media (max-width: 768px) {
	.owl-carousel .owl-item img{
		width: auto;
		margin: 0 auto;
	}
}
.marked-li {
	list-style-type:none;
	list-style:none;
	counter-reset: li;
	
}
.marked-li li{
	 position: relative;
    padding-left: 3em;
font-size: 16px;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.marked-li li:before{
	
	content: "✓" !important;
	position:absolute;
	top: 0;
    left: 0;
	width: 1.8em;
	height: 1.8em;
	border-radius: 0.9em;
	background: #2388ED;
	text-align: center;
	color: #fff;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.number-li{
	counter-reset: li;
	
}
.number-li li{
    position: relative;
font-size: 16px;
    padding-left: 3em;
    margin: 0.85em 0;
    list-style: none;
    line-height: 2.4em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.number-li li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
    
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    padding: 0px;
    color: #fff;
    background: #2388ED;
    font-weight: bold;
    text-align: center;
    border-radius: .9em;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.number-li li:after {
	position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: rgb(203, 203, 203);
    z-index: 0;
}

.dropdown .dropdown-item, #portfolioLoadMoreFilter .nav-link {
	text-transform: uppercase !important;
}
#portfolioLoadMoreFilter .nav-link{
	font-size:9px;
}
article a{
	color: #2388ed;
}
.blog-post .blog-post-header{
	/*float: left;
	padding-right: 25px;*/
	margin-bottom: 20px;
	background: #fff;
}
.blog-post .info{
	display: inline-block;
}
.post-date{
	font-size: 20px;
}
.user_info{
	font-size: 20px;
}
/*.user_info .position{
	font-size: 13px;
	margin-bottom: 15px;
}*/
.user_info .fio{
	border-bottom: 2px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background: url(/local/templates/main/img/car.png) right 45px no-repeat;
}
@media screen and (max-width: 992px){
	.user_info .fio{
		background-position: right bottom;
	}
}
@media screen and (max-width: 992px){
	.user_info .fio{
		background: none;
	}
}
.head_user{
	overflow: hidden;
}
.people_accordion{
	float: left;
	width: 100%;
}
.accordion.people_accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed{
	background: #2388ed !important;
}
.accordion.people_accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed,
.accordion.people_accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed:active,
.accordion.people_accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed:focus,
.accordion.people_accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed:hover{
	color: #fff !important;
}
.card-body .text-color-light{
	font-weight:bolder;
}
.card-comitet a{
	 position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
    background-color: #fff !important;
}
.card-comitet p{
	color:#000 !important;
	font-size:18px !important;
}

.card-comitet a:hover{
	background: #2388ed !important;
	color:#fff !important;

}
.card-comitet a:hover p{
	color:#fff !important;
}

.card-comitet:before, .card-comitet:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.card-comitet:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

.cc_sect_name{
	background: #2388ed;
	border-bottom: 3px solid red;
	margin-bottom: 30px;
	
	
	
}
.cc_sect_name h2{
	color: #fff;
	margin-bottom:0;
	padding: 5px 0 5px 0;
}


.page-header h1,
.user_info .main,
.user_info .fio,

.card-body .text_default
{
	/*font-family: 'Yanone Kaffeesatz';*/
	font-family: 'ProximaNova-Regular';
	color:#000;
}
.page-header h1{
	font-size: 20px !important;
}
.btn{
	font-family: 'Arsenal';
	font-size:14px;
}
.news-list-wrap p{
	/*font-family: 'Arsenal';*/
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height: 1.4em;
}
#toggleTags li {
	font-size:16px !important;
}
.header-column{
	font-family: 'Arsenal';
	font-size:14px;
}
.card-body .top-sub-title{
	/*font-family: 'Poiret One', cursive;*/
	font-family: 'ProximaNova-Regular';
	font-weight: bold;
	font-size: 20px;
}

.blog-post .post-date{
	/*font-family: 'Poiret One', cursive;*/
	font-family: 'ProximaNova-Regular';
	font-weight:bold;
	font-size: 20px;
}
.font-tertiary{
	/*font-family: 'Poiret One', cursive;*/
	font-family: 'ProximaNova-Regular';
	font-weight:bold;
	font-size: 14px;
}

.blog-post .font-weight-bold{
	font-family: 'Yanone Kaffeesatz';
}

.post-comments{
	font-family: 'Arsenal';
}
/*.blog-post .post-date {
	background: #8989e3;
	padding: 5px;
    padding-right: 5px;
	border-radius: 10px;
	color: #fff !important;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
    font-size: 16px;
	
}*/

.user_info .main{
	text-transform: uppercase;
}
.new-container li a{
	padding:8px;
}

.blog-post p, .blog-post li,
.news_wrap .text-color-dark,
.news-link .font-weight-bold,
.new-container li a,
#accordionDefault h1,
#accordionDefault h2,
#accordionDefault h3,
#accordionDefault h4,
#accordionDefault h5,
#accordionDefault h6,
#toggleCategories li,
#toggleTags li,
.breadcrumb li a,.breadcrumb .active,
.footer-copyright,
#togglePopularPosts h4{
	font-family: 'ProximaNova-Regular' !important;
}
.blog-post p{
	font-size:16px;
	line-height: 1.4em;
}
#toggleCategories li{
	font-size: 16px;
}
.breadcrumb li a, .breadcrumb .active{
	font-size: 16px !important;
}
.card-body p{
	font-size:16px;
}
.news_wrap .text-color-dark{
	font-size:20px !important;
	    line-height: 1.2 !important;
}
}
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Arsenal';
}

#mainNav li a{
	/*font-family: 'Arsenal' !important;*/
	font-family: 'ProximaNova-Regular' !important;
	font-weight:normal !important;
}
.user_info .main_info{
	font-family: 'Yanone Kaffeesatz';
	color:#000;
}
.user_info .position{
	font-family: 'ProximaNova-Regular';
	font-size: 16px;
	margin-bottom: 15px;
}

.icon-box-info span{
	font-family: 'Arsenal';
}
.li-footer i{
	color:#2388ED;
	padding-right:5px;
	font-size:18px;
	display:inline;
	vertical-align:middle;
	padding-left:0;
}

.li-footer span{
	padding-left:15px;
	vertical-align:middle;
	font-family: 'Arsenal', sans-serif;
}


@media only screen and (min-width: 992px) {
/*PopUp*/
	
	#custom-content{
		padding:0 !important;
	}
	
	.custom-content-button{
		position: sticky;
		height:40px;
		width:100%;
		min-height: 2em;
		background: #fff;
		z-index: 10000;
		padding:0;
		margin:0;
		top:0;
		
		
	}
	
	
	#custom-content .mfp-close{
		width: 30px;
		height: 30px;
		line-height: 24px;
		-webkit-appearance: none;
		touch-action: manipulation;
		left: 840px;
		
		font-weight: 500;
		font-size: 35px;
		margin-top:8px;
		color:#3C89F0;
		border-radius:50%;
		
		box-shadow: 0 7px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
		
		opacity:1 !important;
	}
	
	.image-frame .image-frame-wrapper{
		min-height: 405px !important;
	}


}
@media only screen and (max-width: 480px){
	.post-date{
	font-size: 14px;
	}
	.page-header{
		padding:0;
	}
	.header-container{
		min-height:0 !important;
	}
	
.header-logo img{
	max-width:40% !important;
	height:auto !important;
}
	/*PopUp begin*/	
	
	#custom-content{
		padding:0 !important;
		border-radius: 15px;
	}
	
	.custom-content-button{
		position: sticky;
		height:47px;
		width:100%;
		min-height: 2em;
		background: #fff;
		z-index: 10000;
		padding:0;
		margin:0;
		top:0;
		
	}
	
	#custom-content .mfp-close{
		width: 30px;
		height: 30px;
		line-height: 24px;
		-webkit-appearance: none;
		touch-action: manipulation;
		right:20px;
		font-weight: 500;
		font-size: 35px;
		color:#2388ED;
		border-radius:50%;
		box-shadow: 0 7px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
		top:7px;
	}
	/*PopUp end*/
	#accordionDefault a{
		font-size:10px;
	}
	#accordionDefault h1{
		font-size:18px;
	}
	#accordionDefault h2{
		font-size:17px;
	}
	#accordionDefault h3{
		font-size:16px;
	}
	#accordionDefault h4{
		font-size:15px;
	}
	#accordionDefault h5{
		font-size:14px;
	}
	#accordionDefault h6{
		font-size:14px;
	}
	.white-popup-block{
		padding:20px !important;
	}
	.marked-li li{
		padding-left: 2.3em;
	}
	.marked-li li:before{
		width: 1.7em;
		height: 1.7em;
	}
	.news-sections .news{
		width: 48%;
	}
	.news-sections .news .portfolio-item{
		margin: 0;
	}
	.news-sections .news .portfolio-item > a{
		display: none;
	}
	
	/*menu*/
	#mainNav .dropdown-item{
		font-size:12px;
	}
	
}
.body{
	/*background: url(/local/templates/main/img/main-bg.jpg) no-repeat fixed #E3E3E3;
	background-size:cover;*/
}

.table-sostav td:nth-child(1), .table-sostav td:nth-child(2){
	font-weight:bold;
}

.rev_slider img, .tp-simpleresponsive img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 1366px){
	.slider-container.slider-container-height-600{
		height: 410px;
	}
}

.lh{
border-bottom:2px solid #f00;
padding:20px;
}
#header .header-action{
	margin-left: 1rem;
    padding-left: 1rem;



#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}