@font-face {
    font-family: 'Samo Sans Pro Rg Regular';
    src: url('../fonts/samosanspro-regular-webfont.eot');
    src: url('../fonts/samosanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samosanspro-regular-webfont.woff') format('woff'),
         url('../fonts/samosanspro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Samo Sans Pro Hair';
    src: url('../fonts/samosanspro-hair-webfont.eot');
    src: url('../fonts/samosanspro-hair-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samosanspro-hair-webfont.woff') format('woff'),
         url('../fonts/samosanspro-hair-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Samo Sans Pro Medium';
    src: url('../fonts/samosanspro-medium-webfont.eot');
    src: url('../fonts/samosanspro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samosanspro-medium-webfont.woff') format('woff'),
         url('../fonts/samosanspro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Samo Sans Pro Rg Bold';
    src: url('../fonts/samosanspro-bold-webfont.eot');
    src: url('../fonts/samosanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samosanspro-bold-webfont.woff') format('woff'),
         url('../fonts/samosanspro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Samo Sans Pro Rg Light';
    src: url('../fonts/samosanspro-light-webfont.eot');
    src: url('../fonts/samosanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samosanspro-light-webfont.woff') format('woff'),
         url('../fonts/samosanspro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
/*	background-image: url(../images/EKO_Background.png);*/
	background-image: url(../images/wood_small.jpg);

	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
}
body{
	margin:0;
	font-family: 'Samo Sans Pro Rg Regular', sans-serif;
	/*padding: 10px 50px 200px;*/
  	/*background: url(http://s.cdpn.io/3/dark_wall_@2X.png);
  	background-size: 300px 300px;*/
  	/*overflow: hidden;*/
}


/* RESET */

a{
	background:transparent
}
a:active,a:hover{
	outline:0
}
b,strong{
	font-weight:bold
}
h1{
	font-size:2em;
	margin:0.67em 0
}
img{
	border:0
}
svg:not(:root){
	overflow:hidden
}

input{
	line-height:normal
}
input[type="checkbox"],input[type="radio"]{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding:0
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1,h2,h3,h4,ul,ol,li{
	margin: 0;
	padding: 0;
}
/* \\\ RESET */

.grid {
  /*background: white;
*/
  margin: 0;
}

.grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
}


[class*='col-'] {
	float: left;
  	padding-right: 20px;
}

.grid:last-child {
  	padding-right: 0;
}

.col-2-3 {
	width: 66.66%;
}
.col-1-3 {
	width: 33.33%;
}
.col-1-2 {
	width: 50%;
}
.col-1-4 {
	width: 25%;
}
.col-1-6 {
	width: 16.6666%;
}
.col-1-8 {
	width: 12.5%;
}

.module {
  	padding: 20px;
 	background: #eee;
}

/* Opt-in outside padding */
.grid-pad {
  	padding: 20px 0 20px 20px;

}
.grid-pad [class*='col-']:last-of-type {
    padding-right: 20px;
}


h1 {
  	color: white;
}

h1 em {
  	color: #666;
    font-size: 16px;
}

a {
	/*font-size: 14px;*/
	/*color: #333333;*/
	color: #004088;
}




/* MAIN STYLES */
.header{
	position: relative; 
	/*background-color: #88d6f4;*/
}
.topline{
	background: #ca032e;
	height: 21px;
	box-shadow: 0 0 24px rgba(0, 64, 136, 0.7);
	/*position: absolute;*/
	width: 100%;
}

.logo {
	/*width: 180px;
	height: 175px;*/
	width: 136px;
  	height: 128px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	z-index: 20;
	/*margin-top: -21px;*/
}
.logo img{
	width: 100%;
}

.header #right_container{
	float: right;
	/*position: absolute;*/
	width: 45%;
}
.lang_switcher{
	right: 20px;
	margin-top: -22px;
	position: absolute;
	background: url('../images/arr.png') left 10px no-repeat;
	padding-left: 10px;
}
.lang_switcher a{
	color: #ffffff;
	font-size: 13px;
}

.phones {
	float: left;
	border-left: 2px solid #888d90;
	margin-left: 28px;
	margin-top: 12px;
	padding: 0px 0 0px 18px;
	color: #FFFFFF;
	/*color: #004088;*/
	width: 360px;
	margin-bottom: 10px;
}
.phones span {display: block; line-height: 22px;}
.phones .line1{font-size: 14px;}
.phones .line2{font-size: 25px; margin: 7px 0;}
.phones .line3{font-size: 14px; line-height: 12px;}
.phones .line4{font-size: 14px;}
.phones .line5{display: inline; /*color:#ff0000;*/}
.phones .line1.linevibertg {
	margin-top: -3px;
	font-weight: 700;
}
.phones a {
    color: #FFFFFF;
    /*color: #004088;*/
    text-decoration: none;
}
.hotline .line5{display: inline; font-weight: 700; /*color:#ff0000;*/}
#right_container .program{
	margin-top: 24px;
	float: right;
}
.close_submenu {
	/*position: absolute;*/
	float: right;
	width: 140px;
	height: 23px;
	text-align: center;
	display: inline-block;
	background: #ca032e;
	line-height: 23px;
}

.submenu{
	display: none;
	position: absolute;
	width: 460px;
	background: #004088;
	font-size: 12px;
	color: #ffffff;
	margin-top: 20px;
	z-index:20;
}
.submenu_item{
	display: none;
	width: 460px;
	padding: 20px;
}
.submenu_title{
	font-size: 28px;
	font-family: 'Samo Sans Pro Rg Light';
	color: #e7f2ff;
}
.submenu_title a{
	font-size: 28px;
	font-family: 'Samo Sans Pro Rg Light';
	color: #e7f2ff;
	text-decoration: none;
}
.submenu a.wl{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
a.subitems{
	margin: 12px 0 6px 0;
}
.wallpaper_item{
	background: #003775;
	padding: 20px;
	border-bottom: 1px solid #004088;
}
.wall_image {
	float: left;
	margin-right: 15px;
}
.wall_title{
	font-size: 22px;
	font-family: 'Samo Sans Pro Rg Light';
	color: #e7f2ff;
}
.wallpaper_item a{
	font-size: 14px;
	font-family: 'Samo Sans Pro Rg Light';
	color: #91c5ff;
	text-decoration: none;
	display: block;
	margin-top: 30px;
}


#banners{
	/*background-image: url('../images/main_banner_shadow.png');
	background-repeat: no-repeat;
	background-size: cover;	*/
	height: 500px;
	width: 100%;
	overflow: hidden;

	-webkit-box-shadow: 6px 10px 30px -2px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    6px 10px 30px -2px rgba(50, 50, 50, 0.6);
	box-shadow:         6px 10px 30px -2px rgba(50, 50, 50, 0.6);

	margin-bottom: 40px!important;

}
#banners .slide{
	padding: 0;
	text-align: center;
	height: 500px;
	width: 100%;
}
#banners .slide img{

}

.bx-wrapper{

}

.mainblock-line{
	padding:0;
	/*margin-left: -0.66%;*/
	/*height: 400px;
*/
	height: 378px;
}
.mainblock-line .item:first-child{
	/* border-bottom: 3px solid #dfdfdf; */
}
.mainblock-line .item img{
	width: 100%;
	overflow: hidden;
}
.mainblock-line .item{
	padding:0;

	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.mainblock-line .item.active{
	/*position: relative;
	width: 35%;
	margin-left: -1.7%;
	margin-top: -.7%;*/
	transform: scale(1.03);
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.mainblock-line .item:last-child{
	padding:0;
}

#line1 .item, #line2 .item{
	padding: 20px;
	height: 378px;
}

#line1 .wlp{
	/*background: url(../images/block-1-1.png) center center no-repeat;*/
}
#line1 .loy{
	background: #FFF url(../images/block-1-2.png) bottom right no-repeat;
	cursor: pointer;
}
#line1 .prices{
	background: #FFF url(../images/block-1-3.png) bottom right no-repeat;
	background-size: cover;
	cursor: pointer;
}
#line2{
	/*height: 400px;
*/
}
#line2 .item{
	background: #FFF;
}
#line2 .propose{
	background: #FFF url(../images/block-2-1.png) bottom right no-repeat;
	background-size: cover;
	cursor: pointer;
}
#line1 .wallpaper{
	background: url(../images/wallpaper_main_bg.png) left 7px no-repeat;
	padding-left: 185px;
	height: 95%;
	width: 92%;
	overflow: hidden;
}

