@import url('https://fonts.googleapis.com/css2?family=Domine:wght@600&display=swap');
html{
	overflow-y: scroll;
}
body {
	font-size: 14px;
	color: #2f2f2f;
	font-family: "Roboto";
	background-attachment: fixed!important;
	background-size:cover!important;
}
#content {
	min-height: auto;
	/*padding-top: 100px;*/
}
.container.active_slide{
	overflow:hidden;
}
.new-corporate-list{
	    height: calc(100% - 25px);
    padding: 7px 3px;
}
/*for logos*/
.logo_logo{   
	 cursor: pointer;
    
   display: flex;
    margin: 2% 5% 0 0;
    }
    .logo_logo_second{
    	cursor: pointer;
    	display: flex;
margin: 2% 1% 0 5%;
    align-items: center;
    }
    .logo_logo_second a{
    margin: 0 2%;
    }
    #first_item{
    	/*right:26%;*/
    }
    #first_logo{
    	/*right:27%;*/
    }
    .logo_logo a{
    	margin:0 7%;
    }
   
    .logo_item{
    	cursor: pointer;
    	display: inline-flex;
    margin-top: 1%;
    }
    .place-logo{
		display: flex;
	}
	
	.fixed-logo{
cursor: pointer;
    /*right: 12%;*/
    /*position: fixed;*/
    /*top: 1%;*/

	position: absolute;
	top: -75px;
	left: 11%;
		border: 2px solid red;
	}
	.form-logo{
		position: relative;
		
	}
	.logo_item img{
		margin: 1% 30% 0 8%;
	}
	
	.vl{
		position: absolute;
		border-left: 3px solid #373737;
    height: 60px;
    left: 45%;
    top: 1%;
	}
.fixed-block {
	background: #232929;
	color: #fff;
	width: 175px;
	height: 100vh;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
}
.col-md-4.col-sm-6.block-offer{
	border: 1px solid #dbdbdb;
    height: 100%;
    overflow: auto;
}
.mCSB_container.mCS_no_scrollbar_y{
	/*overflow:auto;*/
    position: relative;
    top: 0;
    left: 0;
    height: 100%;

}

.home-content .text-page {
    height: calc(100vh - 470px);
    margin-bottom: 10px;
}

/*blog*/
.blog-carousel-content .big-news > a{
	    height: calc(81vh);
	}
.insidecontent .owl-nav.disabled{
	display:block!important;
	margin-right:10px;
	margin-top:10px;
}	
/*blonedn*/
.item-in-cat{
	    opacity: 1.5;
}
/*.item-in-cat:hover{
	    opacity: 0.5;
}*/
.item-in-cat.basic_category{
	    opacity: 1;
}


.blog-content .big-news > a {
	    height: 100% ;
	}

.presa-item-in-cat.active.action:before{
		    content: '';
    display: block!important;
    height: 2px!important;
    background: #707171!important;
    position: absolute!important;
    opacity: 1!important;
    top: 0!important;
    width: 100%!important;
    left: 0!important;
    transition: 0.25s!important;
}
.presa-item-in-cat.active.action .presa-img {
	filter: saturate(1);
}

a .main_element:before{
	    content: '';
    display: block!important;
    height: 2px!important;
    background: #707171!important;
    position: absolute!important;
    opacity: 1!important;
    top: 0!important;
    width: 100%!important;
    left: 0!important;
    transition: 0.25s!important;
}
.main-block{
	position:absolute;
	top: 0px;
}
.main-block-branda{
	position:absolute;
	top: 0px;
}

.main-menu a {
	font-size: 20px;
	line-height: 97px;
	font-family: "Oswald";
	font-weight: 300;
	height: 97px;
	position: relative;
	z-index: 3;
	padding-left: 23px;
	display: block;
	text-transform: uppercase;
}
ul.main-menu {
	margin: 0;
	padding: 0;
}
.main-menu li {
	position: relative;
	border: 1px solid #2a2f2f;
	overflow: hidden;
}
.item-menu span {
	font-size: 0px;
	color: #424242;
	font-family: "Montserrat";
	font-weight: 900;
	position: absolute;
	z-index: 2;
	bottom: 0;
	line-height: 100px;
	left: -80px;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s !important;
	width: 140px;
	text-align: right;
}
.item-menu:hover span {
	font-size: 140px;
	background: #424242;
	transition: all 0.2s !important;
}
.item-menu.active span {
	background: #fdb129;
	font-size: 140px;
}

.bottom-menu {
	font-size: 13px;
	line-height: 25px;
	color: #7b7f7f;
	font-family: "Roboto";
	font-weight: 300;
	padding-left: 23px;
	position: absolute;
	bottom: 30px;
}
.bottom-menu a {
	display: block;
}

.logo-place a {
	display: block;
	height: 71px;
	width: 76px;
	margin: 0px auto;
	background-size: 76px 71px !important;
}
.index-photo {
	height: calc(94vh - 200px);
	width: 30vw;
	filter: drop-shadow(0 0 58.5px rgba(0,0,0,0.64));
	position: absolute;
	z-index: 2;
	background-size: cover !important;
	left: 0;
	top: 3vh;
}
.home-index {
	position: relative;
	padding-left: 44%;
	margin-top: 6%;
	height: calc(100vh - 200px);
}
.home-index:before {
	content: '';
	background: #f8a723;
	background: url(/images/elements/bg2.png) center center no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 24%;
	left: 20%;
}
.home-content {
	background: #fff;
	padding: 0 7%;
	height: calc(100vh - 200px);
}
#page .container {
	width: 80.5vw;
	margin-left: 14vw;
}
.easytransitions_transition{
	overflow: hidden;
    width: 80.5vw;
    position: absolute;
    height: 88vh;
}
.insidecontent.active_slide{
	position:relative;
	z-index:2;
	margin-top: 1%;
}
.home-content .title-page {
	font-size: 40px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 400;
	padding-top: 5vw;
	text-transform: uppercase;
	margin-bottom: 1.5vw;
}
.reference {
	font-size: 12px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Montserrat";
	font-weight: 600;
	padding-left: 13px;
	position: relative;
	margin-bottom: 10px;
}
.reference:before {
	content: '';
	border-left: 1px solid #000;
	position: absolute;
	left: 0;
	top: 8%;
	height: 86%;
}
.text-page {
	font-size: 14px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 300;
	text-align: left;
	text-align: justify;
}
.text-page p {
	margin: 19px 0;
}

.signature {
	height: 100px;
	width: 100%;
	display: block;
	background-size: contain !important;
}
.mtpnone{
	width: 100%!important;
}
.ikonki-sot a {
	height: 36px;
	width: 36px;
	transition: 0.35s;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	-ie-transition: 0.35s;
	margin: 0px auto;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	transition: none;
	background: #353b3b;
	-webkit-mask-position: bottom center;
	-webkit-mask-size: auto 26px;
	transition: 0.2s;
	display: none;
}
.ikonki-sot a.animated {
	display: inline-block;
	transition:background 0.2s;
}
.home-content .ikonki-sot a{
	background:#000;
}
.ikonki-sot .icfb {
	-webkit-mask-image: url(/images/elements/icfb.svg);
}
.home-content .ikonki-sot .icfb{
     width: 20px;
}
.home-content .ikonki-sot .icfb:hover {
	background: #39579b;
}
.ikonki-sot .icok {
	-webkit-mask-image: url(/images/elements/icok.svg);
}
.home-content .ikonki-sot .icok:hover {
	background: #e58533;
}
.ikonki-sot .icig {
	-webkit-mask-image: url(/images/elements/icig.svg);
}
.home-content .ikonki-sot .icig:hover {
	background: #b7239b;
}
.ikonki-sot .icyout {
	-webkit-mask-image: url(/images/elements/icyout.svg);
}
.home-content .ikonki-sot .icyout:hover {
	background: #cf332d;
}
.ikonki-sot .icin {
	-webkit-mask-image: url(/images/elements/icin.svg);
}
.home-content .ikonki-sot .icin:hover {
	background: #3b71af;
}

.fixed-lang {
	font-size: 10px;
	line-height: 25px;
	font-family: "Montserrat";
	font-weight: 500;
	position: fixed;
	right: 10px;
	top: calc(50% + 50px);
	transform: rotate(-90deg);
	text-transform: uppercase;
	width: 35px;
	z-index:9;
}
.fixed-lang .langs-main {
	width: 290px;;
	display: block;
}
.fixed-lang .langs-main a {
	padding-right: 30px;
	position: relative;
	margin-right: 10px;
	color: #62625e;
}
.fixed-lang .langs-main a:before {
	content: '';
	height: 20px;
	width: 30px;
	display: block;
	position: absolute;
	top: -5px;
	right: 1px;
	transform: rotate(90deg);
}
.ro-lang:before {
	background: url(/images/elements/ro.png) center center no-repeat;
}
.en-lang:before {
	background: url(/images/elements/en.png) center center no-repeat;
}
.ru-lang:before {
	background: url(/images/elements/ru.png) center center no-repeat;
}
.fixed-lang a.active, .fixed-lang a:hover {
	color: #fff;
	transition: color 0.2s;
}
#footer {
	width: 80.5vw;
	height: auto;
	margin: auto;
	left: 14vw;
	position: fixed;
    bottom: 10px;
    z-index:3;
}
#page {
	padding: 0;
}
.slick-prev{
      background: url(/images/elements/nex-2.png) center center no-repeat;
    height: 100%;
    width: 47px;
    font-size: 0 !important;
    cursor: pointer;
    position: absolute;
  	opacity:1.5;
    top:0;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border: none;
    z-index: 1;
    transform: rotate(90deg);
    
}
.slick-next{
  
    background: url(/images/elements/nex-2.png) center center no-repeat;
    height: 100%;
    width: 47px;
    font-size: 0 !important;
    display: block;
    margin-left: 21px;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
   top:0;
    transform: rotate(-90deg);
       display: flex!important;
    justify-content: center;
    align-items: center;
    opacity: 1.5;
}
.elem-line-pagin {
	width: calc(100% - 242px);
	height: 2px;
	background: #838282;
	margin: 45px 0 0;
	float: left;
	overflow: hidden;
}
.elem-line-pagin span {
	background: #fdb129;
	display: block;
	height: 2px;
	transition: width 0.1s;
}
.pagins {
	color: #fff;
	float: left;
	margin-left: 67px;
	margin-top: 20px;
}
.pagination_area li {
	display: block;
	float: left;
	height: 47px;
	line-height: 47px;
}
.pagination_area li a, .pagination_area li span {
	font-size: 14px;
	line-height: 24px;
	color: #868686;
	font-family: "Roboto";
	font-weight: 400;
	text-align: center;
	margin: 0 2px;
}
.pagins ul {
	margin: 0;
	padding: 0;
}
li.forwardlink a {
	background: url(/images/elements/next-page.png) center center no-repeat;
	height: 47px;
	width: 47px;
	font-size: 0 !important;
	display: block;
	margin-left: 21px;
	cursor: pointer;
}
li.backlink a {
	background: url(/images/elements/prev-page.png) center center no-repeat;
	height: 47px;
	width: 47px;
	font-size: 0 !important;
	display: block;
	margin-right: 21px;
	cursor: pointer;
}
.copyright {
	font-size: 13px;
	line-height: 25px;
	color: #7a7979;
	font-family: "Roboto";
	font-weight: 300;
	text-align: center;
}
.but-menu-mob {
	position: fixed;
	left: 0;
	top: 0;
}
.logo-place {
	/*display: none;*/
	position: fixed;
	top: 15px;
	left: 50%;
	margin-left: -35px;
	z-index:9;
}
.blog-content {
	background: #fff;
	height: auto;/*-----------*/
	padding: 4px 0 0;
	height:calc(100vh - 220px);
}
.blog-cats {
	font-size: 13px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 500;
	background: #232929;
	text-align: center;
	text-transform: uppercase;
	padding: 22px 30px;
}
.blog-detail-content .owl-carousel.owl-drag .owl-item{
	/*background:#343737!important;*/
}
.blog-cats .active {
	color: #ffb229;
}


