/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position:relative;
	font-family: 'Mont', sans-serif;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header{
	background:#f8f8f8;
	 box-shadow: 0px 1px 4px 2px rgba( 0, 0, 0, 0.1 );
	 position:relative;
	 z-index:4;
}
.navbar-nav  li{
	margin-left:24px;
}
.navbar-nav  li:first-child{
	margin-left:0;
}

.navbar-collapse.collapse{
	float:right;
	max-width:80%;
}
#main-slider img, #bottom-slider img{
	margin:0 auto;
}
#bottom-slider img{
	border-radius:167px;
}
#bottom-slider .item{
	height:438px;
	background-size:cover !important;
}

#main-slider .owl-nav div.owl-prev, #main-slider .owl-nav div.owl-next{
	position:absolute;
}

#main-slider .owl-controls .owl-buttons div, #main-slider .owl-controls .owl-nav div, #main-slider  .owl-nav div{
	padding: 27px 28px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next, .owl-theme .owl-controls .owl-nav div.owl-next{
    position: relative;
	top: -1px;
}
#main-slider .slider-text, #main-slider .owl-controls, #main-slider .owl-nav{
	position:absolute;
	width:100%;
}
#main-slider .slider-text{
	top:155px;
}
#main-slider .owl-controls .owl-prev, #main-slider .owl-controls .owl-next{
	top:289px;
	position:relative;
}
#main-slider .owl-controls, #main-slider .owl-nav{
	z-index:3;
}
#main-slider .slider-text{
	z-index:2;
}
#main-slider .owl-controls .owl-buttons, #bottom-slider .owl-controls .owl-buttons, #main-slider .owl-controls .owl-nav, #bottom-slider .owl-controls .owl-nav{
	max-width:1200px;
	margin:0 auto;
}
.auth-block{
	position:absolute;
	bottom:-35px;
}
.auth-block a, .auth-block{
	font-size:13px;
	line-height:1;
	color:#f8f8f8;
}
.auth-block .dash{
    font-size: 10px;
    position: relative;
    top: -1px;
	margin:0 7px;
}

.after-slider-block p{
	background:url(/images/green2.png) no-repeat left 10px;
	padding-left:35px;
	line-height:24px;
}
.search-block{
	position:absolute;
	right:0;
	top:-153px;
	background:#039f4f;
	color:#fff;
	padding:37px 50px 43px;
	min-width:402px;
	z-index:1;
}
.search-block h3{
	font-size:30px;
	line-height:1;
	font-weight:200;
	margin:0 0 22px 0;
}
.search-block select{
	width:100%;
	box-sizing:border-box;
	padding:0px 40px 0px 12px;
	font-size:16px;
	color:#0d0d0d;
	border:none;
	margin:0 0 20px 0;
	-moz-appearance: none;
    text-overflow: "";
	-ms-appearance: none;
    -webkit-appearance: none;
    appearance: none!important;
	background:url(/images/select.png) no-repeat #fff 95% center;
}
.search-block select option{
	height:20px;
}
.search-block input[type="submit"]{
	background:url(/images/search.png) no-repeat #026f37 85px center;
	border:none;
	padding:14px 42px 14px 22px;
	text-transform:none;
	font-size:16px;
}
.search-block input[type="submit"]:hover{
	background:url(/images/search.png) no-repeat #036533 92px center;	
}
.adv-search{
	font-size:14px;
	float:right;
	margin-top:13px;
}
select{
	cursor:pointer;
}
input:focus, select:focus{
	outline:none;
}
h2{
	font-size:44px;
	line-height:1;
	font-weight:200;
	color:#020205;
}
.display-table{
	display:table;
}
.display-table.offer-title{
	display:block;
}
.display-row{
	display:table-row;
}
.display-cell{
	display:table-cell;
	vertical-align:middle;
}
.display-cell a.link_news{
    color:#000!important;
}
.display-cell a.link_news:hover, .display-cell a.link_news:focus{
    color:#000!important;
}
.transition, .newsletter input[type="submit"], .follow-us a,  #bottom-slider .owl-controls .owl-buttons div, #bottom-slider  .owl-nav div, .search-block input[type="submit"],
main .container .sez-map a, .investbase-table tr td
{
  transition: all 0.25s ease 0s;
 -webkit-transition: all 0.25s ease 0s;
 -moz-transition: all 0.25s ease 0s;
 -o-transition: all 0.25s ease 0s;
}
 .event-text{
	transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
 }
.inv-opportunities-block a img{
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.country{
	font-size:20px;
	line-height:1;
	color:#000;
}
.percent-bar{
	display:inline-block;
	height:5px;
	background:#039f4f;
	position:relative;
}
.percent-bar.percent-bar-red{
	background:#dc0010;
}
.number{
	font-size:16px;
	color:#13141b;
	vertical-align:middle;
}
.inv-ratings{
	padding-top:120px;
}
.inv-ratings .down{
	margin-top:80px;
}
.inv-ratings h2{
	margin:60px 0 40px;
	color:#13141b;
}
.inv-ratings h3{
	font-size:26px;
	line-height:30px;
	color:#151616;
	margin:0 0 28px 0;
	min-height:60px;
}
.inv-ratings .col-md-4 h3 a {

        font-size: 26px;
	line-height: 30px;
	color:#151616;
	margin:0 0 28px 0;
	min-height:60px;
        font-weight: 200 !important;
       font-family: Open Sans, Arial, Helvetica, sans-serif;
        
        

}

.flag{
	padding-right:10px;
	width:10%;
	display:none;
}
.inv-ratings .display-table{
	width:100%;
	margin-bottom:23px;
}
.inv-opportunities h2{
	text-align:center;
	margin:42px 0 55px;
}
.inv-opportunities-block{
	width:50%;
	float:left;
}
.inv-opportunities-block.inv-opportunities-block_full{
	width:100%;
}
.inv-opportunities-wrapper .inv-opportunities-block.inv-opportunities-block_full:first-child {
    padding-right: 0;
}
.inv-opportunities-inner{
	position:relative;
	overflow:hidden;
}
.inv-opportunities-table, .event-text{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.inv-opportunities-table{
	text-align:center;
}
.inv-opportunities-inner img{
	margin:0 auto;
}
.inv-opportunities-table .display-table{
	width:100%;
	height:100%;	
}
.opport-img{
	border:4px solid #888888;
	width:166px;
	height:166px;
	line-height:166px;
	display:table;
	border-radius:166px;
	margin:10px auto;
}
.opport-img div{
	display:table-cell;
	vertical-align:middle;
}
.opport-img img{
	line-height:166px;
    /*padding-top:35px;*/
}
.inv-opportunities-table h3{
	font-size:32px;
	line-height:39px;
	margin-top:10px;
}
.upcoming-events h2{
	position:relative;
	margin:58px 0 44px;
}
.upcoming-events h2 a{
	position:absolute;
	top:15px;
	right:0;
	color:#000;
	font-size:15px;
}
.first-event .img-responsive{
  
    height:605px!important;
}
.upcoming-event .img-responsive{
  
    height:300px!important;
}
.first-event, .upcoming-event{
	float:left;
	 width:50%!important;
   
}
.first-event, .upcoming-event-inner{
	position:relative;
}
.upcoming-event-inner, .newsletter-inner{
	margin-left:5px;
}

 .first-event h3 a {
    font-size: 40px!important;
       
 }
  
 .upcoming-event h3 a{
      font-size: 28px!important;
        
 }
 .upcoming-event  a, .first-event a, .upcoming-event  a:hover, .first-event a:hover, .upcoming-event  a:focus, .first-event a:focus{
	color:#fff;
 }
 .first-event a.all:hover,  .first-event a.all:focus{
	color:#000;
 }
.upcoming-event  a:hover .event-text, .first-event a:hover .event-text{
	background:rgba(0,0,0,0.6);
 }
 .upcoming-event  a h3, .first-event a h3{
	border-bottom:none;
	font-weight:400;
 }
 .upcoming-event  a:hover, .first-event a:hover{
    text-decoration:none;      
 }
.first-event.news a:not(.all):hover{
    text-decoration:underline;      
 }
.upcoming-event{
	font-size:28px;
	line-height:34px;
	margin-bottom:5px;
}
.upcoming-event h3{
	position:absolute;
	bottom:45px;
	padding-right:60px;
}
.event-text{
	z-index:1;
	padding:0 60px 45px;
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(50%, rgba(0,0,0,0))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); /* ie10+ */
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 50%); /* w3c */
}
.first-event{
	float:left;
	width:50%;
}
.first-event h3{
	font-size:40px;
	line-height:48px;
	bottom:65px;
	position:absolute;
	padding-right:60px;
}
.first-event h3:after{
	position:absolute;
	content:"";
	display:block;
	width:73px;
	height:2px;
	background:#00a651;
	left:0;
	bottom:-21px;
}
.news .display-cell{
	vertical-align:top;
}
.news-img{
	padding-right:30px;
}
.news-title{
	font-size:20px;
	line-height:28px;
	color:#000;
}
.news-date{
	font-size:14px;
	line-height:28px;
	color:#565656;
	margin-top:3px;
}
.news .display-table{
	margin-bottom:40px;
	width:90%;
}
.upcoming-events .news  h2{
	margin-bottom:36px;
}
.upcoming-events .news h2 a{
	right:75px;
	top: 18px;
}
.newsletter{
	border-left:1px solid #cecece;
	padding-left:65px;
}
.newsletter h2{
	background:url(/images/newsletter.png) no-repeat left 3px;
	padding-left:55px;
	margin-bottom:23px;
}
.newsletter p{
	font-size:16px;
	line-height:24px;
	color:#000;
}
.newsletter input[type="text"], .newsletter input[type="email"]{
	margin:35px 0 20px;
	width:100%;
	border:1px solid #b2b2b2;
	box-sizing:border-box;
	padding:0 0 0 30px;
	height:64px;
	font-size:18px;
    color:#2e2e2e;
}
.upcoming-events .col-md-12{
	padding-bottom:60px;
}

