@charset "utf-8";
body{
	background:#fff;
	color:#000;
	font-family:Ubuntu;
	font-size:15px;
	line-height:19px;
	height:100%;
}

html{
	height:100%;
}

header{
	border-bottom:2px solid #dadfe1;
	margin-bottom:1px;
	height:56px;
}

header .slogan{
	line-height:12px;
	font-size:11px;
	font-weight:500;
	display:block;
	float:left;
	width:220px;
	padding-top:1px;
	text-transform:uppercase;
}

section{
	padding:20px 0 0px;
}

.wrapper{
	min-height:99.61%;
	margin:-56px 0 -105px;
	padding:56px 0 105px;
}

.equipment-block .row{
	padding:0 10px;
}

.logo{
	padding:14px;
}

.logo img{
	float:left;
	display:block;
	margin:0 6px 0 0;
}

.popup_search{
	display:none;
	background:none;
	top:0;
	position:fixed;
	z-index:1001;
	width:100%;
	padding:0 15px;
	height:0;
}

.popup_search .search-query{
	width:100%;
	max-width:538px;
	height:60px;
	padding:0 10px 0 100px;
	background:#fff url(/templates/rif/images/lense.png) no-repeat 40px center;
	border:none;
	font-size:17px;
	line-height:60px;
	margin:60px auto;
	display:block;
}

.popup_close{
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.5);
	z-index:1000;
	display:none;
	top:0;
}

.top-menu{
	max-width:450px;
	float:left;
	margin-left:-20px;
}

.top-menu h3{
	display:none;
}

.top-menu ul{
	list-style:none;
	padding:0;
	display:block;
	max-width:450px;
}

.top-menu ul li{
	list-style:none;
	float:left;
	display:block;
}

.top-menu ul li.current, .top-menu ul li:hover{
	border-bottom:2px solid #1f4788;
	margin:0 0 -2px 0;
	background:none;
}

.top-menu ul li a{
	padding:0 14px;
	font-size:15px;
	line-height:54px;
	text-align:center;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
    font-weight: 400;
}

.top-menu ul li.active a, .top-menu ul li:hover a{
	color:#1f4788;
	text-decoration:none;
	background:none;
}

.top-menu a.info{
	padding-right:30px;
}

.top-menu a.info:after{
	content:"\e114";
	display:block;
	width:20px;
	height:52px;
	color:#a9afb7;
	position:absolute;
	top:0;
	right:5px;
	font-family:'Glyphicons Halflings';
	font-size:10px;
	line-height:54px;
}

.top-menu .parent .nav-child{
	display:none;
	top:54px;
	width:100%;
	position:absolute;
	background:#fff;
	z-index:100; 
	transition:0.3s;
	opacity:0;
	border:2px solid #dadfe1;
	border-top:none;
	min-width:180px;
}

.top-menu .parent:hover .nav-child{
	display:block;
	transition:0.3s;
	opacity:1;
}

.top-menu .parent .nav-child li{
	width:100%;
	color:#fff;
	border-bottom:none;
}

.top-menu .parent .nav-child li a{
	color:#000;
	border:2px solid #fff;
}

.top-menu .parent .nav-child li.current{
	margin:0 0 0 0;
	color:#fff;
	background:#1f4788;
}

.top-menu .parent .nav-child li:hover {
	border-bottom:none;
	margin:0 0 0 0;
	background:#1f4788;
}

.top-menu .parent .nav-child li:hover a{
	color:#fff;
}

.top-menu .parent .nav-child li.current a{
	color:#fff;
}

.top-search{
	display:block;
	margin:15px 34px 15px 15px;
	float:right;
	display:block;
}

.top-languages{
	float:right;
	padding-right:6px; 
}

.top-languages ul{
	margin:0;
	list-style:none;
}

.top-languages ul li{
	display:block;
	float:left;
	list-style:none;
	padding:7px 0;
}