.blog-cats a {
	padding-left: 30px;
	line-height: 28px;
	transition: 0.1s;
    display: inline-block;
}
.blog-index {
	height: calc(74vh);
	margin-top: 1%;
}
.blog-cats a:hover {
	color: #c1c1c1;
}
.colabor-content .owl-item{
	transition: 0.3s;
}
.colabor-content .owl-item:hover {
	filter: opacity(.4);
}
.big-i {
    height: 100%;
    width: calc(100% - 8px);
    background-size: cover !important;
    position: absolute;
    background-position:center top!important;
}
/*.big-i:before {
	content: '';
	display: block;
	height: calc(100vh - 350px);
}*/
.big-news > a{
    display: flex;
    align-items: flex-end;
    height: calc(100vh - 360px);
}
.big-i:before{
	display:none;
}
.big-news .big-i:after {
	content: '';
	padding-bottom: 50%;
	width: 100%;
	left: 0;
	background: linear-gradient(to bottom,transparent 0%, rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.7) 100%);
	position: absolute;
	bottom: 0;
	transition: 0.2s;
	opacity: 0.5;
}
.big-news:hover .big-i:after {
	opacity: 1;
}
.big-news .date-pub {
	font-size: 12px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 30px;
	padding-bottom:8px;
}
.big-news .title-this-news {
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 500;
	margin-left: 30px;
	width: calc(100% - 80px);
	height: 76px;
	overflow: hidden;
}
.text-info-inn{
	padding-bottom:20px;
	position:relative;
}
.big-news .cat-this-news {
	font-size: 10px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 500;
	margin-left: 30px;
	text-transform: uppercase;
}
.mini-news {
	clear: both;
}
.mini-news .small-i {
	width: 50%;
	/*height:370px;*/
	float: left;
	background-size: cover !important;
	background-position:center!important;
	height: 50%;
}
.mini-news .info-news {
	float: left;
	width: 50%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 370px;
	/*height: calc((100vh - 360px) /2 );*/
}
.mini-news .info-news:before {
	/*content:'';
	 /*padding-bottom:100%;
	 display:block;
	 height: calc(100vh - 613px);*/
}
.cell-block {
	padding: 18px;
    display: table-cell;
    vertical-align: middle;
    height: calc((100vh - 360px) /2 );
}
.mini-news .small-i:before {
	content: '';
	display: block;
	/*padding-bottom: 100%;*/
	height: calc((100vh - 360px) /2 );
}
.mini-news .date-pub {
	font-size: 12px;
	color: #626464;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.cat-this-news {
	padding-top: 15px;
	text-transform: uppercase;
}
.mini-news .title-this-news {
	font-size: 18px;
	line-height: 25px;
	color: #282b2b;
	font-family: "Montserrat";
	font-weight: 500;
}
.mini-news .info-news {
	height: 50%;
	background: #f7f7f7;
	transition: 0.2s;
}
.mini-news:hover .info-news {
	background: #e1e1e1;
}
.blog-content .col-sm-35 {
	padding: 0 4px;
	height: 100%;
}
.mini-news.item-2m .small-i {
	float: right;
	margin-right: 0;
}
.col-sm-35 {
	width: 31.5%;
	float: left;
	position: relative;
}
.col-sm-40 {
	width: 37%;
	float: left;
	position: relative;
	background: #f7f7f7;
	height: 100%;
}
.afaceri-index {
	height: calc(100vh - 173px);
	margin-top: 1%;
}
.afaceri-content {
	background: #fff;/*--------------*/
	margin-bottom: 10px;
	overflow:hidden;
	height: calc(73vh);
}
.afaceri-content .main-cont .col-sm-4{
	float:right;
}
.tabs-proj .slick-prev::before {
	position: absolute;
	content: '';
	right: 50%;
top: 31%;
transform: translateY(-50%) rotate(-90deg);
	height: 100%;
	width: 1px;
	background-color: black;
}
.tabs-proj .slick-next::before {
	position: absolute;
	content: '';
	right: 50%;
top: 31%;
transform: translateY(-50%) rotate(90deg);
	height: 100%;
	width: 1px;
	background-color: black;
}
.left-cont{
	height: 78vh;
	background: #fed731;
}
.afaceri-content .main-cont{
	height: calc(100vh - 259px);
}
.theme-titles {
	font-size: 137px;
	line-height: 95px;
	color: #fedf58;
	font-family: "Montserrat";
	font-weight: 900;
	text-transform: uppercase;
	padding-left: 30px;
	text-indent: -20px;
	overflow: hidden;
	height: calc(100vh - 610px);
}
.theme-titles span{
	display:block;
}
.theme-titles span:nth-child(even){
	padding-left:25px;
}
.logo-proj {
	height: 14vw;
	width: 14vw;
	background-size: 70% !important;
	background-color: #000 !important;
	position: absolute;
	right: -3vw;
	z-index: 2;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	background-size:cover!important;
}
::selection {
	background:#fed731;
}
::-moz-selection {
	background: #fed731;
}
.contact-project {
	display: table;
	float: right;
	/*margin-top: 16%;*/
	padding-right: 2vw;
	min-width: 190px;
}
.contact-project > a {
	font-size: 16px;
	line-height: 23px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 400;
	text-align: left;
	display: block;
}
.site-link {
	text-decoration: underline;
}
.site-link:hover {
	text-decoration: none;
}
.ikonki-sot.projects a {
	height: 22px;
	width: 22px;
	-webkit-mask-size: auto 22px !important;
	margin-right: 5px;
}
.ikonki-sot.projects a:hover{
	background:#696969;
}
.afaceri-content .title-proj {
	font-size: 40px;
	line-height: 46px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}
.afaceri-content .text-page {
	padding: 5vw 8vw 0;
}
.main-cont .scrollme{
	height: calc(95vh - 610px);
}
.services-proj-tit {
	font-size: 16px;
	/*margin-top: 15px;*/
	margin-bottom: 7px;
	color: #262c29;
	font-family: "Montserrat";
	font-weight: 600;
}
.list-serv-proj span {
	font-size: 15px;
	line-height: 26px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 400;
	display: block;
}
.list-serv-proj {
	position: relative;
	padding-left: 15px;
}
.list-serv-proj:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	height: calc(100% - 14px);
	border-left: 2px solid #fed731;
}
.text-page .cat-proj {
	font-size: 12px;
	color: #2f2f2f;
	font-family: "Montserrat";
	font-weight: 600;
	text-transform: uppercase;
}
.view-this-proj {
    font-size: 16px;
    color: #262c29;
    font-family: "Montserrat";
    font-weight: 500;
    position: relative;
    padding: 15px 45px 15px 35px;
    border: 1px solid #000;
    display: table;
    margin-top: 2.1vw;
    text-align: center;
    line-height: 20px;
}
.view-this-proj:before {
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
}
.ikonki-sot.projects {
	margin-top: 50px;
}
.item-proj .proj-but {
	background: #7c7c7c;
	text-align: center;
	border-right: 1px solid #2f2f2f;
	height: 100px;
	font-size: 16px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	transition: 0.3s;
}
.item-proj .proj-but:hover {
	background: #b7b7b7bf;
	text-align: center;
/* 	border-right: 1px solid #ef4c40; */
/* 	height: 100px; */
/* 	font-size: 16px; */
	color: #ffffff;
	font-family: "Montserrat";
/* 	font-weight: 500; */
	text-transform: uppercase;
	position: relative;
	transition: 0.3s;
}
.proj-but {
	padding-top: 15px;
	cursor: pointer;
}
.bg-proj-img {
	display: block;
	height: 38px;
	background-size: auto 38px !important;
	margin-bottom: 10px;
	transition: 0.3s;
}
.item-proj .proj-but.active {
	background: #484848;
}
.item-proj .proj-but:before {
	content: '';
	display: block;
	width: 0;
	left: 0;
	bottom: 0;
	height: 3px;
	background: #fed731;
	position: absolute;
	transition: 0.3s;
}
.item-in-cat.auxiliary_category:hover{
	background-color: #f0f0f0;
	opacity: 1;
}
.mCustomScrollBox {
  height:93% !important;
}

.item-proj .proj-but.active:before, .item-proj .proj-but:hover:before {
	height: 3px;
	width: 100%;
}
.item-proj .proj-but.active .bg-proj-img {
	height: 0;
	margin-bottom: 24px;
}

.t-project.active {
	display: block;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 3px !important;
}

.blog-carousel-content {
	background: #fff;
	padding: 5px 0 0 5px;
	height: 82vh;
}

.owl-nav {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.news-in-owl .big-i:after {
	width: 100%;
	left: 0;
}
.news-in-owl .big-news > a {
	height: calc(100vh - 357px);
}
.pagins-owl-info {
	text-align: right;
	margin:10px;
}
.owl-carousel .owl-nav button {
	background: #fdb129 !important;;
	display: inline-block;
	height: 57px;
	width: 57px;
	margin-left: 25px;
	position: relative;
	display: block;
	float: left;
	transition: 0.1s;
}
.owl-carousel .owl-nav button:hover {
	background: #ffa90e !important;
}

.owl-carousel .owl-nav button span {
	font-size: 0 !important;
	display: block;
	height: 10px;
	width: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
}
.owl-carousel .owl-nav button.owl-prev span {
	transform: rotate(45deg);
}
.owl-carousel .owl-nav button.owl-next span {
	transform: rotate(-135deg);
}
.owl-dots{
display:none;
}
.pagins-owl-info {
	font-size: 14px;
	line-height: 57px;
	font-family: "Roboto";
	font-weight: 400;
	color: #9ea1a1;
	text-transform: uppercase;
}
.pagins-owl-info a {
	color: #9ea1a1;
	transition: 0.2s;
}
.pagins-owl-info a:hover {
	color: #242a2a;
}
.line-tir {
	padding: 0 10px;
}
.blog-all-content {
	background: #fff;
	padding: 5px;
	height: calc(100vh - 300px);
}
.height-container {
	height: 85vh;
	overflow: hidden;
	margin-top: 1%;
}
.to-all-i {
	padding-bottom: 100%;
	background-size: cover !important;
}
.box-news-block {
    height: calc(100% - 39px);
    display: flex;
    flex-wrap: wrap;
}
.blog-all-content .mCSB_inside > .mCSB_container, .presa-all-content .mCSB_inside > .mCSB_container {
	margin-right: 17px;
	padding-bottom: 5px;
}
.cat-title-all {
	font-size: 14px;
	line-height: 24px;
	color: #1c1c1c;
	font-family: "Roboto";
	font-weight: 500;
	text-align: right;
	text-transform: uppercase;
	margin: 10px;
}
.blog-all-content .mCSB_scrollTools a+ .mCSB_draggerContainer {
	margin: 0px 0 5px 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fdb129 !important;
}
.to-all-i:after {
	content: '';
	padding-bottom: 50%;
	width: 100%;
	left: 0;
	background: linear-gradient(to bottom,transparent 0%, rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.7) 100%);
	position: absolute;
	bottom: 0;
	opacity: 0.5;
	transition: 0.3s;
}
.news-in-cat a:hover .to-all-i:after {
	opacity: 1;
}
.news-title-all {
	position: absolute;
	bottom: 50px;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-family: "Montserrat";
	font-weight: 500;
	width: 90%;
	left: 5%;
	height: 36px;
	overflow: hidden;
}
.news-in-cat a {
	position: relative;
	display: block;
	margin: 1px;
}
.date-pub-news {
	position: absolute;
	bottom: 20px;
	left: 5%;
	z-index: 2;
	font-size: 10px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 15px;
}
.date-pub-news:before {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	right: 0;
	top: 4px;
	position: absolute;
}
.blog-all-content .mCSB_draggerContainer:before {
	content: '';
	width: 3px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 7px;
	background: #e0e0e0;
}
.detail-blog {
	background: #fff;
}
.detail-blog .owl-item .item-in-cat{
	color:#fff;
}
.detail-elib-content .owl-stage:hover .owl-item:not(:hover){
opacity:0.65;
transition:0.3s;
}
.blog-detail-content {
	height: 100%;
	float: left;
	width: calc(100% - 268px);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
}
.blog-detail-content .content-page {
	height: 76vh;
	margin: 0 7vw;
}
.full-text {
	height: 100%;
}
.detail-blog-cats {
	height: 100%;
	width: 268px;
	float: left;
	padding-left: 20px;
	background-color: #d3d3d3;
	padding-top: 8vw;
}
.detail-blog-cats a {
	display: table;
	font-size: 12px;
	line-height: 24px;
	color: #242a2a;
	font-family: "Montserrat";
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.1s;
}
.detail-blog-cats a.active, .detail-blog-cats a:hover {
	color: #fff;
}
.blog-detail-content .item-in-cat, .blog-detail-content .item-in-cat a {
	float: left;
	height: 100%;
	display: block;
    width: 100%;
    cursor:pointer;
}
.blog-detail-content .item-in-cat {
	transition: 0.3s;
	/*background: #343737;*/
}