.fa {  
    line-height: 2!important;  
}
.follow-us .fa {  
    line-height: 46px !important;  
}
.newsletter input[type="submit"]{
	border:3px solid #039f4f;
	background:url(/images/search2.png) no-repeat #fff 179px center;
	font-size:18px;
	line-height:1;
	color:#1e1e1e;
	padding:20px 54px 20px 27px;
	text-transform:uppercase;
}
.newsletter .en-subcribe  input[type="submit"], .newsletter .en-subcribe  input[type="submit"]:hover{
	background-position:143px center;
}
.newsletter input[type="submit"]:hover{
	background:url(/images/search3.png) no-repeat #039f4f 179px center;
	color:#fff;
}
.follow-us-wrapper{
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	width:50%;
}
.follow-us{
	background:#039f4f;
	padding:30px 0 25px 65px;
	margin-right:20px;
}
.follow-us span{
	font-size:26px;
	line-height:1;
	color:#fff;
	margin-right:12px;
}
.follow-us a{
	color:#fff;
	border:2px solid rgba(255,255,255,0.3);
	width:48px;
	height:48px;
	font-size:20px;
	line-height:45px;
	border-radius:48px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
.news .follow-us a{
        
	border:2px solid rgba(184,184,184,0.5);
	width:48px;
	height:48px;
	font-size:20px;
	line-height:45px;
	border-radius:48px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;



}


.follow-us a:hover{
	color:#000;
	background:#fff;
}
.news + .upcoming-event{
	margin-bottom:0;
}
#bottom-slider .slider-text, #bottom-slider .owl-controls{
	position:absolute;
	width:100%;
}
#bottom-slider .slider-text{
	top:0;	
}
 #bottom-slider .owl-controls,  #bottom-slider .owl-nav{
	top:183px;	
 }
.position{
	font-size:16px;
	line-height:18px;
	margin-top:10px;
}
.quote{
	font-size:30px;
	line-height:40px;
	max-height: 245px;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}
#bottom-slider .display-table{
	width:74%;
	margin:0 auto;
}
#bottom-slider .owl-controls .owl-buttons div, #bottom-slider  .owl-nav div{
	border:none;
	padding:0;
	width:38px;
	height:62px!important;
   
}

#bottom-slider .owl-controls .owl-buttons div.owl-prev, #bottom-slider  .owl-nav div.owl-prev{
	background:url(/images/prev.png) no-repeat center center;
   
    
}
 #bottom-slider .owl-controls .owl-buttons, #bottom-slider  .owl-nav{
	 position:absolute;
	 width:100%;
 }
#bottom-slider .owl-controls .owl-buttons div.owl-next, #bottom-slider  .owl-nav div.owl-next{
	background:url(/images/next.png) no-repeat center center;
	right:10px;
	top:0;
	position:absolute;
}
#bottom-slider  .owl-nav div.owl-prev{
	position:absolute;
	left:10px;
}
 #bottom-slider .owl-controls .owl-buttons div:hover, #bottom-slider .owl-nav div:hover{
	 opacity:0.7;
 }
::-webkit-input-placeholder{
   font-size:18px;
   color:#2e2e2e;
}
:-moz-placeholder{
   font-size:18px;
   color:#2e2e2e;
}
::-moz-placeholder{
   font-size:18px;
   color:#2e2e2e;
}
:-ms-input-placeholder{ 
   font-size:18px;
   color:#2e2e2e;
}
 #bottom-slider .owl-pagination, #bottom-slider .owl-dots{
	text-align:center;
	position: absolute;
    width: 100%;
    bottom: 40px;
}
 #bottom-slider .owl-controls .owl-page span,  #bottom-slider  .owl-dots span{
	opacity:1;
	width:6px;
	height:6px;
	border-radius:6px;
	background:#73706d;
	margin: 0 12px;
}
.bottom-menu-wrapper{
	padding-top:33px;
	color:#2e2e2e;
	border-bottom:1px solid #dddddd;
	padding-bottom:40px;
}
.bottom-menu{
	width:200px;
	float:left;
	box-sizing:border-box;
	padding-right:22px;
}
.bottom-menu h3{
	font-size:22px;
	color:#2e2e2e;
	margin:18px 0 13px;
}
.bottom-menu ul li{
	list-style:none;
	margin-top:5px;
}
.bottom-menu ul li a{
	font-size:14px;
	line-height:18px;
	color:#2e2e2e;
}
.bottom-address{
	float:left;
	font-size:14px;
	line-height:18px;
	margin-top:13px;
	max-width:400px;
}
.bottom-address p{
	margin-top:6px;
}
.download{
	font-size:16px;
	color:#0d0d0d;
	margin:78px 0 10px;
}
.clear{
	clear:both;
}
.app-store{
	margin-right:6px;
}
 #bottom-slider .owl-controls .owl-page.active span, #bottom-slider .owl-dots .active span{
	 background:#fff;
 }
#logo-slider{
	width:85%;
	margin:30px auto;
}
footer{
	background:transparent;
	font-size:12px;
	line-height:14px;
	padding:19px 0;
}
.artis{
	text-align:right;
}
.col-md-6.col-sm-6.artis{
	margin:0;
}
#select-lang{
	position:absolute;
	bottom:-39px;
	right:9px;
	font-size:13px;
	color:#2e2e2e;
	height:30px;
	width:58px;
	padding:0 0 0 12px;
	-moz-appearance: none;
    text-overflow: "";
	-ms-appearance: none;
    -webkit-appearance: none;
    appearance: none!important;
	background:url(/images/select2.png) no-repeat #f8f8f8 40px center;
	border:none;
}
 .owl-pagination, .owl-dots{
	 text-align:center;
 }
 .after-slider-block a{
	 font-size:15px;
	 color:#000;
 }
.after-slider-block a:not(.link_mp){
	margin:3px 0 0 35px;
}
.after-slider-block a.link_mp{
	font-weight:500;
}
 .link_mp{
      font-size:18px!important;
      text-decoration:none!important;
 }
#main-slider .item{
	background-size:cover !important;
}
#main-slider .item, #main-slider{
	height:570px;
}
.main-slider-wrapper{
	position:relative;
}
.slider-overlay{
	position:absolute;
	height:100%;
	width:100%;
	z-index:1;
	background:rgba(0,0,0,0.5);
	top:0;
}
.inv-opportunities-wrapper{
	box-sizing:border-box;
	width:50%;
	float:left;
}
.inv-opportunities-wrapper-right{
	padding-left:2px;
}
.inv-opportunities-wrapper-left{
	padding-right:2px;
}
.inv-opportunities-wrapper .inv-opportunities-block:first-child{
	padding-right:2px;
}
.inv-opportunities-wrapper .inv-opportunities-block:nth-child(2){
	padding-left:2px;
}
.main-slider-wrapper{
	position:relative;
}
#main-slider .item:before{
    background:url(/images/layer.png) no-repeat center center;	
	background-size:cover;
    position: absolute;
	content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
	opacity:0.5;
}
.country, .inv-ratings h3, .upcoming-events h2 a, .event-text, .news-title, .news-date, .newsletter p, .follow-us, .quote, .bottom-menu ul li a, .bottom-menu h3, .bottom-address, footer, .after-slider-block a{
	font-weight:200;
}
#main-slider .slider-text a, .adv-search, .adv-search:hover, .adv-search:focus, .inv-opportunities-table h3, .inv-opportunities-table h3 a, .inv-opportunities-table h3 a:hover,.inv-opportunities-table h3 a:focus,
.event-text a, .position, .quote {
	color:#fff;
}

.auth-block a, .adv-search, .upcoming-events h2 a span, .after-slider-block a{
	text-decoration:underline;
}
#main-slider .slider-text a:hover, .auth-block a:hover, .adv-search:hover, .upcoming-events h2 a:hover, .upcoming-events h2 a:hover span, footer a:hover,  .after-slider-block a:hover{
	text-decoration:none;
}
b{
	font-weight:bold;
}
i{
	font-style:italic;
}
main .container{
	color:#000;
	font-weight:400;
}

.h1-href:hover {
   color:#00a651;

}

main .container a.button30.user-ic, main .container a.resume_send{
	color:#fff;
}
main .container p, .sale p{
	margin-bottom:10px;
	padding-bottom:15px;
	font-size: 16px;
        line-height: 26px;
}


main .container p.social-share-p{
	margin:45px 0 0;
	padding:0;
}

main .container .search-page table tr td{
	border:none;
	padding:0;
	vertical-align:top;
}
.form-block select, .form-block option{
	text-transform:capitalize;
}
.authorization-cols .col.authorization .form-block .but-r .remember #remuser, .authorization-cols .col.authorization .form-block .but-r .remember #remuser + label{
	vertical-align:middle;
}
.txt{font-size: 32px!important;line-height: 39px; margin-top: 10px;display:inline-block;min-height:121px;}
.txt a{ color: #fff; text-decoration: none;}
.inv-opportunities-block a, .inv-opportunities-block a:hover{color:#fff;}
.inv-opportunities-block a:hover img.img-responsive {
    transform: scale(1.15);
}
   .searh-form {
    position: absolute;
    max-width: 380px;
	bottom:5px;
}

.invest-block{
	background:#f9f9f9;
	border:1px solid #d6d6d6;
	width:45%;
	float:left;
	font-size:18px;
	line-height:24px;
	padding:20px 15px 50px 31px;
	position:relative;
	box-sizing:border-box;
	margin:0 33px 36px 0;
	min-height:239px;
	/*transition-duration: .5s;*/
}
.invest-block.invest-block-right{
	margin-right:0;
}
.invest-block, main .container .invest-block a{
	color:#222222;	
}
.invest-block:hover{
	background:#039f4f;
	border-color:#039f4f;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.invest-block:hover, main .container .invest-block:hover a, main .container .invest-block:hover a.invest-block-a{
	color:#fff;	
}
.invest-block:before{
	position:absolute;
	left:0;
	top:0;
	display:block;
	height:100%;
	width:3px;
	background:#039f4f;
	content:"";
}
.invest-block .icon{
	position:absolute;
	bottom:20px;
	right:20px;
}
main .container .icon img.icon-img, main .container .icon img.icon-hover-img{
	margin:0;
}
main .container .invest-block:hover .icon img.icon-img, main .container .invest-block .icon img.icon-hover-img{
	display:none;
}
main .container .invest-block:hover .icon img.icon-hover-img{
	display:inline-block;
}
main .container .invest-block a.invest-block-a{
	position:absolute;
	left:31px;
	bottom:21px;
	font-size:15px;
	color:#039f4f;
}
.invest-block-info{
	margin-top:22px;
}
main .container  .invest-block-info p{
	margin-bottom:0;
	padding-bottom:2px;
}
main .container  .invest-block-info a, main .container  .invest-block-info span{
	color:#039f4f;
}
.events .item{
	border:1px solid #d6d6d6;
	width:45%;
	box-sizing:border-box;
	float:left;
	margin:0 30px 29px 0;
}
.events .item.item_margin{
	margin-right:0;
}
.events .item .thumb {
    width: 100%;
    height: 205px;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position-x: 50%;
    display: block;  
}
.events .item-title{
	font-size:20px;
	line-height:26px;
	font-weight:200;
}
.events .item-title a{
	color:#222;
	border-bottom:1px solid transparent;
}
.events .item-title a:hover{
	text-decoration:none;
	border-bottom:1px solid #222;
}
.event-data{
	font-size:14px;
	line-height:17px;
	color:#00a651;
	font-weight:600;
	margin-bottom:15px;
}
.events .item:hover{
	box-shadow:0 0 10px rgba(0,0,0,.4);
}
.events .text-data{
	padding:13px 30px 29px;
}
.reliz-item{
	box-sizing:border-box;
	width:49%;
	padding:0 10px 0 70px;
	line-height:22px;
	min-height:67px;
	float:left;
	margin:0 0 30px 0;
}
main .container .reliz-item a{
	color:#222;
}
.reliz-list{
	margin:51px 0 33px;
}
.content-inv-opportunities-wrapper .inv-opportunities-wrapper, .content-inv-opportunities-wrapper .inv-opportunities-block a img.img-responsive{
	width:100%;
}
main .container .content-inv-opportunities-wrapper a{
	color:#fff;
}
.content-inv-opportunities-wrapper .inv-opportunities-wrapper-left {
    padding-right: 0;
}
.content-inv-opportunities-wrapper .inv-opportunities-wrapper-right {
    padding-left: 0;
}
.content-inv-opportunities-wrapper .inv-opportunities-wrapper-left, .content-inv-opportunities-wrapper .inv-opportunities-wrapper-right {
	margin:0 auto;
	float:none;
}
.content-inv-opportunities-wrapper .inv-opportunities-block{
	margin-bottom:4px;
}
.why-text{
	line-height:22px;
	margin:10px 0 15px;
}
main .container .why-img img{
	margin:0 auto;
}
main .container .why-belarus a{
	color:#222;
}
.why-img{
	height:115px;
}
#why-slider .owl-nav div.owl-prev {
    background: url(../images/prev-dark.png) no-repeat center center;
}
#why-slider .owl-nav div.owl-next {
    background: url(../images/next-dark.png) no-repeat center center;
	right:0;
}
#why-slider .owl-nav div.owl-prev, #why-slider .owl-nav div.owl-next {
   display:inline-block;
   width:18px;
   height:42px;
   position:absolute;
}
#why-slider .owl-nav div.owl-prev:hover, #why-slider .owl-nav div.owl-next:hover {
	opacity:0.8;
}
#why-slider .owl-nav{
	top: 50%;
    position: absolute;
    width: 100%;
	margin-top:-21px;
}
main .container .right-mail a {
    color: #363636;
}
.stage{
	background:#f9f9f9;
	border:1px solid #d6d6d6;
	position:relative;
	padding:24px 20px 8px 73px;
	counter-reset: my-badass-counter;
	color:#222222;
	font-weight:200;
	margin-bottom:20px;
	letter-spacing:-0.3px;
}



