/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.d-flex {
	display: flex;
	align-items: center;
}
.align-items-center{
	align-items:center;
}
.header_lang #select-lang{
	position:initial!important;
}

img {max-width: 100%}

.fw-500 {font-weight: 400;}

.hidden-desktop {display: none}
.nav > li.hidden-desktop {display: none}

main.main-index .right-colum:not(.wide-column) {	
	width: calc(100% - (clamp(24vw, 24vw, 362px)));
	overflow: hidden;
	max-width: 100%;
	display: block;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

main:not(.main-index) .content-wrap a:not(.btn) {color: #0066B3;}

main.main-index .right-colum h1 {margin-top: 0; display: none;}
.right-colum.wide-column h1 {margin-bottom: 16px;}


main:not(.main-index) .right-colum   {
	display: flex;
    flex-direction: column;
}

.personal .right-colum {
	padding-right: 20px;
}
main:not(.main-index) footer {
	margin-top: auto;
    width: 100%;
}

@media (min-width: 1200px) {
	.container {
		width: 1230px;
	}
	.mobile-button.hidden-md {display: none;}
}

@media (min-width: 1400px) {
	.container {
		width: 1420px;
	}
}
@media (min-width: 1420px) {
	.container {
		width: 96%;
	}
}

@media (min-width: 1270px) {	
	main:not(.main-index) {
		min-height: calc(100vh - 215px);
	}
		
	main.main-index {
		min-height: calc(100vh - 88px);
		max-height: calc(100vh - 88px); 
	}
	.main-index .right-colum .content-wrap {
		position: relative;
		min-height: calc(100vh - 140px);
		max-height: calc(100vh - 140px);
		/*overflow-y: auto*/
	}
}

@media (max-width: 1270px) {	
	.right-colum h1 {font-size: 18px;}
	.content-wrap.land-detail {padding-top: 16px;}
	.bread-crumbs .container-fluid {padding: 19px 22px 19px;}
	#filter {padding-top: 16px;}	
	.main-row {flex-direction: column;}
	body main.main-index .right-colum:not(.wide-column) {
		
		width: 100%;
		overflow: hidden;
		max-width: 100%;
		display: block;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}
	
	main.main-index .legend-block.open ul {max-height: calc(100vh - 267px);}
	
	#main_map {height: calc((var(--vh, 1vh) * 100) - 100px);}
	section.header {max-height: 93px;}
    body main .mobile-nav {z-index: 0;}
	body main.main-index .left-colum {
		position: absolute;
		width: calc(100% - 44px);
		z-index: 2;
		max-height: unset;
		overflow: visible;
		width: calc(100% - 44px);
		float: none;
		max-width: 100%;
		flex: auto;
		display: none;
		left: 22px;
		right: 22px;
		background-color: #fff;
		padding: 24px;
	}
	.legend-block.tab-content.open {        
		background-color: #5FB3FF;
     }
	main.main-index {position: relative;}
	
	body main.main-index .left-colum.fullHeight {
		display: block;	
		overflow: auto;
		z-index: 4;
		top: 20px;
		max-height: calc((var(--vh, 1vh)* 100) - 204px);
	}
	
	.close-tab {display: none;}	
	body .left-colum .bx_filter_vertical {background: none;}
	main.main-index .right-colum:not(.wide-column) {
		flex: 0 0 100%; 
		max-width: 100%;
		overflow: hidden;	
	}
	.legend-block, .layers-block {box-shadow: none;}
	
	.legend-header, .layers-header {
		font-size: 20px;
		font-weight: 500;
		line-height: normal;
		padding: 0px;
	}
	
	.legend-block.open {z-index: 9;}
	.bx_filter_vertical .bx_filter_block .search-input {background: #fff;}
	.hidden-desktop {display: block;}
	  
	.filter-btn {height: 52px; padding: 0 16px; border-radius: 8px; text-align: center; display: inline-flex;align-items: center; gap: 12px; width: 100%;}
       
	body .mobile-nav {gap: 4px; justify-content: center; display: flex; position: absolute; bottom: 22px; z-index:9; left: 22px; right: 22px;}
	body .mobile-nav .parent {border-radius:10px; background: #fff; width: 100%;}
	body .mobile-nav .parent.parent-yandex-layers {background: transparent;}
	body .filtr-block-fixed {right:0}
	.main-index .tab-content{
		top: unset;
        bottom: 22px;
        right: unset;
        left: 22px;
	}
	
	
	
	.for-mobile-wrap.active-tab {border-radius: 8px;}
	body .bx_filter_vertical .bx_filter_control_section {padding: 0px 22px 16px;}
	.tab-content .tab-content--heading {display: flex; align-items: center; margin: 0 22px; font-size: 18px; font-weight: 600; margin-bottom: 16px; line-height: 1.2}
	.bx_filter_vertical .bx_filter_container--search {margin-bottom: 16px;}
	.bx_filter_vertical .bx_filter_block {margin: 0 22px;}
	.tab-content--heading .close-tab {margin-left: auto;}
	body .bx_filter_vertical .bx_filter_container .bx_filter_block > div.checbox-open {border: none;}
	body .bx_filter_vertical .bx_filter_container .bx_filter_block > div.checbox-open.checbox-open--active {border-bottom: 1px solid #EDEDED; z-index: 3;}
	.main-index .right-colum .content-wrap {margin: 0; border-radius: 0px; overflow: hidden;}
	body .bx_filter_vertical .bx_filter_container .bx_filter_block > div.checbox-wrapper {
		position: absolute;
		top: 50px;
		width: 100%;
		background-color: #fff;
		margin: 0;
		border: 1px solid #EDEDED;
		padding-top: 15px;
		padding-bottom: 17px;
		max-height: unset;
	}
	body .tab-content.active-tab {
		position: absolute;
		background-color: #fff; 
		padding: 16px; 
		border-radius: 8px; 
		height: calc((var(--vh, 1vh) * 100) - 183px);
	}
	body .tab-content.active-tab .for-mobile--inner {
		height: 100%;
		max-height: calc(100% - 0px);	
		overflow-y: auto;
		display: flex;
		flex-direction: column;
	}

	.tab-content.active-tab {
	    display: block;
		opacity: 1;
		height: calc(100vh - 193px);
		bottom: 80px;
		z-index: 10;
		left: 22px;
		right: 22px;
		width: calc(100% - 44px);
		top: 12px;
		margin-bottom: 18px;
	}
	
	
    .tab-content--heading {
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.4px;
		margin-bottom: 18px;}
		
	.for-mobile-wrap {background: #fff;}
	.legend-block ul, .layers-block ul {
		display: block;
	}
	.for-mobile-wrap.active-tab {
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 22px;
		right: 22px;
		width: calc(100% - 44px);
		top: 12px;
	}
	.for-mobile-wrap.active-tab .for-mobile-inner {
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 22px;
		right: 22px;
		width: calc(100% - 44px);
		top: 20px;
	}
	.legend-block.active-tab  ul.scrollable {
		max-height: calc(100vh - 267px);
		overflow-y: auto;
	}
	
	body .legend-block ul, body .layers-block ul {
		display: block;
	}
	
	.legend-block.active-tab ul.scrollable {
		max-height: calc((var(--vh, 1vh) * 100) - 267px);
		overflow-y: auto;
	}
	body main .inquiry-block {margin: 0;}
	.inquiry-block.tab-content .inquiry-block--heading {color: #000; display: flex;}
	.inquiry-block .close-tab {margin-left: auto; min-width: 20px;}
	.inquiry-block .btn {background:#008DD2; color: #fff;}
	.types-form-block input[type="checkbox"] + label:not(.error) {padding-left: 44px;  min-height: 24px;}
	.types-form-block input[type="checkbox"] + label:not(.error):after, 
	.types-form-block input[type="checkbox"] + label.error + label:not(.error):after {width: 24px;  height: 24px;}
	.mobile-nav .parent.tabActive {position: relative; background-color: #5FB3FF; color: #fff;}
	.parent.tabActive::before {
		content: "";
		position: absolute;
		background: #fff;
		width: calc(100% + 20px);
		height: 18px;
		background: #ffffff;
		-webkit-mask-image: 
			radial-gradient(circle at bottom left, transparent 0, transparent 10px, black 10px), 
			radial-gradient(circle at bottom right, transparent 0, transparent 10px, black 10px);
		-webkit-mask-position: bottom left, bottom right;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: 70% 70%;
		mask-image: radial-gradient(circle at bottom left, transparent 0, transparent 10px, black 10px), radial-gradient(circle at bottom right, transparent 0, transparent 10px, black 10px);
		mask-position: top left, top right, bottom left, bottom right;
		mask-repeat: no-repeat;
		mask-size: 50% 50%;
		top: -12px;
		left: -10px;
		right: -10px;
	}
	.parent.tabActive div[data-target-tab="spravka"] {
		background-color: #fff;
	}
	.parent.tabActive div[data-target-tab="spravka"] svg path {
		stroke: #000;
	}
	.parent.tabActive div[data-target-tab="spravka"] svg rect {
		fill: #000;
	}
}

@media (max-width: 767px) { 
	main.main-index  {
		/*min-height: calc((var(--vh, 1vh) * 100) - 93px);
		max-height: calc((var(--vh, 1vh) * 100) - 93px);*/
	}
}


@media (min-width: 1300px){
	.container {
		width: 1350px;
	}
}

@media (min-width: 1400px){
	.main-page .container, header .container, .header .container {width: 100%;}
	.container {width: 1420px;}
	
}

@media (max-width: 1400px){
	body .voting-form-box {padding: 18px 22px 18px;}
	body div.vote-item-header {margin-bottom: 10px;}
	
	
}




@media (max-width: 600px){
	

	.footer-copyright .d-flex {
		justify-content: space-between;
		flex-wrap: wrap;
	}	
	
	.footer-copyright .d-flex > div, .str-flex .zam-info.pravo-info {width: 100%;}
	.str-flex {flex-direction: column;}

}

.vote-items-list input{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.vote-items-list li:before{
	display:none;
}
.callbackBlock{
	position:relative;
	width:100%;
	height:430px;
}
.callbackTop{
	position:absolute;
	top:50px;
	left:40px;	
}

.callbackBottom{
	position:absolute;
	bottom:42px;
	left:42px;
}
.menuBlock{
	display:flex;
	width: auto;
	padding-left: 0px;
}

.left-call h3 {
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	color: #242424;
	margin-bottom: 10px;
}
	
.left-call  {margin-left: 20px;}
.callbackTop img {margin-top: -10px}
	
.callbackBottom b {
	font-weight: normal;
	font-size: 25px;
	line-height: 155.69%;
	color: #242424;}
.callbackBottom {font-size: 20px; line-height: 1.55;color: #077805;}	
	
.left-call p {
	font-size: 22px;
	line-height: 26px;
	color: #242424; }

.menuHamb{
    display: none;
    position: absolute;
    left: 0px;
    background: #fff;
    top: 100%;
	max-width: 325px;
}
.menuHamb li{
	float:none;
}
/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #000;
}

.animated-icon2 span {
background: #000;
}

.animated-icon3 span {
background: #000;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
	top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 6px;
}

.animated-icon2 span:nth-child(4) {
	top: 12px;
}

.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}
@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.2;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header {
	 position:relative;
	 z-index:4;
	 background:#ffffff; 
}


header .container .row {background: linear-gradient(180deg, #FFD907 0%, #EFCA00 100%); margin:0;}

.menu-col, .main-menu .navbar-nav, .header_auth {
	display: flex; 
	gap: 48px;}
	
.auth-body .menu-col, .auth-body .main-menu .navbar-nav, .auth-body .header_auth {
	gap: clamp(1rem, 2.5vw, 3rem);
}


.nav:before, .nav:after {display: none;}

.header-row {justify-content: space-between;} 


.menuHamb .navbar-nav > li {border-left: none; }

.navbar-nav li:first-child{
	margin-left:0;
}

.hambMenu {
	display: flex;
    align-items: center;
	padding-right: 20px;
	padding-left: 20px;}
	
.hambMenu.open-burger {background: linear-gradient(180deg, #059805 0%, #017801 100%);}  

.hambMenu.open-burger .animated-icon2 span {background: #fff;}	

.navbar-brand {
    box-shadow: 0px 0px 13px 2px rgba( 0, 0, 0, 0.1 );
	background:#ffffff;
	padding:20px 25px;
	position:absolute;
}
.navbar-nav > li > a, .hambMenu .navbar-nav .sub-menu li a, .navbar-nav .sub-menu li a  {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	font-size: clamp(18px, 1.04vw, 18px);
}

.header_auth a {
	font-size: 18px;
	font-weight: 600;
}

.hambMenu .navbar-nav .sub-menu li a, .navbar-nav .sub-menu li a, .hambMenu .navbar-nav li a  { border-top: none; font-size: 14px; padding: 14px 2px 12px; color: #484848; line-height: 1.17;}

.overlay {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(29,26,26,.44);
    z-index: 2;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 1920px;
    margin: 0 auto;
    right: 0;
}

.overlay.show-overlay {
    opacity: 1;
    display: block;
}

section.header {
	position: relative;
    z-index: 9;
    background: #fff;
	max-width: 1920px;
	margin: 0 auto;
	padding: 24px 0;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);}

.menuHamb .navbar-nav > li > a {border-top: none;}
.menuHamb .navbar-nav li:first-child a {padding-top: 15px; position: relative;}

.menuHamb .navbar-nav li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 18px;
    left: 18px;
	background: #077805;
}

.menuHamb .navbar-nav li:first-child:before {top: 19px;}

.menuHamb .navbar-nav .sub-menu li {position: relative; padding-left: 33px;}

.navbar-collapse.collapse{
	float:right;
}

#main-slider img, #bottom-slider img{
	margin:0 auto;
}
#bottom-slider img{
	border-radius:167px;
}
#bottom-slider .item{
	height:438px;
	background-size:cover !important;
}
.owl-theme .owl-controls .owl-buttons div, #main-slider  .owl-nav div{
	margin:0;
	border:none;
	background:transparent;
	border-radius: 100%;
	opacity:1;
	font-size:17px;
	padding: 18px 25px;
	/*display:table;*/
}
#main-slider .owl-nav div.owl-prev, #main-slider .owl-nav div.owl-prev{
	background:url(/images/prev-arrow-slide.svg) no-repeat center center; width:50px;
	top:0px;
}
#main-slider .owl-nav div.owl-prev, #main-slider .owl-nav div.owl-next{
	position:absolute;
}
#main-slider .owl-nav div.owl-next, #main-slider .owl-nav div.owl-next{
	background:url(/images/next-arrow-slide.svg) no-repeat center center; width:50px; 
}
#main-slider .owl-nav div.owl-prev:hover, #main-slider .owl-nav div.owl-prev:hover{
	background:url(/images/prev-arrow-slide.svg) no-repeat center center rgba(255,255,255,0.1);
}
#main-slider .owl-nav div.owl-next:hover, #main-slider .owl-nav div.owl-next:hover{
	background:url(/images/next-arrow-slide.svg) no-repeat center center rgba(255,255,255,0.1);	
}
#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:140px;
}
#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;
}

#main-slider .slider-text h2.text-center {font-size: 18px; text-transform: uppercase; text-align: left;}


#main-slider .slider-text h2{
	font-size:36px;
	line-height:40px;
	font-weight:500;
	color:#fff;
	text-shadow: 1px 1.732px 5px rgba( 7, 9, 13, 0.7 );
}

#main-slider .slider-text h2.text-center {
	font-size:18px;
	line-height:1.25;
	font-weight:400;
	color:#fff;
	text-shadow: 1px 1.732px 5px rgba( 7, 9, 13, 0.7 );
} 


.slider-text-inner{
	padding-left:135px;
	width: 70%;
}


#main-slider .slider-text a:not(.fancybox){
	font-size:16px;
	font-weight: 500;
	line-height:1;
	border:none;
	border-radius: 0;
	padding:12px 18px 12px 18px;
	margin-top:38px;
	color: #077805;
	background: #fff;
}

#main-slider .slider-text a:not(.fancybox):hover {
	color: #fff;
    background: #077805;
}