.detail-blog .blog-detail-content .item-in-cat a:before {
	content: '';
	width: 100%;
	height: 0px;
	background-color: silver;
	position: absolute;
	top: -2px;
	left: 0;
	transition: 0.3s;
}

.detail-blog .blog-detail-content .item-in-cat:hover{
	background: #b7b7b7bf;
}
.detail-blog .blog-detail-content .item-in-cat a:hover:before {
	height: 5px;
}
.blog-detail-content .item-in-cat:hover {
	background: #ededed;
}
.small-cat-i {
	width: 75px;
	background-size: cover !important;
	float: left;
	margin-right: 10px;
}
.small-cat-i:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.blog-detail-content .owl-stage {
	padding-left: 0 !important;
}
.detail-blog .owl-carousel .owl-item {
	background: #242a2a;
}
/*.owl-carousel .owl-item :hover {
	background: #767676bf;
	color: #767676bf;
}*/
.item-title-all {
	font-size: 14px;
	line-height: 18px;
	font-family: "Montserrat";
	font-weight: 500;
	padding-top: 10px;
	height: 48px;
	overflow: hidden;
}
.item-date-pub {
	font-size: 10px;
	color: #9a9c9c;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 11px;
	display: table;
	padding-right: 15px;
	position: relative;
	line-height: 12px;
}
.item-date-pub:before {
	content: '';
	border-right: 1px solid #9a9c9c;
	border-bottom: 1px solid #9a9c9c;
	display: block;
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	right: 0;
	position: absolute;
	bottom: 4px;
}
.img-place {
	float: right;
	margin: 0px 0 1.5vw 1.5vw;
}
.item-news-text {
	text-align: justify;
	font-size: 14px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 300;
}
.date-bup-news {
	font-size: 12px;
	color: #282b2b;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
}
.border-b {
	padding: 0 10px;
	font-size: 12px;
	color: #2a2727;
	font-family: "Montserrat";
	font-weight: 600;
}
.info-news-item {
	font-size: 12px;
	color: #2a2727;
	font-family: "Montserrat";
	font-weight: 600;
	text-transform: uppercase;
}
.detail-blog .mCSB_draggerContainer:before {
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 7px;
	background: #e0e0e0;
}
.detail-blog .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #a9a8a6 !important;
	width: 2px !important;
}
.title-news-item {
	font-size: 40px;
	line-height: 46px;
	color: #282b2b;
	font-family: "Roboto";
	font-weight: 400;
	text-transform: uppercase;
}

.presa-detail {
	background: #e8e8e8;
	margin-top: 1%;
}
.presa-detail .owl-carousel{
	background: #343737;
}
.presa-img {
	filter: saturate(0);
	height: 82px;
	background-position: center center !important;
	margin-bottom: 10px;
	background-repeat: no-repeat !important;
	background-size:50%!important;
}
.presa-img:hover {
		filter: saturate(1);
}
a.presa-item-in-cat {
	text-align: center;
	font-size: 10px;
	color: #f7f7f7;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
}
.title-promo-item {
	display: table;
	margin: 10px auto 0;
	position: relative;
        text-transform: initial;
        padding: 5px;
}
.title-promo-item.video {
	padding-right: 20px;
}
.presa-item-in-cat {
	position: relative;
}
.presa-item-in-cat .hover {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: 0.25s;
	background: #dcdada;
	color: #343737;
	font-weight: 500;
}
/*.presa-item-in-cat:hover .hover {
	height: 100%;
}*/
.owl-item .presa-item-in-cat:before{
	content:'';
	display:block;
	height:2px;
	background:#707171;
	position:absolute;
	opacity:0;
	top:0;
	width:0;
	left:50%;
	transition:0.25s;
}
.owl-item .presa-item-in-cat:hover:before{
	width:100%;
	opacity:1;
	left:0;
}

.title-promo-item.video:after {
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	border: 2px solid #b7b7b7;
	border-radius: 50%;
	position: absolute;
	right: -5px;
	top: -4px;
}
.presa-item-in-cat.active .hover {
	height: 100%;
	opacity:1;
}
.title-promo-item.video:before {
	content: '';
	display: block;
	border: 4px solid transparent;
	border-left: 4px solid #b7b7b7;
	position: absolute;
	right: -2px;
	top: 2px;
}
.presa-item-in-cat .hover .video:before {
	border-left: 4px solid #343737;
}
.presa-item-in-cat .hover .video:after {
	border: 2px solid #343737;
}
.presa-detail-content .detail-presa {
	width: 280px;
	float: left;
}
.presa-detail-content .content-page {
	/*float: left;*/
	width: calc(100% - 280px);
	padding-right: 13.5vw;
	height: calc(100% - 198px);
	margin-left: 280px;
}
.presa-detail-content {
	height: 100%;
	/*display:none;*/
}
.presa-detail-content.active{
	display:block;
}
.pagination li a{
	opacity:1;
	transition:0.3s;
}
.pagination li a:hover,
.pagination li.disabled  a{
	opacity:0.6
}
.pagination li.disabled  a{
	cursor: default;
}
.title-presa-item {
	font-size: 40px;
	line-height: 46px;
	color: #282b2b;
	font-family: "Roboto";
	font-weight: 400;
	margin-top: 0;
}
.presa-detail-content .mCSB_draggerContainer:before {
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 7px;
	background: #e0e0e0;
}
.presa-detail-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #a9a8a6 !important;
	width: 2px !important;
}
.presa-detail-content .mCSB_scrollTools a+ .mCSB_draggerContainer {
	margin-top: 10px !important;
}
.item-presa-text {
	font-size: 14px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 300;
	text-align: justify;
}
.detail-presa img {
	display: table;
	float: right;
	clear: both;
	margin-right: 30px;
	max-width: calc(90% - 30px);
}
.presa-detail .owl-nav {
	margin-left: 15px;
}
.presa-detail .owl-carousel  button {
	margin-left: 2px;
}

.presa-all-index {
	background: #fff;
	padding: 5px;
	height: 85vh;
}
.presa-all-content {
	height: 100%;
}
.presa-in-cat {
    margin-top: 1px;
}
.presa-in-cat a {
	position: relative;
	display: block;
	margin: 1px;
	background: #333737;
    transition:0.5s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.presa-in-cat:before{
    content: '';
    display: block;
    width: calc(100% - 2px);
    left:1px;
    top:1px;
    padding-bottom: calc(100% - 2px);
    position: absolute;
}
.presa-in-cat a:hover{
	background-color: #b7b7b7bf;
}

.presa-all-content #mCSB_1_container {
	display: flex;
	flex-wrap: wrap;
}
.promo-all-i {
    width: 60%;
    margin: 0 auto;
    height: 150px;
    background-position: center center !important;
    background-size: 50% !important;
}
.all-promo-item {
	color: #fff;
	padding: 0 20px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-family: "Montserrat";
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
}
.all-promo-item span {
	position: relative;
	color: #9a9c9c;
	line-height: 20px;
}
.all-promo-item span:before {
	content: '';
	border-right: 1px solid #9a9c9c;
	border-bottom: 1px solid #9a9c9c;
	display: block;
	height: 6px;
	width: 6px;
	transform: rotate(-45deg);
	right: -15px;
	position: absolute;
	bottom: 4px;
}
.line-gr .mCSB_draggerContainer:before {
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 7px;
	background: #e0e0e0;
}
.line-gr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px !important;
}
.line-gr .mCSB_scrollTools a+ .mCSB_draggerContainer {
	margin: 0px 0 5px 0;
}
.line-gr .mCSB_inside > .mCSB_container {
	margin-right: 18px;
}
.all-promo-item.video:before {
	content: '';
	display: block;
	border: 4px solid transparent;
	border-left: 4px solid #b7b7b7;
	position: absolute;
	right: calc(50% - 7px);
	top: -24px;
}
.all-promo-item.video:after {
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	border: 2px solid #b7b7b7;
	border-radius: 50%;
	position: absolute;
	right: calc(50% - 10px);
	top: -30px;
}

.contact-page {
	position: relative;
}

.left-parg-page {
	height: 86vh;
	width: 53%;
	padding-right: 3%;
	background: url(/images/elements/bg1.png) center center no-repeat;
	background-size: cover;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
    align-items: center;
}
.right-part-page {
	height: calc(100vh - 240px);
	background: #fff;
	width: 50%;
	position: relative;
	z-index: 2;
	float: right;
	margin-top: 20px;
	display: table;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.title-forms {
	font-size: 40px;
	line-height: 46px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.form-contacts {
	display: table-cell;
	vertical-align: middle;
	height: 80vh;
	padding: 0px 18%;
}
.form-contacts input {
	font-size: 12px;
	line-height: 86px;
	color: #242a2a;
	font-family: "Montserrat";
	font-weight: 600;
	border: none;
	display: block;
	outline: none;
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
	height: 44px;
	line-height: 44px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.form-contacts .label {
	margin-top: -10px;
	display: block;
	text-transform: uppercase;
	color: #9ea1a1;
}/*
 .form-contacts textarea{
 font-size: 12px;
 line-height: 86px;
 color: #242a2a;
 font-family: "Montserrat";
 font-weight: 600;
 border:none;
 display:block;
 outline:none;
 border-bottom:1px solid #d6d6d6;
 width:100%;
 height:44px;
 line-height:44px;
 margin-bottom:40px;
 resize: none;
 scroll:none;
 height: 50px;
 }*/
.form-contacts input {
	font-size: 15px;
	color: #000;
}
::-webkit-input-placeholder {
	color: #000;
	text-transform: uppercase;
}
::-moz-placeholder {
	color: #c0392b;
	text-transform: uppercase;
}
:-moz-placeholder {
	color: #c0392b;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #c0392b;
	text-transform: uppercase;
}
#submit {
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	color: #000000;
	font-family: "Montserrat";
	font-weight: 500;
	background: none;
	border: none;
	outline: none;
	border: 1px solid #000;
	width: 300px;
	padding-right: 15px;
	cursor: pointer;
	margin-top: 25px;
	position: relative;
	transition: color 300ms ease-in-out;
}
#submit:before {
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	transition: color 300ms ease-in-out;
}
#submit:hover:after {
	transform: scaleX(1);
}
#submit:after {
	background: #101010;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform-origin: left top;
	transition: transform 300ms cubic-bezier(0.785,0.135,0.15,0.86);
	transform: scaleX(0);
}
#submit:hover {
	color: white;
}
#submit:hover:before {
	border-color: #fff;
}
.control_row .label {
	position: relative;
	bottom: -25px;
	transition: all 0.3s;
	color: #242a2a;
	font-weight: 500;
	z-index: 2;
}
.control_row.active .label {
	bottom: 0;
	color: #9ea1a1;
	font-weight: 400;
}

.left-parg-page:before {
	content: '';
	padding-bottom: 36%;
	display: block;
}
.bottom-text {
	display: block;
	clear: both;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
}
.ikonki-sot.contact-pg {
	display: table;
	margin-left: 3%;
    width: 94%;
}
.ikonki-sot.contact-pg a:after {
	content: '';
	display: block;
	padding-bottom: 90%;
}
.ikonki-sot.contact-pg a {
	display: block;
	float: left;
	background: #474747;
	width: calc(25% - 2px);
	height: 100%;
	-webkit-mask: none;
	position: relative;
	margin: 1px;
}
.afaceri-content .mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 4px auto;
}
.afaceri-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #7c7c7c !important;
}
/*
.ikonki-sot.contact-pg a:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-mask-size: auto 37px !important;
}*/
.ikonki-sot.contact-pg a span.icon{
	display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-mask-size: auto 37px !important;
    /*-webkit-mask: url(/images/elements/icfb.svg) center center no-repeat;*/
    top: 0;
    -webkit-mask-size: 36px auto;
}
/*
.ikonki-sot.contact-pg a:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-mask-size: 36px auto;
}

.ikonki-sot.contact-pg a.icin:before {
	-webkit-mask: url(/images/elements/icin.svg) center center no-repeat;
	
}
.ikonki-sot.contact-pg a.icfb:before {
	-webkit-mask: url(/images/elements/icfb.svg) center center no-repeat;
	-webkit-mask-size: 36px auto;
}
.ikonki-sot.contact-pg a.icig:before {
	-webkit-mask: url(/images/elements/icig.svg) center center no-repeat;
	-webkit-mask-size: 36px auto;
}
.ikonki-sot.contact-pg a.icyout:before {
	-webkit-mask: url(/images/elements/icyout.svg) center center no-repeat;
	-webkit-mask-size: 36px auto;
}
.ikonki-sot.contact-pg a.icok:before {
	-webkit-mask: url(/images/elements/icok.svg) center center no-repeat;
	-webkit-mask-size: 36px auto;
}*/
.owl-crsl4 .owl-stage{
	padding-left:0!important;
}
.ikonki-sot.contact-pg a span {
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10px;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-weight: 500;
	text-align: center;
	font-size: 12px;
}