main .container .stage p, main .container .stage ul:not(.sectionFive_list):not(.right-menu):not(.opport-href) li{
	font-size:18px;
	line-height:24px;	
}
.stage:before, .img-data-wrapper:before, .work-group-block:before, .work-group-block-text:before, .sez:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:3px;
	background:#039f4f;
}
.stage-number{
	position:absolute;
	display:block;
	top:19px;
	left:29px;
	width:30px;
	height:30px;
	line-height:27px;
	border-radius:100%;
	border:2px solid #00a651;
	color:#00a651 !important;
	text-align:center;
	font-weight:bold;
}

.stage-struct {
	
	background:#f9f9f9;
	border:1px solid #d6d6d6;
	position:relative;
	padding:24px 20px 10px 24px;
	counter-reset: my-badass-counter;
	color:#222222;
	font-weight:200;
	margin-bottom:20px;
	margin-right: 20px;
	letter-spacing:-0.3px;
	width: 47%;
	float: left;
	min-height: 252px;
	
}

div.stage-struct p {
	
	
	line-height: 22px;
	margin-bottom: 10px;
}

.stage-struct .icon-mail {
	
	
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: url(../../images/email4.png) 4px 50% no-repeat;     
    text-align: center;
	vertical-align: middle;
	margin-right: 0px;
    
	
}

.stage-struct .icon-phone {
	display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: url(../../images/right-phones4.png) 4px 50% no-repeat;
    text-align: center;
    vertical-align: middle;
	
	
}


.stage-struct:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #039f4f;
}

.stage-struct p span {
	font-weight: 500;
	
	
}

main .container .stage a{
	text-decoration:underline;
}
main .container .stage a:hover{
	text-decoration:none;
}
main .container .stage ul:not(.sectionFive_list):not(.right-menu):not(.opport-href){
	margin:0;
}
main .container .stage ul:not(.sectionFive_list):not(.right-menu):not(.opport-href) li{
	padding-left:35px;
	margin-bottom:25px;
	font-weight:200;
		
}
main .container .stage ul:not(.sectionFive_list):not(.right-menu):not(.opport-href) li:after{
	background:url(../images/li.png) no-repeat left center;	
	width:22px;
	height:17px;
	top:2px;
}
.stage h5{
	color:#000;
	line-height:20px;
	margin-bottom:15px;
}
main .container .about-project p{
	line-height:31px;
	margin-bottom:15px;
}
.about-project{
	margin-bottom:27px;
}
h3#object, h3#about{
	margin-top:20px;
}
 h3#aksii{
	margin:36px 0 16px;
}
.events.priv-events .item{
	width:48.8%;
}
.events.priv-events .item{
	margin:0 20px 29px 0;
}
.events.priv-events .item.item_margin{
	margin-right:0;
}
.img-data-wrapper{
	text-align:center;
	background:#f9f9f9;	
	position:relative;
	border-bottom:1px solid #d6d6d6;
	min-height:245px;
}
.events.priv-events .img-data{
	padding:27px 0 0;
}
.events.priv-events .item-title{
	font-size:24px;
	line-height:30px;
	color:#222;
	position:absolute;
	width:100%;
	left:0;
	bottom:14px;
}
.events.priv-events .item:hover .img-data-wrapper{
	background:#039f4f;
}
.events.priv-events .item:hover .item-title{
	color:#fff;
}
.events.priv-events .text-data{
	font-size:18px;
	line-height:24px;
}
.events.priv-events .text-data h5{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin:5px 0 2px;
}
.events.priv-events .text-data{
	padding:20px 30px 24px;
}
.events.priv-events .item:hover .item-title a{
	color:#fff;
	border:none;
}
.content-about, main .container .content-about p{
	line-height:28px;
}
main .container .content-about ul:not(.right-menu):not(.opport-href){
	margin-bottom:14px;
}
.work-group-block{
	border:1px solid #d6d6d6;
	position:relative;
	padding:25px 67px 21px;
	background:url(../images/work.png) no-repeat #f9f9f9 26px 20px;
	margin:25px 0 0 0;
}
.work-group-block h5{
	font-size:15px;
	line-height:17px;
	font-weight:600;
}
.work-group-block-text{
	background:#fff;
	position:relative;
	border:1px solid #d6d6d6;
	border-top:none;
	padding:32px 29px 11px;
}

.work-group-block-text .notes p {
    font-size: 13px;
    line-height: 16px;
    color: #757575;
}

main .container .content-about .work-group-block-text p, .work-group-block-text{
	line-height:23px;	
}
.work-group-block-text .display-cell{
	vertical-align:top;
	padding-bottom:25px;
}
.work-group-block-text .display-cell.display-cell-right{
	padding-left:26px;
}
main .container .content-about .work-group-block-text p{
	font-weight:200;
	margin-bottom:0;
	padding-bottom:7px;
}
.work-group-block-text .display-cell.display-cell-left{
	padding-right:136px;
}

.work-group-block-text .display-cell.display-cell-left p span.countries {
    background: url(../images/mark.png) no-repeat 0px -10px; 
    padding-left: 25px;

}


