/* @import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');

html, body {
    margin: 0;
    padding: 0;
    /* font-family: 'Open Sans', sans-serif; */
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
	color: rgba(40,40,40,0.7);
}

/*body * * {
    padding: 10px 20px;
}*/

.float-right{
    float: right;
}

.float-left{
    float: left;
}

/*inline*/
.i-center{
    text-align: center;
}

/*block*/
.d-center{
    margin-left: auto;
    margin-right: auto;
    margin-top: 205px;
}

.sbold {
    font-weight: 600;
}

.bold{
	font-weight: 800;
}

.container{
    width: 1200px;
    margin: 0 auto 0 auto;
	position: relative;
    /* outline: 1px solid orange; */
}

.green-alpha{
    background: rgba(0,163,168,0.8);
    color: white;
}

.template{
	border: 2px dashed lightgrey;
	color: grey;
	padding: 100px 20px;
	font-weight: 600px;
}

.shad-1-1 {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

.shad-2-3 {
	box-shadow: 5px 5px 3px rgba(0,0,0,0.3);
    margin-top: -1px;
}

.right-btn{
	margin: 10px auto;
	width: 238px;
	height: 60px;
	line-height: 60px;
	color: white;
	font-weight: 600;
	font-size: 18px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	background: gray no-repeat 10px 17px;
	text-align: center;
	transition-duration: 0.3s;
	cursor: pointer;
	text-decoration: none;
	display: block;
	padding-left: 50px;
}
	
.right-btn > span{
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	margin-top: -5px;
}

.index-button1, .index-button2, .index-button3{
	background-color: #01a2a6;
}

.index-button1:hover, .index-button2:hover, .index-button3:hover{
	background-color: #008286;
}

.index-button1{
	background-image: url(images/iconki/rightsideipoteka.png);
}

.index-button2{
	background-image: url(images/iconki/rightsidepodborkavrtiri.png);
}

.index-button3{
	background-image: url(images/iconki/rightsideocenkastoimosti.png);
}

.index-button4{
	background-color: #e74c3c;
	background-image: url(images/iconki/rightside_callback.png);
}

.index-button4:hover{
	background-color: #c72c1c;
}

.formTemplate{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border: 3px solid white;
	padding: 30px 150px 50px 150px;
	background: #01a2a6;
	width: 700px;
	max-width:90%;
	margin: auto;
}
#formTemplate1{

	padding: 20px 80px;

}
input, button{
	font-family: 'Roboto', sans-serif;
}

.formTemplate .title, .formTemplate .subtitle{
	margin-bottom:10px;
	margin-top:10px;
	text-align: center;
    color:white;
}

.formTemplate .closeButton{
/* 	position: absolute; */
	font-size: 30px;
	font-weight: 900;
	font-family: consolas;
/* 	right: 15%;
	top: 2px; */
	cursor: pointer;
    color:red;
	float:right;
}

.formTemplate input{
	display: block;
	width: 98%;
	border-top: 1px solid #a5a0a0;
	border-left: 1px solid #a5a0a0;
	border-right: 1px solid #29a8ac;
	border-bottom: 1px solid #29a8ac;
	padding: 5px;
	margin: 20px 0;
}
#form_podborka .formTemplate input{margin: 2px 3px 5px 0;}
#form_podborka1 {max-height:85%;padding: 10px 10px 10px 10px;width:1000px;max-width:95%;overflow: auto;}
#dis_1{width:23%}
#flat_cost > label {float:left} 
#flat_cost > label input {float:left;width: 15px;} 
.hf_label {
    overflow: hidden;
    display: block;
    margin-top: 29px;
/*     padding-left: 35px;
    padding-right: 20px; */
}
.hf_label > li {
    display: block;
    float: left;
    width: 19%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}
.hfl_name {
    font-size: 16px;
    color: #FFF;
    line-height: 16px;
    height: 30px;
    font-weight: bold;
}
.hf_label > li label input {
    display: inline-block;
    vertical-align: top;
    float: left;
}

@media screen and (max-width: 960px){
.hf_label > li {
    width: 50% !important;
    padding-bottom: 20px;
    min-height: 230px;}
}
#w300{width:45%}
#formTemplate1 input{
	margin: 8px 0;
}

/* #formTemplate1 input{
	margin: 2px 0;
} */
.formTemplate input[type="text"], .formTemplate input[type="email"]{
	height: 23px;
}
@media screen and (max-height: 600px){
.formTemplate  input {
	margin: 4px 0;
	height: 10px !important;}
.formTemplate{
padding: 30px 50px;
	}
#formTemplate1{
	padding-top:0px;
	padding-bottom:2px}