input.animated, textarea.animated {
	background: #ffe9e9;
}

.consult-content {
	background: #fff;
}
.tabs-cons {
	text-align: center;
	background: #e8e8e8;
	font-size: 18px;
	color: #252828;
	font-family: "Montserrat";
	font-weight: 500;
	padding-top: 15px;
	border-bottom: 3px solid #fdb129;
	width: 100%;
}
.tabs-cons a {
	padding: 0 30px;
	line-height: 34px;
	height: 35px;
	display: inline-block;
	position: relative;
	float: left;
}
.tabs-cons a:before {

	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	background: #000;
	left: 50%;
	bottom: -3px;
	transition: 0.3s;
}
.tabs-cons a.active:before, .tabs-cons a:hover:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #000;
	left: 0;
	bottom: -3px;
}
.center-tabs {
	display: table;
	margin: 0px auto;
}

#filters {
	text-align: center;
	margin: 20px 0;
}
#filters button {
	font-size: 13px;
	line-height: 18px;
	font-family: "Montserrat";
	font-weight: 500;
	background: none;
	outline: none;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	color:#000;
	transition:0.15s;
	position:relative;
	padding-left:7px;
	margin-left:6px;
}
.item-cat:before{
content:'';
display:block;
height:12px;
position:absolute;
top:5px;
width:1px;
background:#000;
left:0;
}
#filters button.item-cat:hover:before{
	background: #9e9e9e;
}
#filters button:hover{
	color: #9e9e9e;
}
#filters button.item-cat.is-checked:before{
	background: #ef4c40;
}
#filters button.is-checked {
	color: #ef4c40;
}
.element-item img {
	/*border:1px solid #e7e7e7;*/
	width: 100%;
	border: 15px solid transparent;
}
.element-item {
	padding: 0 6px;
	box-sizing: border-box;
	position: relative;
	width: 12.5%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 6px;
}
.element-item .logo-name {
	background: #f9f9f9;
	position: absolute;
	left: 6px;
	bottom: 0;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	width: calc(100% - 12px);
	font-size: 11px;
	color: #5b5a5a;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	transition: bottom 0.2s;
}
.element-item .desc {
	background: #f9f9f9;
	width: calc(100% - 12px);
	position: absolute;
	bottom: -42px;
	left: 6px;
	padding-left: 10px;
	font-size: 11px;
	color: #5b5a5a;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	transition: bottom 0.2s;
	height: 42px;
	padding: 5px 0 5px 10px;
}
.element-item {
	height: 180px;
}
.element-item:hover .logo-name {
	bottom: 42px;
	color: #a44949;
}
.element-item:hover .desc {
	bottom: 0px;
}
.consult-index {
	/*height: calc(104vh - 230px);*/
	overflow: hidden;
}
.consult-content {
	height: 84vh;
}
.consult-content .height-content {
	height: 100%;
	padding-left: 6px;
}
.consult-content .scrollme {
	height: calc(100% - 50px);
}
.hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s;
	width: 100% ;
	height: 100%;
}
.space-row-8{
	width:100%;
	height: 100%;
}
.owl-item:hover .hover {
	opacity: 1;
}
.colab-log {
	padding: 10px 0 0 10px;
}
.colab-log .owl-stage {
	padding-left: 0 !important;
}
.colabor-content {
	background: #fff;
	height: 85vh;
	overflow:hidden;
}
.colabor-content .height-content {
	max-width: 980px;
	margin: 10px auto;
	height: calc(100vh - 370px);
	display:none;
}
.colabor-content .height-content.active{
	display:block;
}
.colabor-content .scrollme {
	height: calc(100% - 25px);
}
.left-content {
	float: left;
	text-align: right;
	width: 17%;
	display:none;
}
.left-content.active{
	display:block;
}
.title-cor {
	font-size: 40px;
	line-height: 46px;
	color: #282b2b;
	font-family: "Roboto";
	font-weight: 400;
	text-transform: uppercase;
}
.colabor-content .content-text {
	font-size: 14px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 300;
	text-align: justify;
}
.colabor-content .content-text {
	width: 68%;
	float: left;
}
.content-info-im {
	float: right;
	width: 28%;
	margin-right: 1%;
}
.name-client {
	font-size: 12px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Montserrat";
	font-weight: 600;
	text-transform: uppercase;
	width: 50%;
}
.block-with-image {
	padding-left: 10px;
	position: relative;
}
.block-with-image:after {
	content: '';
	height: calc(100% - 8px);
	top: 4px;
	width: 2px;
	display: block;
	background: #000;
	left: 0;
	position: absolute;
}
.content-info-im .position-client {
	font-size: 13px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 300;
	text-align: left;
}
.content-info-im .bg-img {
	height: 86px;
	width: 86px;
	background-size: cover !important;
	display: block;
	float: right;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -18px;
}
.content-info-im .text-bold {
	font-size: 14px;
	line-height: 21px;
	color: #282b2b;
	font-family: "Roboto";
	font-weight: 600;
	text-align: justify;
	margin: 25px 0 20px;
	display: block;
}
.content-info-im .text-normal {
	font-size: 14px;
	line-height: 21px;
	color: #282b2b;
	font-family: "Roboto";
	font-weight: 400;
	text-align: left;
	text-align: justify;
	display: block;
}

.detail-elib .blog-detail-content {
	width: 100%;
}
.detail-blog .owl-crsl5 .item-in-cat:hover{
	background:#ededed;
}
.list-serv-proj p{
	margin:0;
}
.detail-elib-content .owl-carousel {
	margin: 10px 0 0 0;
	padding-left: 10px;
}
.detail-elib-content .owl-carousel .owl-item {
	background: #fff !important;
	transition: 0.1s;
}
.detail-elib-content .item-title-all {
	font-size: 14px;
	color: #131313;
	font-weight: 500;
	margin-top: 2%;
}
.detail-elib-content .small-cat-i {
	width: 45%;
}
.detail-elib-content .small-cat-i:before {
	padding-bottom: 60%;
}
.detail-elib-content .item-date-pub {
	font-size: 11px;
	color: #131313;
	padding-top: 5%;
}

.blog-detail-content .owl-carousel.owl-drag .owl-item {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.blog-detail-content  .item-in-cat{
	    width: 100%;
}
.detail-elib  .blog-detail-content {
	box-shadow: none;
}
.detail-elib-content .content-text {
	width: 68%;
	float: left;
}
.detail-elib-content .content-text {
	font-size: 14px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 300;
	text-align: justify;

}
.detail-elib-content .height-content {
	max-width: 980px;
	margin: 10px auto;
	height: calc(104vh - 450px);
}
.detail-elib-content  .scrollme {
	height: 100%;
}
.detail-elib-content .title-cor {
	text-align: left;
}
.detail-elib-content .mCSB_scrollTools a+ .mCSB_draggerContainer {
	margin: 0;
}
.content-info-im img {
	width: 100%;
}
.download-even {
	font-size: 16px;
	line-height: 46px;
	color: #000;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 54px;
	line-height: 54px;
	border: 1px solid #000;
	margin: 10px 0 20px;
	position: relative;
	transition: color 300ms ease-in-out;
	z-index: 2;
}
.download-even:hover {
	color: white;
}
.download-even:before {
	content: '';
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	height: 8px;
	width: 8px;
	transform: rotate(-45deg);
	right: 25px;
	position: absolute;
	bottom: calc(50% - 4px);
	transition: transform 300ms cubic-bezier(0.785,0.135,0.15,0.86);
}
.download-even:after {
	background: #101010;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform-origin: left top;
	transition: transform 300ms cubic-bezier(0.785,0.135,0.15,0.86);
	transform: scaleX(0);
}
.download-even:hover:after {
	transform: scaleX(1);
}
.download-even:hover:before {
	border-color: #fff;
}
.text-even {
	font-size: 14px;
	line-height: 21px;
	color: #282b2b;
	font-family: "Roboto";
	font-weight: 500;
	text-align: left;
}
.all-eveniments-list {
	background: #fff;
	display: block;
}
.item-eveniment {
	float: left;
	/*width: calc(33.3% - 10px);
	margin: 5px;*/
}
.item-eveniment img {
	width: 100%;
}
.all-eveniments-list .scrollme {
	height: calc(100% - 25px);
    padding: 7px 3px;
}
.all-eveniments-list .height-content {
	margin: 0px auto;
	height: calc(100vh - 127px);
}
.text-title-even {
	font-size: 16px;
	line-height: 21px;
	color: #2c2c2c;
	font-family: "Montserrat";
	font-weight: 500;
	padding: 20px 20px;
	border: 1px solid #ececec;
	border-top: none;
	overflow: hidden;
}
.text-title-even span {
	height: 43px;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
}
.all-eveniments-list-content .mCSB_scrollTools a+ .mCSB_draggerContainer {
	margin: 5px 0 5px 0 !important;
}
a.view-this-proj {
	transition: color 300ms ease-in-out;
	z-index: 2;
}

a.view-this-proj:hover {
	color: white;
}

a.view-this-proj:hover:before {
	border-color: #fff;
}
a.view-this-proj:before {
	content: '';
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	height: 8px;
	width: 8px;
	transform: rotate(-45deg);
	right: 25px;
	position: absolute;
	bottom: calc(50% - 4px);
	transition: transform 300ms cubic-bezier(0.785,0.135,0.15,0.86);
}

a.view-this-proj:hover:after {
	transform: scaleX(1);
}
a.view-this-proj:after {
	background: #101010;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform-origin: left top;
	transition: transform 300ms cubic-bezier(0.785,0.135,0.15,0.86);
	transform: scaleX(0);
}

.hot-detail-content {
	background: #fff;
	height: calc(100vh - 200px);
}
.hot-detail-content .content-page {
	height: calc(100vh - 300px);
	width: 66%;
	float: right;
	padding: 3% 2% 2% 2.5%;
}
.detail-hot-left {
	width: 33%;
	float: left;
	height: 100%;
	background: #4b3c68;
	display: table;
	position:relative;
	overflow:hidden;
}
.hot-detail-content .view-this-proj {
	margin: 20px auto 0;
	background: #fff;
	width: 60%;
}
.detail-hot-left .cell-content img {
	max-width: 90%;
}
.detail-hot-left .cell-content {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	height: calc(81vh);
	padding-bottom: 7vh;
}
.tabs-hot {
	margin-bottom: 10px;
}
.item-hot .proj-but {
	background: #7c7c7c;
	text-align: center;
	border-right: 1px solid #2f2f2f;
	height: 100px;
	font-size: 16px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	transition: 0.3s;
	display: block;
	border-bottom: 1px solid #2f2f2f;
}
.proj-but.action{
	    background: #424242;
}
.more-news-plus {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	background: #fdd731;
	font-size: 11px;
	line-height: 24px;
	color: #3b3b3b;
	font-family: "Montserrat";
	font-weight: 500;
	padding: 0 12px;
	text-align: center;
	width: 0;
	height: 25px;
	overflow: hidden;
	transition: 0.3s;
}
.more-news-plus b {
	font-weight: 500;
}
.more-news-plus span {
	font-size: 14px;
	color: #3b3b3b;
	font-family: "Roboto";
	font-weight: 500;
	float: right;
	position: absolute;
	right: 5px;
	top: 0;
	line-height: 25px;
}
.proj-but {
	transition: 0.3s;
}
.more-news-plus .width-text {
	opacity: 0;
	transition: 0.3s;
}
.proj-but:hover .more-news-plus {
	width: 100%;
}
.proj-but:hover .more-news-plus .width-text {
	opacity: 1;
}
.item-hot:hover .proj-but {
	background: #b7b7b7bf;
}
.item-hot:hover .bg-proj-img {
	opacity: 0;
}
.hot-detail-content .date-pub {
	font-size: 12px;
	color: #282b2b;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.hot-detail-content .about-what {
	font-size: 18px;
	line-height: 25px;
	color: #2c2c2c;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
}

.hot-detail-content .mCSB_inside > .mCSB_container {
	margin-right: 34px;
}
.hot-detail-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #a9a8a5 !important;
}
.hot-all-content {
	background: #fff;
}
.block-offer .hot-cat {
	font-size: 12px;
	color: #333333;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
}
.block-offer .head-block {
	/*border: 1px solid #dbdbdb;*/
	border-bottom: none;
	padding: 17px;
}
.space-row-8 .col-md-4 {
	padding: 0 3px 6px;
}
.space-row-8{
	height: 100%;
}
.block-offer .school {
	width: 101%;
	margin-left: -3px;
	/*border-left: 1px solid #dbdbdb;*/
    /*border-right: 1px solid #dbdbdb;*/
}
.block-offer .contents-in {
	font-size: 14px;
	color: #b6b9b9;
	font-family: "Roboto";
	font-weight: 400;
	text-align: center;
	float: right;
}
.block-offer .contents-in b {
	font-weight: 400;
}
.block-offer .link-to-more {
	text-transform: uppercase;
}
.block-offer .category {
	font-size: 12px;
	color: #444444;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
}
.block-offer .date-time-pub {
	font-size: 12px;
	color: #444444;
	font-family: "Montserrat";
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
}
.block-offer .title-hot-news {
	font-size: 18px;
	line-height: 21px;
	color: #2c2c2c;
	font-family: "Montserrat";
	font-weight: 500;
	margin: 13px 0;
	/*height: 180px;*/
	overflow: hidden;
}
.body-block {
	padding: 25px 15px;
	/*border: 1px solid #dbdbdb;*/
	border-top: none;
	/*height: 28vh;*/
}
.body-block .desc-hot-news {
	font-size: 14px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 300;
	text-align: left;
	overflow: hidden;
	/*height: 65px;*/
	margin: 15px 0 4px;
}
.hot-all-content .content-page {
	height: 73vh;
	padding: 8px 8px 0 8px;
}
.hot-all-content .scrollme {
	padding-bottom: 10px;
}
.head-img-client img {
	width: 100%;
}