h3#contacts{
	margin-top:49px;
}
.work-group-block.work-group-contact-block{
	background:url(../images/work-contact.png) no-repeat #f9f9f9 26px 20px;
}
.work-group-block.work-group-contact-block + .work-group-block-text{
	padding:28px 29px 27px;
}
.work-group-block.work-group-contact-block + .work-group-block-text h6{
	margin-bottom:6px;
}
.sez{
	position:relative;
	border:1px solid #d6d6d6;
}
.sez h5{
	font-size:24px;
	line-height:1;
	font-weight:600;
	padding:20px 15px 18px 31px;
	background:#f9f9f9;
	border-bottom:1px solid #d6d6d6;
}
.sez-text{
	padding:15px 0 20px 31px;
	font-size:18px;
}
.sez-img{
	padding:0 30px 0 0;
}
.sez-text .display-table{
	font-weight:200;
	line-height:23px;
}
.sez-text .display-cell{
	padding-top:8px;
}
.sez-map{
	position:relative;
	display:inline-block;
	margin-top:39px;
}
.sez-text-left, .sez-text-right{
	float:left;
	width:50%;
	box-sizing:border-box;
}
main .container .sez-map a{
	font-size:14px;
	line-height:16px;
	font-weight:600;
	color:#fff;
	display:inline-block;
	border:2px solid #fff;
    background-color: #02763b;
    box-shadow: 2px 3.464px 10px 0px rgba( 0, 0, 0, 0.5 );	
	border-radius:15px;
	position:absolute;
	padding:5px 11px;
}
main .container .sez-map a:hover, main .container .sez-map a:focus{
	background:#00a651;
	text-decoration:none;
}
.vitebsk, .map540, .map551, .map615{
	right:-5px;
	top:14px;
}
.map540, .map551, .map615{
	top:10px;
}
.grodno, .map542, .map553, .map617{
    left: -28px;
    top: 128px;
}
.map542, .map553, .map617{
	left: -93px;
}
.minsk, .map538, .map556, .map620{
    left: 152px;
    top: 116px;
}
.map538, .map556, .map620{
	left: 132px;
}
.mogilev{
    right: 13px;
    top: 121px;
}
.map544, .map555, .map619{
	right: -96px;
	top: 128px;
}
.brest, .map539, .map550,  .map597{
    bottom: 65px;
    left: -16px;
}
.map539{
	left: -62px;
}
.gomel{
	bottom: 82px;
    right: 2px;
}
.map541, .map552, .map616{
	bottom: 31px;
    right: -29px;
}
.map543, .map554, .map618{
    top: 175px;
    right: 114px;
}
main .container .sez-text .display-table p{
	font-size:12px;
	line-height:15px;
	color:#757575;
	margin-bottom:0;
	padding-bottom:0;
}
.nalog-img{
	margin:10px 0;
}
.sez .notes{
	border-top:1px solid #d4d4d4;
	margin:0 37px 0 4px;
	margin-top:17px;
	padding:27px 17px 0 0;
}
.sez .notes, main .container .sez .notes p{
	font-size:13px;
	line-height:16px;
	color:#757575;
}
main .container .sez .notes p{
	padding-bottom:0;
	margin:0 0 10px 0;
}
#park-slider{
	margin-top:30px;
}
.sez-text sup{
	font-size:smaller;
}
.inv-opportunities-pvt .txt {
    font-size: 16px!important;
    line-height: 22px;
	padding:0 35px;
}
.inv-opportunities-block.inv-block-third{
	width:33.33%;
}
.inv-opportunities-wrapper .inv-opportunities-block.inv-block-third:nth-child(2){
	padding-left:1px;
	padding-right:1px;
}
.inv-opportunities-wrapper .inv-opportunities-block.inv-block-third:nth-child(3){
	padding-left:2px;
}
.inv-opportunities-pvt .opport-img{
	border-color:#fff;
}
.pvt-wrapper{
	margin-top:40px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
main .container .owl-thumbs img:not(.sez-map-img):not(.nalog-img){
	margin:0;
}
.owl-thumb-item{
	background:transparent;
	margin:0 8px 8px 0;
	width:93px;
	height:93px;
	box-sizing:border-box;
	vertical-align:top;
}
.owl-thumb-item.active{
	border:4px solid #039f4f;
}
.percent-bar.wow.animated{
	max-width:90%;
}
.slider-text a.fancybox:hover{
	opacity:0.9;
}
.video-h2{
	margin-top:55px;
}
.social-share{
	margin-bottom:15px;
}
.yashare-auto-init .b-share .b-share-form-button.b-share-form-button_share {
    display: none !important;
}
.social-share .b-share__handle.b-share__link .b-share-icon, .social-share .b-share__handle.b-share__link{
	width:48px;
	height:48px;
	padding: 0 !important;
	margin-right:5px;
}
.social-share .b-share__handle.b-share__link .b-share-icon{
	background:url(../../images/share.jpg) no-repeat left top;
	margin-right:10px;
}
.social-share .b-share__handle.b-share__link .b-share-icon.b-share-icon_facebook{
	background-position:-57px 0;
}
.social-share .b-share__handle.b-share__link .b-share-icon.b-share-icon_facebook:hover{
	background-position:-57px -48px;
}
.social-share .b-share__handle.b-share__link .b-share-icon.b-share-icon_twitter{
	background-position:-171px 0;
}
.social-share .b-share__handle.b-share__link .b-share-icon.b-share-icon_twitter:hover{
	background-position:-171px -48px;
}
.social-share .b-share__handle.b-share__link .b-share-icon:hover{
	background-position:0 -48px;
}
.sectionFour_back:hover .three a, .sectionFour_back:hover .three, .sectionFour_back:hover {
    color: #fff;
}
.add-project.add-project_main{
	position: absolute;
    left: 0px;
	border:none;
	background:#026f37;
	color:#fff;
	height:74px;
}
.add-project.add-project_main:hover, .add-project.add-project_main:focus{
	background:#02572b;
}
.search-block #LINK_TYPE_FORM{
	margin-bottom:20px;
}
.add-project.add-project_main img, .add-project.add-project_main span{
	vertical-align:middle;
}
.add-project.add-project_main img{
	margin-right:5px;
}
.item-content h1{
	font-size:36px;
	font-weight:bold;
	margin-bottom:15px;
}
main .container .item.personal-block h3{
	font-size:24px;
	margin:0 0 30px;
}
main .container .item-content h4{
	font-size:18px;
	color:#000;
}
.add-project-tab{
	width:50%;
	float:left;
	margin-bottom:30px;
	box-sizing:border-box;
}
.add-project-tabs .add-project-tab:nth-child(odd){
	padding-right:20px;
}
.add-project-tabs .add-project-tab:nth-child(even){
	padding-left:20px;
}
.item-content .button.button--success:hover, .item-content .button.button--success:focus, main .container .control_bottom a:hover, main .container .control_bottom a:focus,
.file-wrapper .downl-file:hover, .file-wrapper .downl-file:focus{
	background:#51ba84 !important;
	text-decoration:none;
}
main .container .item-content p{
	line-height:24px;
	margin-bottom:0;
}
.rightdesc-inner{
	border:1px solid #e6e6e6;
	padding:18px 23px 0;
}
main .container .item-content p.right-p{
	color:#6c6c6c;
}
main .container .item-content p.right-p span{
	position:relative;
	top:-5px;
}
main .container .personal-block .item-content .bottom_description a{
	color:#1c52cd;
	text-decoration:underline;
}
main .container .personal-block .item-content .bottom_description a:hover, main .container .personal-block .item-content .bottom_description a:focus{
	text-decoration:none;
}
.indicator_desc{
	font-size:30px;
	font-weight:600;
	color:#202020;
	margin:12px 0 19px;
}
.indicator_desc span{
	font-size:24px;
	color:#8d8c8c;
	font-weight:400;
}
.item-content.steps .form-control{
	border-radius:0;
	border-color:#b4b4b4;
	padding:0 14px;
	height:45px;
}
.item-content.steps .form-control.error{
	border-color:red;
}


main .container .control_bottom a, .step.cuurentstep-12 a{
	background:#039f4f;
	color:#fff;
	padding:8px 38px;
}

.step.cuurentstep-12 .button30 {
	clear: none;
	
}


main .container .control_bottom a .fa-angle-left{
	margin-right:12px;
}
main .container .control_bottom a .fa-angle-right{
	margin-left:12px;
}
.item-content.steps .form-control::-webkit-input-placeholder{
   font-size:16px;
   color:#c0c0c0;
}
.item-content.steps .form-control:-moz-placeholder{
   font-size:16px;
   color:#c0c0c0;
}
.item-content.steps .form-control::-moz-placeholder{
   font-size:16px;
   color:#c0c0c0;
}
.item-content.steps .form-control:-ms-input-placeholder{ 
   font-size:16px;
   color:#c0c0c0;
}


.item-content.steps textarea {
	font-size: 16px;
	
}

.item-content.steps label[for="RU[NAME]"], 
.item-content.steps label[for="RU[POLNOE_NAIMENOVANIE]"],
.item-content.steps label[for="EN[POLNOE_NAIMENOVANIE]"],
.item-content.steps label[for="EN[NAME]"],
.item-content.steps label[for="add-question"]{
	font-size:20px;
	color:#202020;
	margin:4px 0 12px;
	line-height: 25px;
}

.item-content.steps .download-file label[for="add-question"] {
   padding-left: 36px;
   padding-bottom: 8px;
	
}
.item-content.steps .download-file {
	
    margin-bottom: 0px;

}


.item-content.steps .field_description span.note {
	line-height: 20px;
	font-size: 14px;
	
	
}
.step.cuurentstep-2 .field_description {
	padding-left: 36px;
	
}

.step.cuurentstep-2 .download-file label[for="add-question"] {
	
	font-size: 18px;
	
	} 
	
.step.cuurentstep-3 .form-group select[name="RU[INDASTRY]"] {
	color: #c0c0c0;
	background: url(../images/arrow-select.png) no-repeat #fff 98% center;	
}

.step.cuurentstep-3 .form-group select[name="RU[INDASTRY]"] option {
	color: #202020;
		
} 

.step div[id="date-7038"] label,
.step div[id="date-7039"] label, 
.step div[id="date-7040"] label{
	
	margin-top: -12px;	
	
} 

.step div[id="date-7038"] label i, .step label[for="checkbox-7038"],
.step div[id="date-7039"] label i, .step label[for="checkbox-7039"],
.step div[id="date-7040"] label i, .step label[for="checkbox-7040"]{
	
	font-size: 18px;
	
	
} 



.item-content.steps label[for="RU[NAME]"] i, .item-content.steps label[for="RU[POLNOE_NAIMENOVANIE]"] i, .item-content.steps label[for="EN[POLNOE_NAIMENOVANIE]"] i, .item-content.steps label[for="add-question"] i{
	color:#7d7d7d;
}

main .container .item-content .step h4{
	margin:42px 0 11px;
}
.step .control_bottom{
	margin-top:23px;
}
textarea{
	resize:none;
}
.item-content.steps textarea.form-control{
	padding-top:10px;
	min-height:250px;
}
.steps input[type="checkbox"] + label:after, .steps input[type="checkbox"] + label.error + label:after{
	width:23px;
	height:23px;
	border-radius:0;
	top:-3px;
	border:2px solid #00a13f;
}
.steps input[type="checkbox"]:checked + label:after, .steps input[type="checkbox"]:checked + label.error + label:after{
	background: url(../../images/checkbox_bak.png) -5px -90px no-repeat;
	border-color:transparent;
}
.steps input[type="checkbox"] + label, .steps input[type="checkbox"] + label.error + label{
	padding-left:33px;
	cursor:pointer;
}
.steps input[type="checkbox"] + label.error + label{position:relative;line-height:1;}
div.form-group {
    margin-bottom: 20px;
}

.group_description p{
	color: #000000;
	font-size: 16px;
	
	
}

.file-wrapper{
	padding-left:36px;
}
.file-wrapper input[type="file"]{
	display:none;
}
.file-wrapper .input-file{
	color:#434343;
	border:1px solid #ebebeb;
	background:#f8f8f8;
	max-width:292px;
	width:100%;
	padding-left:11px;
	margin-right:15px;
}
.file-wrapper .input-file, .file-wrapper .downl-file{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	height:40px;
	line-height:40px;
}
.file-wrapper .downl-file{
	color:#f8f8f8;
	background:#039f4f;
	width:130px;
	text-align:center;
}
.file-wrapper .choose{
	font-size:14px;
	color:#036f95;
}

.step div[id="date-7038"] label,
.step div[id="date-7039"] label, 
.step div[id="date-7040"] label {
	padding-left: 36px;
	padding-bottom: 8px;
	display: block;
}

.step div[id="date-7038"] input, .step div[id="date-7039"] input, .step div[id="date-7040"] input   {

    display: block;
    margin-left: 36px;
}

.step.cuurentstep-3 select option:first-child {
	color: #c0c0c0;
	
	
}
.item-content.steps label[for="RU[POLNOE_NAIMENOVANIE]"],
.item-content.steps label[for="EN[POLNOE_NAIMENOVANIE]"] {
	display: block;
	
	 
	 
 }
.step.cuurentstep-3 div.field_description p i {
	font-size: 14px;
	color: #5c5c5c;
	
	
	
}
.step.cuurentstep-3 .form-column div.form-group:nth-child(6) {
	margin-bottom: 8px;
	
	
}


.step.cuurentstep-3 .form-column div.form-group:nth-child(6) select option:first-child {
	color: #c0c0c0;
	
}

.step.cuurentstep-3 .form-column div.field_description:nth-child(4) p:first-child {
	font-size: 18px;
	
}

.step.cuurentstep-3 .form-column div.field_description:nth-child(4) p:nth-child(2) {
	padding-bottom: 5px;
	
}