.content-wrap strong {font-weight: bold;}


.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{
	border-bottom:2px solid #dadadb;
	font-size:18px;
	line-height:22px;
	color:#020207;
	padding:25px 0 20px;
}
.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:24px;
	line-height:1;
	font-weight:400;
	color:#242424;
}
.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:0px;
}

.news_item-block .news-title{

	color: #242424;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	
}

.news-date {
	font-size:14px;
	line-height:28px;
	color: #9EA6AD;
	margin: 3px 0 8px;
}
.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;
}

.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 {
	position: relative;
	background: #F5F5F5;
	font-size: 20px;
	padding: 0;
	max-width: 1920px;
	margin: 0 auto;	
	font-size: clamp(1rem, 1.25vw, 1.25rem);
} 


@media (max-width: 1680px) {
	footer { font-size: clamp(1rem, 1.1vw, 1.5rem);}
}

.footer-row {
    min-height: 52px;
    align-items: stretch;
	padding-left: 24px;
}

footer .info:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 0;
}

footer .col-info {width: 28%}

footer .text-right {width: 44%;}

footer .info {
    position: relative;
    padding: 0 0 0 32px;
    margin-bottom: 22px;
	line-height: 1.25;
}

.footer-copyright {border-top: 1px solid #D1D3D5; padding: 22px 0 20px;}

footer .info.footer_address:before {
    background: url(../images/marker.svg) no-repeat;
}

footer .info.footer_time:before {
    background: url(../images/clock.svg) no-repeat;
}

footer .info.footer_phone:before {
    background: url(../images/phone-footer.svg) no-repeat;
	background-size: contain;
}

footer .info.footer_mail:before {
    background: url(../images/mail.svg) no-repeat;
}

footer .info.update:before {background: url(../images/refresh.svg) no-repeat;}

.artis{text-align: left;}

footer .info.update {display: inline-block; font-weight: 500; margin-bottom: 5px}


.footer-copyright .d-flex {justify-content: space-between;}

.footer-copyright .d-flex > div {width: auto;}

.social a {
    width: 24px;
    height: 24px;
    line-height: 24px;
	color: #CECECE;
	display: inline-flex;
    text-align: center;
    font-size: 20px;
    align-items: center;
	justify-content: center;
}


.social a:hover {color: #008DD2; }

.social a:hover	svg {fill: #008DD2;}

.counter.d-flex {justify-content: flex-end; align-items: center; margin-top: 24px;}
.counter.d-flex .social   {margin-left: 81px;}

.col-md-6.col-sm-6.artis{margin:0;}

.owl-carousel.partners_slider .owl-item img {display: inline-block; max-width: 179px;}

.partners_slider .partner_item a {
    display: flex;
    border: 1px solid #ebebeb;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    -o-transition: all, 0.2s, ease-in-out 0s;
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s;
	align-items: center;
	height: 106px;
}

.partners_slider {margin-bottom: 80px;}

.partners_slider .owl-nav {width: 100%; position: absolute; top: 50%;}

.partners_slider .owl-nav .owl-prev {
	position: absolute; 
	left: -57px; 
	padding: 0;
    width: 14px;
    height: 24px ;
	background: url(../images/left-arrow.svg) no-repeat center center;
	margin-top: -12px;} 
	
.partners_slider .owl-nav .owl-next {
	position: absolute; 
	right: -57px; 
	padding: 0;
    width: 14px;
    height: 24px; 
	background: url(../images/right-arrow.svg) no-repeat center center;
	margin-top: -12px;}



#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:452px;
}
#main-slider{
    background: url(/upload/iblock/62f/62f2fffb8829c091698363219854f230.jpg) no-repeat top center;
}
.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;
	display: none;
}
.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:400;
}

 .owl-theme .owl-controls .owl-buttons div:hover, .owl-theme .owl-controls .owl-nav div:hover{
	background:rgba(255,255,255,0.1);
}
#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;
}
#main-slider .slider-text a{
	display:inline-block;
}
.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 {
	
	font-weight:400;
}


main .container a:hover, main .container a:focus  {
	text-decoration: none;
} 

main .container a.green-btn {color: #fff;}

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


.desc.bottom-desc {padding: 15px 20px; border-top: 1px dashed #E7ECF0; margin-top: 14px; display: flex; justify-content: space-between; align-items: center;}

.sold-text {position: relative; color: #C80000; padding-left: 33px; line-height: 24px;}

.sold-text:before {content: ''; position: absolute; left: 0; display: inline-block; background: url(../images/sold-icon.svg) no-repeat; width: 24px; height: 24px; }

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


main .container p.social-share-p{
	margin:45px 0 0;
	padding:0;
}
main .container table:not(.data-table):not(.page_not_found):not(.jobs-table):not(.search-table) tr td{
	/*border:1px solid #000;
	padding:4px 7px;
	line-height:1.4;*/
	color: #242424;
}
main .container .search-page table tr td{
	border:none;
	padding:0;
	vertical-align:top;
}

.container .content-wrap table tr td p {margin-bottom:0; padding-bottom:0; }

.container .content-wrap table { border: 1px solid #d9d9d9;}
 
.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 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);
}

/*.list.list--direction .list__item .content{
	height:115px;
}
.list.list--direction .list__item .content .text{
	height:80px;
}
.list.list--direction .list__item .content .text{
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}*/
.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{
	color: #242424;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

.events.news_list .img-data {padding-top:25px;}

.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-weight: 400;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
    color: #9EA6AD;
    margin: 3px 0 8px
}
.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;
		font-family: Open Sans, Arial, Helvetica, sans-serif;
}
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:20px;
}
.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: #242424;
}
.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 {
	
}
.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;
	
}

.margin-20 {margin: 0 -20px}


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 {
	font-size: 18px;
	margin: 4px 0 9px;
}

.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;
	
}

.item-content.steps input[type="checkbox"] + label:not(.error):after, 
.item-content.steps input[type="checkbox"] + label.error + label:not(.error):after {
	top: 0;
}

.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, .steps input[type="checkbox"] + label.error + label{
	padding-left: 28px;
	cursor: pointer;
}
.steps input[type="checkbox"] + label.error + label{position:relative;line-height:1;}


.group_description p{
	color: #000000;
	font-size: 16px;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	
}

.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;
	
}
.checbox-open {
	height: 54px;
	position: relative;
	cursor: pointer;
	padding: 0px 0 0 12px;
	display: flex;
    align-items: center;
}
.checbox-open:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
	background: url(../images/filter-arrow.svg) no-repeat;
	width: 20px;
	height: 20px;
	transform: translateY(-50%); 
}

.checbox-open > i {
	margin-left: auto;
}

.checbox-open.scrollable {
	flex-wrap: wrap;
	overflow-y: auto;
	padding-top: 7px;
	padding-right: 48px;
}

.delete { 
	display: inline-block; 
	min-width: 16px; 
	width: 16px; 
	height: 16px;
	position: relative;
	top: 2px;	
	background: url(../images/delete.svg) center no-repeat;}