.head-img-client {
	max-height: 260px;
	overflow: hidden;
}
.other-cats a {
	font-size: 13px;
	line-height: 18px;
	font-family: "Montserrat";
	font-weight: 500;
	background: none;
	outline: none;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	position:relative;
	transition:color 0.15s;
}
.other-cats a:before {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 5px;
    width: 1px;
    background: #000;
    left: 0;
}
.other-cats a:hover:before {
    background: #9e9e9e;
}
.other-cats a:hover{
	color:#9e9e9e;
}
.other-cats a.active:before {
    background: #ef4c40;
}
.other-cats .active{
	color: #ef4c40;
}
.other-cats {
	text-align: center;
}
.other-cats a {
	margin: 10px 10px 0;
	display: inline-block;
	padding-left:8px;
}
.content-info-im .download-even.dl2 {
	text-transform: capitalize;
}
.detail-brand .other-cats {
	margin-bottom: 15px;
}
.detail-elib-content.detail-brand .height-content {
	height: calc(129vh - 445px);
}
.gallery a img {
	width: 100%;
}
.gallery .this-img-gall {
	width: calc(33.33333% - 2px);
	display: block;
	float: left;
	margin: 1px;
	position: relative;
	overflow: hidden;
}
.this-img-gall a.small:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	position: absolute;
	opacity: 0;
	transition: 0.1s;
}
.this-img-gall:hover a.small:before {
	opacity: 1;
}
.this-img-gall {
	position: relative;
	float: left;
	font-size: 0;
}
.this-img-gall a.to-download {
	position: absolute;
	height: 30px;
	width: 30px;
	z-index: 2;
	background: url(/images/elements/download.png) center center no-repeat, url(/images/elements/download.png) center center no-repeat;
	bottom: -50px;
	right: 5px;
	transition: 0.15s;
}
.this-img-gall:hover a.to-download {
	bottom: 8px;
}
.this-img-gall:hover  a.to-download:hover {
	bottom: 4px;
}
.detail-other {
	background: #fff;
}
.detail-other .content-page {
	margin: 0px auto;
	max-width: 980px;
}
.detail-other .content-text {
	font-size: 14px;
	line-height: 19px;
	color: #2f2f2f;
	font-family: "Roboto";
	font-weight: 300;
	text-align: justify;
}
.detail-other .title-cor {
	margin: 0 0 15px 0;
}
.detail-other .height-content {
	height: calc(100vh - 260px);
	overflow: hidden;
}
.detail-other .scrollme {
	height: 100%;
}
.detail-other.line-gr .mCSB_inside > .mCSB_container {
	margin-right: 35px;
}
.logo-mob-corp{
	display:none!important;
}
.demo-img{
	width:32%;
}
.blog-content{
	padding-bottom:4px;
	overflow-x:hidden;
	height: 78vh;
}
.icon-filter{
	font-size:0;
}
.header-site{
	position: fixed;
	height: 69px;
    /*background: #2f2f2f;*/
    /* width: 100%; */
    top: 0px;
    left:0;
    z-index: 10;
}
#content{
	z-index: 2;
}