.step.cuurentstep-3 .form-column div.field_description:nth-child(4) p:nth-child(2) {
	padding-bottom: 5px;
	
}

.step .control_bottom {
    margin-top: 33px;
}



.step.cuurentstep-6 .form-column p,
.step.cuurentstep-7 .form-column .form-group label[for="add-question"]
{
	
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 25px;
	
	
}
.step.cuurentstep-7 label[for="RU[ENGINEERING_COMMUNICATION]"] 


.step.cuurentstep-4 .form-column div.form-group:nth-child(5) {
	margin-bottom: 40px;
	
	
}

.step.cuurentstep-4 .form-column .form-group label[for="disable-MESTOPOL"] {
	
	font-style: italic;
	font-size: 16px;
	font-style: italic;
	margin-top: 17px;
	
	
}

.step.cuurentstep-4 .form-column .form-group select[name="RU[REGION]"] option:first-child {
	
	color: #c0c0c0;
	
	
}

.step.cuurentstep-5 .form-column .form-group label[for="add-question"]  {
	
	width: 100%;
	line-height: 25px;
		
}



.step.cuurentstep-5 .form-column .form-group label.error{
	right:60%;
	bottom:-20px;
}


.step.cuurentstep-5 .form-column .form-group label[for="RU[STOIMOST_OBJ2]"].error {
	
	right:60%;
	
}


.step.cuurentstep-5 .form-column .form-group select[name="RU[FORM_PARTIC]"] + label.error{
	right:0;
}
.step.cuurentstep-5 .form-column .form-group select[id="custom_year_start"],
.step.cuurentstep-5 .form-column .form-group select[id="custom_year_end"],
.step.cuurentstep-5 .form-column .form-group select[name="RU[FORMA_UCHASTIA]"],
.step.cuurentstep-4 .form-column .form-group select[name="RU[REGION]"]  {
	
	color: #202020;
	
}

.step.cuurentstep-5 .form-column .form-group select[id="custom_year_start"] option,
.step.cuurentstep-5 .form-column .form-group select[id="custom_year_end"] option,
.step.cuurentstep-5 .form-column .form-group select[name="RU[FORMA_UCHASTIA]"] option,
.step.cuurentstep-4 .form-column .form-group select[name="RU[REGION]"] option{
	
	color: #202020;
	
}


.step.cuurentstep-5 .form-column .custom_year {
	width: 30%;
	display: inline-block;
	
	
}


.step.cuurentstep-5 .form-column .form-group select[name="RU[FORMA_UCHASTIA]"],
.step.cuurentstep-4 .form-column .form-group select[name="RU[REGION]"]  {
	
	background: url(../images/arrow-select.png) no-repeat #fff 98% center;
}


.step.cuurentstep-5 .form-column .form-group   {
	
	margin-bottom: 5px;
	
}
.step.cuurentstep-5 .form-column .field_description   {
	
	margin-bottom: 15px;
	
}

.step.cuurentstep-5 .form-column .form-group .measure  {
	
	font-size: 18px;
	font-weight: 600;
	margin-left: 5px;
	
}

.step.cuurentstep-6 .form-column {
	
	clear: both;
	
}



.step.cuurentstep-6 .form-column p,
 {
	
	font-size: 20px;
		
}
 .step.cuurentstep-6  div.form-group {
	 
	 margin-bottom: 5px;
	 width:70%;
	 
 }
.step.cuurentstep-6  div.form-group label.error{
	bottom:-25px;
}


 .step.cuurentstep-6 .form-column .group_description p {
	 
	 font-size: 16px;
	 line-height: 18px;
	 
 }
 
.step.cuurentstep-6 .form-group label[for="add-question"]  {
	
	font-size: 18px;
	color: #6c6c6c;
	font-style: italic;
	width: 38%;
		
}

.step.cuurentstep-6 .form-group input  {
	
	max-width: 133px;
	height: 37px;
		
}



.step.cuurentstep-6 .form-column .form-group .measure  {
	
	font-size: 18px;
	font-weight: 600;
	margin-left: 5px;
	font-style: italic;
	
}

.step.cuurentstep-6 .group_description {
	font-size: 16px;
	margin-left: 5px;
	font-style: italic;
	color: #000000;
	margin-top: 12px;
	
	
}

.step.cuurentstep-6 .group_description {
	font-size: 16px;
	margin-left: 5px;
	font-style: italic;
	color: #000000;
	
	
}
 
.step.cuurentstep-8 .form-group textarea[name="EN[OSNOVNIE_POTREB]"],
.step.cuurentstep-8 .form-group textarea[name="RU[OSNOVNIE_POTREB]"] {
	min-height: 111px;
	
}
 
.step.cuurentstep-8 .field_description {
	margin-top: 0px;
	
}

.step.cuurentstep-9 .form-group textarea[name="RU[DESC_PREIMU_PROJECT]"],
.step.cuurentstep-9 .form-group textarea[name="EN[DESC_PREIMU_PROJECT]"] {
	min-height: 93px;
	
}

.step.cuurentstep-11 .form-group textarea[name="RU[CONTACT_MODERATOR_FORM]"],
.step.cuurentstep-11 .form-group textarea[name="RU[CONTACT_MODERATOR_INVESTOR]"] {
	
	min-height: 114px;
	
}

.step.cuurentstep-10 p {
	font-size: 20px;
	padding-bottom: 26px;
	
}
.step.cuurentstep-10 .form-group label{
	font-size: 18px;
	
	
} 
.step.cuurentstep-10 .form-column .form-group {
	margin-bottom: 12px;
	
}