#line1 .item .wallpaper span{
	font-size: 14px;
	color: #bfbfbf;
	display: block;
}
#line1 .item .wallpaper .wall_text{
	font-size: 14px;
	color: #000000;
	line-height: 15px;
	margin-top: 33px;
	font-family: 'Samo Sans Pro Rg Light';
}
#line1 .item .wallpaper .city_switcher{
	font-size: 22px;
	border-bottom: 1px dashed #004088;
	color: #004088;
	text-decoration: none;
}

ul.main_city_switcher{
	height: 24px;
	overflow-y: hidden;
	position: absolute;
	width: 200px;
	margin-top: 3px;
	background: #FFF;
}
ul.main_city_switcher .current a{
	border-bottom: 1px dashed #004088;
	margin:0;
}
ul.main_city_switcher:hover{
	height: auto;
	overflow: inherit;
}
ul.main_city_switcher li{
	background: #FFF;
	display: block;
	min-height: 22px;
	line-height: 18px;
	cursor: pointer;
}
ul.main_city_switcher:hover .current a{
	border: 0;
}

ul.main_city_switcher li a{
	font-size: 22px;
	color: #004088;
	text-decoration: none;
	margin: 2px;
}

ul.main_city_switcher li.shoose a{
	font-size: 18px;
}
ul.main_city_switcher li.shoose:hover{
	background: #F5F5F5;
}


