@font-face {
	font-family: 'Mark GEO CAPS';
	src: url(../fonts/MarkGEOCAPS-Bold.eot);
	src: url(../fonts/MarkGEOCAPS-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/MarkGEOCAPS-Bold.woff2) format('woff2'), url(../fonts/MarkGEOCAPS-Bold.woff) format('woff'), url(../fonts/MarkGEOCAPS-Bold.ttf) format('truetype'), url(../fonts/MarkGEOCAPS-Bold.svg#MarkGEOCAPS-Bold) format('svg');
	font-weight: 700;
	font-style: normal
}


@font-face {
	font-family: 'Mark GEO Regular';
	src: url(../fonts/MarkGEO-Regular.eot);
	src: url(../fonts/MarkGEO-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/MarkGEO-Regular.woff2) format('woff2'), url(../fonts/MarkGEO-Regular.woff) format('woff'), url(../fonts/MarkGEO-Regular.ttf) format('truetype'), url(../fonts/MarkGEO-Regular.svg#MarkGEO-Regular) format('svg');
	font-weight: 700;
	font-style: normal
}


body{
	font-size: 16px;
}


h4{
    font-family: 'Mark GEO CAPS';
}

h2{
    font-family: 'Mark GEO CAPS';
}

.form-signin-heading{
	font-family: 'Mark GEO CAPS'!important;
}

.err{
	color: red;
	display: block;
}


.form-signin .btn-login{
	background: #c7995e;
    box-shadow: 0 4px #c7995e;
    margin-bottom: 20px;
	font-family: 'Mark GEO CAPS';
}


.column-header-item{
	display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
	padding: 0 5px;
	color: #000;
	font-weight: normal;
	position:relative;
	font-family: 'Mark GEO CAPS';
	font-size: 12px;
}


.btn-info{
	font-family: 'Mark GEO CAPS';
	font-size: 12px;
	padding: 5px 10px!important;
}



.btn{
	font-family: 'Mark GEO CAPS';
	font-size: 12px;
	padding: 5px 10px!important;
}

.col-title{
	display: flex;
	justify-content: space-between;	
}

.col-title-part{
	
}

.col-icon-part{
	cursor: pointer;
}

.closeFilterCol {
    display: block;
    height: 30px;
    line-height: 30px;
	text-align: center;
	color:#fff;
	font-family: 'Mark GEO CAPS';
	background: #41cac0;
}


.loader {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    background: #ffffff7d;
	position:fixed;
	z-index: 9999;
}


.group-sel {
    display: block;
    width: 100%;
    position: relative;
    color: #000;
    height: calc(100% - 30px)!important;
    border: 0;
    outline: 0;
}


.show {
    display: block!important;
}


.lang-but {
    display: inline-block;
    padding: 15px;
}


.lang-active {
    background: #a9d86e;
    color: #fff!important;
    text-decoration: none;
}


.lang-ge, .lang-en, .lang-ru {
    display: none!important;
}


.lang-active-item {
    display: table!important;
	width: 100%;
}


.dd3-content{
	transition: 0.5s;
}

.dd3-content:hover{
	background: #a9d86e;
	color: #fff;
}

.dd3-handle{
	top: -1px;
	color: transparent!important;
}

.service-cat{
	width: 300px;
	min-height:300px;
	height:auto;
	float:left;
}


.table tr:hover td{
	background: #a9d86e;
}

.service-cat-title{
	padding: 10px;min-height: 30px;line-heihgt: 30px;font-weight: bold;
}

.service-cat-sub{
	min-height: 30px;margin: 5px;line-heihgt: 30px;background: #f7f7f7;
	border-radius: 10px;
}

.service-cat-sub-title{
	    float: left;
    line-height: 30px;
    width: 265px;
}

.service-cat-sub:hover{
	background: #f2f2f2;
}

.service-cat-sub-hover{
	min-height: 30px;margin: 5px;line-heihgt: 30px;
	background: linear-gradient(#a9d86e,#bce0d0);
	color: #fff;
	    border-radius: 10px;
		font-weight: bold;
}

.serv-checked{
	margin: 9px 5px 5px 5px !important;
	float: left;
}



#map {
    width: 100%;
    height: 400px;
}
.controls {
margin-top: 10px;
border: 1px solid transparent;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 32px;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 300px;
}

#pac-input:focus {
border-color: #4d90fe;
}

.pac-container {
font-family: Roboto;
}

#type-selector {
color: #fff;
background-color: #4d90fe;
padding: 5px 11px 0px 11px;
}