#formTemplate1 input{
	margin: 4px 0;
	height: 10px;}
}

.formTemplate label {
	color: white;
	margin-bottom: 15px;
	display: inline-block;
}

.formTemplate input[type="checkbox"] {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.formTemplate button{
	display: block;
	padding: 9px 30px 11px 30px;
	background: #e76d60;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: white;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	transition-duration: 0.3s;
}

.formTemplate button:hover{
	background: #c74d40;
}

.formTemplate input[type="text"]:focus, .formTemplate input[type="email"]:focus{
	border: 3px solid #006569;
	margin: 17px 0;
	width: 97.4%;
}
.formTemplate textarea:focus{
	border: 3px solid #006569;
    width: 97.4%;
	
}
.formTemplate textarea{
	height: 100px;
    margin: 0 0 17px 0;
    width: 99%;
    resize: none;
}
.formTemplate textarea:disabled{
	background-color:lightgrey
}
.formTemplate button:disabled{
	background:lightgrey
}
.formTemplate  select{
	width: 99.8%;
	color: #aaa;
	font-family: inherit;
	height: 35px;
}


@media screen and (max-height: 800px){
	#form_podborka1 {max-height:100%;padding: 3px 10px 3px 10px;width:900px}
	.formTemplate label {margin-bottom:5px !important}
}

.btn_main {
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto";
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    height: 41px;
    line-height: 41px;
    background: #E23D41;
    padding-left: 39px;
    padding-right: 39px;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn_main {
    font-weight: bold;
    text-transform: none;
    font-size: 18px;
    padding-left: 53px;
    padding-right: 53px;
}
.align_center {
    text-align: center;
}
.btn_main:hover {
    background: #c72c1c;
}
.in_list {
    display: block;
    margin-top: 26px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #749aca;
    text-align: center;
}
.hf_title {
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    color: #FFF;
    line-height: 26px;
    padding-top: 23px;
    padding-bottom: 23px;
    background: #008286
}
.in_list label {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 12px;
}


#page-title{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ff4b39;
/* 	line-height: 35px; */
	margin: 0;
	/* padding-right: 195px; */
}
#page-title h1{
	font-size: 22px;
}
/* ---------------------------------------------- */

.indexHeader{
    position: relative;
    background: url(images/header/back.jpg) no-repeat center;
    background-size: 100%;
	background-position: 0 0;
   /*  height: 358px; */
   height: 400px;
}
.otherheader{
    position: relative;
    height: 165px;
}

#header-menu {
    height: 110px;
}

.header-menu-row {
    display: block;
	overflow: hidden;
   /*sp  width: 1000px; */
    /* float: right; */
    /* height: 55px; */
}

header .phone{
    margin-right: 115px;
    line-height: 60px;
    overflow: hidden;
}

#header-menu a{
    transition-duration: 1s;
    display: block;
    color: white;
    text-decoration: none;
    padding: 0 20px;
    /* margin: 10px 0; */
    line-height: 45px;
}

#header-menu a:hover{
    background: #1b899a;
    transition-duration: 0.2s;
}

.indexHeader #header-content{
    margin: 110px auto;
}

.otherheader #header-content{
	position: relative;
    margin: 20px auto;
}

.main-menu-dropdown {
	width: 200px;
	height: 170px;
	position: absolute;
	left: 714px;
	top: -110px;
	background: #1b899a;
	opacity: 0;
}

.main-menu-dropdown a {
	display: block;
	/* width: 230px; */
	padding-left: 20px;
	line-height: 30px;
	vertical-align: middle;
	transition-duration: 0.2s;
	color: white;
	font-weight: 600;
	text-decoration: none;
}

 .main-menu-dropdown a:hover {
	background: rgb(0, 164, 166);
}

#header-content .title {
    width: 707px;
    line-height: 40px;
    font-size: 24px;
}

#search-control{
    border: 1px solid #2c3e50;
	width: 947px;
	height: 40px;
}

.otherheader #search-control{
	position: relative;
	left: 95px;
	z-index: -1;
}

#search-dummy {
	background: url(images/header/search-dummy.png);
	/* width: 100%; */
	height: 100%;
	/* height: 38px; */
}

#search-control .green-alpha{
	margin-top: 5px;
	height: 28px;
	width: 185px;
	line-height: 28px;
	font-size: 14px;
        margin-left: 763px;
}