.bottom_arrow{
	width: 21px;
	height: 16px;
	margin-top: 5px;
	background: url(../images/arrow-down.png) center center no-repeat;
	position: absolute;
}

#line1 .item h3, #line2 .item h3{
	font-size: 24px;
	color: #ca032e;
	text-transform: uppercase;
	font-family: 'Samo Sans Pro Rg Light';
}

#line1 .item .loy_text{
	font-size: 14px;
	color: #000000;
	line-height: 15px;
	margin-top: 16px;
	width: 88%;
	font-family: 'Samo Sans Pro Rg Light';
}
#line1 .item .loy_text b{
	text-transform: uppercase;
}




#line2.mainblock-line{
	margin-top: 40px;
}

.shadowed{
	/*
	-webkit-box-shadow: 3px 0px 30px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    3px 0px 30px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         3px 0px 30px 0px rgba(50, 50, 50, 0.6);
	*/
	-webkit-box-shadow: 6px 10px 30px -2px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    6px 10px 30px -2px rgba(50, 50, 50, 0.6);
	box-shadow:         6px 10px 30px -2px rgba(50, 50, 50, 0.6);
}

.raised {
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


ul#prefooter{
	list-style: none;
	/*padding-left: 0px;*/
	background: #FFF;
	margin-top: 40px;
	border-bottom: 3px solid #dfdfdf;
}
ul#prefooter li a {
	font-family: 'Samo Sans Pro Rg Regular', sans-serif;
	font-size:14px;
	color: #333333;

	padding: 4px 0 4px 8.25%;
	display: block;
}
ul#prefooter li a:hover {
	text-decoration: none;
}
ul#prefooter li a:first-child {
	font-family: 'Samo Sans Pro Rg Bold', sans-serif;
	text-transform: uppercase;
	font-size:12px;
	text-decoration: none;
	color: #ca032e;
	font-weight: bold;

	border-left: 2px solid #ca032e;
	padding: 4px 0 4px 8.25%;
	display: block;
	margin-bottom: 10px;
}

ul#footer{
	list-style: none;
	/*padding-left: 0px;*/
	background: #fff;
	margin: 50px 0 80px 0;
	border-bottom: 3px solid #dfdfdf;
	font-size: 12px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.small_logo{
	background: url(../images/ekomarket_small_logo.png) center center no-repeat;
	float: left;
	width: 53px;
	height: 53px;
	margin-right: 20px;
}

.hotline{
	border-left: 2px solid #888d90;
	padding: 0px 0 0px 18px;
}

#footer .hotline{
	min-height: 60px;
}

#footer .col-1-4{
	width: 22%;
}