.step.cuurentstep-10 .form-column .field_description {
	line-height: 22px;
	margin-top: 20px;
	
}
.step.cuurentstep-11 h3 {
	font-size: 30px;
    font-weight: 600;
	
}
.filter-input-span{
	font-size:14px;
	line-height:39px;
	color:#333;
}
.checbox-open{
	height:37px;
	position:relative;
	cursor:pointer;
	padding:6px 0 0 10px;
}
.checbox-open:after {
    content: "▼";
    position: absolute;
    top: 8px;
    right: 5%;
    font-size: 12px;
}
.checbox-open, .checbox-wrapper{
	border:1px solid #d3d3d3;
	width:238px;
	background:#fff;	
}
.checbox-wrapper{
	padding:7px 10px 0 10px;
	display:none;
	position: absolute;
    top: 36px;
    left: 10px;
    z-index: 2;
	box-sizing:border-box;
}
.checbox-wrapper label{
	margin-bottom:10px;
}
.section-sort{
	text-align:right;	
}
.section-sort + ul{
	margin-top:10px;
}
.sort_display_investbase{
	display:inline-block;
	line-height:1;
	margin-right:24px;
}
.sort_display_investbase a{
	margin-right:7px;
}
.span-vid, .sort_display_investbase, .formats, .formats a{
	vertical-align:middle;
}
.span-vid{
	font-size:14px;
	color:#000;
	margin-right:11px;
}
.sort_display_investbase a i, .formats a{
	background:url(../images/sprite.png) no-repeat 0 0;
}
.sort_display_investbase a:nth-child(2) i{
	background-position:-35px 0;
}
.sort_display_investbase a:nth-child(2), .sort_display_investbase a:nth-child(2) i{
	width:26px;
}
.sort_display_investbase a:first-child:hover i, .sort_display_investbase a:first-child.current i{
	background-position:0 -25px;
}
.sort_display_investbase a:nth-child(2):hover i, .sort_display_investbase a:nth-child(2).current i{
	background-position:-35px -25px;
}
.sort_display_investbase a.table{
	margin-bottom:0;
}
.formats a.excel{
	background-position:-106px 0;
}
.formats a.word{
	background-position:-145px 0;
}
.formats a.print{
	background-position:-181px 0;
	width:27px;
}
.formats a.excel:hover{
	background-position:-106px -25px;
}
.formats a.word:hover{
	background-position:-145px -25px;
}
.formats a.print:hover{
	background-position:-181px -25px;
}
.formats a{
	display:inline-block;
	width:21px;
	height:25px;
	margin-left:11px;
}
.investbase-table{
	margin-bottom:43px;
}
.investbase-table tr td{
	border:1px solid #d9d9d9;
	background:#fff;
	text-align:center;
	color:#1a1a1a;
	padding:15px 10px 20px;
}
.investbase-table tr td, .investbase-table tr th{
	font-size:14px;
	line-height:20px;
	vertical-align:middle;
}
.investbase-table tr:hover td{
	background:#f2f2f2;
}
.investbase-table tr td a{
	color:#000;
}
.investbase-table tr th{
	color:#fff;
	font-weight:600;
	background:#039f4f;
	border-left:1px solid #68c595;
	border-right:1px solid #68c595;
	padding:9px 28px 9px 10px;
	position:relative;
}
.investbase-table tr th .sort-a{
	position:absolute;
    top: 25px;
    right: 10px;
}
a.nav-page-all{
	color:#000;
	margin-left:10px;
}
a.nav-page-all:hover{
	color:#bfbfbf;
}
.section-table-text{
	font-size:12px;
	color:#8f8f8f;
	font-weight:600;
	margin-bottom:63px;
}
.investbase-table + .sectionFive{
	margin-bottom:0;
}
.investbase-table-wrapper{
	overflow:auto;
}
.bx_filter_container div.sectionTwo_inputs_box{
	margin-left:10px;
}
main .container .item.personal-block .steps-indicator h3{
	margin-top:15px;	
}
.step.cuurentstep-6 input[type="number"]::-webkit-inner-spin-button, .step.cuurentstep-6 input[type="number"]::-webkit-outer-spin-button{
  -webkit-appearance: none; 
  margin: 0; 
}
.step.cuurentstep-6 input[type="number"]{
	-moz-appearance:textfield;
}
.offer-text p, .offer-title h4{
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	white-space: pre-wrap;
}
main .container .left-profile-menu a:hover, main .container .left-profile-menu a:focus{
	text-decoration:none;
}
.cabinet-tabs ul.left-profile-menu > a:not(:last-child) li.item-container{
    border-bottom: 1px solid #e2e2e1;
}
#project_edit .form-group label{
	line-height:18px;
}
#project_edit .form-group label, #project_edit .form-group label + .dateinput{
	vertical-align:middle;
}
.cabinet-info-items > .item .item-content-form.project-add .form-group input[type="number"], .cabinet-info-items > .item .item-content-form.project-add .form-group input[type="text"], .cabinet-info-items > .item .item-content-form.project-add .form-group select{
	margin-bottom:10px;
}
@media (min-width: 1631px) {
	.inv-opportunities{
		max-width:1610px;
		margin:auto;
	}
}
@media (max-width: 1370px) {
	/*#bottom-slider .owl-pagination, #bottom-slider .owl-dots {
		top: 139px;
	}*/
}
@media (min-width: 1230px) {
	#bottom-slider  .owl-nav, #main-slider  .owl-nav{
		max-width:1220px;
		left:50%;
		margin-left:-610px;
	}
}
@media (max-width: 1230px) {
	.navbar-collapse.collapse{
		float:none;
		max-width:100%;
	}
	.navbar-nav {
		margin-top: 30px;
		margin-left:15px;
	}
	.navbar-brand > img {
		max-width: 140px;
	}
	.navbar-nav li:first-child {
		margin-left: 0;
	}
	.navbar-nav > li > a{
		padding: 12px 2px 16px;
	}
	.navbar-brand {
		padding: 10px 15px;
	}
	.auth-block{
		position:relative;
		bottom:0;
		padding-bottom: 19px;
		padding-top: 4px;
	}
	.auth-block a, .auth-block{
		
		color: #039f4f;	
		text-transform:uppercase;
	}
	.auth-block a{
		padding: 12px 2px 16px;		
	}
	.navbar-nav  li{
		margin-left:0;
	}
	.nav > li.auth-block > a{
		display:inline-block;
		color:#039f4f;
		border-top:none;
	}
	.auth-block-desctop{
		display:none;
	}
	
}
@media (max-width: 1200px) {
	#bottom-slider .owl-controls .owl-buttons div.owl-next, #bottom-slider .owl-controls .owl-nav div.owl-next{
		right:15px;
	}
	#bottom-slider .owl-controls .owl-buttons div.owl-prev, #bottom-slider .owl-controls .owl-nav div.owl-prev{
		left:15px;
		position:absolute;
	}
	.sez .notes{
		padding-right:0;
	}
	.sez-text-right{
		padding-left:0;
	}
	.searh-form{
		position:relative;
	}
	.navbar-brand > img{
		max-width:170px;
	}
	#main-slider .item, #main-slider{
		height:415px;
	}
	/*.navbar-collapse.collapse {
		max-width: 80%;
	}*/
	.navbar-nav > li > a{
		font-size:14px;
		color:#0d0d0d;
		font-weight:600;
	}
	.navbar-nav > li.auth-block > a{
		font-weight:400;
		text-decoration:none;
	}
	#main-slider .slider-text{
		top: 80px;
	}
	.news .news-img img{
		display:block;
		max-width:100%;
		height:auto;
	}
	/* #bottom-slider .owl-pagination, #bottom-slider .owl-dots{
		 top:150px;
	 }*/
	 .bottom-menu{
		 width:155px;
	 }
	 .bottom-address {
		max-width: 320px;
	}
	#logo-slider .owl-pagination, #logo-slider .owl-dots{
		margin-top:15px;
	}
	#main-slider .owl-controls .owl-buttons, #main-slider .owl-controls .owl-nav{
		max-width:940px;
	}
	.sez-text-left, .sez-text-right{
		width:100%;
	}
	.txt{font-size: 23px!important;line-height: 26px; margin-top: 0;}
	.step.cuurentstep-6  div.form-group {width:100%;}
	.step.cuurentstep-6  div.form-group label.error{
		bottom:-20px;
	}
}
@media (max-width: 991px) {
	.download{margin-top:24px;}
	.navbar-nav > li > a{
		border-top:none;
	}
	.navbar-nav li:first-child {
		margin-left: 0;
	}
    .first-event img{
  
    height:auto;
    width:100%!important;
}
.upcoming-event img{
  
    height:auto; width:100%!important;
}
	#main-slider .item, #main-slider{
		height:400px;
	}
	/*.navbar-collapse.collapse {
		max-width: 80%;
	}*/
	#main-slider .owl-controls .owl-buttons, #main-slider .owl-controls .owl-nav{
		max-width:720px;
	}
	#main-slider .owl-controls .owl-prev, #main-slider .owl-controls .owl-next{
		top:200px; 
	}
	.inv-opportunities-block{
		width:50%;
		margin-bottom:4px;
	}
	.upcoming-event {
		font-size: 23px;
		line-height: 27px;
	}
	.event-text{
		padding:0 30px 30px;
	}
	.upcoming-event h3 {
		bottom: 30px;
	}
	.first-event h3 {
		font-size: 28px;
		line-height: 31px;
		bottom: 50px;
	}
	.upcoming-events .news h2 a {
		right: 25px;
	}
	.follow-us span{
		display:block;
		margin:0 0 10px 0;
	}
	.follow-us a{
		margin:0 5px 0 0;
	}
	#bottom-slider .display-table{
		width:100%;
	}
	.quote {
		font-size: 20px;
		line-height: 25px;
	}
	.bottom-menu {
		width: 180px;
	}
	.bottom-address {
		max-width: 100%;
		float:left;
		clear:both;
		position:relative;
		margin-top: 41px;
	}
	.inv-ratings h3{
		margin:30px 0 15px;
	}
	.search-block{
		top: -120px;
		min-width: 200px;
	}
	#bottom-slider .owl-controls .owl-buttons div.owl-next, #bottom-slider .owl-controls .owl-nav div.owl-next{
		right:10px;
	}
	#bottom-slider .owl-controls .owl-buttons div.owl-prev, #bottom-slider .owl-controls .owl-nav div.owl-prev{
		left:10px;
		position:absolute;
	}
	#bottom-slider .display-table {
		width: 90%;
	}
	#select-lang{
		top:11px;
		right:58px;
		width:50px;
	}
	header .container{
		position:relative;
	}
	.inv-opportunities-wrapper{
		width:100%;
	}
	.inv-opportunities-wrapper-right{
		padding-left:0;
	}
	.inv-opportunities-wrapper-left{
		padding-right:0;
	}
	.inv-ratings{
		padding-top:65px;
	}
}
@media (max-width: 790px) {
	.search-block{
		right:10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.news .display-cell.news-img {
		margin-bottom: 10px;
	}
	.news .display-cell {
		display: block;
	}
	.news .news-img img {
		max-width: 100%;
	}
     .searh-form {
     position: absolute; 
   bottom: -30px!important; 
}
    
}
@media (min-width: 768px){
	/*#main-slider .owl-controls,*/ #main-slider .owl-nav{
		/*top:-112px;*/
	}
	#main-slider  .owl-nav{
		top:175px; 
	}
	.first-event-img{
		display:none;
	}
}
@media (max-width: 768px) {
	body .bx_filter_vertical .bx_filter_container .bx_filter_block > div.checbox-wrapper{
		display:none;
	}
	body .bx_filter_vertical .bx_filter_container .bx_filter_block > div.checbox-wrapper, body .bx_filter_vertical .bx_filter_container .bx_filter_block > div.checbox-open{
		width:100%;
	}
}
@media (max-width: 767px) {
     .searh-form {
		 position: relative; 
		bottom: -15px!important; 
	}
	.first-event .img-responsive{
		height:auto !important;
	}
	.inv-opportunities-pvt .txt {
		padding:0;
	}
	.work-group-block-text .display-cell.display-cell-left {
		padding-right: 0;
	}
	.work-group-block-text .display-cell.display-cell-right {
		padding-left: 0;
	}
	.work-group-block-text .display-cell{
		display:block;
	}
	.reliz-item{
		width:100%;
		padding-right:0;
	}
	.newsletter .en-subcribe  input[type="submit"], .newsletter .en-subcribe  input[type="submit"]:hover{
		background-position:65% 50%;
	}
	.txt{min-height:0;}
	.invest-block{
		width:100%;
		margin-right:0;
	}
	.upcoming-events .col-md-12{
		padding-bottom:0;
	}
	.upcoming-event{
		max-width:594px;
	}
	.follow-us-wrapper{
		position:relative;
		width:100%;
	}
	.follow-us{
		margin-right:0;
	}
	.slider-text-inner {
		padding-left: 0;
	}
	
	#main-slider .slider-text h2.video-h2{
		text-align:center;
		margin-top:25px;
	}
	.owl-theme .owl-controls .owl-buttons div, .owl-theme  .owl-nav div {
		padding: 8px 15px;
	}
	#main-slider .slider-text a{
		margin-top:35px;
	}
	#main-slider .slider-text {
		top: 56px;
	}
	.search-block {
		position: relative;
		top: 0;
	}
	.inv-ratings h2 {
		margin: 30px 0 20px;
	}
	.first-event, .upcoming-event {
		float: none;
		width: 100%!important;
	}
	.first-event{
		margin-bottom:5px;
		max-width:600px;
	}	
	.logo-slider img{
		margin:0 auto;
	}
	.artis {
		text-align: left;
		margin-top:10px;
	}
	.bottom-menu {
		width: 50%;
	}
	.bottom-menu-wrapper .col-md-12 .bottom-menu:nth-child(3){
		clear:left;
	}
	.events .item{
		width:100%;
		margin-right:0;
	}
	.upcoming-event-inner, .newsletter-inner{
		margin-left: 0;
	}
	#bottom-slider  .display-table, #bottom-slider  .display-cell{
		display:block;
	}
	.news-img{
		text-align:center;
		width:100%;
	}
	#bottom-slider .owl-buttons, #bottom-slider .owl-nav{
		display:none;
	}
	#bottom-slider .slider-text {
		top: 0;
	}
	#bottom-slider .owl-controls,  #bottom-slider .owl-nav {
		top: 50%;
		margin-top:-21px;
	}
	.inv-opportunities h2 {
		margin: 22px 0 35px;
	}
	.upcoming-events h2 {
		margin: 38px 0 24px;
	}
	.follow-us {
		margin-top: 40px;
	}
	h2 {
		font-size: 34px;
	}
	.newsletter h2{
		min-height:37px;
	}
	.search-block {
		margin-top:15px;
	}
	#select-lang{
		right:61px;
	}
	#main-slider .owl-controls, #main-slider .owl-nav {
		bottom: 143px;
	}
	#main-slider .owl-controls .owl-prev, #main-slider .owl-controls .owl-next{
		top:0;
		position:absolute;
		right:15px;
	}
	#main-slider .owl-controls .owl-buttons div.owl-prev, #main-slider .owl-controls .owl-nav div.owl-prev{
		top:-55px;
	}
	.after-slider-block p{
		background:url(/images/green2.png) no-repeat 0 0;
		padding:11px 0 0 0;
	}
	.after-slider-block a{
		margin:15px 0 4px 0;
		display:inline-block;
	}
	.newsletter {
		padding-left: 0;
		border-left:none;
	}
	.newsletter input[type="text"], .newsletter input[type="email"]{
		margin:20px 0 20px;
	}
	.bottom-menu-wrapper{
		padding-top:6px;
	}
	#bottom-slider .display-table{
		width:100%;
		margin-top:25px;
	}
	.quote {
		font-size: 24px;
		line-height:32px;
		margin-top:15px;
		max-height:150px;
	}
	#bottom-slider .owl-pagination, #bottom-slider .owl-dots{
		bottom:10px;
		width:98%;
		margin:auto;
	}
	.position{
		margin-top:25px;
	}
	.newsletter input[type="submit"], .content-inv-opportunities-wrapper .inv-opportunities-wrapper-left, .content-inv-opportunities-wrapper .inv-opportunities-wrapper-right {
		width:100%;
	}
	/*#bottom-slider .owl-pagination, #bottom-slider .owl-dots {
		top: 206px;
	}*/
	.newsletter input[type="submit"], .newsletter input[type="submit"]:hover{
		background-position:70% 50%;
	}
	#bottom-slider .slider-text .news-img img{
		max-width:120px;
		display:inline-block;
		height:auto;
	}
	.events.priv-events .item{
		margin-right:0;
		width:100%;
	}
	.opport-href li {
		width:100%;
		padding-right: 0;
		margin-bottom:5px;
	}
	.news .display-table{
		width:100%;
	}
	.news .display-cell{
		width:50%;
	}
	.first-event-img{
		display:block;
	}
	.first-event-span{
		display:none;
	}
	.inv-ratings{
		padding-top:20px;
	}
	.add-project-tab{
		width:100%;
	}
	.add-project-tabs .add-project-tab:nth-child(odd){
		padding-right:0;
	}
	.add-project-tabs .add-project-tab:nth-child(even){
		padding-left:0;
	}
	body .bx_filter_vertical .bx_filter_container .bx_filter_block > div.checbox-wrapper, body .bx_filter_vertical .bx_filter_container .bx_filter_block > div.checbox-open{
		max-width:440px;
	}
	.section-sort{
		text-align:left;
	}
}