.checbox-wrapper {
	padding:7px 10px 0 10px;
	display:none;
	position: relative;
    /*top: 36px;*/
	top: 0;
    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:1650px;
		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-brand > img {
		max-width: 140px;
	}
	.navbar-nav li:first-child {
		margin-left: 0;
	}

	.navbar-brand {
		padding: 10px 15px;
	}
	.auth-block{
		position:relative;
		bottom:0;
		padding-bottom: 19px;
		padding-top: 4px;
	}
	.auth-block a, .auth-block{
		font: 13px/1 Open Sans;
		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;
	}
	#main-slider .slider-text h2 {
		font-size: 50px;
		line-height: 55px;
	}
	/*.auth-block {
		bottom: -124px;
	}*/
}
@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-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-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) {
	.newsBlock .news_item-block {margin-bottom:20px}
	.btn.btnSection {font-size: 14px;}
	.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;
	}
	
	#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;
	}
	.inv-opportunities-wrapper1  {display: flex; justify-content: space-between;}
	.inv-opportunities-block1 {width: 49%;}
	.inv-opportunities-table1 .txt {font-size: 16px !important;}
	body .header .col-md-9 {padding-left: 15px;} 
	
	.right-menu.desc-menu {border-top: 1px solid #e2e2e1;}
	
	body .form-grajdane > form .r {flex-basis: 100%;}
	
}

@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; }
    
}
@media (min-width: 768px){
	/*#main-slider .owl-controls,*/ #main-slider .owl-nav{
		/*top:-112px;*/
	}
	#main-slider  .owl-nav{
		top:195px; 
	}
	#main-slider .owl-nav div.owl-prev {
		left:-11.5%;
	}
	
	#main-slider .owl-nav div.owl-next{
		right:-11.5%;
	}
	
	.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%;
	}
	footer .col-md-6.text-right > div {text-align: left;}
}

@media (max-width: 767px) {
	.container-fluid {padding-right: 22px; padding-left: 22px;}
	section.header {padding: 16px 0;}
	.article-content .d-flex img {float: none !important;}
	.article-content .d-flex {flex-direction: column}
	table .num {white-space: nowrap;} 
	main .container table:not(.jobs-table):not(.data-table):not(.search-table) tr td:first-child {padding-left: 12px;}
	body .newsBlock_container {padding-bottom: 0;}
	body .our-partners-wrapper {margin-top: 20px}
	body .voting-wrap {height: auto; padding-bottom: 22px;}
	body .voting-form-box {padding-bottom: 0;}
	#main-slider .owl-nav div.owl-prev, #main-slider .owl-nav div.owl-prev {width: 40px; padding: 19px 12px;}
	body .header > .container > .row > div.logo-col {margin-bottom: 12px;}
	.header .header_info_bottom {margin-top: 12px;}
	.header_left { flex-direction: column;}
	.header .logo-col {justify-content: flex-start; }
	.header .right-mob {margin-left: 20px}
	.header .header_center {font-size: 16px; max-width: 64%; min-width: 231px;}
	header .navbar-nav > li {border-left: none; padding-left:0;}
	body header .menuBlock + .col-md-2 {
		width: calc(100% - 55px); 
		padding-right: 15px;
		position: absolute;
		top: 7px;
		right: 7px;}
		
	body .inv-opportunities-block1, body .inv-opportunities-block1:first-child {padding-bottom: 8px;}
		
	body .header .col-md-9 {padding-left: 15px;}
	body #main-slider .owl-nav div {padding: 20px 15px;} 
	body .inv-opportunities > .container {padding: 20px 15px;}
	body .callbackBottom {left: 22px;}
	body .inv-opportunities-block1 {padding-bottom: 20px}
	body .newsBlock_wrap h2 {padding: 30px 0 20px; font-size: 28px;}
	body .left-call h3 {font-size: 30px;}
	body .header > .container {padding: 15px;}
	body .header_left a:first-child img {width: 27px;}
	.header_left a:last-child img {width: 20px;}
	body .hambMenu {/*display: none;*/}
	body .voting-wrap {margin-top: 8px;}
	body .callbackTop {top: 40px; left: 20px;}
	body .newsBlock_container .news-img {
		width: 100%;
		max-width: 100%;
		padding-top: 63.25%;
		background-size: cover !important;}
	
	.slider-text-inner {padding-left: 35px; width: 100%}
	body .header_center.text-center {font-size: 14px; text-align: left; margin-left: 0px; margin-top:20px;}
	body .header_center.text-center span {font-size: 14px; display: block; margin-top: 5px;}
	#main-slider .slider-text a:not(.fancybox) {margin-top:20px;}
	#main-slider section .owl-dots {bottom: 10px}
	#main-slider div.owl-nav div.owl-next {right: 0;}
	#main-slider div.owl-nav div.owl-prev {left: 0;}
	body .footer-copyright .d-flex {flex-flow: column-reverse;}
	body footer .footer-copyright .d-flex .artis {padding-left:0; margin-top: 10px;}
	body .header .header_info_top.d-flex.align-items-center {margin: 0 auto 0 0;}
	body .header .header_info_bottom {text-align: left;}
    .searh-form {position: relative;}
	.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;
	}
	#main-slider .owl-nav div.owl-prev, #main-slider .owl-nav div.owl-next{
		right:15px;
	}
	.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;
	}
	body .slider-text-inner {
		padding-left: 40px;
		width: 100%;
		padding-right: 30px;
	}
	
	#main-slider .slider-text h2 {
		font-size: 22px;
		line-height: 1.2;
		text-align:left;
	}
	#main-slider .slider-text h2.video-h2{
		text-align:left;
		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;
	}
	.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: 50%;
	}
	
	#main-slider .owl-nav div {margin-top: -25px;}
	#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:100%;
	}
	.section-sort{
		text-align:left;
	}
	body footer .container .col-info {
		width: 100%;
		float: none;
	} 
	
	.right-desc {display: none;}
	.header_right.right-mob {display: block;}
	body footer .text-right {text-align: left;}
	body .navbar-toggle {float: left;}
	body .header_info_bottom {text-align: center;}
	body .header_info_top.d-flex.align-items-center {max-width: 346px; margin: 0 auto;}
	
	body .goog-te-banner-frame.skiptranslate .goog-te-button button {font-size:11px !important; }
	body .goog-te-banner-frame.skiptranslate .goog-te-banner img {max-width: 40px !important;}
	
	main .container table:not(.jobs-table):not(.data-table):not(.search-table) tr td {padding: 20px 10px 17px 12px;}
	
	body main .container .land-analytics {float: none; clear: both; max-width: 140px; display: block; margin-top: 15px;}
	
}

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


@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: 100%!important;
		font-size: 16px;

		border: none;
		
		outline: none;
	}
}
@media (min-width: 992px) {
	.news .news-img img{
		width:220px;
	}
	
	.desc-menu.collapse {display: block;}
  
}

@media (max-width: 530px) {
	.step.cuurentstep-2 input[type="checkbox"] + label{
		display: block;     
	}
	
	body .events.news_list .img-data {padding-top:0;}
 }

#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; 
		
	}	
}

.filtr-block-fixed {
	position: absolute;
    left: 0;
    right: 80px;
    z-index: 2;
}

body .ymaps-2-1-79-float-button-icon_icon_geolocation {position: unset}
body .select2-container .select2-selection--single {height: 54px;    border: 1px solid #EDEDED;}
body .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 54px;}
body .select2-container--default .select2-selection--single .select2-selection__arrow {    
	top: 50%;
    transform: translateY(-50%);
}

.search-input {
    width: 100%;
    padding: 0px 35px 0px 0;
    font-size: 16px;
	height: 51px;
    border: none;
    outline: none;
	background-color: #fff;
}

.searh-form input {
    font-size: 16px;
	border-radius:3px;
        border: none;
	box-shadow: none;
	color: #242424;

      padding: 0;
	  background:transparent;
}
.searh-form input:focus {
  border-color: transparent;
}
input{
	 -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
}
.bx-core-adm-dialog input{
	  -webkit-appearance: auto; 
	 -moz-appearance: auto;
	 appearance: auto;
}
.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(/local/templates/art_krut/fonts/OpenSans-Light.ttf);
}


@font-face {
    font-family: openSans;
    src: url(/local/templates/art_krut/fonts/OpenSans-Regular.ttf);
}
.searh-form input::-webkit-input-placeholder {color:#9EA6AD;    font-weight: 400;}
.searh-form input::-moz-placeholder          {color:#9EA6AD;    font-weight: 400;}/* Firefox 19+ */
.searh-form input:-moz-placeholder           {color:#9EA6AD;    font-weight: 400;}/* Firefox 18- */
.searh-form input:-ms-input-placeholder      {color:#9EA6AD;     font-weight: 400;}

.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-image: url(/images/back1.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover; 
}

.bread-crumbs {
   margin: 0 auto;
}
.bread-crumbs .container-fluid {
    padding: 26px 24px 24px;
}
.bread-link {
   font-size: 16px; 
   color: #4E4C4E; 
   transition: 1s;
   
}
.bread-link:first-child {
   /* margin-left: 17px;*/
}
.bread-split {
    padding: 0px 8px; 
    font-size: 14px; 
	color: #8A939B;
}


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

h1 {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.25;
}

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;}/* Firefox 19+ */
.bx-system-auth-form input:-moz-placeholder           {  font-size: 14px;}/* Firefox 18- */
.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 {
    padding: 0px 0 0px ;
    margin: 0 auto;
	max-width: 1920px;
}
.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: flex;
    /* display: inline-block; */
    vertical-align: top;
    max-width: 100%;
    margin: 0 0 0 0;
    flex-direction: column;
    align-items: stretch;
}
.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: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    height: 37px;
    
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    box-shadow: none;
    -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;
}


.cabinet-info-items > .item .item-content-form .form-column .form-group {
    margin-bottom: 26px;
	position: relative;
}


.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;
}


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: #484848;
    border-bottom: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}


button.sectionTwo_inputs_button {
	
	background: #039f4e;
}

div.checbox-wrapper {
	
	left: 0px;	
	top: -1px;
}

div.checbox-open {width: 100%;}


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;
	
}

.header_left a img  {max-width: 40px; max-height: 40px; }
.header_left a:first-child img {width: 40px;}
.header_left a:last-child img {max-width: 40px;}
.header_left {gap: 10px;}

.header_center {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
}
	
.header > .container {padding: 39px 15px 33px; }

.auth-btn { 

	font-size: 20px;
	line-height: 1.25;
	font-size: clamp(1rem, 1.04vw, 1.25rem);
}
	
.header_info_bottom {margin-top: 20px;  text-align: right;}
	
.header_info_top.d-flex.align-items-center {justify-content: space-between; max-width: 346px; margin-left: auto;}
.logo-col {gap: 16px;}