.soc_icons{
	margin-top: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.soc_icons a{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background: url(../images/soc_ico.png) 0 0 no-repeat;
	text-indent: -9999px;
}

/*.soc_icons a.zacaz{background-position: -64px 0;}*/
.soc_icons a.zacaz{background-position: -224px 0; width: 115px;}
.soc_icons a.tw{background-position: -96px 0;}
.soc_icons a.yt{background-position: -128px 0;}
.soc_icons a.ins{background-position: -32px 0;}
.soc_icons a.viber{background-position: -96px 0;}
.soc_icons a.tg{background-position: -160px 0;}
.soc_icons a.tiktok{background-position: -192px 0;}


.maincontent{
	padding: 250px 20px 20px 20px;
	background: url(../images/top_contentimg_overall.png) top center no-repeat;
	background-size: 100%;
	background-color: white;
}
.maincontent .listContainer{
	margin-top: 50px;
}

.maincontent.suppliers{
	background-image: none;
    padding-top: 50px;
}

.maincontent.news{
	background: url(../images/top_contentimg_news.png) top center no-repeat;
	background-size: 100%;
	background-color: white;
}
.maincontent.rentals{
	background: url(../images/top_contentimg_rentals.png) top center no-repeat;
	background-size: 100%;
	background-color: white;
}
.maincontent.vacancy{
	background: url(../images/top_contentimg_rentals.png) top center no-repeat;
	background-size: 100%;
	background-color: white;
}
.maincontent.newspaper{
	background: url(../images/top_contentimg_newspaper.png) top center no-repeat;
	background-size: 100%;
	background-color: white;
}

.maincontent .item_img{
	border: 7px solid #FFF;
	width: 230px;
	float: left;
	overflow: hidden;
}
.maincontent .item_img img{
	/*width: 230px;*/
	width: 100%;
}

.maincontent .item_preview{
	/*float: left;*/
	margin-left: 250px;
}
.maincontent .newsDate{
	background: #004088;
	padding: 2px 8px;
	font-size: 16px;
	color: #fff;
}
.maincontent .title{
	font-weight: bold;
	font-size: 36px;
	color: #ca032e;
	line-height: 38px;
	text-decoration: none;
	display: block;
	margin: 8px 0 14px 0;
}




/* LOGO SLIDERS */

.logo-slider .slide{
	width: 288px;
	height: 288px;
	margin: 20px 30px 20px 10px;
}
.logo-slider .slideitem{
	width: 100px;
	height: 100px;
	margin: 20px;
}
.logo-slider .slideitem img{
	text-align: center;
	vertical-align: middle;
}

.slider-al, .slider-ar {
	position: absolute;
	width: 33px;
	height: 32px;
	text-indent: -9999px;
}

.slider-al{
	background: url(../images/left_arr.png) center center no-repeat;
	margin-top: 125px;
}

.item:hover .slider-ar {
	margin-left: 350px;
}
.slider-ar {
	background: url(../images/right_arr.png) center center no-repeat;
	margin-top: 125px;
	margin-left: 330px;
}
.bx-prev, .bx-next{
	margin-top: -20px;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	/*filter: url(grayscale.svg);*/
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray;
}
.bx-controls{
	/*display: none;*/
}


.action_item {
	/*display: inline-block;*/
	float: left;
	width: 45%; /*530px;*/
	/*height: 422px;*/
	overflow: hidden;
	margin: 20px;

	height: 218px;
	background-size: cover;
    background-position: center center;
}
.action_item a {
	display: block;
}
.action_item img {
	/*max-width: 530px;*/
	vertical-align: top;
	width:100%;
    height: 100%;
}

#social_network_like{
	display: none;
}

.singleContainer{
	width: 800px;
	margin: 0 auto 0 auto;
	/*margin: 100px auto 0 auto;*/
	position: relative;
}

.singleContainer .singleText img{
	max-width: 100%;
}

.singleContainer .singleDate{
	font-size: 	16px;
	color: #004088;
	margin-bottom: 25px;
}
.singleContainer .redH{
	font-size: 	50px;
	line-height: 44px;
}
.slim_content .redH{
	font-size: 	50px;
	line-height: 50px;
	margin-top: 10px;
	color: #ca032e;
}

.pageNavi{
	margin-top: 40px;
}


.other_news .blueH, .slim_content .blueH{
	color: #004088;
	font-size: 36px;
	margin: 30px 0;
}

.container {
	background: #ffffff;
	padding: 250px 22px 22px 22px;
	background: url(../images/top_contentimg_overall.png) top center no-repeat;
	background-size: 100%;
	background-color: white;
	position: relative;
}

.slim_content{
	width: 760px;
	position: relative;
	margin: 0 auto;
}
.comeback{
	position: absolute;
	margin-left: -95px;
	color: #ca032e;
	text-decoration: none;
	font-size: 24px;
}
.slim_content h2{
	color: #004088;
	font-size: 24px;
	font-weight: normal;
}