.top-languages ul li a{
	width:40px;
	height:40px;
	color:#000;
	background:none;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	display:block;
	font-weight:normal;
}

.top-languages ul li.lang-active a{
	text-decoration:none;
	background:#1f4788;
	color:#fff;
}

.top-languages.mobile-langs{
	width:184px; 
	float:none;
	margin:36px auto;
}

.top-languages.mobile-langs ul li a{
	width:48px;
	height:48px;
	color:#fff;
	background:none;
	line-height:48px;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	display:block;
	font-weight:normal;
}

.top-languages.mobile-langs ul li.lang-active a{
	text-decoration:none;
	border:1px solid #fff;
	color:#fff;
}

div.mod-languages li{
	margin:0;
}

.equipment-block{
	background:#dadfe1;
}

.col-equipment{
	padding:0 5px;
	margin-bottom:30px;
}

.equipment-block h3{
	display: none;
	font-size:27px;
	line-height:30px;
	text-align:center;
	margin:0 0 20px 0;
	font-weight:normal;
	color:#262626;
}

.equipment{
	background:#fff;
	border-radius:3px;
	padding:3px 3px 30px 3px;
}

.equipment img{
	width:100%;
	height:163px;
	text-align:center;
	display:block;
}

.equipment .image-title{
	font-family:Cuprum;
	font-size:17.5px;
	font-weight:bold;
	line-height:21px;
	text-transform:uppercase;
	margin-top:14px;
	padding:0 18px 18px;
	text-decoration:none;
	color:#000;
	display:block;
}

.equipment-list{
	display:block;
	padding:0 18px 0 25px;
}

.equipment-list a{
	display:block;
	font-size:14px;
	line-height:16px;
	padding:4px 0 4px 20px;
	color:#383838;
	text-decoration:none;
}

.equipment-list a:hover{
	text-decoration:underline;
}

.equipment-list a:before{
	font-family:Cuprum;
	position:absolute;
	content:">";
	font-size:14px;
	color:#383838;
	margin-left:-25px;
	line-height:16px;
}

.articles-block{
	margin:0 -4px;
}

.articles{
	padding: 0 10px 0 4px;
}

.articles:nth-child(3){
	padding:0 4px 0 12px;
}

.articles:nth-child(4){
	padding:0;
}

.articles:first-child{
	padding-left:0;
}

h3.block-title{
	background:url(/templates/rif/images/block-title.png) no-repeat top right;
	width:auto;
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	color:#fff;
	text-align:left;
	font-size:16px;
	padding:0 28px 0 18px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
    position: absolute;
    z-index: 10;
}

.articles .title-more{
	background:url(/templates/rif/images/block-title-line.png) repeat-x bottom right ;
	display:block;
	height:31px;
	line-height:31px;
	color:#000;
	text-align:right;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	width:100%;
}

.one-article{
	padding:20px 0;
}

.content .one-article{
	padding:0 0 20px;
}

.content .articles .one-article{
	padding:20px 0;
}

.useful-articles:last-child{
	border-top:1px solid #dadfe1;
}

.useful-articles .article-image{
	width:110px;
	height:110px;
	margin-right:10px;
	float:left;
}

.useful-articles .article-image .one-article-image{
	width:104px;
	height:104px;
}

.useful-articles .article-image{
	width:110px;
	margin-right:15px;
}

.article-image.video-image{
	padding:2px 0 0 0;
	border:none;
}

.one-article.useful-articles h4{
	line-height:18px;
	white-space: normal;
	padding:0;
	height:35px;
	margin:0;
	font-size:17px;
}

.date{
	color:#b2b2b2;
	line-height:20px;
	font-size:13px;
}

.short-text{
	color:#383838;
	font-size:14px;
	line-height:17px;
	height:35px;
	overflow:hidden;
	font-weight:500;
}

.useful-articles .short-text{
	height:35px;
	line-height:17px;
}