.colabor-content .left-content img{
max-width:80%;
float:right;
}
.index-photo{
overflow:hidden;
}
/*
.index-photo:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.index-photo:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine{
	100%{left:125%}
}
@keyframes shine{
	100%{left:125%}
}
*/
.colab-item-in img{
	filter: grayscale(0);
	transition:0.3s
}
.colab-item-in:hover img {
	filter: grayscale(.5);
}
.detail-hot-left:before {
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.detail-hot-left:hover::before {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}
.hot-detail-content{
	position:relative;
}
@-webkit-keyframes shine{
	100%{left:125vw}
}
@keyframes shine{
	100%{left:125vw}
}

.insidecontent .owl-nav.disabled{
	display:block!important;
}
/*
.hot-all-content .space-row-8{
	display: flex;
    flex-wrap: wrap;
}*/
.owl-crsl2 .owl-item{
border:none!important;
}
.blog-carousel-index{
	margin-top: 1%;
}
@media only screen and ( max-height: 740px ){
    .space-row-8{
    	height: 69vh;
    }
}
@media only screen and (max-width:1200px){
	
	.logo_item, .vl{
    	display: none;
    }
}

@media only screen and (max-width:1370px){
	
	.mCSB_container.mCS_no_scrollbar_y .col-md-4.col-sm-6.block-offer{
	        border: 1px solid #dbdbdb;
    height: 68vh;
    overflow: auto;
}
.pagins-owl-info{
	/*margin: -6px;*/
    font-size: 10px !important;
}
.owl-carousel .owl-nav button{
	    height: 4vh;
    margin-top: -5px;
}
}
/*
@media only screen and (max-width:1950px){
.mCSB_container.mCS_no_scrollbar_y .col-md-4.col-sm-6.block-offer{
	    border: 1px solid #dbdbdb;
    height: 88vh;
}}*/
/**/   /**/
	
	/*@media only screen and (max-width:1950px){
		.element-item img{
    border: 1px solid #e7e7e7;
    width: 70%;
    margin-left: 14%;
    height: 89%;
    border: 15px solid transparent;
}
	}*/
/*@media only screen and (min-width:2300px){*/
	
	/*.element-item img {*/
    /* border: 1px solid #e7e7e7; */
    /*width: 100%;*/
    /* margin-bottom: 30px; */
    /*height: 95%;
    border: 26px solid transparent;
    width: 77%;
    margin: -6% 11%;
}
}*/
/*
@media only screen and (min-width: 1900px){
	.consult-index {
    height: calc(104vh - 330px);
    overflow: hidden;
}
}
@media only screen and (max-width:2000px){
	
	.blog-content {
    padding-bottom: 4px;
    overflow-x: hidden;
    height: calc(100vh - 300px);
}
.consult-index {
    height: calc(104vh - 330px);
    overflow: hidden;
}*/
.element-item img {
        /* border: 1px solid #e7e7e7; */
    width: 100%;
    /* margin-bottom: 30px; */
    height: auto;
    border: 26px solid transparent;
    width: 92%;
    margin: -6% 4%;
}

@media only screen and (min-width:1280px) and (max-height: 767px){
	.blog-carousel-content .big-news > a{
		/*height: calc(100vh - -13px);*/
	}
	/*Presa*/
	.height-container {
    height: calc(100vh - 82px);
}

.height-container {
    height: calc(100vh - 84px);
}
.blog-content .big-news > a {
    height: 100%;
}
.consult-index {
    height: calc(100vh - 85px);
}
.hot-all-content .content-page{
	height: calc(100vh - 85px);
}
.left-parg-page {
    height: calc(100vh - 78px);
}
.right-part-page {
    height: calc(100vh - 122px);
}
}

.fixed-logo-new{
	display: none;
}
@media (min-width:1199px){
	.blog-carousel-content .owl-crsl .owl-stage {
		padding-left: 0 !important;
    }
    .body-block {
    padding: 25px 15px;
    /*border: 1px solid #dbdbdb;*/
    border-top: none;
    height: auto;
}
	/*hew logos*/
	.fixed-logo-new{
		display: flex;
		position: absolute;
		top: -75px;
		left: 0;
		color: #fff;
		/*border: 1px solid red;*/
		width: 100%;
		justify-content: space-between;
		align-items: center;
		/*background: #2a2f2f;*/
		padding: .6rem 0;
	}
	.fixed-logo-new>* {
		height: 49px;
	}
	.fixed-logo-new a{
		display: inline-block;
	}
	.logo-place{
		display: none;
	}
	.fixed-logo-new .logo-place{
		display: block;
		position: relative;
		flex: 1;

	}
	.fixed-logo-new .logo-titles-div,
	.fixed-logo-new .fixed-logos-div{
		display: flex;
		justify-content: space-evenly;
		flex: 1;
	}

	.fixed-logo-new .fixed-logos-div-2{
		flex: 7;
		justify-content: space-between;
	}
	.fixed-logo-new .logo-titles-div{
		font-family: 'Domine', serif;
		flex-direction: column;
		justify-content: space-evenly;
		text-align: left;
		align-items: flex-start;
		font-size: .7rem;
		letter-spacing: 1px;
		margin-right: 1rem;
	}
	.fixed-logo-new .logo-logos-div {
		height: 100%;
		overflow: hidden;
	}
	/*.fixed-logos{*/
	/*	display: flex;*/
	/*	flex: 1;*/
	/*}*/
	.fixed-logo-new .logo-place{
		top: auto;
		left: auto;
		margin: 0;
		padding: 0;
	}
	.fixed-logo-new .horizontal-line{
		width: 3px;
		background: #404040;
		border-radius: 1px;
	}
	.fixed-logos{
		/*flex: 1;*/
	}
	.fixed-logos a{
		width: 100%;
		height: 100%;
		display: flex;justify-content: center;align-items: center;
	}
	.fixed-logos img{
		/*width:  100%;*/
		/*height:  auto;*/
object-fit: cover;
	}

.fixed-logo-new img {
	width: auto;
	height: 6vh;
	max-height: 85px;
}
}

@media (max-width: 1440px) {
	.fixed-logo-new .logo-titles-div{
		flex: 2;
	}
}


@media screen and (max-width: 800px) {
	.body-block{
	padding: 25px 15px;
    /*border: 1px solid #dbdbdb;*/
    border-top: none;
	height:41%;
}

}

@media (min-width: 1366px) and (max-width: 1850px) {
	.fixed-logo-new{
		top: -70px;
	}
	.logo-place a {
    background-size: contain!Important;
    height: 50px;
}
	.main-menu a {
		height: 75px;
		line-height: 75px;
	}
	.item-menu span, .item-menu:hover span {
		line-height: 75px;
		font-size: 115px;
	}
	.home-index:before {
		left: 16%;
		width: 22%;
	}
	.home-index {
		padding-left: 38%;
	}
	.home-content {
		padding: 0 5%;
	}
	.home-content .title-page {
		padding-top: 4vw;
		font-size: 30px;
		padding-top: 3vw;
	}
	.home-index, .blog-content, .afaceri-index {
		/*overflow: hidden;*/
		height: 100%;
	}
	.index-photo {
		filter: none;
	}
	.mini-news .small-i:before, .mini-news .info-news:before {
		content: '';
		display: block;
		/*padding-bottom: 93.5%;*/
	}
	.blog-detail-content .content-page {
		margin: 0 3vw;
	}
	.title-news-item, .home-content .title-page {
		font-size: 35px;
	}
	.detail-blog-cats {
		width: 250px;
	}
	.blog-detail-content {
		width: calc(100% - 250px);
	}

	.blog-detail-content .content-page {
		margin: 0 3vw;
	}
	.detail-blog-cats {
		width: 250px;
	}
	.blog-detail-content {
		width: calc(100% - 250px);
	}

}

@media (max-width: 1850px) {
	.main-menu a {
		height: 70px;
		line-height: 70px;
	}
	.item-menu span {
		line-height: 75px;
		left: -88px;
	}
	.item-menu.active span, .item-menu:hover span {
		font-size: 106px;
	}
	.title-forms {
		font-size: 31px;
		margin-bottom: 20px;
	}
	.form-contacts input {
		margin-bottom: 20px;
		height: 35px;
		line-height: 35px;
	}
	.title-presa-item {
		font-size: 33px;
		line-height: 36px;
	}
	.head-img-client {
		max-height: 180px;
	}
	.title-cor, .afaceri-content .title-proj {
		font-size: 27px;
		line-height: 30px;
	}
	.left-content img {
		max-width: 90%;
		margin-right:5%;
	}
	.theme-titles {
		font-size: 110px;
		line-height: 73px;
	}
	.afaceri-content .title-proj {
		margin-bottom: 0px;
	}
	.afaceri-content .text-page {
		padding: 2.2vw 4vw 1vw;
	}
	.view-this-proj {
		margin-top: 1.5vw;
	}
	.logo-proj {
		height: 12vw;
		width: 12vw;
	}
	.afaceri-content .scrollme {
		height: calc(100vh - 525px);
	}

	.mini-news .small-i:before, .mini-news .info-news {
		height: calc((100vh - 340px) /2 );
	}
	
	.home-content .text-page {
		height: calc(100vh - 410px);
		margin-bottom: 20px;
	}
	.blog-content .big-news > a{
		height: 100%;
	}
    .theme-titles{
    	height: calc(100vh - 530px);
    }
    .blog-content{
    	height: 78vh;
}

@media (max-width: 1650px) {
	.home-content .title-page {
		font-size:30px;
	}
	.home-content {
		padding: 0 5%;
	}
	.blog-cats {
		padding: 10px 10px;
	}
	.hot-all-content .content-page{
		height: 77vh;
	}
	.blog-content {

		height: calc(100vh - 275px);
	}
	.big-news > a{
		height: calc(100vh - 284px);
	}

	.info-news .cell-block {
		display: table-cell;
		vertical-align: middle;
		height: calc(72vh /2 );
		padding: 10px;
	}
	.mini-news .title-this-news {
		font-size: 14px;
		line-height: 19px;
	}
	.cat-this-news {
		font-size: 12px;
	}
	.big-news .title-this-news {
		height: 58px;
		font-size: 15px;
		line-height: 19px;
	}
	.afaceri-content .scrollme {
		height: 180px;
	}
	.view-this-proj {
		    padding: 10px 45px 10px 35px;
	}
	.title-news-item {
		font-size: 31px;
		line-height: 34px;
	}
	.blog-detail-content .content-page {
		margin: 0 4vw;
	}
	.mini-news .small-i:before, .mini-news .info-news{
		height: calc((100vh - 284px) /2 );
	}
	
	.blog-cats br{
		display:none;
	}
	.home-index,
	.home-content,
	.blog-index,
	.easytransitions_transition{
		height: calc(100vh - 180px);
	}
	.elem-line-pagin{
	    margin: 35px 0 0;
	}
	.pagins{
	    margin-top: 10px;
	}
	.index-photo{
		width: 24vw;
	}
	.home-index:before{
	    width: 19%;
	}
	.home-index {
	  padding-left: 35%;
	}
	.home-content .text-page {
	    height: 52vh;
	    margin-bottom: 10px;
	}
	.home-content .title-page{
		padding-top: 2vw;
	    margin-bottom: 1vw;
	}
	.ikonki-sot a {
	    height: 30px;
	    width: 30px;
		-webkit-mask-size: auto 20px;
	}
	.cat-this-news {
	    padding-top: 6px;
	}
	.blog-content {
	    height: calc(82vh);
	}
	.big-news > a {
	    height: calc(100vh - 263px);
	}
	.mini-news .small-i:before, .mini-news .info-news {
	    height: 40vh;
	}
	.owl-carousel .owl-nav button{
	    height: 35px;
	    width: 35px
	}
	.pagins-owl-info{
		line-height: 30px;
	}
	.afaceri-index {
	    height: 91vh;
	}
	.afaceri-content{
		height: calc(100vh - 275px);
    	margin-bottom: 5px;
	}
	.left-cont{
		height: calc(100vh - 275px);
	}
	.afaceri-content .text-page{
		padding: 2.2vw 2vw 1vw 4vw;
	}
	.afaceri-content .scrollme {
	    height: calc(100vh - 440px)!important;
	}
	.blog-content .big-news > a {
	    height: 100%;
	}
	
	.blog-carousel-content .big-news > a {
		height: 81vh;
		padding:0;
	}
	.detail-blog-cats{
		padding-top: 4vw;
	}
	.title-news-item { 
	    font-size: 22px;
	    line-height: 30px;
	}
	.blog-detail-content .content-page {
	    margin: 0 2vw;
	}
	.blog-detail-content .content-page{
		height: calc(100% - 144px);
	}
	.blog-detail-content .mCSB_scrollTools a+.mCSB_draggerContainer {
	    margin: 20px 0 0;
	}
	.cat-title-all{
		margin: 5px 10px;
	}
	.blog-all-content{
		height: calc(100vh - 276px);
	}
	
	.item-proj .proj-but{
    	height: 80px;
	}
	.theme-titles {
	    font-size: 75px;
	    line-height: 50px;
	}
	.contact-project{
		min-width:auto;
	}
	.contact-project{
		/*margin-top: 45%;*/
	}
	.bg-proj-img{
	    height: 23px;
	    background-size: auto 23px !important;
	}
	.item-proj .proj-but{
	    font-size: 13px;
	}
	.afaceri-content,
	.left-cont {
	    height: 73vh;
	}
	.afaceri-content .scrollme {
	    height: calc(100vh - 424px)!important;
	}
	.presa-img{
		margin: 10px;
		background-size: contain!Important;
		height: 42px;
	}
	.presa-detail-content .detail-presa {
	    width: 200px;
	}
	.presa-detail-content .content-page{
	    width: calc(100% - 200px);
	    padding-right: 3.5vw;
	    height: calc(100% - 124px);
	    margin-left:200px;
	}
	.title-presa-item {
	    font-size: 25px;
	    line-height: 27px;
	}
	.height-container{
		height: 87vh;
	}
	.blog-all-content {
	    height: calc(100vh - 255px);
	}
	.colabor-content .scrollme {
	    height: 60vh;
	}
	.detail-elib-content .height-content{
		height: calc(100vh - 380px);
	}
	.item-title-all{
		height: 40px;
		padding-top: 4px;
	}
	.detail-elib-content .item-date-pub{
		padding-top: 3%;
	}
	.item-hot .proj-but{
		height: 90px;
	}
	.hot-detail-content .content-page{
		height: calc(100vh - 265px);
    	padding: 2% 1% 2% 1.5%;
	}
	.detail-hot-left{
		height: 100%;
	}
	.right-part-page {
    	height: 72vh;
	}
	.left-parg-page{
		height: 86vh;
	}
	.detail-elib-content.detail-brand .height-content {
	    height: 93vh;
	}
	.detail-other .height-content {
    	height: calc(100vh - 235px);
	}
	.main-menu a {
	    height: 60px;
	    line-height: 60px;
	}
	.item-menu.active span, .item-menu:hover span {
	    font-size: 86px;
	}
	.item-menu span, .item-menu:hover span {
		line-height: 64px;
	}
	.bottom-menu{
		bottom: 13px;
	}
	.fixed-block{
		height: calc(100vh + 11px);
	}
	.view-this-proj {
	    margin-top: 1vw;
	}
	.afaceri-content .scrollme {
	    height: 43vh !important;
	}
	.consult-index{
		height: 86vh;
		background: #fff;
	}
	.colabor-content{
		height: calc(100vh - 110px);
	}
	#footer{
		bottom: 0px;
	}
	li.backlink a,
	li.forwardlink a{
		height: 35px;
    	width: 35px;
    	background-size: contain;
	}
	.pagination_area li{
		height: 40px;
    	line-height: 40px;
	}
	.elem-line-pagin {
	    margin: 28px 0 0;
	}
	.copyright{
		position: relative;
    	top: -10px;
	}
	.element-item:before{
		content:'';
		padding-bottom:100%;
		display:block;
	}
	.element-item img{
		position:absolute;
		top:0;
		left:6px;
		width:calc(100% - 12px);
	}
	.element-item{
		height:auto;
	}
	.index-photo{
		filter: drop-shadow(0 0 18.5px rgba(0,0,0,0.64));
	}
	.all-eveniments-list .scrollme{
    	height: 100% ;
    }
    .theme-titles {
    height: 45vh;
    }
}

@media (max-width: 1366px) {
	.header-site{
		background: #2f2f2f;
	}
	#page .container {
	    width: 80.5vw;
	    margin-left: 15vw;
	}
	.home-index {
	    padding-left: 30%;
	}
	.home-index:before{
		left: 11%;
	    width: 19%;
	}
	.home-index, .home-content, .blog-index,.easytransitions_transition {
	    height: 72vh;
	    margin-top: 1%;
	}
	.home-content .text-page {
		height: calc(100vh - 315px);
	}
	.index-photo {
	    width: 25vw;
	    height: calc(94vh - 104px);
	}
	.blog-content {
		height: calc(78vh );
	}
	.blog-content .big-news > a {
	    height: 100%;
	}
	.mini-news .small-i:before, .mini-news .info-news {
    	height: calc(80vh /2 );
	}
	.info-news .cell-block{
		height: calc(80vh  /2 );	
	}
	#content{
		padding-top: 70px;
	}
	.logo-place a{
		background-size: contain!Important;
		height: 50px;
	}
	.home-content .text-page{
		height: 48vh;
	}
	.index-photo{
		height: 66vh;
	}
	.main-menu a {
		font-size: 15px;
		height: 50px;
    	line-height: 50px;
	}
	.item-menu span, .item-menu:hover span {
	    line-height: 55px;
	}
	.item-menu.active span, .item-menu:hover span {
	    font-size: 78px;
	}
	.bottom-menu {
	    bottom: 22px;
	    font-size: 12px;
	}
	.fixed-block{
		width: 160px;
	}
	.index-photo{
		width: 21vw;
	}
	.item-menu.active span, .item-menu:hover span{
		line-height: 51px;
		font-size: 72px;
	}
	.item-menu span{
		left:-100px;
	}
	.blog-cats{
		padding: 8px 10px;
		font-size:12px;
	}
	.blog-cats a{
		line-height: 22px;
	}
	.blog-carousel-content .big-news > a {
		height: calc(81vh);
	}
	.blog-all-content {
	    height: calc(100vh - 205px);
	}
	.height-container {
	    height: 86vh;
	}
	.afaceri-content, .left-cont {
	    height: calc(100vh - 225px);
	}
	.afaceri-content .scrollme {
	    height: calc(100vh - 379px)!important;
	}
	.tabs-cons{
		font-size: 16px;
	}
	.tabs-cons a{
		padding: 0 21px;
    	line-height: 30px;
    	height: 31px;
	}
	#filters{
		margin: 8px 0 15px;
	}
	.detail-elib-content .height-content{
		height: calc(100vh - 318px);
		max-width: 100%;
   		margin: 3px auto;
	}
	.blog-detail-content .content-page {
	    margin: 0 10px;
	}
	.hot-detail-content .content-page {
	    height: calc(100vh - 225px);
	    padding: 2% 1% 2% 0.5%;
	}
	.detail-hot-left .cell-content{
		padding-bottom: 8vh;
	}
	.consult-index {
		height: 86vh;
	}
	.consult-content,
	.colabor-content{
	    height: 86vh;
	}
	.colabor-content .height-content{
		height: calc(100vh - 340px);
	}
	.detail-elib-content .height-content {
    	height: calc(100vh - 358px);
	}
	.detail-elib-content .height-content {
	    height: calc(100vh - 329px);
	}
	.form-contacts{
		padding: 0px 10%;
	}
	.title-forms{
		margin-bottom: 0px;
	}
	.control_row .label{
		font-size:12px;
	}
	#submit{
		line-height: 35px;
    	height: 35px;
    	margin-top: 0px;
	}
	.ikonki-sot.contact-pg a:before{
		-webkit-mask-size: auto 23px !important;
    	-webkit-mask-position: center 30% !Important;
	}
	.ikonki-sot.contact-pg a span{
		font-size: 10px;
	}
	#footer {
	    left: 15.2vw;
	    width: 82.5vw;
	}
	.tabs-hot {
	    margin-bottom: 5px;
	}
	.detail-elib-content.detail-brand .height-content {
	    height: 72vh;
	}
	.head-img-client {
	    max-height: 125px;
	}
	.detail-other .height-content {
	    height: calc(100vh - 195px);
	    padding: 0 0 0 10px;
	}
	.detail-hot-left .cell-content{
		height: calc(84vh);
	}
	.hot-all-content .content-page {
		height: 78vh;
	}
	.big-news .title-this-news,
	.big-news .date-pub,
	.big-news .cat-this-news{
		margin-left:15px;
	}
	.all-eveniments-list .height-content{
		height: 81vh;
	}
	.afaceri-index{
		height: calc(100vh - 100px);
	}
	.afaceri-content .scrollme{
		height: 40vh!important;
	}
	.afaceri-content, .left-cont {
	    height: 71vh;
	}
}