.container .news_block{
	width: 350px;
	float: left;
	margin-right: 40px;
}
.container .news_block .item_img{
	width: 230px;
	height: 160px;
	overflow: hidden;
}
.container .news_block .item_img img{
	max-width: 230px;
}
.container .news_block .item_preview{
	margin-top: 30px;
}
.container .news_block .newsDate {
	background: #004088;
	padding: 4px;
	font-size: 16px;
	color: #fff;
}
.container .news_block .title {
	margin-top: 8px;
	line-height: 38px;
	font-size: 30px;
	color: #ca032e;
	text-decoration: none;
}

.newspaper_search{
	width: 440px;
	margin: 20px auto;
	height: 261px;
	background: url(../images/newspaper_search.png) top center no-repeat;
}

.select_line{
	position: absolute;
	margin-top: 146px;
}
.download_pdf{
	background: #004088; /*url(../images/pdf_ico.png) 20px center no-repeat;
*/
	line-height: 50px;
	height: 50px;
	width: 170px;
	margin-left: 270px;
	font-size: 18px;
	color: #ffffff;
	padding-left: 42px;
}

ul.red_select{
	width: 268px;
	height: 50px;
	overflow: hidden;
	position: absolute;
}
ul.red_select:hover{
	width: 268px;
	height: auto;
	overflow: inherit;
	z-index:2;
}
ul.red_select li{
	background: #ca032e;
	display: block;
	/*height: 50px;*/
	line-height: 50px;
	padding-left: 20px;
	/*text-transform: uppercase;*/
	font-size: 24px;
	cursor: pointer;
	color: #fff;
}

ul.red_select li a{
	font-size: 24px;
	color: #ca032e;
	text-decoration: none;
	display:block;
}
ul.red_select li:hover a{
	color: #FFF;
}

ul.red_select .current{
	background: #ca032e url(../images/white_arrow_bottom.png) 240px center no-repeat;
}
ul.red_select .shoose{
	background: #FFF;
	color: #ca032e;
}
ul.red_select:hover li{
	background: #fff;
	color: #ca032e;
}
ul.red_select li:hover{
	background: #ca032e;
	color: #FFF;
}

#dropReg ul.red_select li:first-child{
	  background: #ca032e!important;
	  color: #ffffff!important;
}
#dropReg ul.red_select li:first-child a{
	  color: #ffffff!important;
}

#dropReg ul.red_select:hover{
	max-height: 300px;
	overflow-y:auto;
	width: 370px;
}


.network_map{
	height: 600px;
}

.marker_info{
	height: 40px;
	width: 160px;
}

/* =======================  */

.red {
	color: #ee3124;
}

.redH {
	font-size: 30px;
	color: #ee3124;
	margin-bottom: 15px;
}
h1.blueH {
	font-size: 60px;
	color: #004088;
	margin-bottom: 15px;
	font-weight: normal;
}
h1.blueHs {
	font-size: 50px;
	color: #004088;
	margin-bottom: 15px;
	font-weight: normal;
}

#showAddressOnMap{
	/*margin-top: -55px;*/
}
.adress_table{
	padding: 20px;
	background-color: white;
}

#showAddressOnMap h2{
	color: #004088;
	font-size: 50px;
	margin:0;
	padding: 0;
	font-weight: normal;
}
#cityRegionNav {
	/*float: right;*/
}
.navigationRegNav {
	position: relative;
	float: left;
	color: #ca032e;
	font-size: 18px;
	/*text-decoration: underline;*/
	border-bottom: 1px dashed #ca032e;
	cursor: pointer;
	margin: 5px 20px 0px 0px;
}
#cityTitleBigMap, #locationTitleBigMap, #regionTitleBigMap {
	position: relative;
	z-index: 100;
}
#cityContainerBigMap, #locationContainerBigMap, #regionContainerBigMap {
	display: none;
	position: absolute;
	border: 1px solid #CDE1E3;
	padding: 5px;
	right: 0px;
	top: 33px;
	background-color: #ffffff;
	width: 150px;
	z-index: 99;
	overflow: hidden;
}
#flashMapContainer {
	position: absolute;
	left: 0px;
	top: 0px;
}
#rand_region {
	width: 190px;
	position: absolute;
	top: 10px;
	left: 182px;
}
#rand_region div {
	color: #00b4ae;
	font-size: 20px;
	margin-bottom: 5px;
}
#rand_region span {
	color: #ee3124;
	font-size: 15px;
}
#rand_region span a {
	color: #ee3124;
	text-decoration: none;
}
#otherCity {
	position: absolute;
	top: 70px;
	left: 182px;
	color: #ca032e;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	width: 100px;
}
#cityContainer {
	display: none;
	position: absolute;
	border: 1px solid #CDE1E3;
	padding: 5px;
	right: 13px;
	background-color: #ffffff;
	width: 150px;
	bottom: -9px;
	z-index: 99;
	overflow: hidden;
}
#cityTitle {
	padding-right: 20px;
	padding-top: 30px;
	background-image: url(../images/arrow1_1.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100;
	position: absolute;
}