.combobox {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

.combobox select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

option {
	/* background-color: orange;
	color: yellow;
	font-weight: 10px; */
	height: 40px;
}

option: hover{
	height: 100px;
}

.ned-gray { background-color: #ecf0f1;}
/* .ned-gray select { color: rgba(40,40,40,0.7); } */

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

#header-end{
    position: absolute;
    margin-top: -10px;
    height: 10px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, white, transparent);
}

/* ------------------------------- */

/* article {outline: 1px solid green; } */

#content-col1 {
	width: 819px;
	float: left;
	overflow: hidden;
}

#category-and-items {
	width: 850px;
	float: left;	
	/* height: 560px; */
}

.category-name{
	color: rgba(40,40,40,0.7);
	font-weight: 600;
}

#all-categories{
	height: 40px;
	width: 500px;
}

#all-categories  .category-name{
	margin: 10px 0 10px 16px;
	line-height: 30px;
}

.category-item{
	width: 250px;
	height: 463px;
	border: 1px solid #a2bfc9;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	margin-left: 10px;
	margin-right: 11px;
	font-size: 14px;
	float: left;
}

.category-item .category-name{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition-duration: 0.3s;
}

.item-image-wrapper{
	position: relative;
	display: block;
	text-align: center;
	min-height: 200px;
}

.category-mark {
	position: absolute;
	top: 0;
	right: -2px;
}

.item-checked {
	margin-top: 0px;
	margin-left: 3px;
}

.item-checked  span{
	font-size: 12px;
	vertical-align: 6px;
}

.item-num{
	margin-left: 3px;
	color: #7c7b7b;
}

.item-date{
	float: right;
	color: #7c7b7b;
	margin-right: 4px;
}

.item-name {
	display: block;
	/* margin-top: 10px; */
	margin-left: 5px;
}

.vtour-image{
	margin: 1px 4px;
	margin-top: 6px;
}

.vtour-text{
	display: block;
	border: 1px solid #787878;
	width: 102px;
	height: 18px;
	font-size: 12px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	margin-right: 4px;
	margin-top: 6px;
	transition-duration: 0.3s;
	cursor: pointer;
}

.vtour-text:hover, .category-item .category-name:hover
, .open-item:hover {  
	color: white;
	border-color: #01a2a6;
	background-color: #01a2a6;
}

.item-location-image { 
	float: left;
	display: block;
	width: 20px;
	/* margin-left: 3px; */
	margin-top: 10px;
}

.item-location-text{
	font-size: 11px;
	float: right;
	width: 230px;
	margin-top: 4px;
}

.item-col1 {
	margin-left: 3px;
	line-height: 24px;
	/* clear: both; */
}

.item-col2 {
	margin-right: 4px;
	line-height: 24px;
	float: right;
}

.ned-red{
	color: #e74c3c;
}

.item-lastrow{
	margin-top: 6px;
}

.open-item{
	display: block;
	width: 98px;
	height: 23px;
	border: 1px solid #01a2a6;
	color: rgba(40,40,40,0.7);
	text-decoration: none;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	transition-duration: 0.3s;
	margin-top: 3px;
}

.see-later{
	height: 35px;
	margin-left: 110px;
}

.see-later-text{
	font-size: 12px;
}

#category-and-items .add {
	clear: both;
	margin-left: 10px;
}

#category-and-items .add img{
	margin-top: 12px;
}

#category-and-items .add span{
	color: #bdbdbd;
	font-size: 14px;
	margin-top: 14px;
}
.addDiv{ float:right;margin-right: 42px;   display: inline;}
.addDiv:hover{cursor:pointer}
/* -------------------------- */

#news {
	width: 810px;
	overflow: hidden;
	float: left;
}

#news > * {
	margin-left: 10px;
}

#news > h1{
	font-size: 22px;
}

#news .slider{
	position: relative;
	overflow: hidden;
	width: 797px;
	height: 350px;
}

#news .slider .slide {
	position: absolute;
	width: 797px;
	height: 100%;
	overflow: hidden;
	transition-duration: 0.5s;
}
 
.slider .left, .slider .right{
	position: absolute;
	height: 100%;
	width: 67px;
	top: 0;
	cursor: pointer;
}

.slider .left {
	left: 0;
	background: url(images/content/news/slider_left.png) no-repeat center;
}

.slider .right {
	right: 0;
	background: url(images/content/news/slider_right.png) no-repeat center;
}

#news .slider .description{
	width: 100%;
	height: 80px;
	background: rgba(112, 113, 113, 0.5);
	position: absolute;
	bottom: 0;
	color: white;
}

#news .slider .description > * {
	margin-left: 10px;
}

#news .slider .description .sbold{
	line-height: 30px;
}