#type-selector label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}
#target {
width: 345px;
}

.table-tree{
	margin-bottom: 0 !important;
}

.table-tree tr{
	border: none;
}

.table-tree td{
	padding: 0 !important;
}

.table > thead > tr > th{
	border-bottom: 1px solid #f2f2f2;
}

.opened td{
	border-top: 0 !important;
}

.dark td{
	background: #eeeeee !important;
}

.dark:hover > td{
	background: #a9d86e !important;
	color: #fff;
}

.white td{
	background: #fff !important;
}

.white:hover > td{
	background: #a9d86e !important;
	color: #fff;
}

.load-state{
	display: inline-block;
}


.desktop-block{
width: 150px;
    height: auto;
    min-height: 150px;
    background: #0d8dd7;
    border: 1px solid #0c7dbf;
    float: left;
    margin: 10px;
    text-align: center;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.desktop-block .mytable{
	width: 100%;
	height: 100%;
	min-height: 150px;
	display: table;
}


.desktop-block .mycell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	min-height: 150px;
}


.msg{
	width: 300px;
	height: 150px;
	position: fixed;
	top: calc(50% - 75px);
	left: calc(50% - 150px);
	border-radius: 5px;
	z-index: 99999;
	display: block;
	opacity: 0;
	transition: 1s;
}

.box-show{
	opacity: 1;
}

.box-hide{
	opacity: 0;
}

.msg .table{
	width: 100%;
	height: 100%;
	display: table;
}

.msg .table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	padding: 10px;
}

.success{
	background: #00d96c;
	color: #fff;
}

.error{
	
}

.info{
	background: #357ebd;
	color: #fff;
}



.popup-testi{
	width: 100%;
	height: 100%;
	position:fixed;
	z-index:998;
	background: rgba(0,0,0,0.5);
	overflow-y: scroll;
}

.popup-testi-top{
	z-index:999 !important;
}

.popup-testi .close{
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../../images/close.png) center center no-repeat;
    background-size: 100% auto;
    opacity: 1;
    display: block;
    right: -50px;
    top: -10px;
    z-index: 9;
}

.popup-testi-table{
	width: 100%;
	height: 100%;
	position:absolute;
	display: table;
}

.popup-testi-table-cell{
	width: 100%;
	height: 100%;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}

.popup-testi-part{
	width: 100%;
	max-width: 800px;
    min-height: 355px;
    background: #fff;
	position:relative;
	margin: auto;
}

.popup-testi .form{
	padding: 30px;
}

.popup-testi .form .input{
	display: block;
	padding: 0 5px;
	border: 1px solid #ebebeb;
	background: #fbfbfb;
	margin-bottom: 30px;
	width: 100%;	
	height: 40px;
}

.popup-testi .form .area{
	display: block;
	padding: 0 5px;
	border: 1px solid #ebebeb;
	background: #fbfbfb;
	margin-bottom: 30px;
	width: 100%;	
	height: 150px;
}