/* Vacansy */
#dropListRegion	{
	position: relative;
	font-size: 11px;
	cursor: pointer;
	width: 390px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#dropTextRegion	{
	display: none;
	position: absolute;
	padding: 5px;
	background-color: #ffffff;
	height: 50px;
	top: 50px;
	z-index: 99;
}

#dropReg{

	background: #ca032e;
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	/*text-transform: uppercase;*/
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	width: 390px;
	background: #ca032e url(../images/white_arrow_bottom.png) 340px center no-repeat;

	/*
	padding-right: 20px;
	padding-top: 5px;
	background-image: url(../images/arrow2_1.gif);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 100;
	position: absolute;
	padding-bottom: 3px;
	width: 100%;
	*/
}


#vacSelect{
	/*margin-top: 70px;*/
}

.vacancy_text{
	font-size: 18px;
}

.redHM a{
	color: #ca032e;
	font-size: 24px;
	margin: 36px 0 0 30px;
	text-decoration: none;
}

.vac_text{
	margin: 50px 0 100px 30px;;
}

/* For Network */
/* ---------------------------------------------------- */
.city_title	{
	color: #004088;
	font-size: 22px;
	margin-bottom:10px;
}
.blueH span	{
	color: #A6C2C5;
    font-size: 11px;
    font-style: italic;
}

.d-table {
	/*background: url(../images/table-half-bg.png) 495px top repeat-y;*/
}
.d-tr {
    border-bottom: 1px solid #CFE1E3;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
}

.d-td {
    color: #000000;
    float: left;
    font-size: 18px;
    margin-bottom: 24px;
    width: 30%;
    margin-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #9c9c9c;
}

#feedback_button{
	width: 40px;
	height: 254px;
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -127px;
	cursor: pointer;
	background: url(../images/feedback_button.png) center center no-repeat;
}

#feedback_popup{
	display: none;
	position: fixed;
	width: 652px;
	height: 530px;
	left: 50%;
	top: 50%;
	margin-left: -326px;
	margin-top: -265px;
	z-index: 100;
}

.close_feedback_popup{
	right: 0;
	position: absolute;
	margin-top: -25px;
	margin-right: -25px;
	width: 25px;
	height: 25px;
	background: url(../images/close_popup.png) center center no-repeat;
	text-indent: -9999px;
}

#reg_check_popup{
	display: none;
	position: fixed;
	width: 652px;
	height: 426px;
	left: 50%;
	top: 50%;
	margin-left: -326px;
	margin-top: -265px;
	z-index: 100;
}

#reg_check_popup .popup_header{
	height: 85px;
}

#reg_check_popup .popup_header{
	height: 85px;
}

.close_reg_check_popup{
	right: 0;
	position: absolute;
	margin-top: -25px;
	margin-right: -25px;
	width: 25px;
	height: 25px;
	background: url(../images/close_popup.png) center center no-repeat;
	text-indent: -9999px;
}

#reg_check_button {
    display: block;
    background: #ca032e;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    padding: 15px;
    font-size: 25px;
}

.popup_header{
	height: 120px;
	background: #004088;
	color: #ffffff;
	padding: 20px;
}
.popup_header .feedback_title{
	font-size: 25px;
}
.popup_header .feedback_text{
	font-size: 15px;
}
.feedback_form{
	padding: 20px;
	background: #f3f5f7;
}
.feedback_form input, .feedback_form select{
	color: #004088;
	padding: 15px;
	background: #ffffff;
	border: none;
	width: 296px;
	outline: 0;
}