@media (max-width: 570px) {
	
	.steps .cuurentstep-10 input[type="checkbox"] + label {
		display: block;
	
   }
}


@media (max-width: 500px) {
	.inv-opportunities-block, .inv-opportunities-block.inv-block-third {
		width: 100%;
	}
		 .searh-form {
		/* position: absolute; 
		bottom: -30px!important; */
	}
	.sez-text-right, .inv-opportunities-wrapper .inv-opportunities-block.inv-block-third:nth-child(3) {
		padding-left: 0;
	}
	.inv-opportunities-wrapper .inv-opportunities-block.inv-block-third:nth-child(2){
		padding-left:0;
		padding-right:0;
	}
	.sez-map-img{
		max-width:250px;
	}
	main .container .sez-map a{
		font-size:13px;
		padding:2px 3px;
	}
	.vitebsk, .map540, .map551, .map615 {
		right: 1px;
		top: 3px;
	}
	.grodno, .map542, .map553, .map617 {
		top: 82px;
	}
	.minsk, .map538, .map556, .map620 {
		left: 89px;
		top: 72px;
	}
	.mogilev, .map544, .map555, .map619 {
		right: 6px;
		top: 74px;
	}
	.brest, .map539, .map550,  .map597 {
		bottom: 46px;
	}
	.gomel, .map541, .map552, .map616 {
		bottom: 58px;
	}
	.bottom-menu{
		width:100%;
		float:none;
	}
}
@media (max-width: 481px) {
	.inv-opportunities-block {
		width: 100%;
	}
	.download, .download-icons{
		text-align:center;
	}
	.app-store {
		margin-right: 0;
	}
	.inv-opportunities-wrapper .inv-opportunities-block:first-child{
		padding-right:0;
	}
	.inv-opportunities-wrapper .inv-opportunities-block:nth-child(2){
		padding-left:0;
	}
    
    
    .search-input {
    width: 280px!important;
    padding: 7px 35px 4px 0;
    font-size: 16px;
    color: #0d0d0d;
    border: none;
    outline: none;
}
}
@media (min-width: 992px) {
	.news .news-img img{
		width:220px;
     
	}
  
}

@media (max-width: 530px) {
	.step.cuurentstep-2 input[type="checkbox"] + label{
		display: block;     
	}
 }

#project_edit .form-group label{
	line-height:18px;
}
#project_edit .form-group label, #project_edit .form-group label + .dateinput{
	vertical-align:middle;
}
.cabinet-info-items > .item .item-content-form.project-add .form-group input[type="number"], .cabinet-info-items > .item .item-content-form.project-add .form-group input[type="text"], .cabinet-info-items > .item .item-content-form.project-add .form-group select{
	margin-bottom:10px;
}

@media (max-width: 400px) {
    
  .quote{
	max-height:128px;
  }
	.search-block {
		padding: 17px 30px 23px;
		min-width: 100px;
	}
	.adv-search{
		float:none;
		display:table;
	}
	.upcoming-events h2 a{
		position:relative;
		display:table;
		top:8px;
		left:0;
	}
	.upcoming-event {
		font-size: 20px;
		line-height: 22px;
	}
	.upcoming-event h3 {
		bottom: 20px;
	}
	.news .display-cell {
		display: block;
	}
	.news .display-cell.news-img {
		margin-bottom:10px;
	}
	.follow-us {
		padding: 20px 0 15px 20px;
	}
	.news .display-table, .news .display-cell {
		width: 100%;
	}
	.news-img {
		padding-right: 0;
	}
	.newsletter input[type="submit"], .newsletter input[type="submit"]:hover{
		background-position:71% 50%;
	}
	
	.step.cuurentstep-5 .form-column div.nth:child(8) div:nth-of-type(2) {
		
		width: 70% !important;
		
		
	}
	
	.step.cuurentstep-5.active .form-column div:nth-child(8) div:nth-child(2) {
		
		width: 70% !important;
		
	 
 }
 
	.step.cuurentstep-5 .form-column .custom_year {
		width: 70%;
		margin-bottom: 10px;
	}
		
	.step.cuurentstep-6 .form-group label[for="add-question"] {
		
		width: 100%;
	}
			
		
	.step .control_bottom a {
		float: none !important;
		display: block;
		text-align: center;
        margin-top: 10px; 
		
	}

	
}

@media (min-width: 320px) and (max-width: 330px) {
	
	 #select-lang {
			right: 55px;}
		
}


.search-input {
    width: 380px;
    padding: 7px 35px 4px 0;
    font-size: 16px;
    color: #0d0d0d;
    outline: none;
}
.searh-form input{
    font-size: 16px;
	border-radius:none;
        border: 1px solid transparent;
	box-shadow: none;
   /* box-shadow: 0 0 1px #fff inset;
    -moz-box-shadow: 0 0 1px #fff inset;
    -o-box-shadow: 0 0 1px #fff inset;
    -webkit-box-shadow: 0 0 1px #fff inset;*/
      padding: 0;
	  background:transparent;
}
.searh-form input:focus {
  border-color: transparent;
}
input{
	 -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
}
.searh-form:after {
    position: absolute;
    top: 0px;
    right: 3px;
    width: 17px;
    height: 18px;
    content: "";
  /*  background: url(/images/sprite.png);*/
    background-position: 0 18px;
    
}
@font-face {
    font-family: openSansLight;
    src: url(/bitrix/templates/art_krut/fonts/OpenSans-Light.ttf);
}


