html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }

fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

html, body, div, ul {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
.hidden {display: none;}

html {
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
} 
.before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.trans {
	transition: all .5s ease;
}
.img-wrap img {
	width: 100%;
	max-width: 100%;
}
html {
	font-size: 10px;
	font-family: serif;
	min-height: 100%;
	height: 100%;
}
body {
	font-family: "Roboto", Arial, sans-serif;
	min-height: 100vh;
	position: relative;
	overflow-x: hidden;
	min-width: 320px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
main {
	flex: 1;
}
footer {
	flex-shrink: 0;
}
.fader {
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	display: none;	
}
.fader.dark {
	display: block;	
}
.main-wrapper {
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
}
a {color: #06F;}
a:hover {color: #F00;}
a:focus {color: #F00;}

.a-nolink {text-decoration: none!important; color: #000!important;}
.a-nolink:hover {text-decoration: none!important; color: #000!important;}

.fancybox-skin {
	padding: 0px!important;
	border-radius: 0px!important;
} 
.scroll-top-side {
	background-color: #fff;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	border-radius: 25px;
	display: none;
	box-shadow: rgba(105, 105, 105, .5) 0px 2px 20px;
	z-index: 1000;
	padding: 11px 13px 15px 13px;
}
.scroll-top-side-visible {
	display: inline-block;
}
.scroll-top-side .b-icon {
	fill: rgba(38, 187, 157, 1);
	height: 24px;
	width: 24px;	
}   
header {
	margin-bottom: 0px;
	padding-bottom: 20px;
}
main {
}
.b-header {
	padding: 0 5px;
	display: grid;
	grid-template-columns: 200px auto 1fr;
	grid-template-rows: auto auto 40px 1fr;
	grid-template-areas: 
	"h-logo h-menu-top h-menu-top"
	"h-logo h-logo-txt h-slogan"
	"h-logo h-search h-search"
	"h-logo h-menu h-menu";
	margin-top: 10px;
	grid-column-gap: 30px;
grid-row-gap: 10px;
}
.b-header__logo {
	margin-left: 0px;
	display: block;
	grid-area: h-logo;

}
.b-header__logo-img {
	display: block;

	margin-top: 18px;
}
.b-header__logo-img,
.b-header__logo-img-mob,
.b-header__logo-img-min img {
	max-width: 100%;
}
.b-header__slogan {
grid-area: h-slogan;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
/*color: #fff;*/
font-size: 1.7rem;
line-height: 1.3;
text-align: right;
color: #E6D17F;
font-weight: bold;
margin-bottom: 30px;
}
.b-header__logo-txt {
	font-size: 4rem;
	line-height: 1.2;
	text-decoration: none;
	color: #E6D17F!important;
	grid-area: h-logo-txt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 30px;
}
.b-header__logo-txt:hover,
.b-header__logo-txt:focus {
	text-decoration: none;
	color: rgba(213,204,39,.8);
}
.b-top-logo-title {
	display: inline-block;
	font-size: 4rem;
	font-weight: bold;
}

/* ------ menu-top --------------------*/

.b-header__menu-top {
	margin-top: 20px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	grid-area: h-menu-top;
}

.b-header__menu-top ul {
	width: 100%;
	display: flex;
	list-style-type: none;
}
.b-header__menu-top a {
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-right: 3rem;
	padding-left: 0;
	padding-top: 2px;
	height: 2rem;
	display: flex;
	align-content: center;
	align-items: center;
}	
.b-header__menu-top a:hover,
.b-header__menu-top a:focus	{
	color: #F00;
}

/* ------ menu --------------------*/

.b-header__menu {
	margin-top: 10px;
	margin-bottom: 0px;
	align-items: center;
	grid-area: h-menu;
}
.b-header__menu ul {
	width: 100%;
	list-style-type: none;
}
.b-header__menu ul li {
	display: inline-block;
}

.b-header__menu a {
	font-size: 1.9rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-right: 2.5rem;
	padding-left: 5px;

	padding-top: 2px;
	align-content: center;
	align-items: center;
	font-family: "FuturaDemi", Arial, sans-serif;
}	
.b-header__menu a:hover,
.b-header__menu a:focus	{
	color: #F00;
}
.b-header__menu .active {
	font-weight: bold;
}
.b-header__mail {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
	grid-area: h-mail;
	display: none;
}
.b-top-search {
	font-size: 23px;
	line-height: 18px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
	background-image: url(/images/search-black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	background-size: 25px 25px;
	color: #000;
	grid-area: h-search;
}
.b-top-search .b-top-search__txt {
	font-size: 14px;
	padding-left: 33px;
	line-height: 25px;
}
.b-top-search:hover {
	text-decoration: none;
	color: #000;
}

 /* ------ search --------------*/

.main-search {
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	display: grid;
	grid-template-columns: 1fr auto;
	padding-bottom: 0px;
	padding-top: 0px;
	grid-area: h-search;
	align-items: center;
	grid-column-gap: 15px;	

}
.main-search-adv {
	font-size: 1.4rem;
	text-decoration: underline;
	color: #fff;
}
.main-search form {
	width: 100%;
}
.bx-input-group {
	position:relative;
	display:table;
	border-collapse:separate;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
	border-radius:10em;
/*	border:1px solid rgba(11,65,155,1);*/
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .3);
}
.form_focus {
	background-color: rgba(255, 255, 255, 1)!important;
border:1px solid #333;
}
.bx-input-group:focus-within {
	background-color: rgba(255, 255, 255, 1)!important;
border:1px solid #333;
}

.bx-input-group .bx-form-control {
	display:table-cell;
	position:relative;
	z-index:2;
	float:left;
	width:100%;
	margin-bottom:0;
	width:100%;
	height:36px;
	padding: 6px 12px;
	font-size:16px;
	line-height:1.42857143;
	color:#555;
	border: 0px solid rgba(11,65,155,1);
	border-radius:0px 0 0 0px;
	outline:0!important;
	box-shadow:none!important;
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
	-webkit-appearance: none;
	background: none;
}
.bx-input-group .bx-form-control::-webkit-input-placeholder {color:#ccc; }
.bx-input-group .bx-form-control::-moz-placeholder          {color:#ccc;}
.bx-input-group .bx-form-control:-moz-placeholder           {color:#ccc;}
.bx-input-group .bx-form-control:-ms-input-placeholder      {color:#ccc;}
.bx-input-group-btn {position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell; outline: none;}
.bx-input-group-btn button{
	position:relative;
	border:0;
	display:inline-block;
	margin-bottom:0;
	cursor:pointer;
	color:#000;
	font-size:19px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	height: 30px;
	padding-right: 10px;
	padding-left: 30px;
	text-transform: uppercase;
	line-height: 22px;
	outline: none;
	top: 0px;
	background: none;
}
.toggle-mnu {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	left: 20px;
	top: 27px;
	z-index: 10000;
}
.toggle-mnu-wrap {display: none;
	background-color: rgba(255, 255, 255, 0);
	height: 75px;
	width: 54px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}
@media only screen and (min-width : 992px) {
	.toggle-mnu,
	.toggle-mnu-wrap {
		display: none;
	}
}
.toggle-mnu:focus {
	outline: none;
}
.toggle-mnu span:after,
.toggle-mnu span:before { 
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
}
.toggle-mnu span:after {
	top: 14px;
}
.toggle-mnu span {
	position: relative;
	display: block;
}
.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 3px;
	background-color: #fff;
	-webkit-transition:all .3s;
	transition: all .3s;
	backface-visibility: hidden;
	border-radius: 0px;
}
.toggle-mnu.on span {
	background-color: transparent;
}
.toggle-mnu.on span:before {
	-webkit-transform:rotate(45deg) translate(0px,0);
	-ms-transform:rotate(45deg) translate(0px,0);
	transform:rotate(45deg) translate(0px,0)
}
.toggle-mnu.on span:after {
	-webkit-transform:rotate(-45deg) translate(5px,-5px);
	-ms-transform:rotate(-45deg) translate(5px,-5px);
	transform:rotate(-45deg) translate(5px,-5px)
}
.toggle-mnu.on + #menu {
	opacity: 1;
	visibility: visible;
}

/* ----------------- sidebar ----------------------------------------------------------------*/


.sidebar.open-sidebar {
	left: 0px;
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
}    
.sidebar {
	position: absolute;
	left: -360px;
	background-color: rgba(233,201,70,1);
	width: 360px;
	min-height: 100%;
	box-sizing: border-box;
	z-index: 2000;
	-webkit-transition:  left 0.4s ease-in-out;
	-moz-transition:  left 0.4s ease-in-out;
	-ms-transition:  left 0.4s ease-in-out;
	-o-transition:  left 0.4s ease-in-out;
	transition:  left 0.4s ease-in-out;
	padding-top: 50px;
	padding-bottom: 30px;

}
.sidebar a {
	color: #fff;
}

.b-sidebar-menu-main {
list-style: none;
margin-top: 30px;
}
.b-sidebar-menu-main li {
list-style: none;
padding: 5px 20px;
}
.b-sidebar-menu-main li a {
	    font-family: "FuturaDemi", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	color: #000;
}
.b-sidebar-menu {
list-style: none;
margin-top: 30px;
}
.b-sidebar-menu li {
list-style: none;
padding: 5px 20px;
}
.b-sidebar-menu li a {
	    font-family: "FuturaMedium", Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
	color: #000;
}
.b-side__login {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 15px;
	font-family: "FiraSans", Arial, sans-serif;
	font-weight: 500;
}
.b-side__login a {
    margin-left: 10px;
/*    color: #000;*/
    color: #fff;
}	
.b-side__mail {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
/*	display: none;*/
margin: 0 20px 10px 20px;
color: #fff;
}
.b-side__mail:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	font-size: 17px;
	top: -3px;
	color: #fff;
}
.b-side__phone {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
/*	display: none;*/
margin: 0 20px 10px 20px;
color: #fff;
}
.b-side__phone:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	font-size: 20px;
	top: -4px;
	color: #fff;
} 
.b-side__place {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
/*	display: none;*/
margin: 0 20px 10px 20px;
color: #fff;
}
.b-side__place:before {
	content: "\f041";
	font-family: FontAwesome;
	margin-right: 10px;
	position: absolute;
	left: 2px;
	font-size: 20px;
	top: -4px;
	color: #fff;
} 
.b-side__time {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
/*	display: none;*/
margin: 0 20px 10px 20px;
color: #fff;
}
.b-side__time:before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	font-size: 19px;
	top: -3px;
	color: #fff;
}	
.b-side__social {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px 20px 0 20px;
/*	display: none;*/
}
.b-side__social a  {
	height: 36px;
	width: 36px;
	font-size: 16px;
	text-align: center!important;
	line-height: 38px;
	display: inline-block;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 6px;
	border-radius: 50%;
}
.b-side__social .b-twitter {background-color: #00acee;}
.b-side__social .b-odnoklassniki {background-color: #ee8208;}
.b-side__social .b-youtube {background-color: #e92908;}
.b-side__social .b-instagram {background-color: #3f729b;}
.b-side__social .b-vk {background-color: #2b587a;}
.b-side__social .b-facebook {background-color: #3b5998;}
.b-side__social .b-viber {background-color: #7f529f; padding-top: 5px;}
.b-side__social a {color: rgba(255, 255, 255, 1)!important;}
.b-side__social a:hover {opacity: .7;}
.b-side__social .b-viber .b-icon {
		fill: #ffffff;
	height: 22px;
	width: 22px;
}
	

/* ------ accordion-mob-menu ----------------------------------------------------------------*/

.b-accordeon-mob .accordion {
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	list-style-type: none!important;
}
.b-accordeon-mob .accordion li {
	list-style-type: none!important;
	margin-bottom: 0px!important;
	margin-left: 0px!important;
}
.b-accordeon-mob .accordion a {
	color: #000!important;
	text-decoration: none!important;
}
.b-accordeon-mob .accordion .b-line	{
	cursor: pointer;
	display: block;
/*	color: #000;*/
	color: #fff!important;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.b-accordeon-mob .accordion .b-line:hover {
       background-color: rgba(255, 255, 255, .1);
    }
.b-accordeon-mob .accordion .link2 {
	cursor: pointer;
	display: block;
/*	color: #000;*/
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-top: 1px solid rgba(100,100,100,.1);
}
.b-accordeon-mob .accordion li:last-child .link2 { 
border-bottom: 1px solid rgba(100,100,100,.1);
 }
.b-accordeon-mob .accordion li i {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 16px;
/*  color: #000;*/
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
   -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.b-accordeon-mob .accordion li i.fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 14px;
}
.b-accordeon-mob .accordion li.open .link2 {
/*	color: #000;*/
color: #fff;
}
.b-accordeon-mob .accordion li.open i {
/*	color: #000;*/
	color: #fff;
}
.b-accordeon-mob .accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.b-accordeon-mob .accordion .submenu {
	display: none;
	font-size: 16px;
	margin-bottom: 0px;
	background: rgba(0, 0, 0, .05);
}
.b-accordeon-mob .accordion .submenu li { border-bottom: 0px solid #fff; }
.b-accordeon-mob .accordion .submenu a {
	display: block;
	text-decoration: none;
/*	color: #000!important;*/
color: #fff!important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.b-accordeon-mob .accordion .submenu a:hover {
  background: rgba(0, 0, 0, .1);
  /*color: #000;*/
  color: #fff;
}
.b-accordeon-mob .accordion .submenu li:first-child a {padding-top: 15px;}
.b-accordeon-mob .accordion .submenu li:last-child a {padding-bottom: 15px;}
.b-accordeon-mob .accordion .submenu .b-accordeon-2-simple  {
  cursor: pointer;
  display: block;
  padding: 15px 5px 15px 52px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #dedede;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b-accordeon-mob .accordion .submenu .b-accordeon-2-simple a {
	color: #000!important;
	}


/* ------ footer -----------------------*/


footer {
	padding-top: 60px;
	background-image: linear-gradient(to top, rgba(233,201,70,1), #ffffff);

}
.b-footer {
	width: 100%;
	overflow: hidden;
	padding: 60px 20px 40px 20px;
	display: grid;
	grid-template-columns: 80px 150px auto auto;
	grid-template-rows: auto 1fr auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-content: center;
	grid-template-areas: 
	"f-logo f-slogan f-menu1 f-social"
	"f-logo f-slogan f-menu2 f-mail"
	"f-copyright f-copyright f-copyright f-copyright"
	"f-agreement f-agreement f-agreement f-agreement";
}
.b-footer__logo {
	grid-area: f-logo;
	width: 70px;
}
.b-footer__logo-img {
	display: block;
	width: 60px;
}
.b-footer__logo img {
	width: 100%;
	max-width: 100%;
}
.b-footer__slogan {
	margin-top: 3px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.1;
	grid-area: f-slogan;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 30px;
	color: rgba(11,65,155,1);
}
.b-footer__slogan-span {

}
.b-footer__menu {
padding: 0 30px 10px 0;		
}
.b-footer__menu--1  {	
	grid-area: f-menu1;
}
.b-footer__menu--2  {	
	grid-area: f-menu2;
}
.b-footer__menu--3  {	
	grid-area: f-menu3;
}
.b-footer__menu-title  {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 8px;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 3px;


}	
.b-footer__menu ul {
	list-style-type: none;
}
.b-footer__menu ul li {
	font-weight: normal;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 8px;
	display: inline-block;
	margin-right: 15px;
}
.b-footer__menu ul li a {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
.b-footer__menu ul li a:hover {
	color: rgba(0, 0, 0, .8);
	text-decoration: none;
}
.b-footer__mail {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
	grid-area: f-mail;
}
.b-footer__mail a {

}
.b-footer__mail:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	font-size: 17px;
	top: -3px;
}
.b-footer__phone {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
	grid-area: f-phone;
}
.b-footer__phone:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	font-size: 20px;
	top: -4px;
} 
.b-footer__place {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
	grid-area: f-place;
}
.b-footer__place:before {
	content: "\f041";
	font-family: FontAwesome;
	margin-right: 10px;
	position: absolute;
	left: 2px;
	font-size: 20px;
	top: -4px;
} 
.b-footer__copyright {
	font-size: 13px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	padding: 0px 0 0px 0;
	grid-area: f-copyright;
}
.b-footer__copyright a {
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
}
.b-footer__copyright a:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
}
.b-footer__agreement {
	font-size: 13px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	text-align: center;
grid-area: f-agreement;
}
.b-footer__agreement a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.b-footer__social {
	display: flex;
	flex-direction: row;
	align-items: center;
/*	display: none;*/
	grid-area: f-social;
	margin-bottom: 10px;
}
.b-footer__social a  {
	font-size: 30px;
	text-align: center!important;
	line-height: 30px;
	display: inline-block;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 6px;
	border-radius: 50%;
}
.b-footer__social .b-twitter {background-color: #00acee;}
.b-footer__social .b-odnoklassniki {background-color: #ee8208;}
.b-footer__social .b-youtube {background-color: #e92908;}
.b-footer__social .b-instagram {color: #3f729b;}
.b-footer__social .b-vk {color: #2b587a; margin: 0 20px 0 10px;}
.b-footer__social .b-facebook {color: #3b5998;}
.b-footer__social .b-viber {background-color: #7f529f; padding-top: 5px;}
.b-footer__social a:hover {opacity: .7;}


 
.b-page-content {
background-color: #fff;
padding: 30px 5%;
margin: 20px 0;
}

.b-crumbs {
	font-size: 1.3rem;
	color: #999;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 100%;
	padding: 0;
}

/* ------ page ----------------*/

.b-page-content h1 {
    font-size: 3.6rem;
    margin-bottom: 40px;
    font-family: "FuturaDemi", Arial, sans-serif;
    color: rgba(11,65,155,1);
}
.b-page-txt {
	font-size: 1.7rem;	
	line-height: 1.6;
	color: #333;
	padding-top: 2rem;
	font-weight: normal;
	grid-row: 3 / 4;
	grid-column: 2 / -1;
	display: block;
	min-width: 100%;
}
.b-page-submenu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5rem;
	justify-content: flex-start;
}
.b-page-submenu a {
    font-size: 1.5rem;
    text-decoration: none!important;
    display: inline-block;
    padding-top: 0.8rem;
    padding-right: 2rem;
    padding-bottom: 0.7rem;
    padding-left: 2rem;
    letter-spacing: 1px;
    overflow: hidden;
    color: #000;
    background-color: rgba(200,200,200,1);
    margin: 0 5px 5px 0;
    float: left;
}
.b-page-txt p {
	margin-bottom: 1.4rem;
	margin-top: 0px;
}
.b-page-txt h2 {
	font-weight: 600;
	font-size: 1.4em;
	margin-top: 3rem;
	margin-bottom: 2rem;
	line-height: 1.3;
	width: 100%;
	color: #000;
}	
.b-page-txt h3 {
	font-weight: 600;
	font-size: 1.2em;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.3;
	color: #000;
	width: 100%;
}
.b-page-txt a:hover {
	color: #F60;
}
.b-page-txt a {
	color: #0076a3;
	text-decoration: underline;
}
.b-page-txt ul {
	padding-bottom: 1rem;
padding-top: 1rem;	
}
.b-page-txt ul li {
	margin-left: 3rem;
	margin-bottom: 1rem;
}
.b-page-txt ol {
	padding-bottom: 1rem;
}
.b-page-txt ol li {
	margin-left: 5rem;
	margin-bottom: 1rem;
}
.b-img-note {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 3rem;
	margin-bottom: 3rem;
	color: #000;
}
.b-img-note-center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.b-img-note img {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

/* ------ table ----------------------------------------------------------------*/

.b-main-table {
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.b-main-table td {
	padding-top: 2rem;
	padding-right: 2rem;
	padding-bottom: 2rem;
	padding-left: 2.5rem;
	border: 1px solid #dedede;
	line-height: 1.4;
}
.b-main-table th {
	padding-top: 1.5rem;
	padding-right: 2rem;
	padding-bottom: 1.5rem;
	padding-left: 2.5rem;
	border: 1px solid #dedede;
	word-break: break-all;
	color: #000;
	background-color: rgba(240, 240, 240, 1);
	font-weight: bold;
}
.b-table-border td {
	padding-top: 2rem;
	padding-right: 4rem;
	padding-bottom: 2rem;
	padding-left: 4rem;
	border: 1px solid #dedede;
	line-height: 1.4;
}
.b-table-border th {
	padding-top: 2rem;
	padding-right: 4rem;
	padding-bottom: 2rem;
	padding-left: 4rem;
	border: 1px solid #dedede;
	word-break: break-all;
	color: #000;
	background-color: rgba(240, 240, 240, 1);
	font-weight: bold;
}
.b-table-scroll {
	margin-top: 2rem;
	margin-bottom: 3rem;
	overflow-x: auto;
}	

/* ------ quote ----------------------------------------------------------------*/

.b-quote {
margin-bottom: 4rem!important;
font-weight: bold;
padding-left: 30px;
border-left: 5px solid rgba(233,201,70,1);

}
.b-quote-light {
	background-color: rgba(38, 187, 157, .1);
	color: #333;
}
.b-quote-dark {
	background-color: rgba(38, 187, 157, 1);
	color: #fff;
}
.b-quote h4 {
	font-weight: 600;
	font-size: 2.1rem;
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.3;
}	
.b-quote-light h4 {
	color: rgba(38, 187, 157, 1);;
}
.b-quote-dark h4 {
	color: #000;
}
.b-quote p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.b-page-txt .img-center {
	margin: 3rem auto;
}
.b-index-content {
	padding-top: 0px;
}
.b-index-section {
	margin-bottom: 60px;
}
.b-index-section__content {
	display: grid;
	grid-template-columns: 500px 1fr;
	grid-column-gap: 15px;
}
.b-index-section__galery {
	min-width: 100%;
}
.b-index-section__txt {
	background-color: rgba(200,200,200,.2);
	padding: 25px;
	background-image: url(/images/ugol.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30px 30px;
}
.b-index-section__txt p {
	font-size: 13px;
	margin-bottom: 1rem;
}
.b-index-section--1 .b-index-section__title {
	font-size: 3.6rem;
line-height: 1.2;
	margin-bottom: 10px;
	padding-left: 0px;
	font-family: "FuturaDemi", Arial, sans-serif;
	color: rgba(11,65,155,1);
display: block;
}
.b-index-section--1 .b-index-section__title:hover,
.b-index-section--1 .b-index-section__title:focus {
color: rgba(11,65,155,1);
text-decoration: none;
}
.b-index-section__more a {
	background-color: rgba(233,201,70,1);
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10em;
	padding: 10px 25px;
	transition: all .5s ease;
}
.b-index-section__more {
	padding-top: 15px;
}
.b-index-section__more a:hover {
	background-color: rgba(126,181,202,1);
	color: #fff;
}
.b-index-section--part .b-index-section__title {
	font-size: 2.8rem;
	margin-bottom: 10px;
	padding-left: 0px;
	font-family: "FuturaDemi", Arial, sans-serif;
	color: rgba(0,0,0,1);
}
.slider-section__wrap {
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.slider-section .owl-dots {
	text-align: center;
	display: none;
}
.slider-section .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px 10px 5px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 10em;
}
.slider-section .owl-dot.active {
	background-color: #000;
}
.slider-section .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;		
}
.slider-section .owl-nav > button {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -20px;
	transition: all .25s ease;
	left: 0;
	background-image: url(/images/sprite_arrows_black.svg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	background-size: 15px 150px;
	background-color: #fff;
	background-color: #fff;
}
.slider-section .owl-nav button:hover,
.slider-section .owl-nav button:focus {
	opacity: 1;
	background-color: #fff;
	border: none;
	outline: none;
}
.slider-section .owl-nav button.owl-next {
	right: 0px!important;
	left: auto;
	background-position: 13px -34px;
}	
.slider-section .owl-nav button.owl-prev {
/*	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;*/
}		
.slider-section	.owl-nav  .disabled {
	display: none;
}
.slider-section .item a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 300px;
}
.slider-section .item a img  {
	width: 100%;
	max-width: 100%;	
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center top;
	position: absolute;
	z-index: 10;
	height: 100%;	
	transition: all .5s ease;
}
.slider-section .item a:hover img {
	opacity: .8;
}
.slider-section .item-go a {
	background-color: rgba(74,129,150,1);
	color: #fff;
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
}
.slider-section .item-go a img {
	width: 40px!important;
	height: 40px!important;
}

.item .b-item-img {
	position: absolute;
	z-index: 10;
	max-width: 100%;
	height: 100%;
}
.b-logos-1 .owl-item {
	background-color: rgba(200, 200, 200, .2);
	padding: 30px 20px 10px 20px;
		background-image: url(/images/ugol.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30px 30px;
}
.slider-logos-1 .owl-stage {
	display: flex;
}
.slider-logos-1 .owl-item {
	display: flex;
	flex: 1 0 auto;
}
.slider-logos-1 .owl-item img {
width: 80px;
margin: 0 auto;
}
.slider-logos-1 .caption {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}
.slider-logos-1 .flex-text {
	flex-grow: 1
}
.slider-logos-1.thumbnail {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}
.b-logos-1  .b-item-img  {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	object-position: center center;	
}
.slider-logos-1 .item a {
	display: block;
	position: relative;
}
.slider-logos-1 .item a p {
	font-size: 13px;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.slider-logos-1 .item a:hover {
	color: #000;
	text-decoration: none!important;
}
.slider-logos-1 .b-logos {
	padding-right: 50px;
	padding-left: 50px;
}
.slider-logos-1 .owl-dots {
	text-align: center;
}
.slider-logos-1 .owl-dot {
	width: 8px;
	height: 8px;
	background-color: rgba(226, 192, 68, 1);
	display: inline-block;
	border-radius: 10em;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;	
}
.slider-logos-1 .owl-dot.active {
	background-color: #000;
}
.slider-logos-1 .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.slider-logos-1	.owl-nav > button {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -45px;
	transition: all .25s ease;
	left: -50px;
	background-image: url(/images/sprite_arrows_black.svg);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	background-size: 20px 200px;
	background-color: #fff;
	border-radius: 0em;
}
.slider-logos-1 .owl-nav button:hover,
.slider-logos-1 .owl-nav button:focus {
	opacity: 1;
	background-color: #fff;
	border: none;
	outline: none;
}
.slider-logos-1	 .owl-nav .owl-next {
	right: -50px!important;
	left: auto;
	background-position: 11px -52px;
}			
.slider-logos-1	.owl-nav  .disabled {display: none;}

.b-index-section--kurators {
	margin-bottom: 40px;
}
.b-index-section--kurators .b-index-section__title {
	font-size: 2.8rem;
	margin-bottom: 10px;
	padding-left: 0px;
	font-family: "FuturaDemi", Arial, sans-serif;
	color: #fff;
}
.slider-kurators .item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 30px 10px 20px;
	background-color: rgba(245,245,245,1);
}
.slider-kurators .item .b-kurator-img {
	flex: 0 0 20%;
	padding-top: 8px;
}
.slider-kurators .item .item-content {
	flex: 0 0 75%;
}
.slider-kurators .item .item-content .item-title {
	font-size: 2.2rem;

	margin-bottom: 10px;
font-family: "FuturaDemi", Arial, sans-serif;
}
.slider-kurators .item .item-content .item-txt {
	font-size: 13px;
padding-top: 10px;
}
.slider-kurators .item .item-content .item-post {
font-size: 15px;
display: block;
}
.slider-kurators .owl-dots {
	text-align: center;

}
.slider-kurators .owl-dot {
	width: 8px;
	height: 8px;
	background-color: rgba(226, 192, 68, 1);
	display: inline-block;
	border-radius: 10em;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.slider-kurators .owl-dot.active {
	background-color: #000;
}
.slider-kurators .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;		
}
.slider-kurators .owl-nav > button {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -45px;
	transition: all .25s ease;
	left: -50px;
	background-image: url(/images/sprite_arrows_black.svg);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	background-size: 20px 200px;
	background-color: #fff;
	border-radius: 0em;
}
.slider-kurators .owl-nav button:hover,
.slider-kurators .owl-nav button:focus {
	opacity: 1;
	background-color: #fff;
	border: none;
	outline: none;
}
.slider-kurators .owl-nav .owl-next {
	right: -50px!important;
	left: auto;
	background-position: 11px -52px;
}

.slider-kurators .owl-nav  .disabled {
	display: none;
}	
.b-index-section--curators {
margin-bottom: 20px!important;
}
.slider-kurators .owl-stage {
	display: flex;
padding-bottom: 0;
}
.slider-kurators .owl-item {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.slider-kurators .caption {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}
.slider-kurators .flex-text {
	flex-grow: 1
}
.slider-kurators .thumbnail {
	display: flex;
	flex-direction: column;
/*	margin: 0 15px;*/
}
.slider-kurators .owl-item {
	background-color: rgba(245,245,245,1);
}		
.b-smi {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: end;
    grid-gap: 15px;
    margin-top: 30px;
    padding: 0 20px;
    align-items: center;
}
.b-smi__item {
text-align: center;
}
.b-smi__title {
	font-family: "FuturaDemi", Arial, sans-serif;
	font-size: 2.5rem;
}
.b-smi--wrap {
	border-top: 1px solid rgba(200, 200, 200, .6);
	padding-top: 20px;
}
.top-bg {
	display: block;
	width: 100%;
	height: 400px;
	background-image: url(/images/bg7.jpg);
	background-repeat: no-repeat;	
	background-position: center top;
	background-size: cover;
	position: absolute;
	top: 0;
	z-index: -1;
background-color: #273f6d;
}

.b-slider-item-img .owl-dots {
	text-align: center;
}
.b-slider-item-img .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px 10px 5px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 10em;
}
.b-slider-item-img .owl-dot.active {
	background-color: #000;
}
.b-slider-item-img .owl-nav {
	position: absolute;
	top: 55%;
	width: 100%;		
}
.b-slider-item-img	.owl-nav > button {
	zoom: 1;
	font-size: 12px;
	height: 50px;
	width: 30px;
	opacity: 1;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	transition: all .25s ease;
	left: -50px;
	background-image: url(/images/sprite_arrows_thin_black.svg);
	background-repeat: no-repeat;
	background-position: 2px center;
	background-size: 250px 50px;
	margin-top: -25px;
	background-color: transparent;
}

.b-slider-item-img .owl-nav button:hover,
.b-slider-item-img .owl-nav button:focus {
	opacity: 1;
	border: none;
	outline: none;
}
.b-slider-item-img	 .owl-nav .owl-next {
	right: -50px!important;
	left: auto;
	background-position: -224px center;
}	
@media only screen and (max-width : 1470px) {
	.b-slider-item-img	.owl-nav > button {
	left: 10px;
}
	.b-slider-item-img	 .owl-nav .owl-next {
	right: 10px!important;
}
}

.b-slider-item-img	.owl-nav .owl-prev {
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
}			
.b-slider-item-img	.owl-nav .disabled {display: none;}
.b-slider-item-img .item {
}
.b-slider-item-img .item img  {
margin-bottom: 15px;	
}
.b-slider-item-img .item p {
	font-weight: bold;
}
.b-item-images {
	padding-bottom: 40px;
}

.b-item-properties {
font-size: 14px;
}
.b-item-properties {
	padding: 0 0 3rem 0;
}
.b-item-properties-b {
font-weight: bold;
color: #000;
 }
 .b-item-properties img {
 	width: 20px;
 	height: 20px;
 	display: inline-block;
 	margin-right: 15px;
 	opacity: 1;
 }

 .b-item-about__tech-1 {
margin-top: 4rem!important;
padding-left: 30px;
border-left: 5px solid rgba(233,201,70,1);
}
.b-item-about__tech-1-title {
	font-weight: bold;
}
 .b-item-about__tech-2 {
margin-top: 4rem!important;
padding-left: 30px;
border-left: 5px solid rgba(233,201,70,1);
}
.b-item-about__tech-2-title {
	font-weight: bold;
}
.b-person {
display: grid;
grid-template-columns: 150px 1fr;
grid-column-gap: 4rem;
grid-row-gap: 4rem;

}
.b-person__about {
	grid-column: 1 / -1;
}
.b-person__position-title {
	font-weight: bold;
}
.b-collection {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 2rem;
grid-row-gap: 4rem;
}
.b-collection__item {
display: block;
text-decoration: none!important;
color: #000!important;
overflow: hidden;
}
.b-collection__item img {
height: 285px;
margin-bottom: 2rem;
object-fit: cover;
width: 100%;
transition: all .5s ease;
object-position: top;
}

@media only screen and (max-width : 1350px) {
.b-collection__item img {
height: 21vw;
}
}

@media only screen and (max-width : 992px) {
.b-collection__item img {
height: 29vw;
}
}
@media only screen and (max-width : 650px) {
.b-collection__item img {
height: 46vw;
}
}
@media only screen and (max-width : 500px) {
.b-collection__item img {
height: 85vw;
}
}




.b-collection__item:hover img {
	opacity: .8;
}

.b-collection__item:hover {color: #F00!important;}
.b-collection__item:focus {color: #F00!important;}

.b-news-detail__data {
	font-weight: bold;
	font-size: 1.6rem;
	width: 100%;
margin: 0 0 2rem 0;
}
.b-news-detail__img {
margin: 5rem 0;
max-width: 800px;
}
.b-news-detail__img img {
}
.b-video-rolik__news-detail {
margin: 30px 0;
}
.b-page__toptech {
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	color: #000;
	margin-bottom: 2rem;
	padding-top: 2rem;
	padding-bottom: 0.6rem;
/*		text-align: center;*/
	width: 100%;
}	
.b-page__bottomtech {
	font-weight: normal;
	border-top: 1px dotted #ccc;
	color: #000;
	margin-top: 2rem;
	padding-bottom: 1rem;
	padding-top: 0.6rem;
	font-style: italic;
/*		text-align: center;*/
	width: 100%;
}
.b-page__back {
	display: -ms-flexbox;
	display: flex;
/*	justify-content: center;*/
	text-decoration: none;
/*	-ms-flex-align: center;*/
	align-items: center;
	margin: 4rem 0 0 0;
}
.b-page__back a {
	display: -ms-flexbox;
	/*justify-content: center;*/
	text-decoration: none;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	border: none;
	color: #000;
	background-color: rgba(200, 200, 200, .2);
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all 0.4s ease 0s;
	position: relative;
	text-transform: uppercase;
	line-height: 1.5;
	background-image: url(/images/arr-left-black.svg);
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 24px 12px;
	padding: 10px 30px 10px 60px;
	text-align: left; 
}

.b-page__back a:hover,
.b-page__back a:focus {
 	text-decoration: none!important;
 	background-color: rgba(200, 200, 200, .5);
 	color: #000;
 }

 .b-video-rolik__news-detail {
    margin: 30px 0;
}


.slider-news-detail .owl-dots {
	text-align: center;
}
.slider-news-detail .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px 10px 5px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 10em;
}
.slider-news-detail .owl-dot.active {
	background-color: #000;
}
.slider-news-detail .owl-nav {
	position: absolute;
	top: 75px;
	width: 100%;		
}
.slider-news-detail	.owl-nav > button {
	zoom: 1;
	font-size: 12px;
	height: 50px;
	width: 30px;
	opacity: 1;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	transition: all .25s ease;
	left: -40px;
	background-image: url(/images/sprite_arrows_thin_black.svg);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 150px 30px;
	margin-top: -25px;
	background-color: #fff;
	border: none;
	outline: none;
}
.slider-news-detail .owl-nav button:hover {
	opacity: 1;
	background-color: #fff;
	border: none;
	outline: none;				
}
.slider-news-detail	 .owl-nav .owl-next {
	right: -40px!important;
	left: auto;
	background-position: -127px center;
}
.slider-news-detail	.owl-nav .disabled {display: none;}
.slider-news-detail .item {
overflow: hidden;
	position: relative;
	height: 150px;
}
.slider-news-detail .item img  {
width: 100%;
	max-width: 100%;	
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center top;
	position: absolute;
	z-index: 10;
	height: 100%;	
}
.slider-news-detail .item p {
	font-weight: bold;
}
.b-item-images {
	max-width: 800px;
	margin-top: 2rem;
}

.page-news__wrap .b-item {
	margin-bottom: min(calc(3rem + 2vw), 4rem);
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.page-news__wrap .b-item:last-child {
	margin-bottom: 0px;
}
.page-news__wrap .b-item .b-item__img {
	flex: 0 0 25%;
	position: relative;
	margin-top: 3px;
	height: 290px;
	transition: all .5s ease;
	position: relative;
	display: block;	
	margin-right: 5%;
}
.page-news__wrap .b-item .b-item__img img {
width: 100%;
	object-fit: cover;
	object-position: center center;
		position: absolute;
	z-index: 10;
	height: 100%;
}
.page-news__wrap .b-item .b-item__content {
	flex-direction: column;
	align-self: center;
}
.page-news__wrap .b-item .b-item__img:hover {
	opacity: .8;
}
.page-news__wrap .b-item .b-item__data {
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.3;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	display: block;
	margin-bottom: 0.6rem;	
	letter-spacing: 1px;
}
.page-news__wrap .b-item .b-item__title {
	font-weight: normal;
	font-size: 26px;
	line-height: 1.3;
/*	text-transform: uppercase;*/
	color: var(--color-dark-1);
	text-decoration: none!important;
	display: block;
	margin-bottom: 1rem;
/*	letter-spacing: 1px;*/
font-family: "FuturaDemi", Arial, sans-serif;
}
.page-news__wrap .b-item .b-item__title:hover,
.page-news__wrap .b-item .b-item__title:focus
 {
	color: var(--color-dark-2);
}
.page-news__wrap .b-item .b-item__toptech {
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-top: 1rem;
font-weight: bold;
}
.page-news__wrap .b-item .b-item__text {
	font-size: 16px;
	line-height: 1.4;
	color: #666;
	display: block;
margin-top: 1rem;
}
.page-news__wrap .b-item .b-item__text p {
	margin-bottom: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.page-news__wrap .b-item .b-item__bottomtech {
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.page-news__wrap .b-item .b-item__more {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
.page-news__wrap .b-item .b-item__more a {

}

.page-news__wrap .b-item .b-item__more a:hover,
.page-news__wrap .b-item .b-item__more a:focus
 {}


.b-org__img {
width: 200px;
margin: 0 0 0px 0;
}
.bx-filter.bx-blue .bx-filter-section {
    background: rgba(233,201,70,.2);
padding: 20px 30px 10px 30px;
}
.b-filter {
margin: 0 0 20px 0;
}
.b-page-txt .b-collection__item-title {
line-height: 1.2!important;
}
.bx-filter .bx-filter-parameters-box-title span {
    color: #000;
    border-bottom: 1px solid transparent;
    cursor: pointer;
font-size: 15px;
}
.bx-filter .bx-filter-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
margin-left: -5px;
}
.bx-filter .bx-filter-button-box {
    clear: both;
padding: 15px 0 0 15px;
margin-top: 5px;
border-top: 1px solid rgba(200,200,200,.5);
}
.bx-filter.bx-blue .btn-themes {
    background-color:  rgba(126,181,202,1);
    border-color: rgba(126,181,202,1);
    color: #FFF;
 font-size: 14px;
padding: 10px 20px;

}
.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none;
 font-size: 14px;
padding: 10px 20px;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #0076a3;
    color: #fff;
}
.bx-pagination {
    margin: 30px 0 30px 0;
grid-column: 1 / -1;
}
.b-item-properties-1 {
	grid-column: 1 / -1;
}
.tips-list {
-webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
margin: 0 0 40px 0;
}
.tips-list a {
display: block;
margin: 0 0 10px 0;
}
.personal-list  {
-webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
margin: 0 0 40px 0;
}
.personal-list a {
display: block;
margin: 0 0 10px 0;
}
.org-list  {
-webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
margin: 0 0 40px 0;
}
.org-list a {
display: block;
margin: 0 0 10px 0;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 8px;
    margin-left: -20px;
}
.thems-list {
-webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
margin: 0 0 40px 0;
}
.thems-list a {
display: block;
margin: 0 0 10px 0;
}
.b-menu-block {
list-style: none;
margin-bottom: 4rem!important;
}
.b-menu-block li {
list-style: none;
display: inline-block;
margin-right:3px;
margin-left: 0!important;
    margin-bottom: 14px!important;
}
.b-menu-block li a  {
    background-color: rgba(233,201,70,.4);
    padding: 8px 30px;
    background-image: url(/images/ugol.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 10px 10px;
color: #000;
text-decoration: none;
}
.b-menu-block li a:hover,
.b-menu-block li a:focus  {
    background-color: rgba(233,201,70,.3);
color: #000;
}
.slider-kurators .item .item-content .item-title a {
 color: #0076a3;
}
.slider-kurators .item .item-content .item-title a:hover {
color: #F60;
text-decoration: none;
}
.b-slider-page {
margin-top: 40px;
}
.b-person__position p {margin-bottom: 0.5rem!important; font-size: 14px;}
.b-person__position .b-post {margin-bottom: 1rem!important;
	font-weight: bold;
	font-size: 16px;
}
 	.b-istina {
 		display: block;
 		padding: 10px 0 10px 35px;
 		background-image: url(/images/copy-regular.svg);
 		background-size: 25px 25px;
 		background-repeat: no-repeat;
 		background-position: left center;
margin: 20px 0 0 0;
 	}
.b-collection-exibits {
margin: 50px 0 0 0;
}
.b-org {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
}
.b-org__about {
    grid-column: 1 / -1;
}
.search-page form input {
padding: 5px 8px;
max-width: 100%;
margin: 0 3px 5px 0;
 appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
  border: solid 1px rgba(200,200,200,1);
  outline: none;
}
.search-page form select {
padding: 7px 8px;
max-width: 100%;
margin: 0 3px 5px 0;

}
.search-page form input[type="submit"] {padding: 5px 20px;}
.b-org__properties p .fa {
color: #E9C946;
font-size: 18px;
margin-right: 8px;
}
.b-exibit-elements {
padding-top: 30px;
}

.slider-name .owl-item {
	background-color: #4A8196;
	padding: 15px 20px;
}
.slider-name .owl-stage {
	display: flex;
}
.slider-name .owl-item {
	display: flex;
	flex: 1 0 auto;
}
.slider-name .owl-item img {
width: 80px;
margin: 0 auto;
}
.slider-name .caption {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}
.slider-name .flex-text {
	flex-grow: 1
}
.slider-name .thumbnail {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}
.slider-name  .b-item-img  {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	object-position: center center;	
}
.slider-name .item a {
	display: block;
	position: relative;
}
.slider-name .item a p {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
	margin-top: 0px;
	width: 100%;
margin-bottom: 0!important;
}
.slider-name .item a:hover {
	color: #000;
	text-decoration: none!important;
}
.slider-name .b-logos {
	padding-right: 50px;
	padding-left: 50px;
}
.slider-name .owl-dots {
	text-align: center;
}
.slider-name .owl-dot {
	width: 8px;
	height: 8px;
	background-color: rgba(226, 192, 68, 1);
	display: inline-block;
	border-radius: 10em;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;	
}
.slider-name .owl-dot.active {
	background-color: #000;
}
.slider-name .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.slider-name	.owl-nav > button {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -45px;
	transition: all .25s ease;
	left: -50px;
	background-image: url(/images/sprite_arrows_black.svg);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	background-size: 20px 200px;
	background-color: #fff;
	border-radius: 0em;
}
.slider-name .owl-nav button:hover,
.slider-name .owl-nav button:focus {
	opacity: 1;
	background-color: #fff;
	border: none;
	outline: none;
}
.slider-name	 .owl-nav .owl-next {
	right: -50px!important;
	left: auto;
	background-position: 11px -52px;
}			
.slider-name	.owl-nav  .disabled {display: none;}
.b-index-section--part {
margin-bottom: 20px!important;
}
.b-index-section--collections .b-index-section__title {
    font-size: 2.8rem;
    margin-bottom: 12px;
    padding-left: 0px;
    font-family: "FuturaDemi", Arial, sans-serif;
    color: rgba(0,0,0,1);
line-height: 1.2;
}





.b-index-section--collections {
margin-bottom: 20px!important;
}
.b-page-txt a {
word-wrap:  break-word;
}
.b-collections-slider__wrap {
	padding: 25px 0px 10px 0px;	
}
.b-collections-slider .b-item {
	display: block;
	text-align: center;
}
.b-collections-slider .b-item__img {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
.b-collections-slider .b-item__img img  {
	width: 100%;
	max-width: 100%;	
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center top;
	position: absolute;
	z-index: 10;
	height: 100%;	
}
.b-collections-slider  .b-item:hover img {
	opacity: .9;
	}
.b-collections-slider  .b-item__text {
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	}		
.b-collections-slider  .b-item:hover   {
	text-decoration: none;
}
.b-collections-slider  .b-item:hover .b-item__text  {
	text-decoration: none;
	color: rgba(228,62,40,1);
}

.b-collections-slider .owl-dots {
		text-align: center;
		display: none;
	}
.b-collections-slider .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px 10px 5px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 10em;
	}		
.b-collections-slider .owl-dot.active {
	background-color: #000;
	}			
.b-collections-slider .owl-nav {
	position: absolute;
	top: 80px;
	width: 100%;			
	}	
.b-collections-slider .owl-nav > button {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -45px;
	transition: all .25s ease;
	left: -50px;
	background-image: url(/images/sprite_arrows_black.svg);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	background-size: 20px 200px;
	background-color: #fff;
	border-radius: 0em;
}
.b-collections-slider .owl-nav button:hover,
.b-collections-slider .owl-nav button:focus {
	opacity: 1;
	background-color: #fff;
	border: none;
	outline: none;
}
.b-collections-slider .owl-nav .owl-next {
	right: -50px!important;
	left: auto;
	background-position: 11px -52px;
}

.b-collections-slider .owl-nav  .disabled {
	display: none;
}
.b-collections-slider .item {
	overflow: hidden;
	position: relative;
	color: #000;
} 
.b-collections-slider .item a {text-decoration: none!important; color: #000!important;}
.b-collections-slider .item a:hover {text-decoration: none!important; color: #F00!important;}



.b-rektor {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 5% 35px 5%;
	background-color: rgba(245,245,245,1);
margin-bottom: 4rem;
}

.b-rektor-img {
	flex: 0 0 15%;
	padding-top: 8px;
}
.b-rektor-content {
	flex: 0 0 80%;
}
.b-rektor-title {
	font-size: 2.2rem;

	margin-bottom: 10px;
font-family: "FuturaDemi", Arial, sans-serif;
}
.b-rektor-txt {
	font-size: 13px;
padding-top: 10px;
}
.b-rektor-post {
    font-size: 15px;
    display: block;
    font-family: "FuturaDemi", Arial, sans-serif;
}

@media only screen and (max-width : 1200px) {
.b-rektor {
	padding: 25px 5% 25px 5%;

}

}
@media only screen and (max-width : 700px) {

.b-rektor-img {
	flex: 0 0 200px;
	padding-top: 0px;
margin-bottom: 2rem;
}
.b-rektor-content {
	flex: 0 0 100%;
}

}
.b-section-big {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0;
grid-row-gap: 0;

}

.b-item-author {
font-weight: 600;
padding: 20px 0 0 0;
margin: 20px 0 0 0;
border-top: 1px solid rgba(200,200,200,.8);
font-style: italic;
 font-size: 17px;
}
.b-collections {
padding: 0 0 30px 0;
order: 1;
min-width: 0;
}
.b-filter {order: 2;}
.b-collection {order: 3;}
.b-collection-description {order: 4;}
.b-collections h2 {
margin-bottom: 30px;
}
.fancybox-title-float-wrap .child {
    white-space: normal;
}
.b-item-properties-text {
margin: -6px 0 0 36px;
}
.b-item-properties-text p {
margin: 0 0 4px 0;
}



.b-index_text h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    padding-left: 0px;
    font-family: "FuturaDemi", Arial, sans-serif;
    color: rgba(0,0,0,1);
}
.b-index_text p {
    font-size: 13px;
    margin-bottom: 1rem;
}
.b-index_text {
padding: 0 0 20px 0;
}

@media only screen and (max-width: 992px) {
.b-index_text {
padding: 0 20px 20px 20px;
}
}
.b-item-video {
width: 100%;
  margin-bottom: 30px;
}
.b-item-video .video-js {
max-width: 100%;

}