.popup-testi .title{
	height: 40px;
    line-height: 65px;
    padding-left: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.popup-testi .title span{
	    z-index: 2;
    position: relative;
}

.popup-testi .title:after{
    width: 60px;
    height: 100%;
    position: absolute;
    content: '';
    display: block;
    background: #c39235;
    z-index: 1;
    top: 9px;
    left: 0px;
}

.popup-testi .form .but{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #0c7dbf;
    background: #0d8dd7;
    margin-bottom: 30px;
    /* height: 40px; */
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}


.center{
	text-align: center;
}



.message-box{
	width: 100%;
	height: 100%;
	position:fixed;
	z-index:999999;	
	background: rgba(0,0,0,0.5);
}

.message-box-part{
	display: block;
	width: 100%;
	max-width: 570px;
	height: 270px;
	z-index: 0;
	position:absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	margin-top: -135px;
	margin-left: -285px;
	color: #2024bc;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	padding: 30px;
}

.message-box-part2{
	display: block;
    width: 100%;
    max-width: 274px;
    height: 460px;
    z-index: 0;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -230px;
    margin-left: -137px;
    color: #2024bc;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /* padding: 30px; */
    background: #fff;
}


.message-box-part2 .close {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #fff url(../../images/close-icon.png) center center no-repeat;
    background-size: 100% auto;
    opacity: 1;
    display: block;
    right: -13px;
    top: -13px;
    z-index: 9;
    border-radius: 50%;
}

.message-box-part2 .but{
	display: inline-block;
    padding: 0 20px;
    background: #007FFF;
    color: #fff;
    line-height: 45px;
    height: 40px;
    margin: 10px;
	text-decoration: none;
}

.message-box-part2 .disabled{
	display: none;
}

.message-box-success{
	background: #fff url(../../images/msg-success.png) center 50% no-repeat;
}

.message-box-error{
	background: #fff url(../../images/msg-error.png) center 50% no-repeat;
}


.files-loaded{
	margin: 0 15px;
}

.file-upload-progress{
    width: 100%;
    height: 35px;
    background: #fff;
    margin: 5px 0;
    display: inline-block;
	position:relative;
	padding: 15px;
}

.remove-file{
	width: 30px;
    height: 30px;
    position: absolute;
    background: url(../../images/remove-file-icon.png) center center no-repeat;
    background-size: 100% auto;
	top: 0;
	right: 0;
	z-index: 11;
	margin: 3px;
}

.file-upload-progress .upload-file-text{
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #000;
	left: 40px;
	top: 0;
	position:absolute;
	z-index:10;
}

.file-upload-progress .upload-percent-text{
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #000;
	left: 0;
	top: 0;
	position:absolute;
	z-index:10;
}

.file-upload-progress .part{
	width: 0%;
	height: 35px;
	background: #079E71;
	left: 0;
	top: 0;
	position:absolute;
	z-index:9;
}


.btn{
	padding: 0rem 0.45rem;
}






@keyframes ldio-15nibpmvmwm {
	0% {
	  top: 96px;
	  left: 96px;
	  width: 0;
	  height: 0;
	  opacity: 1;
	}
	100% {
	  top: 18px;
	  left: 18px;
	  width: 156px;
	  height: 156px;
	  opacity: 0;
	}
  }.ldio-15nibpmvmwm div {
	position: absolute;
	border-width: 4px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	animation: ldio-15nibpmvmwm 1s cubic-bezier(0,0.2,0.8,1) infinite;
  }.ldio-15nibpmvmwm div:nth-child(1) {
	border-color: #0a0a0a;
	animation-delay: 0s;
  }
  .ldio-15nibpmvmwm div:nth-child(2) {
	border-color: #3399cc;
	animation-delay: -0.5s;
  }
  .loadingio-spinner-ripple-gqub2a5s0od {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;	
  }
  .ldio-15nibpmvmwm {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
  }
  .ldio-15nibpmvmwm div { box-sizing: content-box; }
  /* generated by https://loading.io/ */




.sb-slidebar-bottom .total-price{
  display: block;
  padding: 0 0 4px;
  float:right;
  font-family: 'Mark GEO CAPS';
  font-size: 18px!important;
}

.sb-slidebar-bottom .msg-new{
	display: block;
    text-align: center;
    font-family: 'Mark GEO CAPS';
    font-size: 20px!important;
    padding: 50px 0;
	color:#41cac0;
}


.hideCart{
	font-family: 'Mark GEO CAPS';
	display: block;
    text-align: center;
	font-size: 20px!important;
}