.btn.btnSection {background: url(/local/templates/art_krut/images/marker_white.svg), 
							linear-gradient(180deg, #059805 0%, #017801 100%), 
							linear-gradient(95.74deg, #008DD2 -16.25%, #007EBB 100%); 					
    padding: 14px 20px 13px 53px;
    background-repeat: no-repeat;
    background-position: 4% center;
    width: auto;
	border-radius: 3px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
}

.btn.btnSection:hover {background: url(/local/templates/art_krut/images/marker_white.svg), 
							linear-gradient(180deg, #017801 0%, #017801 100%), 
							linear-gradient(95.74deg, #007EBB -16.25%, #007EBB 100%);
					   background-repeat: no-repeat;
					   background-position: 4% center; }


.navbar-toggler {background: none;}

.menuBlock + .col-md-2 {position: relative; width: calc(100% - 1274px); margin-left: auto; padding-right: 30px; padding-left:0; }

@media (min-width:1600px) {	
	.menuBlock + .col-md-2  {width: 346px;}		
}

.news-data {padding: 10px 20px 25px;}

.news-data a:not(.green-btn):hover, .news-data a:not(.green-btn):focus {color: #077805; text-decoration: none;}

form.searh-form {background: #fff; position: relative; border-radius: 3px}
.searh-form input {padding-left: 15px;}

.newsBlock_wrap {background: #f4f4f4;}

.newsBlock_wrap h2 {
	text-align: center; 
	font-weight: 500;
	font-size: 36px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #2A2F3C;
	padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
	max-width: 1320px;
	margin: 0 auto;}
	
	

.newsBlock_wrap h2:before, .newsBlock_wrap h2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: url(../images/h-line.png) repeat-x;
    border: solid transparent;
    border-width: 0 40px;
}
	
.newsBlock_wrap h2:before {margin-left: -100%;} 

.newsBlock_wrap h2:after {margin-right: -100%;}

.newsBlock_container {max-width: 1319px; margin: 0 auto; padding-bottom: 70px;}

.news-cell-text {padding-left:0;}

body .news-img {width: 307px; height: 200px; max-width: 100%}

.news_item-block {background: #fff;}

.inv-opportunities > .container {padding-top: 80px; padding-bottom: 80px; }

.our-partners-wrapper {margin-top: 70px;}

.inv-hr {background: none; border: none; border-bottom: 1px dashed #C7CCD1; max-width: 1320px; margin: 0 auto;}

.callbackBlock {background-size: cover !important;}
.inv-opportunities-block1:first-child { padding-bottom: 30px; }
.inv-opportunities-inner1 {background: #F3F4F5;}

.inv-opportunities-inner1   {height: 200px;}


.inv-opportunities-table1 .display-table {width: 100%; height: 100%;}

.inv-opportunities-table1 {text-align: center;}


.inv-opportunities-table1 .txt {
	display: block; 
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #242424;
	margin-top: 15px;}

.voting-wrap {
	height: 430px;
    background: #F3F4F5;
}
	

.voting-wrap h4 {
	text-align: center;
    background: linear-gradient(180deg, #017801 0%, #059805 100%), linear-gradient(180deg, #FFD907 0%, #EFCA00 100%);
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    line-height: 50px;
}
	
	
.voting-form-box {padding: 30px 22px 18px; background: #F3F4F5; border: none;}
.voting-wrap ol.vote-answers-list li {margin-left:0}
.vote-vote-footer .vote-form-box-button-first input, .vote-vote-footer .vote-form-box-button-last a, .green-btn   {
	border-radius: 3px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF; 
	padding: 9px 18px;
	display: inline-block;}


 
.vote-vote-footer .vote-form-box-button-last a {color: #077805; border: 1px solid #059805}

.vote-items-list input[type="radio"] {position: absolute; z-index: -1; opacity: 0;}
.vote-items-list input[type="radio"]+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
	position: relative;
 }

 .vote-items-list input[type="radio"]+label {padding-left: 22px;}
 .vote-items-list input[type="radio"]+label:before {
	position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #D2D8DE;
    border-radius: 100%;
    content: "";
    color: transparent;
	left: 0px;
    cursor: pointer;
	background: #fff;
}
  
div.vote-item-header {margin-bottom: 20px;}
div.vote-vote-footer {
	margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ol.vote-answers-list li {margin-bottom: 10px;}
ol.vote-answers-list li:last-child {margin-bottom:0}
.news-cell-btn {margin-top:18px;}

.green-btn:hover, .showstatus .green-btn.active {border-color: #FFD907; text-decoration: none; color: #fff; background: linear-gradient(180deg, #FFD907 0%, #EFCA00 100%), linear-gradient(180deg, #059805 0%, #017801 100%), linear-gradient(95.74deg, #008DD2 -16.25%, #007EBB 100%), linear-gradient(94.2deg, #F60503 0%, #DD0200 100%);}
	
	
@media (max-width: 1500px)	{
	
	.header .col-md-9 {  width: 70%;}
	.header .col-md-3 {  width: 30%;}
	body .partners_slider .owl-nav {top: 100%}
	body .partners_slider .owl-nav .owl-prev {left: 48%; margin-top: 30px;}
	body .partners_slider .owl-nav .owl-next {right: 48%; margin-top: 30px;}
	#main-slider .owl-nav div.owl-next {right: -50px;}
	#main-slider .owl-nav div.owl-prev {left: -50px;}
	
	.menuBlock + .col-md-2 {width: calc(100% - 1095px);padding-left: 0px;}
	
	body .news_item-block .news-img  {width: 100%; padding-top: 66.25%; height: auto;}
	
	.newsBlock {padding:0;}
	
	.newsBlock_container {max-width: 100%;}
	
	header .container, .sliderHome .container {width: 100%; padding-left: 0px; padding-right: 0px;}
	
	.topMenu .navbar-nav.first-nav > li.with-submenu {padding: 0 19px 0 14px;}
	.topMenu .navbar-nav.first-nav > li {padding: 0 14px}
	.topMenu .navbar-nav > li.with-submenu > a .fa {right: -12px;}
	
}

@media (min-width: 768px) and  (max-width: 1199px)	{
	body .menuBlock + .col-md-2 {width: calc(100% - 45px); padding-right: 0; position: absolute; top: 7px; right: 7px;  padding-left: 10px;} 

}

@media (max-width: 1199px)	{
	
	.slider-text-inner {padding-left: 65px; width: 90%;}
	.header > .container > .row > div {width: 100% }
	body .partners_slider .owl-nav .owl-prev {left:44%}
	body .partners_slider .owl-nav .owl-next {right: 44%;}
	.header .col-md-3, .header .col-md-9, footer .text-right {width: 100%;}
	body footer .col-info {width: 50%; float: left;}
	body footer .text-right {text-align: center; clear: both;}
	.text-right .counter.d-flex {justify-content: center; align-items: center; margin: 24px 0;}
	body .menuBlock + .col-md-2 {width: calc(100% - 45px); padding-right: 15px; position: absolute; top: 7px; right: 7px;}
	body .text-right .counter.d-flex {justify-content: flex-start; }
	body .hambMenu {/*display: none;*/ padding: 0 10px;}
	body .header > .container > .row > div:not(.logo-col) {margin-bottom: 0px;}
	body footer .info.update {margin-bottom: 22px;}
	body .topMenu .navbar-nav > li.with-submenu > a .fa {right: auto}
	body .navbar-nav.first-nav > li:last-child {border-right:none;}
	body .navbar-nav {margin-left: 0px;}
	body .navbar-nav .sub-menu li {padding-left:0; border-bottom: none;}
	body .navbar-toggle {float: left;}
	body .menuBlock, body .menuHamb {width: 100%}
	body .menuHamb .sub-menu {left: 0;}
	body .menuHamb {max-width: 100%;}
	body .animated-icon2 {width: 18px;}
	body .menuHamb .navbar-nav .sub-menu li {padding-left: 23px;}
	.with-submenu.opened .sub-menu li a {color: #242424;}
    .menuHamb .navbar-nav .with-submenu.opened li:before {background: #026f37;}
	body  .navbar-nav > li.with-submenu > a .fa {right:0;}
	.menuHamb .with-submenu ul.sub-menu {padding-left:0;}
	.menuHamb .navbar-nav .with-submenu  ul.sub-menu li:before {left: 7px;}
	body .menuHamb .navbar-nav {margin-left:0; margin-top:0;}
	body .menuHamb .navbar-nav > li {margin-top:0; margin-bottom:0;}
	.menuHamb .navbar-nav > li:hover{
		 background: linear-gradient(0deg, #DFF2D7, #DFF2D7), #077805;
	}
	body .menuHamb .navbar-nav > li.with-submenu:hover > a .fa,  ul.glav li.with-submenu:hover > a .fa {
		background: url(/images/arrow-submenu.svg) no-repeat;
		height: 6px;
		width: 8px;	
	}
	
	body .menuHamb .navbar-nav li:hover {background: none; border-bottom: none;}
	body .menuHamb .navbar-nav .sub-menu li:hover a, 
	body .menuHamb  .navbar-nav > li.active > a, 
	body .menuHamb .navbar-nav > li.opened > a, 
	body .menuHamb .navbar-nav > li:hover > a {
		color: #026f37;
	} 
	
	.menuHamb .navbar-nav li:hover:before {background: #026f37;}
}
	
#google_translate_element {opacity: 0; position: absolute; right:0; visibility: hidden; height: 1px;}
	
.selectBox-dropdown, .selectBox-dropdown {max-width:100px !important;}
.selectBox-options.selectBox-options-bottom {right: 0;}


.navbar-nav > li.with-submenu > a .fa, ul.glav li.with-submenu > a .fa {position: absolute;}

.navbar-nav > li.with-submenu > a .fa, ul.glav li.with-submenu > a .fa {display: none; }
.topMenu .navbar-nav .sub-menu li.with-submenu > a {
	position: relative;
	display: block;
	width: 100%;
}
/*.topMenu .navbar-nav .sub-menu li.with-submenu > a:after{
	display: block;
	height: 6px;
	width: 8px;
	content: "";
	position: absolute;
	right: 0px;
	top: 10px;
	background: url(/images/arrow-submenu.svg) no-repeat; }*/
.navbar-nav > li.with-submenu > a .fa:before, ul.glav li.with-submenu > a .fa:before {content: "";}

.navbar-nav > li.with-submenu > a .fa, ul.glav li.with-submenu > a .fa { 
	
	  display: inline-block;
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  font-size: 24px;
	  line-height: 16px;
	  vertical-align: -15%;
	  width: 8px; 
	  height:6px;
	  right: 0;
	  top: 50%;
	  margin-top:-4px;
	  right:-14px;
 
 }
 
.menuHamb .navbar-nav > li.with-submenu > a .fa, ul.glav li.with-submenu > a .fa {top: 17px; margin-top:0;}
.menuHamb .navbar-nav > li.with-submenu:hover > a .fa,  ul.glav li.with-submenu:hover > a .fa {background: url(/images/arrow-submenu.svg) no-repeat center / contain; 
	-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);

	/*height: 8px; width: 6px;*/}
.menuHamb .navbar-nav li:hover > a {color: #242424;}
.menuHamb .navbar-nav li:hover {background:  linear-gradient(0deg, #DFF2D7, #DFF2D7), #077805; /*border-bottom: 1px solid #017801;*/}

.newsBlock_wrap h2 span {padding: 0 40px; } 

#main-slider .owl-dots {
	position: absolute;
    bottom: 30px;
    width: 100%;
	
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #FFD907;
    height: 12px;
    width: 12px;
    border:  1px solid #fff;}
	
	
.owl-theme .owl-dots .owl-dot span {background: #fff;}
body .selectBox-dropdown .selectBox-arrow {background: url(/images/arrow-submenu.svg) 50% center no-repeat; cursor: pointer; border: none;}

body .selectBox-dropdown {border: none;}
body .selectBox-dropdown .selectBox-label {text-align: right; }

body .selectBox-dropdown
	{box-shadow: none;
    background: none;
    border: none;
	min-width: 120px;}

.goog-te-combo * {font-size: 16px; font-family: 'Roboto', sans-serif; }

.header_lang .jq-selectbox__select-text * {line-height: 32px;}

.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {border: none; outline: none;}	
.menuHamb .navbar-nav .sub-menu li:before {top: 20px}
.right-mob {display: none;}


.jq-selectbox__select-text {width: 100% !important; }

body .jq-selectbox__select, body .jq-selectbox__select:hover {border: none; background: none; box-shadow: none;}

body .jq-selectbox.focused .jq-selectbox__select {border: none;}

body .jq-selectbox__trigger {border: none; right:0;}
body .jq-selectbox__select {padding-left:0;}

.newsBlock_wrap .container, main .container {max-width: 1264px;}

.jq-selectbox.goog-te-combo {margin-left:0; margin-right: 0;}

body .jq-selectbox__trigger-arrow {
	border-top: 7px solid #242424;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
	right: 0;}

body .jq-selectbox__select {padding: 0 20px 0 0px;}
body .jq-selectbox__dropdown {font-family: 'Roboto', sans-serif;}
body .jq-selectbox li.selected {background: #048F04;}

body .jq-selectbox li:hover {background: #048F04;}


@media (min-width: 768px) and (max-width: 1100px) {
	 
	.inv-opportunities .col-md-3.col-sm-12 {width: 100%;}
	
	.inv-opportunities-block1, .inv-opportunities .col-md-3.col-sm-6 {width: 50%;}
	.inv-opportunities-block1:last-child {margin-left: 30px;}
	
	
	.inv-opportunities-wrapper1 {
		display: flex;
		justify-content: space-between;
	}
	
	body .left-call h3 {font-size: 26px;}
	body .callbackBottom { position: absolute; bottom: 32px; left: 22px; width: 80%;}
	body .callbackTop { top: 30px; left: 25px;}
	footer .col-md-6.text-right > div {text-align: left;}
	body .header_info_bottom {text-align: center;}
	body .header_info_top.d-flex.align-items-center {max-width: 346px; margin: 0 auto;}
}

.content-wrap { margin-top: 16px;}
.right-colum .content-wrap  {margin-top:0}
 
.content-wrap.no_white {
	background: transparent;
	padding-left: 0px;
	padding-right: 0px;
}

.wide-column {max-width: 1264px; margin: 0 auto; padding: 0 24px;}

.content-wrap.transparent-back {background: none; padding: 0;}


.table-wrapper {overflow-x: auto;max-width: 950px;}	
	
ul.contentinner-menu li a { font-weight: 500;
							font-size: 16px;
							padding: 14px 18px;
							color: #484848;
							background: linear-gradient(0deg, #DFF2D7, #DFF2D7), #077805;
							border-radius: 3px;
							display: block;
							text-align: center;}
		
ul.contentinner-menu li a:hover{
	color: #fff;
	background: linear-gradient(180deg, #059805 0%, #017801 100%), linear-gradient(95.74deg, #008DD2 -16.25%, #007EBB 100%), linear-gradient(94.2deg, #F60503 0%, #DD0200 100%);
}
ul.contentinner-menu li a:hover {text-decoration: none; background: linear-gradient(180deg, #017801 0%, #017801 100%), linear-gradient(95.74deg, #007EBB -16.25%, #007EBB 100%), linear-gradient(94.2deg, #DD0200 0%, #DD0200 100%);}
							
ul.contentinner-menu li {padding-left: 0 !important; margin-bottom: 14px !important; }	

.sectionFour_back {background: #fff;}	

.row_links {display: flex; justify-content: space-between; align-items: center; margin-bottom: 27px;}	
.row_links .excel-download-link {position: relative; padding-left:33px; align-items: center; display: flex;}
.row_links .excel-download-link:before {content:''; position: absolute; left:0; top: 50%; margin-top: -11px; width: 22px; height: 22px; background: url(../images/excel-file.svg) no-repeat; }
.right-colum .add-link {color: #fff; background: #006C00; border-radius: 3px; padding: 4px 18px; margin-bottom: 29px; padding-left: 37px; color: #fff; background: #006C00 url(../images/add-song.svg) 12px center no-repeat; }


.no-padding {padding-left: 0; padding-right:0;}

.content-wrap .tab-view { display: flex; border-bottom: 1px dashed #D4DBE2;}
.sectionFour_back .four  {display: flex; justify-content: space-between; align-items: center;}
.content-wrap .tab-view a {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    color: #222;
    margin: 0 -1px -1px 0;
    padding: 13px 40px 11px;
    text-decoration: none;
    border-radius: 0;
    font-weight: 500;
    text-transform: none;
	display: block;
	line-height: 1;
} 


.content-wrap .tab-view a {border-bottom: 3px solid transparent; background: #E6E8EA; }
.content-wrap .tab-view .tab-item {margin-bottom:-1px;}
.content-wrap .tab-view .tab-item.active a {border-bottom: 3px solid #077805; background: #fff; color:#077805;}
.vacancy-add-to-liked { width: 20px; height: 20px; display: inline-block; background: url(../images/yellow-star.svg) center center no-repeat; filter: grayscale(1); opacity: 0.6;}
.vacancy-add-to-liked.asd_simpleed {opacity: 1; filter: grayscale(0);}
.four .favorite {margin-left: auto;}
.four .date {position: relative; display: flex; align-items: center; line-height: 1;}
.date:before {content: ''; width: 20px; height: 20px; background: url(../images/watch.svg) center center no-repeat; margin-right:6px; }

.vote-vote-footer .vote-form-box-button-last a:hover {text-decoration: none;}

.vote-vote-footer .vote-form-box-button-first input, .vote-vote-footer .vote-form-box-button-last a {transition: all 0s;}
.vote-vote-footer .vote-form-box-button-first input:hover, .vote-vote-footer .vote-form-box-button-last a:hover {
	
	background: linear-gradient(180deg, #FFD907 0%, #EFCA00 100%);
	color: #fff;
	border-color: #EFCA00;
}

.topMenu .navbar-nav .sub-menu.glav li.liglav:hover {
    background: linear-gradient(180deg, #059805 0%, #017801 100%), #077805;
    border-bottom: 1px solid #017801;
	color: #fff;
}

.topMenu .navbar-nav .sub-menu.glav li.liglav:hover a {color: #fff;}

.topMenu .navbar-nav .sub-menu.glav li.liglav .sub-menu.dva li.dva:hover {
	background: linear-gradient(180deg, #059805 0%, #017801 100%), #077805;
	border-bottom: 1px solid #017801;
	color: #fff;
}

.topMenu .navbar-nav .sub-menu.glav li.liglav .sub-menu.dva li.dva:hover a {color: #fff;}

main .container .land-analytics {
	                background: url(../images/pie-chart.svg) 15px center no-repeat, 
								linear-gradient(180deg, #FFD907 0%, #EFCA00 100%), #C80000;
					border-radius: 3px; 
					padding: 12px 18px 11px 37px;
					display: inline-block;
					color: #242424;
					font-weight: 500;
					line-height: 1;
					font-size: 16px; float: right;}
					
			
		
main .container p.subtitle {padding-bottom: 25px; padding-top: 7px; border-bottom: 1px dashed #D4DBE2; margin-bottom: 30px;}	

.land-analytics:hover {text-decoration: none; }

.sectionFour_back .desc p {margin-bottom:0;}

.bx-pagination-container ul li {padding-left:0 !important;}
.bx-pagination-container ul li:after {display: none !important}
	
	
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: linear-gradient(180deg, #059805 0%, #017801 100%);
    color: #fff;
}


.trigger-arrow {
	border-top: 7px solid #242424;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    right: 0;
	margin-left: 9px;
}


.custom-right-menu	{background: #fff; position: relative;}

.custom-right-menu:before {width: 3px; height: 100%; position: absolute; content: ''; left :0; border-radius: 2px; background: #077805; z-index: 2;}


.bottom-desc a.green-btn {padding: 9px 18px;}

.bx_filter_vertical .bx_filter_block.scrollable {margin: 0 20px 17px 20px; }

.left-colum .bx_filter_container_title {border-top: 1px dashed #E7ECF0;}

.bx_filter_vertical .bx_filter_container_title {padding: 18px 20px;}

.custom-right-menu .mobile-button {color: #077805;}

.custom-right-menu {background: #fff;}

.custom-right-menu .menu-heading, .custom-right-menu .mobile-button {text-align: center;}
.custom-right-menu .mobile-button {background: none;}


.custom-right-menu .menu-heading {padding: 17px 20px 16px; border-bottom: 1px dashed #E7ECF0;}

.custom-right-menu .mobile-button {padding: 10px 20px; width: 100%; color: #077805; position: relative }
.filter-head {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #484848;
	padding: 21px 20px 19px 20px;}
	
.custom-right-menu {margin-bottom: 20px;}
.custom-right-menu .menu-heading {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #484848;}
.custom-right-menu  button span:not(.trigger-arrow) {display: block;}

.custom-right-menu .trigger-arrow, .mobile-button.hidden-md .trigger-arrow {    
	border-top: 6px solid #077805;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    /* right: 0; */
    line-height: 1;
    margin-top: 0;
    width: 0;
    height: 0;
    position: absolute;
    margin-left: 0;
    left: 50%;
	bottom: 7px;
 }

 body .bx_filter_vertical {border: none; background: none;}
 .object-name {
	font-size: 16px;
	color: #000000;}
 
 .purpose-name,  .purpose-text {font-size: 16px; color: #000000;}
 .purpose-text {padding-left: 5px;}

 .object-name, .purpose-name, .purpose-text  { }
 .purpose-name, .purpose-text {margin-bottom: 8px;}
 .ymaps-2-1-77-balloon__layout  {max-width: 301px !important; min-width: 301px !important;}
 .ymaps-2-1-77-balloon__content * {width: 100% !important; /*overflow: visible !important;*/}
body .ymaps-2-1-79-listbox__list {font-family: Open Sans;}
body .ymaps-2-1-79-listbox__list-item:hover {background-color: #15acf6;}
 .object-name + hr {margin: 8px -18px 8px -12px;}
 
  .button.button_map {
	color: var(--main, #0066B3);
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	text-decoration-line: underline;
	display: block; 
	text-align: right;
	margin-top: 16px;
}
body .ymaps-2-1-79-search__suggest-item_selected_yes {background: none;}
body .ymaps-2-1-79-searchbox-button.ymaps-2-1-79-_pressed, 
body .ymaps-2-1-79-searchbox-button:hover,
body .ymaps-2-1-79-searchbox-button:active {background-color: transparent;}

.button.button_map:hover {text-decoration: none;}
body .ymaps-2-1-79-balloon__layout {border-radius: 8px;}
body .ymaps-2-1-79-balloon_layout_normal {width: 302px !important;}
.ymaps-2-1-79-balloon__content > ymaps {max-width: 100%; width: 100% !important; height: fit-content !important;}
body .object-info {margin-top: 8px}
body .ymaps-2-1-79-balloon__content {padding: 12px 16px 16px;}
.object-name > b {display: block}
body .ymaps-2-1-79-balloon__close-button {margin-right: 5px;}
body .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {margin-right: 16px;}

   

.ymaps-2-1-77-balloon__content > div {height: auto !important;}

.hint-name {max-width: 270px !important; display: block; }
.ymaps-2-1-77-balloon__content {/*min-height: 300px !important;*/}
.hintContent {
	white-space: normal; 
	min-width: 271px; max-width: 271px; padding: 10px; border-radius: 3px; font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Roboto', sans-serif;}


.add-link:hover {background: #EFCA00 url(../images/add-song.svg) 12px center no-repeat;}
.MyIconContentLayout {font-size: 14px; text-align: center;}
.MyIconContentLayout span {margin-left:-2px; display: inline-block;}

.checbox-wrapper.scrollable	{
	padding: 3px 10px;
    margin: 0;
    border-radius: 0px 0px 8px 8px;
    max-height: 237px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.checbox-open {
	font-size: 16px;
	background: #FFFFFF;
	border: none;
	box-sizing: border-box;
	border-radius: 8px;}
	
.checbox-open.checbox-open--active {border: 1px solid #EDEDED;}
	
.checbox-open.checbox-open--active:after {
	
	transform: rotate(180deg) translateY(50%);
}
	

	
.bx_filter_container_title .hint .hint_icon i {
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	color: #8A939B;}
	
.bx_filter_container_title .hint .hint_icon  {width: 25px; height: 25px; border-radius: 100%; background: #F3F4F5;}
	
.bx_filter_container_title .hint .hint_icon:hover {background: none;}
.bx_filter_container_title .tooltip {opacity: 1;}

.bx_filter_vertical .bx_filter_container_title {display: flex; align-items: start; justify-content: space-between;}

.subtitle:empty {display: none;}

.no-border-table {border: none !important;}

main .container .right-colum h2.contentheading {margin-top:0;}

.zam-info.pravo-info {width: calc(100% - 210px);}


.sample p {overflow: hidden;}

.content-wrap .nach ~ br {display: none;}

@media (max-width: 767px) {
	.content-wrap  h2 {
		font-size: 24px;
	}
	
	.str-flex img.nach {float: none !important;}
	.create-resume-submit {display: flex; flex-direction: column; gap: 20px;}
	.create-resume-submit button + button { margin-left: 0;}
}

.table-wrapper table td strong {font-weight: bold;}

@media (max-width: 400px) {
	.header_info_bottom .btn.btnSection {font-size: 15px;}
}

.hidden-md.mobile-button {
    padding: 10px 20px;
    width: 100%;
    color: #077805;
    position: relative;
	background: #fff;
} 

.hide-list {display: none}


.trigger-arrow.open-arrow {transform: rotate(180deg);}

.structure-map {position: relative;}

main .container .structure-map img {margin-top:0 !important;}

main .container .structure-map a {position: absolute;}

main .container .structure-map a.nachalnik {    
   
    top: 0;
    left: 50%;
    height: 150px;
    display: block;
    width: 320px;
    margin-left: -160px; }



main .container .structure-map a.first-zam{    
    position: absolute;
    top: 210px;
    left: 170px;
    width: 280px;
    height: 130px; }
	
main .container .structure-map a.zam{    
    position: absolute;
    top: 210px;
    right: 170px;
    width: 280px;
    height: 130px; }

main .container .structure-map a.buh {

	top: 410px;
    left: 0px;
    width: 280px;
    height: 130px;

}

main .container .structure-map a.org-otdel {

	top: 410px;
    right: 0px;
    width: 280px;
    height: 130px;

}

main .container .structure-map a.pravo {

	top: 410px;
    right: 330px;
    width: 280px;
    height: 130px;

}


@media (max-width: 1290px) {
	main .container .structure-map a.org-otdel, 
	main .container .structure-map a.pravo, 
	main .container .structure-map a.buh {top: 350px;}
    main .container .structure-map a.pravo {right: 275px;}
	main .container .structure-map a.first-zam {top: 180px; left:130px;}
	main .container .structure-map a.zam {top: 180px; right:130px;}
	
}

@media (max-width: 767px) {

	main .container .structure-map a.nachalnik {height: 50px; width: 30%; margin-left: -15%;}
	main .container .structure-map a.first-zam {    top: 70px; left: 18%; width: 31%; height: 50px;}
	main .container .structure-map a.zam {top: 70px; right: 18%; width: 31%; height: 50px;}
	main .container .structure-map a.buh {top: 120px;} 
	main .container .structure-map a.org-otdel, main .container .structure-map a.pravo, main .container .structure-map a.buh {height: 50px; top:150px; width: 31%;}
	main .container .structure-map a.pravo	{left: 50%; margin-left: -16%;}

}


.personal .text-data, .personal .text-data .item-title p {text-align: center; line-height:1.25}
.personal .item-name {font-weight: 500; margin-bottom: 8px; line-height:1.25; font-size: 18px;}

.bx_filter_vertical .bx_filter_container_modef:not(:empty) {}
	
.chosen-item { 
	display: inline-flex; 
	gap: 4px; 
	align-items: flex-start; 
	border-radius: 4px;
	background: #D8F2FF; 
	padding: 6px 8px; 
	margin: 0 4px 5px 0; 
	position: relative;}

.bx_filter_vertical .bx_filter_container #modef {z-index: 2900; right:0; background: #C6EEC5}
.bx_filter_vertical .checbox-wrapper > input  {display: none; width: 100%; margin: 8px 0 10px; font-size: 16px;}
.bx_filter_vertical .checbox-wrapper > input::placeholder {font-size: 16px; color: #000;}
.bx_filter_vertical .search-input > input::placeholder {font-size: 16px; color: #000;}

 .bx_filter_container #modef  {
	padding: 21px 20px;
    top: -1px;
    position: absolute;
    right: -160px;
    z-index: 100;
    white-space: normal;
    width: 300px;
    left: 0;}
.create-resume-submit{
	margin-top: 30px;
}
.sold .sectionFour_back_2 {border-top: 3px solid #C80000;}
.sold .sectionFour_back_2 .three a {color:  #C80000;}

.bx_filter_popup_result a {display: none;}

.btn-transparent {
	color: #000;
    font-weight: 600;
    font-size: 16px;
	background: transparent;
	border: 1px solid #0066B3;
	display: inline-flex;
    padding: 0px 16px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 8px;
    height: 54px;
    justify-content: center;
    align-items: center;
}

.del-service {display: flex; gap: 15px;}
.del-service > .btn {flex: 1 0;}
.fancybox-skin {color: #000;}
.filter_button.clear_filter {flex: 1 0; background-color: #fff;}
.filter_button.clear_filter:hover { background-color: #0066B3;}
div[id^="del_popup"] {width: 100%}

.btn-white {
	color: #000;
	background: #fff;
	font-weight: 300;

}

.w-100{width: 100%}

.bx_filter_control_section .filter_button.clear_filter span {font-size: 16px; line-height: 16px;}	
.bx_filter_vertical .bx_filter_control_section {padding: 12px 24px 25px;}

.d-flex .filter_button:first-child{
	flex-grow: 4;
}

.bx_filter_control_section .d-flex{
	gap: 10px;
}

.bx_filter_vertical .for_button {height:auto;}
.bx_filter_vertical .for_button + .save-filtr-options {margin-top: 12px}

.bx_filter_control_section .filter_button.clear_filter:hover span {color: #fff;}

.bx_filter_section .checbox-wrapper {padding: 0px 12px 3px; margin: 13px 0;}

body .ymaps-2-1-79-searchbox-button {
	background-color: #fff;
	background: url('/local/templates/art_krut/images/search.svg') center center no-repeat;
	font-size: 0;
	height: 47px;
}
.ymaps-2-1-79-searchbox-button:hover {
	background-color: transparent;
}
body input.ymaps-2-1-79-searchbox-input__input {
	font-family: Open Sans, sans-serif;
	border-left: 16px solid transparent;
	height: 47px;
	font-size: 16px;
	border-radius: 8px;
}
body .ymaps-2-1-79-searchbox-button-text {
	font-size: 0;
	padding: 0 22px;
}
body .ymaps-2-1-79-searchbox-input,
body .ymaps-2-1-79-searchbox__normal-layout .ymaps-2-1-79-searchbox__input-cell,
body .ymaps-2-1-79-searchbox__normal-layout > ymaps,
body .ymaps-2-1-79-searchbox__normal-layout  {
	border-radius: 8px;
}
body .ymaps-2-1-79-searchbox-input.ymaps-2-1-79-_focused {box-shadow: none;}
body .ymaps-2-1-79-searchbox__normal-layout	{background-color: #fff;}

.bx_filter_popup_result	> div {display: flex; justify-content: space-between; align-items: flex-end; color: #242424;}

.bx_filter_popup_result > div span:first-child	{line-height: 1.2; font-weight: 500;}
.bx_filter_popup_result > div span:last-child {line-height: 1.2;}

.bx_filter_popup_result > div.d-table {display: table; width: 100%;} 
.bx_filter_popup_result > div span.t-cell {
	display: table-cell; 
	border-bottom: 1px dotted #c3c3c3; 
    width: 87%;
    height: 38px;
	position: relative;}
	
.bx_filter_container #modef_num {display: table-cell; vertical-align: bottom; text-align: right; line-height: 1;}

.bx_filter_container .bx_filter_popup_result a.close {
	display: inline-block; 
	position: absolute; 
	width: 10px; 
	height:10px; 
	background: url(../images/close.svg) no-repeat;
	top: 12px;
	right: 12px;
}


.bx_filter_popup_result > div span.t-cell > span	
   {position: absolute;
    bottom: -5px;
    background: #C6EEC5;
    padding-right: 3px;}
	
	
.bx_filter_section .checbox-wrapper.scrollable {
	overflow-y: auto !important;
	border: none;
    background: none;
}
	
@media (max-width: 991px) {
	.bx_filter_vertical .bx_filter_container_modef:not(:empty) {
		position: fixed;
		bottom: 0;
		width: calc(100% - 30px);
		width: c;
		eight: 79px;
		z-index: 1000;
		right: 15px;
		left: 15px;
	}
	.bx_filter_container #modef {width: 100%;}
    body .bx_filter_vertical .bx_filter_container .bx_filter_block > div.checbox-wrapper {width: 100%}
	
}

.navbar-toggler {display: none;}
.module-pagination .nums a.cur {
	background: linear-gradient(180deg, #059805 0%, #017801 100%), linear-gradient(180deg, #007AE9 0%, #0072DA 100%), linear-gradient(315deg, #B3000C 0%, #C8000D 100%), linear-gradient(96.02deg, #F60503 -17.03%, #DD0200 100%), linear-gradient(315deg, #870000 0%, #D21C1C 100%), linear-gradient(173.46deg, #A4163D 15.46%, #780021 85.32%), linear-gradient(119.88deg, #009EEF 0%, #007EBE 100%), #C4C4C4;
	border-radius: 2px;
	color: #fff;}
	
 .module-pagination .nums a {
	font-size: 18px;
    line-height: 46px;
    letter-spacing: -0.3px;
    color: #2A2F3C;
    width: 46px;
    height: 46px;
	font-weight: bold;
	border-radius: 2px;
	margin-right: 10px;
}

.form-grajdane > form {
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

.ya-share2__list li:after {display: none !important;}

.form-grajdane {    padding: 0 1%;}
.form-grajdane > form .r {flex-basis: 48.5%; margin-bottom: 15px;}
.form-grajdane > form .r input {width: 100%;}
.form-grajdane > form .r.r-textarea, .form-grajdane > form .r.r-file {flex-basis: 100%;}
.form-grajdane > form .r.r-textarea	textarea {width: 100%;}
.form-grajdane > form .inputselect {display: block; width: 100%;}
.form-grajdane .but-r.clearfix {width: 100%;}
.form-grajdane > form .r.captcha_wrapp {display: flex; align-items: center; flex-wrap: wrap;}

.ya-share2__container {text-align: right;}
.ya-share2__list li {padding-left: 10px;}

.ya-share2__container .ya-share2__list.ya-share2__list_direction_vertical {max-height: 270px; overflow-y: auto;}

.print-version {
	
    background-size: contain;
    line-height: 26px;
    height: 26px; }

.right-colum .module-pagination a.prev {background: url(../images/pagination-prev.svg) center center no-repeat !important; }

.right-colum .module-pagination a.next {background: url(../images/pagination-next.svg) center center no-repeat !important; }
.footer-link_row {display: flex; justify-content: space-between; margin-top: 20px;}

.footer-link_row p {margin-left: auto;}

.share-block {display: flex;}

.module-pagination a.prev.disabled {opacity: 0.6;}
.captcha_wrapp img.captcha {margin-left: 10px}

.captcha_wrapp input {max-width: 398px;}

form .prompt {margin-bottom: 20px;}

body .row.sectionFive {margin-bottom:5px}

.print-version .fa {font-size: 20px; margin-right: 8px;}

.ya-share2__list.ya-share2__list_direction_horizontal .ya-share2__item.ya-share2__item_more {padding-left: 10px;}

.vopros-otvet .content-wrap {display: flex; flex-direction: column-reverse;}
.form-grajdane.form-vopros {padding: 0;}

.form-grajdane.form-vopros > form .r {width: 50%;}

.form-grajdane.form-vopros > form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}


.content-wrap.vakansii-detail {
    background: #fff;
    padding: 20px;
    margin-top: 25px;
}

.content-wrap.land-detail {background: #fff; padding: 20px 0;}

.content-wrap .vakansii-list .news-item {
	background: #fff;
    padding: 20px;
    margin-bottom: 25px;}

.list-preview-text {display: block;}

.my-land_content .add-link {margin-left: 30px; }
.my-land_content {justify-content: space-between; flex-wrap: wrap;}

#searchland input { height: 39px; border: none; border-radius: 3px; padding-left: 15px;}

#searchland input::placeholder {color: #9EA6AD;}

.my-land_content .add-link { margin-bottom: 0;}
.sectionFour_back .bottom-desc:empty {display: none;}
.offer-action {display: flex; justify-content: space-between;}
.four.section_land-date:empty {display: none;}
.offer-action .offer-edit, .offer-action .offer-delete {padding-left: 20px; position: relative; line-height:18px;}
.offer-action .offer-edit {padding-left: 24px;}
.offer-action .offer-edit:before {content:''; display: block; background: url(../images/edit-my-place.svg) no-repeat; position: absolute; width: 15px; height: 15px; top:0; left:0;} 
.offer-action .offer-delete:before {content:''; display: block; background: url(../images/delete-my-place.svg) no-repeat; position: absolute; width: 13px; height: 13px; top: 2px; left:0;} 

.offer-action .offer-delete {margin-left: 20px;}

.land-owner_item .desc.bottom-desc:last-child {padding: 25px 20px 30px;}

.del_fancybox .fancybox-inner {display: flex; align-items: center; justify-content: center;} 

main .offer-action .offer-edit a {color: #077805;}
.print-version {display: flex; align-items: center;}
.print-version .fa {line-height: 1 !important;}
.share-block > span  {line-height: 26px;}

@media (max-width: 420px) {
	
	body .my-land_content .add-link {margin-left:0; margin-top: 20px;}
	body .my-land_content .searchblock {width: 100%;}
	
}


 hr.content-bordered {border-top: 1px dashed #D4DBE2; padding-top: 0px; background: transparent;}
 
.personal-menu li {position: relative;}

.personal-menu li a:before {content: '';
    position: absolute;
    margin: auto;
    left: 22px;
    top: 0;
    bottom: 0;
	width: 35px; 
	height: 35px;}
 
 
main .container .right-menu.personal-menu li a {padding-left: 68px; padding-top: 31px; padding-bottom: 30px; }
main .container .right-menu.personal-menu li a:before{
	    left: 22px;
    top: 0;
	height: 35px; width: 35px;
}
main .container .right-menu.personal-menu li.personal a:before {background: url(../images/personal/profile-user.svg) no-repeat;}
main .container .right-menu.personal-menu li.offer a:before {background: url(../images/personal/location-2.svg) no-repeat;}
main .container .right-menu.personal-menu li.support a:before {background: url(../images/personal/support.svg) no-repeat;}

main .container .right-menu.personal-menu li.faq a:before {background: url(../images/personal/faq.svg) no-repeat;}
main .container .right-menu.personal-menu li.initiative a:before {background: url(../images/personal/selection.svg) no-repeat;}
main .container .right-menu.personal-menu li.offer:hover:before {background: url(../images/personal/location.svg) no-repeat;}

.export_box_detail {width: 270px; border: 1px solid #d7d9da;}
.rolebutt.govuk-button	{margin-top: 7px !important; background: linear-gradient(180deg, #059805 0%, #017801 100%), linear-gradient(95.74deg, #008DD2 -16.25%, #007EBB 100%);}
 
.rolebutt.govuk-button:hover {background: linear-gradient(180deg, #017801 0%, #017801 100%);}
 
.export_box_detail .govuk-checkboxes__item {text-align: left;}

.export_box_detail form {text-align: center;}

.fancybox-wrap .govuk-label.govuk-checkboxes__label {display: flex;}

.earth_link_back.d-table {display: table;  width: 100%;}
	
	
.earth_link_text.t-cell {
    display: table-cell;
    border-bottom: 1px dotted #c3c3c3;
    width: 66%;
    height: 22px;
	line-height: 22px;
    position: relative;
	width: 79%; 
	padding-left: 0;
	margin-left: 5px;
}
ul.right-menu li{
	position: relative;
}
ul.right-menu li a{
	padding-right: 40px;
}
.earth_link_text.t-cell > span {
	position: absolute;
    bottom: -5px;
    background: #fff;
    padding-right: 3px;
	line-height: 1.2;
	color: #242424;
	font-weight: 500;}
	
.earth_link_count {width: 2%; padding: 0 7px; color: #242424;} 
	
.earth_link_box {padding: 14px 10px 16px;}
#popup_box{
	height: 100%;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	white-space: nowrap;
	color: green
	
}
@media(max-width: 1366px){
	.menuHamb .sub-menu{
		max-width: 400px;
	}
}
@media(max-width: 1024px){
	.navbar-nav > li.with-submenu > a .fa, ul.glav li.with-submenu > a .fa{
		right: -24px;
	}
	.menuHamb .sub-menu{
		max-width: 100%;
		padding-right: 0px;
	}
}
@media (max-width: 991px) {
	body .menuHamb .navbar-nav .sub-menu li:hover a, body .menuHamb .navbar-nav > li.active > a, body .menuHamb .navbar-nav > li.opened > a, body .menuHamb .navbar-nav > li:hover > a{
		color: #242424
	}
	.menuHamb .sub-menu{
		max-width: 100%;
		padding-right: 0px;
	}
	
	.earth_link_back.d-table .asd_simple_button, .earth_link_back .earth_link_text, .earth_link_back .earth_link_count {float: left;}
	.earth_link_text.t-cell {width: 84%;}
}

@media(max-width: 680px){
	.navbar-nav > li.with-submenu > a .fa, ul.glav li.with-submenu > a .fa{
		right: -24px;
	}
}
 
 


main .container .right-menu.personal-menu li.current-item.personal a:before,
main .container .right-menu.personal-menu li.personal:hover a:before {background: url(../images/personal/profile-user-2.svg) no-repeat;}

main .container .right-menu.personal-menu li.current-item.offer a:before,
main .container .right-menu.personal-menu li.offer:hover a:before  {background: url(../images/personal/location.svg) no-repeat;}


main .container .right-menu.personal-menu li.current-item.support a:before {background: url(../images/personal/support-2.svg) no-repeat}
main .container .right-menu.personal-menu li.support:hover a:before {background: url(../images/personal/support-2.svg) no-repeat}
 
main .container .right-menu.personal-menu li.current-item.initiative a:before,
main .container .right-menu.personal-menu li.initiative:hover a:before {background: url(../images/personal/selection-2.svg) no-repeat;}
 
 
main .container .right-menu.personal-menu li.current-item.faq a:before,
main .container .right-menu.personal-menu li.faq:hover a:before {background: url(../images/personal/faq-2.svg) no-repeat;} 
 
 
 
/*------------------------------------*/
  .www{border:1px solid red;}




  @media print {
  	#bx-panel, #panel{
  		display: none;
  	}
  	body h1{
  		font-size: 25px;
  	}
	section.header, .header > .container{
		display: none !important;
	}
	.bread-crumbs, footer, header, .left-colum{
		display: none !important;
	}
	table { page-break-after:auto }
  	table tr    { page-break-inside:avoid; page-break-after:avoid }
 	table td    { page-break-inside:avoid; page-break-after:avoid }
  	table thead { display:table-header-group }
  	table tfoot { display:table-footer-group }
	*,
	*:before,
	*:after,
	*:first-letter,
	p:first-line,
	div:first-line,
	blockquote:first-line,
	li:first-line {
	    background: transparent !important;
	    color: #000 !important;
	    box-shadow: none !important;
	    text-shadow: none !important;
	}
	p {
	    orphans: 3 ;
	}
	p {
	    widows: 4 ;
	}
	ul {
	    page-break-inside: avoid ;
	}
	h2 {
	    page-break-after: always;
	}
	section {
	    page-break-before: always;
	}

	 @page {
        margin: 0.5cm !important;
    }
	.content-wrap .table-wrapper table{
		height: auto !important;;
	}
	.container .content-wrap table tr td p{
		font-size: 12px;
		line-height: 1.2;
		page-break-inside:avoid; page-break-after:auto;
	}
	main .container table:not(.jobs-table):not(.data-table):not(.search-table):not(.no-border-table):not(.bx-auth-table) tr td{
		padding: 5px;
	}
}
@media (max-width: 1680px) {
	.header_center {
	    font-size: clamp(18px, 1.5vw, 20px);
	}
		
	.navbar-nav > li > a, .header_auth a { 
		font-size: clamp(1rem, 1.1vw, 1.5rem);
	}
	.auth-body .header_auth {
		gap: clamp(1rem, 1.5vw, 2rem);
	}
}


@media (min-width: 1271px) {
	body .layers-map .ymaps-2-1-79-controls__control:nth-child(3) {right: clamp(325px, 19.54vw, 373px) !important}
	body .ymaps-2-1-79-listbox__button {width: clamp(52px, 3.3vw, 55px); height: clamp(52px, 3.3vw, 55px);}
}

@media (max-width: 1270px) {
	main.main-index  {
		/*min-height: calc((var(--vh, 1vh) * 100) - 98px);
		max-height: calc((var(--vh, 1vh) * 100) - 98px);*/
	}
	.no-scroll { overflow-y: hidden}
	.navbar-toggler {display: block;}
	.menu-col {
		display: none;
		position: fixed;
		left: 0px;
		bottom: 0;
		top: 90px;
		width: 100%;
		height: calc((var(--vh, 1vh) * 100) - 90px);
		max-height: calc((var(--vh, 1vh) * 100) - 90px);
		background: #EDEDED;
		z-index: 99;
		padding: 32px 0 16px;
		overflow-y: auto
	}
	
	.admin-body .menu-col {top: 130px;}
			
	.menu-col > div {padding: 0 32px;}
	.menu-col.collapse.in {display: flex; flex-direction: column; align-items: flex-start; gap: 24px;}
	.menu-col .main-menu, .menu-col .main-menu .header_auth  {color: #000;}
	.menu-col .artis {color: #4E4C4E; font-weight: 600;}
	.menu-col .artis a {color: #4E4C4E; text-decoration: underline;}
	.navbar-nav > li > a, .header_auth a {font-weight: 600; font-size: 20px;}
	body .social { border-right: none;}
	.mobile-menu_footer	{margin-top: auto;}
	footer, .hidden-mobile {display: none;}
	.hidden-desktop {display: block;}
	.hidden-tablet {display: none;}
	.mobile-menu_footer .copyright-wrap .copyright-text {display: none;}
	.menu-col .mobile-menu_footer {
		border-top: 1px solid #4E4C4E;
		padding-top: 16px;
		width: 100%;
		display: flex;
		flex-direction: column;
	}		
	.mobile-menu_footer .social {    
		flex: unset;
		display: flex;
		justify-content: flex-start;
	}
	.auth-body .main-menu .navbar-nav, .main-menu .navbar-nav, .auth-body .header_auth {gap: 24px; flex-direction: column; align-items: flex-start;}	
	.navbar-nav > li {margin: 0;}
	.nav > li.hidden-desktop {display: block;}
	.menu-col .copyright-wrap {margin-top: 0px;}
	.mobile-menu_footer .social svg {fill: #fff;}
	body .ymaps-2-1-79-controls__control .ymaps-2-1-79-listbox {    
		/*top: calc((var(--vh, 1vh) * 100) - 187px) !important;
		left: calc((-100vw / 2) + 18px) !important;*/
		width: 52px; 
		height: 52px;
		z-index: 9999;
		
	}
	body .map .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button {
		width: 52px;
		height: 52px;
	    padding-left: 52px;
	}
	body .ymaps-2-1-79-controls__control:last-child {z-index: 0;}
	body .ymaps-2-1-79-balloon-pane {z-index: 9906 !important;}
	
	body .ymaps-2-1-79-listbox__button { width: 52px; height: 52px; z-index: 9999; position: relative; box-shadow: none;}
	.main-index .ymaps-2-1-79-controls__toolbar_right .ymaps-2-1-79-float-button,
	.ymaps-2-1-79-fullscreen .ymaps-2-1-79-float-button-icon_icon_collapse	{
		margin-right: 10px;
		padding-left: unset;
		width: 52px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		max-width: 52px !important;
		display: none;
		box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
	}
	
	.main-index .ymaps-2-1-79-float-button-icon_icon_expand,
	.ymaps-2-1-79-fullscreen .ymaps-2-1-79-float-button-icon_icon_collapse {
		display: inline-block;
		width: 40px;
		height: 40px;
		border: none;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background-size: cover;
	}
	
	body .ymaps-2-1-79-listbox__list {max-height: unset !important;}
	.mobile-nav--second:not(.mobile-nav--layerItems) { right: 22px; left: 100px;}
	.mobile-nav--first:not(.mobile-nav--layerItems) { left: calc((100vw - 220px) / 2); right: unset;}
	.mobile-nav--second.mobile-nav--layerItems { right: calc((100vw - 276px) / 2); left: unset;}
	.mobile-nav--first.mobile-nav--layerItems { left: calc((100vw - 276px) / 2); right: unset;}
	
	body .layers-map .ymaps-2-1-79-controls__control .ymaps-2-1-79-listbox {
		top: calc((var(--vh, 1vh) * 100) - 187px) !important;
		left: calc((-100vw / 2) + 321px) !important;
	}
	
	.parent-yandex-layers {position: absolute; bottom: 22px; left: calc((-100vw / 2) + 18px);}
	body .layers-map .parent-yandex-layers {position: absolute; left: calc((100vw / 2) - 84px);}
	.checbox-open { height: 52px;}
		
	.main-index .ymaps-2-1-79-listbox_align_right .ymaps-2-1-79-listbox__panel_animation_show {
		float: right;
		/*margin-top: -195;*/
	}
	
}


@media (max-width: 991px) {
	.right-colum:not(.wide-column) {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.hidden-tablet {display: block;}
	.header .header_center {font-weight: 700;}
	.header-row {gap: 19px;}
	.personal {flex-direction: column;}	
	main .personal .left-colum {flex: unset; width: 100%;}
	main .personal .right-colum {width: 100%; padding-left: 0;}
	.form-group input[type="text"].dateinput {padding: 0 10px; text-align: center;}
}


footer .copyright-wrap {padding: 0 24px; flex: 1 0;}
.social {flex: 0 0 362px; justify-content: center; gap: 24px; flex: 0 0 clamp(24vw, 24vw, 362px);}

.copyright-text	{flex: 1 0;}
.container-fluid--p0 {padding: 0;}
.menu-col {font-size: 18px; margin-right: 0;}
.content-wrap p {margin-bottom: 20px; font-weight: 300;}
.content-wrap.content-img  {position: relative; padding-right: 424px;}
.content-img > img:first-child {position: absolute; right:0; top: -40px;}

 
@media (max-width: 767px) {
	.wide-column {padding: 0 22px;}
	.content-img > img:first-child {position: unset; margin-bottom: 16px; aspect-ratio: 16 / 9; width: 100%;}
	.content-wrap.content-img {padding-right: 0;}
	.ymaps-2-1-79-search_layout_normal {max-width: calc(100vw - 120px);}
	.ymaps-2-1-79-float-button-icon { background-color: #fff;}
}

.jqmOverlay, .popup-window-overlay {
	background: none !important;
}


@media (max-width: 991px) {
	body .popup {
		max-width: calc(100% - 44px);
		width:  calc(100% - 44px);
		margin: 0 !important;
		transform: translate(-50%, -50%);
	} 
	
	body .popup .form .form_head {    padding: 24px 16px 16px 16px;}
	body .popup .form-body {padding: 0px 16px 24px;}
	body .popup .close {right: 16px; top: 26px;}
   
}

.popup input[type="text"].error:focus, 
.popup input[type="password"].error:focus,
input[type="text"].error:focus, 
input[type="password"].error:focus {
	border-color: #ff530d;
	box-shadow: none;
}


.content-wrap > #ajax_auth,
.content-wrap > .ajax_forgot,
.ajax_forgot {
	max-width: 400px;
	margin: 0 auto;
}

.form-control.error:focus {border-color: #ff530d; box-shadow: none;}

.container-fluid--p0:before,
.container-fluid--p0:after {display: none;} 

.scrollable::-webkit-scrollbar {
	width: 4px;
	display: block;
		
}

.scrollable::-webkit-scrollbar-track {
	background: #EDEDED;
			
}

.scrollable::-webkit-scrollbar-thumb {
	background-color: #CECECE;
	border-radius: 2px;   
}

.inquiry-block { border-radius: 8px; margin: 0 24px; padding: 16px; background: #008DD2; margin-top: auto; margin-bottom: 24px;}
.inquiry-block .inquiry-block--heading {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.28px;
	color: #fff;
	display: block;
	margin-bottom: 12px;
}

.inquiry-block .btn {padding: 0; font-size: clamp(14px, 1.05vw, 16px);}
.inquiry-block .btn + .btn {margin-top: 8px;}

.checbox-wrapper .option:last-child label {margin-bottom:0;}

div[data-target-tab="spravka"] {
	background-color: #008DD2;
} 

.layers-block ul li + li {margin-top: 8px;}

main:not(.main-index) + footer {margin-top: 40px;}

#project_edit .form-group.owner {margin-bottom: 0;}
#project_edit .form-group.owner + .form-group.owner {margin-bottom: 16px;}

.create-resume-submit button + button {margin-left: 20px;}

.loading .fa-spin {color: #0066B3;}

.main-index .right-colum .content-wrap {
	position: relative;
	
}
.ajax_content .loading {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body font.notetext { color: #0066B3;} 
.success {color:  #0066B3; margin-bottom: 16px;}
main:not(.main-index) .right-colum > .content-wrap  {padding-left: 0; padding-right: 0;}
.gap-10 {gap: 10px;}
.mb-32 {margin-bottom: 32px;}
.mt-16	{margin-top: 16px;}
.form-group input[type="text"].dateinput {margin-bottom: 0;}
.form-group.mb-32 {margin-bottom: 32px;}

.land-owner_list .three > a {pointer-events: none;}

.ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button-icon_icon_ruler {
	left: 50%;
    transform: translateX(-50%);
	width: 33px; 
	height: 13px; 
	background:url(/images/rule.svg) center center no-repeat; 
}

.map .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button  {
	width: 55px;
    height: 55px;
	background-color: #fff;
    border-color: transparent;
	padding-left: 55px;
	border-radius: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);}
	
	
.ymaps-2-1-79-controls__bottom .ymaps-2-1-79-scaleline {top: 25px;}

body .personal-block .ymaps-2-1-79-listbox__button-icon.ymaps-2-1-79-_icon_layers {
    width: 29px;
    height: 29px;
    background: url(/images/layers_icon.svg) center center no-repeat;
}

body .personal-block .ymaps-2-1-79-listbox__button
 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px; 
	width: 52px;
    height: 52px;
}


body .personal-block .ymaps-2-1-79-float-button-text {line-height: 52px;}
body .personal-block .ymaps-2-1-79-float-button:not(.ymaps-2-1-79-zoom__button) {padding-left: 0; height: 52px; border-radius: 10px; max-width: unset !important; border: none;}
body .personal-block .ymaps-2-1-79-float-button.ymaps-2-1-79-_checked {    background-color: #fff;}
body .personal-block .ymaps-2-1-79-float-button-icon.ymaps-2-1-79-float-button-icon_icon_expand {
	width: 52px;
    height: 52px;
    border: none;
	position: unset;
	background-size: 36px;
}


/* 29-03-2024 */

footer {font-size: 14px;}

.map .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button.ymaps-2-1-79-_checked {background-color: #0066B3;}

.map .ymaps-2-1-79-controls__bottom  .ymaps-2-1-79-float-button.ymaps-2-1-79-_checked .ymaps-2-1-79-float-button-icon_icon_ruler {
	background: url(/images/rule-white.svg) center center no-repeat;
}

body .ymaps-2-1-79-balloon_layout_normal.ymaps-2-1-79-balloon_size_mini {
	width: auto !important;
}

@media (max-width: 1270px) {
	.artis {display: none;}
	.ymaps-2-1-79-controls__toolbar_right .ymaps-2-1-79-float-button.ymaps-2-1-79-_checked {
		background-color: transparent;
	}

	.ymaps-2-1-79-fullscreen .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button {
		width: 52px;
		height: 52px;
		padding-left: 52px;
		background-color: #fff;
		border-color: transparent;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
	}
	
	.ymaps-2-1-79-fullscreen .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button.ymaps-2-1-79-_checked {
		background-color: #0066B3;
	}
	
	.ymaps-2-1-79-fullscreen .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button.ymaps-2-1-79-_checked .ymaps-2-1-79-float-button-icon_icon_ruler {
		background: url(/images/rule-white.svg) center center no-repeat;
	}
	
	.ymaps-2-1-79-fullscreen .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button .ymaps-2-1-79-float-button-icon_icon_ruler {
		left: 50%;
		transform: translateX(-50%);
		width: 33px;
		height: 13px;
		background: url(/images/rule.svg) center center no-repeat;
	}
}

.container-fluid:not(.main-row) .left-colum {max-height: 100%;}


.ymaps-2-1-79-fullscreen .ymaps-2-1-79-listbox__button-icon.ymaps-2-1-79-_icon_layers {
    width: 29px;
    height: 29px;
    background: url(/images/layers_icon.svg) center center no-repeat;
}

.ymaps-2-1-79-fullscreen .ymaps-2-1-79-listbox__button,
.ymaps-2-1-79-fullscreen .ymaps-2-1-79-controls__toolbar_right .ymaps-2-1-79-float-button  {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 52px;
    height: 52px;
	max-width: 52px !important;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
}

.ymaps-2-1-79-fullscreen .ymaps-2-1-79-controls__toolbar_right .ymaps-2-1-79-float-button  {margin-right: 13px;}

body .ymaps-2-1-79-balloon {
	    box-shadow: 0 5px 15px -7px rgb(0 0 0 / 50%);
}

.ymaps-2-1-79-listbox__button.ymaps-2-1-79-_visible-arrow .ymaps-2-1-79-listbox__button-arrow,
.ymaps-2-1-79-listbox__button.ymaps-2-1-79-_visible-arrow .ymaps-2-1-79-listbox__button-text {display: none}

body .ymaps-2-1-79-zoom {overflow: hidden;}
body .ymaps-2-1-79-float-button.ymaps-2-1-79-_checked.ymaps-2-1-79-_pressed, 
body .ymaps-2-1-79-float-button.ymaps-2-1-79-_checked:active,
body .ymaps-2-1-79-float-button.ymaps-2-1-79-_pressed, 
body .ymaps-2-1-79-float-button:active {background-color: #fff}
	
	
	
@media (min-width: 1271px) {	
	.main-index .ymaps-2-1-79-controls__toolbar_right .ymaps-2-1-79-float-button {   
		margin-right: 10px;
		padding-left: unset;
		width: clamp(52px, 3.3vw, 55px);
		height: clamp(52px, 3.3vw, 55px);
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		max-width: clamp(52px, 3.3vw, 55px) !important;
		box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
	}

	.main-index .ymaps-2-1-79-float-button-icon_icon_expand,
	.ymaps-2-1-79-fullscreen .ymaps-2-1-79-float-button-icon_icon_collapse {
		display: inline-block;
		width: 40px;
		height: 40px;
		border: none;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background-size: cover;
	}
}

.for-mobile--inner {
	max-height: calc(100vh - 330px);
    overflow-y: auto;
}

.bx_filter_vertical .tab-content {
	background-color: #fff;
    padding: 20px 0;
    margin: 0 24px;
    border-radius: 10px;
}

/*
body .type-item-77656 label::after {
	    background-color: #005801 !important;
}

body .type-item-77657 label::after {
    background-color: #BE9B76 !important;
}


body .type-item-77658 label::after {
    background-color: #63380A !important;
}

body .type-item-77653 label::after {
    background-color: #C7C2FF !important;
}*/

@media (max-width: 991px) {
    body .map .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button {bottom:65px;}
}