#news .moar{
	padding: 5px 10px;
	margin-top: 6px;
	margin-right: 3px;
	background: #01a2a6;
	color: white;
	text-decoration: none;
}

/* --------------------------------------- */

#new-objects{
	margin-top: 10px;
	width: 330px;
	height: 150px;
}

#new-objects hr {
	border: none;
	color: #e74c3c;
	background: #e74c3c;
	height: 1px;
}

#new-objects-title{
	
}

#new-objects-count{
	color: #e74c3c;
	font-size: 35px;
	line-height: 28px;
	vertical-align: middle;
}

#new-objects-text{
	font-size: 14px;
	line-height: 19px;
	vertical-align: middle;
}

#new-objects  a {
	color: #9b9b9b;
	float: right;
	font-size: 14px;
	font-weight: 600;
}

.nedv-aside {
    width: 334px;
    border: 1px solid #a2bec9;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.nedv-aside .title{
    display: block; 
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

#subscription{
    height:  187px
}

#subscription .entry{
    width: 315px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #a2bec9;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
    color: #9a9a9a;
    margin: 5px 6px;
    padding-left: 5px;
}

#subscription .btn{
    cursor: pointer;
    display: block;
    float: right;
    width: 125px;
    height: 25px;
    color: white;
    background: #01a2a6;
    text-align: center;
    line-height: 25px;
    margin-right: 6px;
    font-weight: 600;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border: 0;
}

#worker {
    display: block;
    width: 340px;
    float: right;
}

#worker-face{
    display: block;
    margin: 0 auto;
	max-width: 300px;
}

#worker-name{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

#worker-profile{
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

#worker-phones{
    text-align: center;
    width: 100%;
}

#worker .btn{
    background: #e74c3c;
    color: white;
    width: 140px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
}

#show-all-workers{
    color: #7a7a7a;
    float: right;
    margin: -10px 0 50px 0;
    /* width: 334px; */
}

#services{
    background: #01a2a6;
    border: 2px solid #508699;
    border-radius: 4px;
   /*  height: 607px; */
    clear: both;
    color: white;
    padding: 23px 30px 30px 23px;
}

#services .title{
    font-weight: 600;
    font-size: 22px;
}

#services-categories{
    margin-top: 36px;
}

.services-category {
    position: relative;
    width: 160px;
    height: 220px;
    display: inline-block;
    margin-left: 76px;
}

#services-categories .first{
    margin-left: 0;
}

.services-category *{
    left: 0;
    position: absolute;
    display: block;
    margin: 0 auto;
}

.services-category img {
    top: 0;
}

.services-category .idle{
    transition-duration: 0.3s;
    cursor: pointer;
}

.services-category .idle:hover{
    opacity: 0 !important;
}

.services-category span{
    top: 180px;
    width: 100%;
    text-align: center;
}
.services-category  h2 {
    top: 180px;
    width: 100%;
    text-align: center;
	font-size:18px;
}
#services-category-content{
    position: relative;
	overflow: auto;
    width: 1123px;
    height: 307px;
    background: white;
    border: 2px solid #508699;
    border-radius: 6px;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    padding: 10px 0 0 10px;
    color: rgba(40,40,40,0.7);
}

#services-category-content a { color: rgba(40,40,40,0.7); }

#services-category-content .btn{
    position: absolute;
    left: 15px;
    bottom: 12px;
    background: #e74c3c;
    color: white;
    border: 1px solid #949494;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    line-height: 25px;
    padding: 0 35px 0 35px;
    cursor: pointer;
}
/* --------------------------------------- */
#partners > h1{
	font-size: 22px;
}
#partners .slider{
	width: 100%;
	height: 95px;
	overflow: hidden;
	position: relative;
}

#partners .slider .slide{
	position: absolute;
	transition-duration: 0.5s;
	text-align: center;
	margin-top: 20px;
}

#partners .slider .left, #partners .slider .right{
	background-color: white;
}

/* --------------------------------------- */
.right-buttons{
    position: fixed;
    right: -240px;
    bottom: 50px;
	cursor: pointer;
	z-index: 3;
}

.consultant{
	z-index: 2;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 300px;
	height: 38px;
	background: #01a2a6;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.consultant img{
	margin-left: 16px;
	margin-top: 9px;
}
/* --------------------------------------- */
footer {
    position: relative;
    background: #01a2a6;
    color: white;
    margin-top: 20px; 
    clear: both;
	height: 580px;
}

#footer-first-row{
    background: #a2bfc9;
    height: 50px;
}

#footer-text  {
    /* font-size: 18px; */
    text-decoration: underline;
    color: rgba(40,40,40,0.7);
    font-weight: 600;
    line-height: 50px;
}