@font-face {
    font-family: openSans;
    src: url(/bitrix/templates/art_krut/fonts/OpenSans-Regular.ttf);
}
.searh-form input::-webkit-input-placeholder {color:##0d0d0d;}
.searh-form input::-moz-placeholder          {color:##0d0d0d;}
.searh-form input:-moz-placeholder           {color:##0d0d0d;}
.searh-form input:-ms-input-placeholder      {color:##0d0d0d;}

.searh-form input:focus::-webkit-input-placeholder {color: transparent}
.searh-form input:focus::-moz-placeholder          {color: transparent}
.searh-form input:focus:-moz-placeholder           {color: transparent}
.searh-form input:focus:-ms-input-placeholder      {color: transparent}

.after-header {
    position: relative;
    height: 284px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover; 
}

.bread-crumbs {
    background: #f2f2f2;  
}
.bread-crumbs .container {
    padding: 18px 15px 20px;
}
.bread-link {
   
    transition: 1s;
}
.bread-link:first-child {
   /* margin-left: 17px;*/
}
.bread-split {
    padding: 0px 7px; 
    margin-right: 5px;
        font-size: 14px; 
}


.bread-link a:hover {
    color: #00a651!important;
    text-decoration: underline;
}
.bottom-address a{
    color: #00a651;	
}

h1 {
    font-size: 50px;
	line-height:1;
	margin:0 0 30px;
}
container h1 {
    font-size: 36px;
}
container h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

container h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

container h1 {
    margin: .67em 0;
    font-size: 2em;
}

/*рассылка*/
   .newsletter input[type="button"]:hover {
    background: url(/images/search3.png) no-repeat #039f4f 170px center;
    color: #fff;
}

.newsletter input[type="button"] {
    border: 3px solid #039f4f;
    background: url(/images/search2.png) no-repeat #fff 170px center;
    font-size: 18px;
    line-height: 1;
    color: #1e1e1e;
    padding: 20px 54px 20px 27px;
}

 .newsletter input[type="button"]  {
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

button,  input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}


.newsletter input:focus::-webkit-input-placeholder {color: transparent}
.newsletter input:focus::-moz-placeholder          {color: transparent}
.newsletter input:focus:-moz-placeholder           {color: transparent}
.newsletter input:focus:-ms-input-placeholder      {color: transparent}
/*------------------------*/

.empty_t{border:1px solid red!important;}


/*форма авторизации*/
.wrap_form_aut{
    position:absolute;
    top:30px;
    left:-10px;
    width:300px;
    height:192px;   
    background-color:#fff;
    z-index:9900;
    display:none;
}
.wrap_form_aut_ugol{
     position:absolute;
     background: url("/images/ugol.png") no-repeat  -5%;
      z-index:9900;
      width:20px;
      height:10px;
      top:22px;
      left:10px;
     display:none;
}

.bx-system-auth-form input[type="text"] , .bx-system-auth-form  input[type="password"] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #cfcfcf;
    height: 37px;
    font-size: 14px;
    color: #131313;
    width:250px;
    margin:20px auto 0 auto;
    padding-left:10px;
}
.bx-system-auth-form{
    padding:0 25px;
}
.bx-system-auth-form input[type="submit"]{
     -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height:40px;
    width:90px;
    color:#fff;
    background-color:#02a14d;
     margin:20px auto 0 auto;
    
    
}
.bx-system-auth-form a{
    color:#0c0c0c;   
    font-size:13px;
    
}
.b1{float:left;}
.b2{float:left;width:158px;height:40px;margin-top:20px; padding-top:14px; text-align:right;}

.bx-system-auth-form input::-webkit-input-placeholder {font-size: 14px;}
.bx-system-auth-form input::-moz-placeholder          {  font-size: 14px;}
.bx-system-auth-form input:-moz-placeholder           {  font-size: 14px;}
.bx-system-auth-form input:-ms-input-placeholder      {  font-size: 14px;}

.wrap_call { display: none; opacity: 0.9; position: fixed; left: 0; right: 0; top: 0; bottom: 0; padding: 16px; background-color: rgba(1, 1, 1, 0.225); z-index: 100; overflow: auto;}

main {
 
    
    margin: 0!important;
    letter-spacing: -.1px!important;
    padding: 40px 0!important;
    
}
.news_detail_wrapp img {
    display: block;
    max-width: 500px;
    height: auto;
    margin: 0 auto;

    vertical-align: middle;
}



.articles-list .item .item-title a span{
        font-weight: 400;
        font-size: 20px;
    line-height: 28px;
    color: #000;
    font-family: Open Sans, Arial, Helvetica, sans-serif!important;
}


.cabinet-info-items > .item .item-content-form .form-column {
    display: inline-block;
    vertical-align: top;
    width: 286px;
    margin: 0 12px 0 0;
}
.cabinet-info-items > .item .item-content-form input[type="text"],
.cabinet-info-items > .item .item-content-form input[type="password"], .cabinet-info-items > .item .item-content-form input[type="tel"], .cabinet-info-items > .item .item-content-form input[type="email"] , select{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #cfcfcf;
    height: 37px;
    font-size: 14px;
    color: #131313;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 11px 12px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none;
}


.cabinet-info-items > .item .item-content-form button:hover {
    background: rgba(3, 159, 79, .8);
}
.cabinet-info-items > .item .item-content-form .form-column .form-group {
    margin-bottom: 26px;
	position: relative;
}
.cabinet-info-items > .item .item-content-form button {
    width: 162px;
    height: 64px;
    background: rgba(3, 159, 79, 1);
    border: none;
    color: #fff;
    font: 18px/1 'Open Sans';
}

.form-footer button {
    width: 170px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}

.form-column select {
    width: 100%;
    box-sizing: border-box;
   /* padding: 12px 15px 12px 22px;*/
    padding-left: 14px;
    font-size: 16px;
    color: #0d0d0d;
    border: none;
  /*  margin: 0 0 20px 0;*/
	padding-right:40px;
    -moz-appearance: none;
    text-overflow: "";
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none!important;
    background: url(../images/arrow-select.png) no-repeat #fff 95% center; 
    border: 1px solid #cfcfcf;
}

select {
    cursor: pointer;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px; height: 37px;
}
.form-group img{
 /*   width:286px;*/
}
.cap{
   padding-left:6px;
   /*max-width:400px;*/
}
.cap input[type="text"]{
     width:286px;
}


/*кнопка поиска*/
.search_btn{
    position:absolute;
    bottom:7px;
    right:0px;
    z-index:2;
    width: 25px!important;
    height:25px!important;
    background-color:#fff;
    background: url(/images/search_btn.png) no-repeat 50% 50%!important;
    cursor:pointer;
   
}
/*------------------------------------*/
/*кнопка назаж*/

main .container a.url_back{
    font-size:14px!important;
    font-family:'Open Sans',Arial,sans-serif!important;
    color:#8d8d8d;
  
    font-weight:400;
     border-bottom: 1px solid;
    text-decoration: none;
    
    margin-left:25px;
    
    
}
main .container a.url_back:hover{
	border-color:transparent;
}
.l_b{
     background: url(/images/ar_left.png) no-repeat 0% 60%!important;
}
.url_back:hover{
    
    text-decoration: none!important;
}

/*------------------------------------*/

/*пагинация*/
.sectionFive_block{

     line-height:40px;
 }
        .prev, .next{
               /* font-size: 30px!important;*/
                color: #bfbfbf!important;
               
        }
        main .container a.active_p, .active_p{
            color: #000;
            font-weight: 600;
            font-size: 16px;
              padding-right: 11px;
                
                
        }
        
       main .container a.nb, .nb{
            display: inline-block;
            padding-right: 11px;
            color: #bfbfbf;
            font-size: 16px;
           
          
        }
        .pagin_wrap{
           
            line-height:40px!important;
        }
        ul.sectionFive_list li{
             display: inline;
               font-weight: 400;
            font-size: 16px;
         
            padding-top:20px;
             padding-bottom:20px;
        }
         ul.sectionFive_list li.ac{
               background: url(/images/left_p.png) no-repeat 50% 50%!important; padding-right: 11px;
              
         }
           ul.sectionFive_list li.ac2{
               background: url(/images/right_p.png) no-repeat 50% 50%!important;
         }
			ul.sectionFive_list li.ac2 a, ul.sectionFive_list li.ac a{
               display:inline-block;
			   width:32px;
			   height:32px;
         }
          ul.sectionFive_list li a:hover{
              text-decoration:none;
          }
/*------------------------------------*/





@media (min-width: 375px) and (max-width: 500px)  {
	.stage-struct	{
		width: 100%;
		
	}
	
}

@media (max-width: 375px)  {
	.stage-struct	{
		width: 100%;
		
	}
	.sort_display_investbase{
		margin-right:0;
	}
	
}

@media (min-width: 501px) and (max-width: 789px)  {
	.stage-struct	{
		width: 100%;
		
	}
	
}


@media (min-width: 790px) and (max-width: 990px) {
	
	.stage-struct	{
		width: 46%;
		min-height: 273px;
		margin-right: 7px;
		
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	
	.stage-struct	{
		width: 46%;
		min-height: 273px;
		margin-right: 7px;
		
	}
}


div.bx_filter_container_title > span.name span {
    color: #333;
    border-bottom: 1px dotted #6e6e6e;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}


button.sectionTwo_inputs_button {
	
	background: #039f4e;
}

div.checbox-open, div.checbox-wrapper {
	
	width: 285px;
	font-size: 14px;
		
}



.checbox-open  {
	height: 38px;
	    
	
}

div.min-input-wrap {
	
	margin-right: 14px;

}


.smartfilter .bx_filter_container:nth-child(4) .bx_filter_container_title,
.smartfilter .bx_filter_container:nth-child(5) .bx_filter_container_title {
	
	margin-top: 10px;
	
}


.label-idea {
		width: 100%;

}
/*---------копировать с этой строки---------------------------*/

@media (max-width: 530px) {
	.step.cuurentstep-2 input[type="checkbox"] + label{
		display: block;     
	}
 }

#project_edit .form-group label{
	line-height:18px;
}
#project_edit .form-group label, #project_edit .form-group label + .dateinput{
	vertical-align:middle;
}
.cabinet-info-items > .item .item-content-form.project-add .form-group input[type="number"], .cabinet-info-items > .item .item-content-form.project-add .form-group input[type="text"], .cabinet-info-items > .item .item-content-form.project-add .form-group select{
	margin-bottom:10px;
}

.edit-idea .item-content-form.project-add .form-column:nth-child(4) label, 
.edit-idea .item-content-form.project-add .form-column:nth-child(5) label, 
.edit-offer .item-content-form.project-add .form-column:nth-child(4) label[for="add-question"],
.edit-offer .item-content-form.project-add .form-column:nth-child(5) label[for="add-question"] {
	
	height: 80px !important;
	
}

#project_edit .form-group label.error {
	color: red!important;
    margin-top: -15px!important;
    display: inherit;
    font-size: 12px!important;
    padding: 0!important;
    margin-bottom: 5px!important;
    text-transform: none!important;
    font-weight: normal!important;
	bottom: -40px;
	
	
}

.file-wrapper .choose{
	font-size:14px;
	color:#036f95;
}

.step div[id="date-7038"] label,
.step div[id="date-7039"] label, 
.step div[id="date-7040"] label {
	padding-left: 36px;
	padding-bottom: 8px;
	display: block;
}

.step div[id="date-7038"] input, .step div[id="date-7039"] input, .step div[id="date-7040"] input   {

    display: block;
    margin-left: 36px;
}

.step.cuurentstep-3 select option:first-child {
	color: #c0c0c0;
	
	
}
.item-content.steps label[for="RU[POLNOE_NAIMENOVANIE]"],
.item-content.steps label[for="EN[POLNOE_NAIMENOVANIE]"] {
	display: block;
	
	 
	 
 }

.cabinet-info-items #agree + label.error {
	left: 0px;
    text-align: right;
    width: 59%;
	
	
}

label[for="RU[ENGINEERING_COMMUNICATION]"] + div.form-group,
#distance-298 + div.form-group,
#distance-299 + div.form-group,
#distance-300 + div.form-group,
#distance-300 + div.form-group,
#distance-301 + div.form-group,
#distance-302 + div.form-group,
#distance-303 + div.form-group,
#distance-304 + div.form-group,
#distance-305 + div.form-group,
#distance-354 + div.form-group,
#distance-355 + div.form-group,
#distance-356 + div.form-group,
#distance-357 + div.form-group,
#distance-358 + div.form-group,
#distance-360 + div.form-group,
#distance-361 + div.form-group,
#distance-359 + div.form-group
 {
	
	margin-bottom: 0px;
		
}

input[name="RU[OGRAN_ENERG][]"] + label {
	
	margin-left: 13px;
	
	
}

.bx_filter_invest form.smartfilter .bx_filter_container ul {
	
	width: 80%;
	
}

form.smartfilter ul {
	
	width: 80%;
}


.cabinet-info-items label[for="RU[SQ_BILD]"].error {
	right: 9.5%;
	
}

.cabinet-info-items label[for="RU[AQ_LAND]"].error {
	right: 26%;
	
}



.add-concession div.step.cuurentstep-6 div.form-group label.error{
	bottom:-22px;
	right: 45%;
}



.add-concession .step.cuurentstep-3 .form-column .form-group label[for="RU[SQUARE]"].error {
	
	right: 60%;
}

@media (max-width: 540px) {
	
	.add-concession .step.cuurentstep-3 .form-column .form-group label[for="RU[SQUARE]"].error {
	
		right: 0;
}
	
}

.cabinet-info-items > .item .edit-offer .item-content-form .form-group {
	
	position: relative;
	
}

.add-concession .form-column select {
	background: url(../images/arrow-select.png) no-repeat #fff 98% center;
	
}
/*------------------------------------*/
  .www{border:1px solid red;}


.main-search-link {
    background: url(/local/templates/art_krut/images/search.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
	display: inline-block;
}
.language{
	display: inline-block;
}


.catalog-section .data-table td .d-flex {display: flex;}

.catalog-section .data-table td .d-flex img {min-width: 80px;}

.skiptranslate {display: none!important;}