.article-image{
	width:100%;
	padding:2px;
	border:1px solid #dadfe1;
	display:block;
	margin:0;
	height:126px;
}

.one-article-image{
	height:120px;
	width:100%;
	background-size:cover;
	background-repeat:none;
	background-position:center center;
}

.article-intro-image{
	padding:2px;
	border:1px solid #dadfe1;
	display:inline-block;
	margin:0 15px 15px 0;
	float:left;
}

.one-article a h4, .video-archive h4, .one-article .page-header h2{
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	line-height:20px;
	white-space: nowrap;
    overflow: hidden;
	color:#000;
	text-overflow: ellipsis;
}

.articles .one-article a h4{
	line-height:30px;
}

.one-article .page-header h2 a{
	color:#000;
	font-size:17px;
}

.one-article .page-header{
	padding:10px 0;
}

.items-leading .one-article{
	padding:0 0 20px;
}

.photo-archive{
	margin:0 -3px;
}

.photo-archive-image{
	width:100px;
	height:100px;
	display:block;
} 

.video-archive{
	padding-bottom:20px;
}

.video-archive-image{
	width:100%;
	height:120px;
	margin-top:23px;
	display:block;
}

.video-icon{
	width:100%;
	height:120px;
	background:url(/templates/rif/images/youtube-icon.png) center center no-repeat;
	background-size:80px;
}

.one-article .mosaic{
	width:33.3%!important;
	
}

.video-archive .mosaic{
	width:100%!important;
	padding:23px 0 0!important;
}

.mosaic img{
	width:100%;
	display:block;
}

.video-archive .mosaic img{
	max-height:120px;
}

footer{
	min-height:92px;
	background:#dadfe1;
	padding:20px 0;
	bottom:0;
}

.footer-menu{
	margin:0 0 10px 0;
}

.footer-menu li{
	float:left;
	height:28px;
}

.footer-menu li a{
	font-size:15px;
	line-height:20px;
	color:#000;
	display:block;
	padding:0 15px;
	text-transform:uppercase;
	background:#dadfe1;
}

.footer-menu li a:hover{
	text-decoration: underline;
	background:#dadfe1;
}

.footer-menu li.current a{
	text-decoration:underline;
}

.copy{
	color:#747474;
	font-size:13px;
	line-height:28px;
}

.soc_link_box {
  margin-top: 10px; 
}

.social>span{
	font-size:13px;
	line-height:30px;
	height:15px;
	color:#000;
	display:block;
	font-weight:600;
	margin-top:-5px;
}

.social{
	float:left;
}

.soc_link {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: top center;
  transition: all 0.5s; 
  margin-right:4px;
}

.content-block{
	padding:20px 0 0 0;
}

.soc_link:hover, .soc_link:active, .soc_link:focus {
  background-position: bottom center; }

.fb {
  background-image: url("/templates/rif/images/fb.png"); 
}

.tw {
  background-image: url("/templates/rif/images/tw.png"); 
}

.vk {
  background-image: url("/templates/rif/images/vk.png"); 
}

.ok {
  background-image: url("/templates/rif/images/ok.png"); 
}

.five-stars{
	background:url(/templates/rif/images/five-stars.png) no-repeat center;
	display:block;
	width:130px;
	height:52px;
	float:right;
}

.title-block{
	background-size:cover;
	background-position:center center;
	min-height:98px;
	display:block;
	padding:34px 0;
	clear:both;
	overflow:hidden;
}

.title-block span{
	line-height:30px;
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:0;
	font-weight:light;
	text-indent:0;
	width:100%;
	display:block;
}

.breadcrumbs-block{
	font-size:13px;
	color:#383838;
	line-height:30px;
	display:block;
	clear:both;
	padding:0;
	border-bottom:1px solid #e6eaeb;
}

.breadcrumb{
	padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: none;
}



.breadcrumb li a{
	color:#383838;
	text-decoration:none;
}

