/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.city-select {
	position: relative;
	width: 120px;
}
.city-select .btn {
	margin: 0 10px;
}

.city-select__choose {
	border-bottom: dotted 1px; 
	cursor: pointer;
}
.city-select__popup {
	position: absolute;
	display: none;
	width: 250px;
/* 	min-height: 100px; */
	background: #fff;
	border: solid 1px #eee; 
	z-index: 200;
	padding: 20px;
	left: -80px;
	top: 30px;
}

.city-select__popup .default-city {
	text-align: center;
}

.city-select .buttons {
	margin-top: 20px;	
}

.city-select__popup.open {
 	display: block;
}

.other-city-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.other-city-list a {
	border-bottom: dotted 1px;
	cursor: pointer;
}
.other-city-list a:hover {
	border-bottom-color: transparent;
}
table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td{
	    word-break: normal
	  }
table.table tr td:first-child{
	width: 150px;
}

table.table.price-list tr td:first-child{
	width: auto;
}

table.table.price-list thead tr th{
	vertical-align: middle;
}

table.table.price-list tbody tr td:first-child{
	vertical-align: middle;
}

table.table.price-list thead tr th:first-child{
    text-align: center;
}

.doc_table hr {
    height: 1px;
    margin: 10px 100px 5px 100px;
    border-top: 1px solid black;
}

.news.front{margin-top:30px;}

.btn-frontnews-center{
	display: block;
	margin: 0 auto;
	width: 99px;
}

footer .copy a:hover{
	color: white;
}

table.empl_table td, table.empl_table th{
	padding: 5px;
    border: 1px solid #000;
    vertical-align: top;
}
@media screen and (max-width:765px){
	.city-select{
		//display: none;
	}
	
	.logo-row .logo {
        display: flex;
        align-items: center;
    }
    
    .logo-row .logo .phone {
        margin-left: 15px;
        font-size: 18px;
    
    }
}



/*proem*/

.proem__item{
	position: relative;
	overflow: hidden;
}
.proem__image{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1870px;
	min-height: 330px;
	object-fit: cover;
}
@media (max-width: 991px){
	.proem__image{
		min-height: auto;
		transform: translateX(-49%);
		min-width: 160vw;
	}
}
@media (max-width: 767px){
	.proem__image{
		min-width: 180vw;
	}
}
@media (max-width: 479px){
	.proem__image{
		min-width: 178vw;
	}
}

.proem__ref{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	max-width: 1870px;
	width: 100%;
}

.proem__container{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 340px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media (max-width: 991px){
	.proem__container{
		min-height: 200px;
		background-color: #dbe8ba;
		padding-top: 50px;
		padding-bottom: 55px;
	}
}
@media (max-width: 479px){
	.proem__container{
		padding-top: 35px;
		padding-bottom: 45px;
	}
}
.proem__bcg{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
@media (max-width: 991px){
	.proem__bcg{
		display: none;
	}
}

.proem__content{
	max-width: 460px;
	width: 100%;
	padding-left: 70px;
}
@media (max-width: 991px){
	.proem__content{
		max-width: none;
		padding: 0 80px;
		text-align: center;
	}
}
@media (max-width: 767px){
	.proem__content{
		padding: 0 15px;
	}
}

.proem__title{
	color: #222222;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 9px;
}

@media (max-width: 479px){
	.proem__title{
		font-size: 22px;
		line-height: 130%;
		margin-bottom: 12px;
	}
}

.proem__title a{
	color: inherit;
	text-decoration: none;
	transition: all .5s;
}

.proem__title a:hover{
	color: #ff6410;
}

.proem__text{
	color: #222222;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 32px;
}

@media (max-width: 479px){
	.proem__text{
		font-size: 14px;
		line-height: 130%;
		margin-bottom: 20px;
	}
}

.proem__btn{
	display: inline-block;
	background-color: #e65100;
	text-decoration: none;
	border-radius: 2px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	padding: 7px 12px 8px;
	transition: all .5s;
}

.proem__btn:hover{
	color: #ffffff;
	background-color: #ff6410;
}

.proem__prev{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 41px;
	height: 41px;
	background: rgba(0, 0, 0, 0.25);
	border: 2px solid #ffffff;
	border-radius: 50%;
	z-index: 4;
	cursor: pointer;
	transition: all .5s;
}
.proem__prev:hover{
	background: rgba( 0, 0, 0, 0.6 );
}
@media (max-width: 991px){
	.proem__prev{
		left: 12px;
	}
}

@media (max-width: 767px){
	.proem__prev{
		transform: none;
		top: auto;
		right: 60px;
		left: auto;
		bottom: 10px;
	}
}
@media (max-width: 479px){
	.proem__prev{
		width: 30px;
		height: 30px;
		bottom: 5px;
		right: 40px;
	}
}

.proem__prev:before{
	content: "\f104";
	position: absolute;
	top: 48%;
	left: 46%;
	transform: translate(-50%, -50%);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 100%;
	color: #ffffff;
}
@media (max-width: 479px){
	.proem__prev:before{
		font-size: 20px;
	}
}

.proem__next{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 41px;
	height: 41px;
	background: rgba(0, 0, 0, 0.25);
	border: 2px solid #ffffff;
	border-radius: 50%;
	z-index: 4;
	cursor: pointer;
	transition: all .5s;
}

.proem__next:hover{
	background: rgba( 0, 0, 0, 0.6 );
}

@media (max-width: 991px){
	.proem__next{
		right: 12px;
	}
}

@media (max-width: 767px){
	.proem__next{
		transform: none;
		top: auto;
		right: 10px;
		bottom: 10px;
	}
}
@media (max-width: 479px){
	.proem__next{
		width: 30px;
		height: 30px;
		bottom: 5px;
		right: 5px;
	}
}

.proem__next:before{
	content: "\f105";
	position: absolute;
	top: 48%;
	left: 54%;
	transform: translate(-50%, -50%);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 100%;
	color: #ffffff;
}
@media (max-width: 479px){
	.proem__next:before{
		font-size: 20px;
	}
}

.proem__dots.swiper-pagination-bullets{
	z-index: 5;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 767px){
	.proem__dots.swiper-pagination-bullets{
		display: none;
	}
}

.proem__dots.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	margin: 1px;
	border: 3px solid transparent;
	background: #ffffff;
	opacity: 1;
	transform: scale(0.6);
	transition: all .5s;
}

.proem__dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	transform: scale(1);
	border-color: #ffffff;
	background: transparent;
}