@media (max-width:1199px){
	.easytransitions_transition{
		width: calc(100% - 30px);
	}
	.home-content .text-page {
    height: 60vh;
}
	.header-top {
		position:fixed;
		top:0;
		font-size:0;
		top:10px;
		left:10px;
	    display: block;
	    right: 15px;
	    top: 7px;
	    width: 45px;
	    height: 40px;
	    z-index: 10;
	    cursor: pointer;
	    width: 45px;
	    transition:0.3s;
	}
	.blog-cats{
		padding:10px;
	}
	.but-menu-mob{
		color:#fff;
	}
	.header-top .but-menu-mob {
	    position: absolute;
	    width: 35px;
	    height: 2px;
	    top: 17px;
	    left: 5px;
	    border-radius: 5px;
	}
	.header-top .but-menu-mob:before {
	    position: absolute;
	    content: '';
	    width: 35px;
	    height: 1px;
	    background: #fff;
	    top: 18px;
	    border-radius: 5px;
	}
	.header-top .but-menu-mob:after {
	    position: absolute;
	    content: '';
	    width: 35px;
	    height: 1px;
	    background: #fff;
	    top: 9px;
	    border-radius: 5px;
	    transition:width 0.3s;
	}
	.header-top .but-menu-mob {
	    display: block;
	    position: absolute;
	    right: 15px;
	    top: 7px;
		height:1px;
	    width: 45px;
	    z-index: 10;
	    cursor: pointer;
	    background:#fff;
		border-radius:5px;
	}
	.fixed-block{
		left: -200px;
		transition:0.3s;
	}
	.fixed-block.active{
		left:0;
	}
	.header-top.active{
		left:160px;
	}
	.header-top.active .but-menu-mob:after{
		width:45px;
	}
	#page .container {
	    width: 100%;
	    margin-left: 0vw;
	}
	.fixed-lang{
		display:none;
	}
	.index-photo {
	    width: 30vw;
	}
	.detail-elib-content .height-content {
	    height: calc(100vh - 356px);
	}
	.hot-detail-content .view-this-proj{
		width: 80%;
	}
	.langs a{
		position:relative;
		font-size:0;
		display:inline-block;
		height: 10px;
    	width: 20px;
    	margin: 5px 5px 0 0;
	}
	.langs a:before {
	    content: '';
	    height: 20px;
	    width: 30px;
	    display: block;
	    position: absolute;
	    top: -5px;
	    right: 1px;
	}
	.ro-lang:before {
	    background: url(/images/elements/ro.png) center center no-repeat;
	}
	.ru-lang:before {
	    background: url(/images/elements/ru.png) center center no-repeat;
	}
	.en-lang:before {
	    background: url(/images/elements/en.png) center center no-repeat;
	}
	.visible-md{
		margin-left: 28px;
	}
	.element-item{
		width:20%;
	}
	.big-news .title-this-news{
		width:calc(100% - 25px);
	}
	#footer{
		left:0;
		padding-left: 15px;
    	width: calc(100% - 15px);
    	margin-top:-75px;
    	
	}
	.elem-line-pagin {
    	width: calc(100% - 217px);
	}
	.bottom-menu{
		position:static;
		margin-top:30px;
	}
	#content {
	    padding-top: 50px;
	    min-height:100%;
	    position:relative;
	    padding-bottom:0px;
	}
	.header-top{
		background: #2f2f2f;
	    width: 100%;
	    left: 0;
	    top: 0;
	    height: 50px;
	    box-shadow: 0 0 9px 0 rgba(0,0,0,0.5);
	}
	.header-site{
        height: 50px;
        z-index:10;
    }
    .main-block-branda {
    position: absolute;
    top: 35px;
}
	.header-top .but-menu-mob{
	    top: 13px;
	    left: 17px;
	}
	.logo-place{
		top: 10px;
    	right: 0;
    	left:auto;
	}
	.logo-place a{
		height: 35px;
	}
	.blog-cats{
		padding: 5px;
	}
	.blog-carousel-content .big-news > a,
	.hot-all-content .content-page{
	    height: 81vh;
	}
	.detail-other .height-content {
    	height: calc(100vh - 150px);
	}
	.afaceri-content, .left-cont {
	    height: 67vh;
	}
	.afaceri-content .scrollme {
	    height: calc(100vh - 480px)!important;
	}
	.index-photo{
	    height: 70vh;
	}
	.blog-content,
	.blog-all-content{
	    height: 75vh;
	}
	.blog-content .big-news > a {
	    height: 100%;
	}
	.mini-news .small-i:before,
	.mini-news .info-news,
	.info-news .cell-block {
	    height: 50%;
	}
	
	.home-index,
	.home-content,
	.blog-index,
	.height-container,
	.consult-index,
	.consult-content,
	.colabor-content,
	.easytransitions_transition{
	    height: 84vh;
	}
	.desctop-margin{
		margin:0;
	}
	/*костыль*/
	.pagination{
		position: relative;
    	top: 15px;
	}
	.detail-hot-left:before{
		left: -100vh;
	}
	.theme-titles {
	    height: 45vh;
	}
}

@media (max-width:1189px){
    .main-block {
        position: relative!important;
        top: 0px;
    }
    
    }