.feedback_form option {
	background: #ffffff;
	color: #004088;
	padding: 15px;
}
.feedback_form textarea {
	background: #ffffff;
	color: #004088;
	padding: 15px;
	width: 602px;
	height: 106px;
	order: 0;
}
.feedback_form button {
	background: #ca032e;
	color: #FFFFFF;
	border: 0;
	font-size: 15px;
	text-transform: uppercase;
	padding: 20px 40px;
}

.wt100{
	width: 100%;
	margin-bottom: 20px;
}

.wt100 input{
	width: 100%;
}

.wt50{
	width: 50%;
	margin-bottom: 20px;
}

#opaco{
	display: none;
	background-color: #ffffff;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 80);
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;

	z-index: 24;
	zoom: 1!important;
	transform: scale(1)!important;
}

.breadcrumbs{
	color: #ca032e;
	margin-bottom: 10px;
	margin-left: -20px;
}

.breadcrumbs a{
	color: #ca032e;
	text-decoration: none;
	margin-left: 10px;
}

.newspaper_item{
	display: inline-block;
    width: 200px;
}

.frt {
	float: right;
}

.flt{
	float: left;
}

.clr{
	clear: both;
}

.mr0{
	margin-right: 0;
}
.pl0{
	padding-left: 0;
}

.tender h1 {
	font-weight: normal;
}
.tender .title {
	color: #ca032e;
	font-size: 16px;
	margin: 0;
}
.tender .tenderDate {
	color: #004088;
	font-size: 16px;
}
.tender .tenderDate2 {
	color: #ca032e;
	font-size: 16px;
}
.tender .text {
	margin: 10px 0;
}
.tender .listContainer{
	margin-top: 20px;
    margin-bottom: 30px;
}


@media screen and (max-width: 1280px){
	body{
   		padding: 0 20px;
   	}
    h1{
        font-size: 1.8em;
    }
    h1 em {
        display: block;
        font-size:12px;
    }

    #banners .slide, #banners{
    	height: auto;
    }

    #banners .bx-wrapper .bx-viewport{
    	background: inherit;
    }
}


@media screen and (max-width:959px){
   body{
   	width: 960px;
   }
}

@media screen and (min-width: 1228px){
   body{
   	width: 1228px;
   	margin: 0 auto;
   }
}
#g_capch{ width: 305px;}
#g_capch.error { border:1px solid red;}
.program > a{
	display: block;
	background: #ca032e;
	color: #FFF;
	text-decoration: none;
	width: 122px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 8px;
}

.program > a.link_logo {
    display: block;
    background: #fff;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
}

#top_menu{
	width: 480px;
	float: left;
	padding-left: 0px;
	margin-top: 4px;
	background: none;
}
#top_menu ul{
	width: 380px;
	float: left;
	list-style: none;
	padding-left: 0px;
}
#top_menu ul li {
	margin-bottom: 10px;
	padding-right: 10px;
}
#top_menu ul li a {
	font-family: 'Samo Sans Pro Rg Regular', sans-serif;
	text-transform: uppercase;
	font-size:12px;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #FFFFFF;
	/*color: #004088;*/
	font-weight: bold;
	border-left: 2px solid #ca032e;
	padding: 4px 0 4px 8.25%;
	display: block;
}
#top_menu .program{
    float: left;
    width: 100px;
}
@media screen and (max-width: 1280px){
    #top_menu ul li {
		margin-bottom: 6px;
	}

    #top_menu ul li a {
		font-size:9px;
		white-space: nowrap;

		border-left: 1px solid #ca032e;
		padding: 1px 0 1px 6.25%;
	}
	#top_menu .program {
	    width: 122px;
	}
}
#banners .slide a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.pipl {
	/*display: none;*/
	position: fixed;
    bottom: 50px;
    opacity: 0;
    right: 0;
	/*position: fixed;*/
	z-index: 1000;
}

.pipl .images {
	display: flex;
    flex-direction: column;
    width: 165px;
    position: relative;
    height: 270px;
}

.pipl .images .hello{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
}

.pipl .images .planet{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 115px;
}

.feedback_form.partner_form form{
	display: flex;
    flex-direction: column;
}

.feedback_form.partner_form .row{
	display: flex;
	justify-content: space-between;
}

.feedback_form.partner_form .row .wt50{
	width: 49%;
}
.feedback_form.partner_form label input{
	width: 100%;
}

.feedback-show, .feedback-show .redH{
	color: #fff;
}