#footer-first-row .btn{
    vertical-align: middle;
    line-height: 25px;
    width: 115px;
    height: 25px;
    font-size: 14px;
    font-weight: 600;
    background: #01a2a6;
    display: inline-block;
    padding-left: 25px;
    text-align: center;
    margin-left: 21px;
    cursor: pointer;
}

#footer-first-row .btn1{
    background: url(images/footer/like.png) no-repeat 5px 5px; 
	background-color: #64ac71;
}
#footer-first-row .btn2{
	background: url(images/footer/dislike.png) no-repeat 5px;
	background-color: #01a2a6;
}
#footer-first-row .btn3{
	background: url(images/footer/comment.png) no-repeat 5px;
	background-color: #01a2a6;
}
#footer-first-row .btn4{
	background: url(images/footer/add.png) no-repeat 5px;
	background-color: #01a2a6;
}


#footer-menu{
    margin: 30px 0 0 75px;
    float: left;
    display: block;
}

#footer-menu a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    transition-duration: 0.3s;
}

#footer-menu a:hover{
    background: #508699;
}

#footer-phones{
	position: absolute;
	margin-left: 25px;
	left: 0;
	top: 213px;
}

#footer-copyright{
	position: absolute;
	top: 500px;
	left: 0;
	font-size: 14px;
}

#footer-become-partner{
	width:125px;
	height:30px;
	border:1px solid white;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
	padding-left: 35px;
	line-height: 30px;
	background: url(images/footer/becomepartner.png) no-repeat 6px 3px;
	position: absolute;
	top: 78px;
	right: 22px;
	font-size: 14px;
	cursor: pointer;
	background-color: #01a2a6;
}

#footer-questions {
	position: absolute;
	top: 115px;
	left: 274px;
	width: 500px;
}

#footer-question-dialog{
	position: absolute;
	background: #c5c8c9;
	width: 490px;
	height: 158px;
	font-size: 12px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

#footer-question-dialog > div{	
	margin: 5px 0 10px 22px;
}

#footer-question-dialog .question{
	color: rgba(40,40,40,0.7);
}
#footer-question-dialog .answer{
	color: #1f5f66;
}

#footer-question-dialog-triangle{
	position: absolute;
	right: -4px;
	bottom: -32px;
	width: 38px;
	height: 23px;
	background: url(images/footer/triangle.png);
    overflow:hidden;
}

#footer-ask-question{
	position: absolute;
	left: 0px;
	bottom: -200px;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 11px;
	border: 1px solid white;
	cursor: pointer;
}

#footer-all-questions{
	position: absolute;
	right: 30px;
	bottom: -40px;
	font-size: 14px;
	cursor: pointer;
}

#footer-address{
	position: absolute;
	width: 371px;
	height: 282px;
	top: 115px;
	right: 10px;
}

#footer-address div{
    color: white;
	float: right;
	margin-right: 3px;
	font-size: 14px;
	cursor: pointer;
}

#footer-social{
	position: absolute;
	width: 157px;
	height: 71px;
	top: 385px;
	left: 634px;	
}
#slogan{
	/* background: url(images/pages/vacancy/bottom_buildings.png) center; */
	padding-bottom: 50px;
	margin-bottom: -20px;
}

#sloganText{
	background: url(images/pages/vacancy/lozung.png) no-repeat center;
	height: 89px;
}

#logoLink:hover {
	background: none !important;
}

.repeatSlider{
	width: 80%;
	height: 100px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.repeatSlider .slides{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 67px;
	right: 67px;
	height: 100%;
}

.repeatSlider .slides .slide {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 2s;
}

.repeatSlider .left, .repeatSlider .right{
	position: absolute;
	height: 100%;
	width: 67px;
	top: 0;
	cursor: pointer;
}

.repeatSlider .left {
	left: 0;
	background: url(images/content/news/slider_left.png) no-repeat center;
}

.repeatSlider .right {
	right: 0;
	background: url(images/content/news/slider_right.png) no-repeat center;
}

#authButton:hover > div{
	display: inline-block !important;
}

.partnerItem{
	display: inline-block;
	margin: 20px;
}

#flat_cost{text-align:center}

/* MOBILE */
@media screen and (max-device-width: 600px)/* and (orientation: portrait)*/{
    .formTemplate {
		width: 400px !important;
		padding: 20px 40px !important;
	}
}
@media screen and (max-device-width: 400px)/* and (orientation: portrait)*/{
    .formTemplate {
		width: 300px !important;
		padding: 10px 20px !important;
	}
}