@media (max-width:960px){
	.main-menu a {
	    font-size: 15px;
	    height: 40px;
	    line-height: 40px;
    }
    .blog-index {
    height: calc(100vh - 200px);
    margin-top: 10px;
}
    .mCSB_draggerContainer {
        display: none;
    }
	.bottom-menu a{
		line-height: 30px;
	}
	.item-menu span {
	    left: -110px;
	}
	.item-menu.active span, .item-menu:hover span {
        line-height: 80px;
        font-size: 62px;
	}
	.bottom-menu{
		line-height: 19px;
	}
	.main-menu a {
	    font-size: 18px;
    margin: 20px 10px;
	}
	.detail-blog-cats{
		padding-top: 60px;
		position:absolute;
    	background: #d4d4d4;
		width:230px;
	    padding-left: 10px;
		left: 0;
	    width: 230px;
	}
	.height-container{
		position:relative;
		overflow:hidden;
	}
	.blog-detail-content {
	    height: 100%;
	    float: left;
	    width: calc(100% - 45px);
	    box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
	    position:relative;
	    left: 45px;
	    z-index: 2;
	    background: #fff;
	}
	.content-page img{
		max-width:100%;
	}
	#footer {
	    width: calc(100% - 30px);
	    height:23px;
	    position:relative;
	    padding-left:0;
    	margin-left: 15px;
	}
	.pagins{
		margin-left:20px;
	}
	.elem-line-pagin {
	    width: calc(100% - 143px);
	}
	li.backlink a{
		margin-right:7px;
	}
	li.forwardlink a{
		margin-left:7px;
	}
	.copyright {
	    position: relative;
	    top: 0px;
	    font-size: 13px;
	    line-height: 23px;
	}
	.height-container,
	.home-index,
	.home-content,
	.blog-index,
	.easytransitions_transition {
	    height: calc(100vh - 95px);
	}
	.index-photo{
		top: 3vh;
	}
	.blog-content {
	    height: calc(100vh - 210px);
	}
	.blog-cats{
		white-space: nowrap;
    	overflow-x: scroll;
	}
	.mini-news .small-i:before, .mini-news .info-news {
	    height: 50%;
	}
	.blog-content .big-news > a {
	    height: 37%;
	}
	.col-sm-35 {
	    width: 42.5%;
	}
	.col-sm-40 {
	    width: 57%;
	}
	.blog-content .col-sm-35:last-child{
		position: absolute;
    	top: calc((100vh - 137px) /2 );
    	width: calc(42% - 8px);
	}
	.info-news .cell-block {
	    height: calc((100vh - 147px) / 2 );
	}
	.blog-carousel-content .big-news > a {
	    /*height: calc(100vh - 259px);*/
	}
	.big-i{
		width: calc(100vh - 316px);
		height: 103%;
	}
	.blog-all-content {
	    height: calc(100vh - 138px);
	}
	.home-content{
		position:absolute;
		width:calc(100% - 45px);
		left:45px;
		z-index:2;
		box-shadow:0 0 30px 0 rgba(0,0,0,0.5);
	}
	.col-md-8.main-cont{
		position:relative;
		width:calc(100% - 45px);
		left:45px;
		z-index:2;
		box-shadow:0 0 30px 0 rgba(0,0,0,0.5);
	}
	.home-content,
	.blog-detail-content,
	.afaceri-content,
	.col-md-8.main-cont,
	.hot-detail-content .content-page{
		transition:0.3s;
	}
	.home-content.pl-left,
	.blog-detail-content.pl-left,
	.pl-left .col-md-8.main-cont,
	.hot-detail-content .content-page.pl-left{
		left:245px;
	}
	#btn-mob-arr{
		position:fixed;
		height:50px;
		width:45px;
		top:50px;
		left:15px;
		background:#4e4e4e;
		z-index:1;
		transition:0.3s;
		transform:rotate(0deg);
	}
	#btn-mob-arr span {
	    display: block;
	    width: 29px;
	    height: 1px;
	    margin-left: 8px;
	    background: #fff;
	    top: 18px;
	    border-radius: 5px;
	    margin-top: 25px;
	    transition: 0.3s;
	}
	#btn-mob-arr span:before{
	    position: absolute;
	    content: '';
	    width: 18px;
	    height: 1px;
	    background: #fff;
	    top: 19px;
	    right: 5px;
	    border-radius: 5px;
	    transform: rotate(45deg);
	    transition: 0.3s;
	    transition-delay: 0.3s;
	}
	#btn-mob-arr span:after{
	    position: absolute;
	    content: '';
	    width: 18px;
	    height: 1px;
	    background: #fff;
	    top: 31px;
	    right: 5px;
	    border-radius: 5px;
	    transform: rotate(-45deg);
	    transition: 0.3s;
	    transition-delay: 0.3s;
	}
	#btn-mob-arr.pl-left{
		left:calc(15px + 202px);
	}
	#btn-mob-arr.pl-left span:after{
	    right:22px;
	    transform: rotate(45deg);
	    transition-delay: 0.3s;
	}
	#btn-mob-arr.pl-left span:before{
	    right:22px;
	    transform: rotate(-45deg);
	    transition-delay: 0.3s;
	}
	.index-photo{
		z-index:0;
		height: 86%;
	}
	.home-index:before {
	    left: 1%;
	    width: 260px;
	}
	.home-content .title-page {
	    font-size: 22px;
	}
	.home-content {
	    padding: 0 2%;
	}
	/* с скпролом*/
	.home-index{
		overflow:hidden;
		padding-left: 0%;
	}
	.home-content {
	    position: relative;
	}
	.home-content .text-page,
	.blog-all-content 
	.height-container,
	.home-index,
	.home-content,
	.blog-index,
	.afaceri-index,
	.consult-index,
	.consult-content,
	.colabor-content,
	.colabor-content .height-content,
	.afaceri-content .scrollme,
	.blog-detail-content .content-page,
	.detail-elib-content .height-content,
	.height-container,
	.detail-other .height-content,
	.height-container,
	.consult-content .scrollme,
	.height-container,
	.hot-detail-content,
	.content-page{
	    height: auto!important;
	}
	.home-index,
	.home-content,
	.blog-index,
	.height-container,
	.consult-index,
	.consult-content,
	.colabor-content,
	.easytransitions_transition{
	    min-height: 80vh;
	}
	.home-content .mCSB_inside>.mCSB_container{
		margin-right: 0;
	}
	.home-index .ikonki-sot{
		padding: 20px 0;
	}
	.mCSB_draggerContainer:before{
		display:none!important;
	}
	.blog-all-content .mCSB_inside > .mCSB_container, .presa-all-content .mCSB_inside > .mCSB_container{
		margin:0!important;
		padding:0!important;
	}
	.signature{
		background-position: center right!important;
		height: 52px;
	}
	
	.col-md-4.left-cont{
		width:260px;
		position:absolute;
	   	height: calc(100% - 85px);
	}
	.col-md-8.main-cont{
		width:calc(100% - 45px);
		background:#fff;
		position:relative;
		left:45px;
		z-index:2;
	}
	.afaceri-content .text-page {
		padding: 12px;
	}
	.afaceri-content,.left-cont {
		min-height: calc(100vh - 12px);
	    height: auto;
	}
	.afaceri-content .main-cont{
	    min-height: calc(100vh - 210px);
	}
	.logo-proj{
		right: auto;
	    left: 5px;
	    top: 5px;
	    z-index: 1;
	    height: 100px;
	    width: 100px;
	}
	.contact-project{
		float:left;
		margin-left:5px;
	}
	.tabs-proj{
		white-space:nowrap;
		overflow-x: auto;
	}
	.col-sm-20.item-proj{
		display: inline-block;
		vertical-align: top;
		width: 30%;
		float: none!important;
		min-width:220px;
	}
	.presa-detail-content .detail-presa {
	    width: 150px;
	    position: absolute;
	    top: 85px;
	    height: 35px;
	}
	.detail-presa img{
		max-width: 90%;
	    height: 75%;
	    float: none;
	    margin: 2% 8px;
	}
	.mCSB_inside>.mCSB_container{
		margin-right:0!important;
	}
	.presa-detail-content .content-page {
	    width: 100%;
	    padding: 0 10px;
	    height: auto;
	    margin-left:0;
	}
	.element-item {
	    width: 33%;
	}
	.tabs-cons a{
	    padding: 0 21px;
	    line-height: 30px;
	    height: 31px;
	    float: none;
	    margin-bottom: 3px;
	}
	.center-tabs{
		white-space: nowrap;
	}
	.tabs-cons{
		overflow-x: scroll;
	}
	.colabor-content .mCSB_container,
	.colabor-content  .mCustomScrollBox{
		overflow:visible!important;
	}
	.left-content{
		width: 100px;
	}
	.left-content{
		display:none;
	}
	.colabor-content .height-content{
		padding: 0 15px 15px;
	}
	.detail-elib-content{
		left:0;
	}
	.logo-mob-corp{
		display:block;
	}
	.logo-mob-corp img{
		width: 100%;
    	margin: 20px 0;
	}
	.detail-other .height-content{
		padding: 10px;
	}
	.title-cor, .afaceri-content .title-proj {
	    font-size: 21px;
	    line-height: 26px;
	}
	.icon-filter {
		font-size: 0;
		margin-right: 0px;
		width: 45px;
		/*
		-webkit-mask: url(/images/elements/filter.svg) center center no-repeat;
		-webkit-mask-size: 24px;
		*/
		height: 40px;
		background:#fff url(/images/elements/filter.svg) center center no-repeat;
		background-size:25px;
		float: right;
		margin-top:-11px;
		border:1px solid #fff;
		border-right:0;
		position:relative;
		z-index:-2;
		margin-right:250px;
		transition:0.3s;
	}
	#filters {
		margin: 3px 0 4px;
		border-top: 1px solid #e5e5e5;
	}
	.filtersbutton-group{
		position:absolute;
		top:50px;
		height:calc(100% - 58px);
		background:#fff;
		z-index:2;
		width:250px;
		right:-250px;
		padding-top:10px;
		box-shadow:0 0 0 0 rgba(0,0,0,0);
		transition:0.3s;
		
	}
	.filtersbutton-group button{
		display:block;
		text-align: left;
		margin-bottom:10px;
    	width: 100%;
	}
	.consult-index .height-content{
		margin-top:50px;
	}
	.consult-content{
		position:relative;
		overflow: hidden;
	}
	.filtersbutton-group.active .icon-filter{
		border-color:rgba(0,0,0,0.1);
	}
	.filtersbutton-group.active{
		box-shadow:-4px 15px 15px 0 rgba(0,0,0,0.5);
		right:0;
	}
	.tabs-cons:after{
		content:'';
		display:block;
		width:100%;
		height:3px;
		background:#fdb129;
		position:absolute;
		bottom:0;
		z-index:0;
	}
	.center-tabs{
	    position: relative;
	    z-index: 2;
	}
	.tabs-cons{
		border-bottom:none;
		position:relative;
	}
	.index-photo {
	    width: 290px;
	}
	
	.right-part-page{
		float:none;
		height:auto;
		width:100%;
    	margin-top: 0;
	}
	.left-parg-page{
		height:auto;
		float:none;
		position:static;
		padding-right:0;
		width:100%;
	}
	.form-contacts{
		height:auto;
	    padding: 27vw 10%;
	}
	#submit{
		max-width:300px;
		width:100%;
	}
	.ikonki-sot.contact-pg a:before{
		-webkit-mask-size: auto 40% !important;
	}
	.ikonki-sot.contact-pg a{
		width: calc(20% - 2px);
	}
	.ikonki-sot.contact-pg{
		margin: 0px auto;
    	width: 90%;
	}
	.news-title-all{
		bottom: 45px;
		height: 29px;
    	line-height: 14px;
	}
	.detail-hot-left{
		position:absolute;
	}
	.hot-detail-content .content-page{
		background:#fff;
		width:calc(100% - 45px);
		padding:2vw 2%;
		position:relative;
		left:45px;
		z-index:1;
		float:none;
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
	}
	.detail-hot-left {
		position:absolute;
		z-index:0;
		width:250px;
		height:100%;
	}
	.detail-hot-left .cell-content{
		height:100%;
		vertical-align:top;
		display:block;
	}
	.hot-detail-content{
		overflow:hidden;
	}
	.hot-detail #btn-mob-arr{
		top: 95px;
    	position: absolute;
    	left: 0;
	}
	.hot-detail #btn-mob-arr.pl-left{
    	left: calc(15px + 185px);
	}
	.tabs-hot{
		white-space: nowrap;
    	overflow-x: auto;
	}
	.tabs-hot .col-sm-3 {
	    width: 25%;
	    min-width: 220px;
	    float: none;
	    display: inline-block;
	}
	.tabs-cons a{
	    margin-bottom: 0px;
	    border-bottom: 3px solid #fdb129;
	}
	#filters button{
		margin-left: 15px;
	}
	#content{
	    padding-bottom: 80px;
		min-height:100%;
		position:relative;
	}
	#footer{
	    margin-top: -80px!important;;
	}
	.header-site{
		height: 50px;
	}
	.afaceri-content .main-cont{
		height:auto!important;
	}
	.contact-project {
	    margin-top: 15px;
	}
	.insidecontent .left-content{
		display:none;
	}
	.theme-titles {
	    height: 46vh;
	}
	.detail-hot-left{
		display:block;
	}
	.detail-hot-left::before{
		display:none!important;
	}
	.detail-hot-left .cell-content{
		margin-top:80px;
	}
}
@media (max-width:767px){
	.content-info-im{
		float:none;
		margin:0;
		width:auto;
	}
	.content-info-im .bg-img{
		margin-top:0;
	}
	.content-info-im .text-bold{
		margin-top:0;
	}
	.colabor-content .content-text{
		float:none;
		width:auto;
	}
	.logo-mob-corp{
		float: left;
	}
	.block-with-image{
		margin-left: 0px!important;
    	margin-top: 10px;
	}
	.logo-mob-corp img {
		width: 100px;
	    margin: 2px 0 10px;
	}
	.detail-elib-content .content-text{
		width:auto;
	}
	.pagins {
	    margin-top: 0px;
	}
	.copyright{
    	font-size: 12px;
	}
	.pagins ul{
		margin-top:15px;
		top:0;
	}
}


@media (max-width:599px){
	.afaceri-content .main-cont .col-sm-4{
		float:none;
	}
	.element-item {
	    width: 50%;
	}
	.demo-img{
		width:32%;
	}
	.ikonki-sot.contact-pg a span{
		display:none;
	}
	.ikonki-sot.contact-pg a:before {
	    -webkit-mask-position: center !Important;
	}
	
	.blog-content{
		height:calc(100vh - 225px);
	}
	.blog-content .col-sm-35,
	.blog-content .col-sm-35:last-child{
		width:100%;
		float:none;
		position:relative;
		top:0;
	}
	.col-sm-40 {
	    width: 100%;
	    padding: 4px;
	    float: none;
	}
	.blog-content .big-news > a {
	    height: calc(100vh - 215px);
	}
	.container, .full-container {
	    padding-left: 3px;
	    padding-right: 3px;
	}
	#btn-mob-arr{
		left: 3px;
	}
	#btn-mob-arr.pl-left{
	    left: calc(15px + 188px);
	}
	.presa-detail-content .detail-presa{
		/*position:static;*/
	}
	.content-info-im .bg-img {
	    height: 55px;
	    width: 55px;
	}
	.logo-mob-corp img {
    	width: 70px;
	}
	.block-with-image {
    	margin-left: 76px;
	}
	#footer{
		width: calc(100% - 6px);
		margin-left: 3px;
	}
	.owl-carousel .owl-nav button{
		margin-left: 8px;
	}
	.index-photo{
		max-height: 500px;
	}
	.item-proj .proj-but{
		border-bottom:1px solid #fff
	}
	.item-proj .proj-but.active{
		border-bottom:none;
	}
	.col-md-4.left-cont{
	   	height: calc(100% - 325px);
	}
}



@media (max-width:420px){
	.presa-in-cat.col-sm-4{
		width:100%;;
	}
	.element-item {
	    /*width: 100%;*/
	}
	.pagins-owl-info .view-all,
	.pagins-owl-info{
    	font-size: 10px!important;
	}
	
}


.blog-detail-img{
	max-width: 100%;
}


.slick-next{
  
    background: url(/images/elements/nex-2.png) center center no-repeat;
    height: 100%;
    width: 47px;
    font-size: 0 !important;
    display: block;
    margin-left: 21px;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
   top:0;
    transform: rotate(-90deg);
       display: flex!important;
    justify-content: center;
    align-items: center;
    opacity: 1.5;
}
.slick-next:hover{
	  background: url(/images/elements/nex-2.png) center center no-repeat;
    height: 100%;
    width: 47px;
    font-size: 0 !important;
    display: block;
    margin-left: 21px;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
   top:0;
    transform: rotate(-90deg);
       display: flex!important;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
	
}

.slick-prev{
      background: url(/images/elements/nex-2.png) center center no-repeat;
    height: 100%;
    width: 47px;
    font-size: 0 !important;
    cursor: pointer;
    position: absolute;
  	opacity:1.5;
    top:0;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border: none;
    z-index: 1;
    transform: rotate(90deg);
    
}
.slick-prev:hover{
      background: url(/images/elements/nex-2.png) center center no-repeat;
    height: 100%;
    width: 47px;
    font-size: 0 !important;
    cursor: pointer;
    position: absolute;
  	opacity: 0.3;
    top:0;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border: none;
    z-index: 1;
    transform: rotate(90deg);
}


/*
.presa-in-cat {
 display: block;
 position: relative;
 overflow: hidden;
}

.promo-all-i:hover:before {
 content:'';
 background-color: aqua;
 border-radius: 50%;
 animation: pulse .7s ease-out;
 transform: scale(0);
 position: absolute;
 left:0%;
 top:0%;
 width:100vh;
 height:100vh;
 z-index:2;
}

@keyframes pulse {
 to {
  transform: scale(2);
  background-color: #fff;
  opacity: 0;
 }
}*/