.breadcrumb li:not(.active) a{
	text-decoration:underline;
}

.breadcrumb li:nth-child(1){
	display:none;
}

.breadcrumb>li+li:before{
	padding:0;
	content:"";
	float:left;
}

.page-header{
	padding:26px 0;
	margin:0;
	border-bottom:none;
}

.page-header h2{
	font-size:17px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}

.item-page{
	padding-bottom:80px;
	font-size:14px;
	font-family:"Ubuntu";
}

.item-page p{
	font-size:14px;
	font-family:"Ubuntu";
}

.share-links{
	padding-top:40px;
}

.share-title{
	line-height:30px;
	display:block;
}

.right-block{
	padding-top:24px;
}

.right-menu{
	width:100%;
}

.right-menu{
	list-style:none;
	padding:0;
	margin:0;
	border:1px solid #dbdfe2;
}

.right-menu>li{
	list-style:none;
	padding:0;
	margin:0;
}

.right-menu>li>a{
	background:#6a6a72;
	padding:14px 20px;
	color:#fff;
	display:block;
	border-bottom:1px solid #dbdfe2;
}

.right-menu>li>.equipment-list{
	display:none;
	padding:0;
}

.right-menu>li>.equipment-list>a{
	padding:14px 15px 14px 40px; 
	display:block;
	border-bottom:1px solid #dbdfe2;
}

.right-menu>li.active>.equipment-list{
	display:block;
	border-bottom:1px solid #dbdfe2;
}

.right-menu>li.active:last-child>.equipment-list{
	border-bottom:none;
}

#pg-icons{ 
	display:none;
}

#phocagallery .item img{
	width:100%;
	display:block;
}

#phocagallery .pg-box-img-bottom{
	font-size:17px;
	line-height:20px;
	padding:5px 0 0;
	height:45px;
	overflow:hidden;
	text-align:left;
	color:#000;
	margin-bottom:20px;
}

#phocagallery .pagination{
	width:100%;
}

[itemprop="articleBody"] iframe{
	width:100%;
	display:block;
}

.contact-name{
	font-size:20px;
	color:#343333;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

.contact-con-position{
	font-size:14px;
	color:#343333;
	line-height:16px;
	text-align:center;
	margin-bottom:20px;
}

.contact-address{
	padding-left:35px;
	background:url(/templates/rif/images/contacts-icons.png) top left no-repeat;
	height:28px;
	line-height:28px;
	color:#343333;
	font-size:16px;
}

.paddingless-right{
	padding-right:0;
}

.contact-address.loc{
	background-position:0 -25px;
	margin-bottom:25px;
}

.contact-address.mail{
	background-position:0 -75px;
}

.contact-address.phone{
	background-position:0 -96px;
	margin-bottom:25px;
}

.contact-address.mobile{
	background-position:0 -150px;
	margin-bottom:60px;
}

.contact-image{
	width:100%;
}

.send-form [class*="col-"]{
	padding:0 5px;
}

.send-form input, .send-form textarea{
	border:1px solid #dadfe1;
	color:#000;
	height:40px;
	padding:10px 25px;
	font-size:16px;
	line-height:20px;
	margin:0 0 10px;
	width:100%;
}

.send-form textarea{
	resize:none;
	height:100px;
}

.send-form .send-button{
	border:none;
	background:#1f4788;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	height:54px;
	font-size:20px;
}

.contact{
	padding-bottom:40px;
}

.pagination-list{
	list-style:none;
	padding:50px 0 60px;
	margin:0 auto;
	display:table;
}

.pagination-list li{
	list-style:none;
	display:table-cell;
	padding:0 5px;
	margin:0;
}

.pagination-list a{
	height:34px;
	min-width:34px;
	text-align:center;
	display:block;
	color:#000;
	font-size:16px;
	line-height:34px;
	border:1px solid #fff;
}

.pagination-list li a:not([href]){ 
	color:#bdc3c7;
}

.pagination-list li.active a { 
	border:1px solid #bdc3c7;
	color:#000;
}

.icon-first:after{
	display:block;
	content:"«";
	line-height:34px;
	text-align:center;
}

.icon-previous:after{
	display:block;
	content:"<";
	line-height:34px;
	text-align:center;
}

.icon-last:after{
	display:block;
	content:"»";
	line-height:34px;
	text-align:center;
}

.icon-next:after{
	display:block;
	content:">";
	line-height:34px;
	text-align:center;
}

.pg-cv-folder {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    background: none;
}

.fancybox-title-float-wrap .child{
    text-overflow: ellipsis;
    overflow: hidden;
	width: 85vw;
    display: block;
}

.fancybox-opened .fancybox-title{
	text-align:left;
}

.fancybox-description{
	font-size:14px;
	line-height:17px;
	color:#fff;
	padding:20px 0 0 0;
}

#searchForm #search-searchword{
	width:100%;
	height:40px;
	background:url(/templates/rif/images/lense.png) no-repeat;
	background-position: calc(100% - 25px) center;
	padding:0 50px 0 26px;
	font-size:13px;
	line-height:40px;
	color:#383838;
	border:1px solid #dadfe1;
}

.result-count{ 
	padding-left:20px;
	line-height:42px;
	display:block;
}

.underline{
	text-decoration:underline;
}

.map{
	padding:0;
}

.map-place{
	height:375px;
	width:100%;
	position:absolute;
    margin-top: -375px;
	cursor:pointer;
}

.center-block{
	width:100%;
	height:100%;
	min-height:125px;
}

.center-block .center-block-content{
	width:350px;
	height:140px;
	position:absolute;
	margin:-70px -160px;
	top:50%;
	left:50%;
	text-align:center;
	text-transform:uppercase;
	font-family:Ubuntu;
}

.center-block-content h1{
	font-size:52px;
	margin:0;
}

.center-block-content h2{
	font-size:29px;
	font-weight:normal;
	margin:0;
}

.center-block-content a{
	margin-top:24px;
	font-size:20px;
	color:#1f4788;
	text-decoration:none;
	display:block;
}

.center-block-content a span{
	border-bottom:1px solid #b9c5da;
}

.mobile-button{
	float:right;
	display:none;
}

.mobile-button .icon-bar{
	background:#000;
}

.mobile-menu{
	width:99.99%;
	height:calc(100% - 54px);
	min-height:400px;
	position:absolute;
	top:54px;
	background:#1f4788;
	z-index:999;
	display:none;
}

.mobile-menu .menu li a{
	height:52px;
	width:100%;
	text-align:center;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:52px;
	border-top:1px dashed #637fac;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
}

.mobile-menu .menu {
	padding-top:36px;
}

.mobile-menu .menu li:last-child a{
	
	border-bottom:1px dashed #637fac;
}

.mobile-menu .menu li a:hover{
	background:#fff;
	color:#1f4788;
}

#content-div{
	min-width:250px;
	padding:50px 10px 10px;
	text-align:center;
}

@media (min-width: 1024px){

	.send-form{
		padding-right:10px;
	}
	
}

@media (min-width: 1024px){
	.fancybox-title-float-wrap .child{
		text-overflow: ellipsis;
		overflow: hidden;
		width: 42vw;
		max-width: 800px;
		display: block;
	}
	
	.container{ 
		width:1000px;
		padding:0 12px;
	}
}

@media (max-width: 768px){

	.mobile-button{
		display:block;
	}
	
	.articles-block .articles {
    padding: 0;
	}
	
	.equipment-img{
		height:120px!important;
	}

}

@media (max-width: 425px){

	.center-block{
		width:100%;
	}
	
	.center-block .center-block-content{
		margin-left:-175px;
		transform:scale(0.8,0.8);
	}
	
	.soc_link{
		margin-right:0;
	}
}