




a.collection {
	display: block;
	min-height: 150px;
	background-size: cover;
	padding: 40% 2rem 2rem 2rem;
	border-radius: 5px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing: ease-out;
	-o-transition-duration: 0.3s;
	-o-transition-timing: ease-out;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing: ease-out;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing: ease-out;
	transition-duration: 0.3s;
	transition-timing: ease-out;

	color: #fff; text-shadow: 1px 1px 2px #000;
	font-size: 1.3rem;
	font-family: 'Oswald', sans-serif;
}

a.collection:hover {
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing: ease-out;
	-o-transition-duration: 0.3s;
	-o-transition-timing: ease-out;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing: ease-out;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing: ease-out;
	transition-duration: 0.3s;
	transition-timing: ease-out;

	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
	color: #fff; 
	text-shadow: 1px 1px 10px #000,  1px 1px 2px #4A90E2;
	text-decoration: none;
}

.collection span {
	display: block;
	font-size: 1.7rem;


}

.newsblock img {
	min-width:192px; 
	max-height:192px;
	width: 100%;
}

.usernav {
	background: #333;
	padding: 1rem;
}

.usernav a {
	color: #fff;
}

.usernav .dropdown-menu a {
	color: #333;
}

.loft .profile 			{ background: #BAC9DF; color: #fff; text-shadow: 1px 1px 2px #666; padding: 5px;}
.loft .profile::before 	{ background: #BAC9DF; color: #000; }

.profile {
	font-size: 12px;
	
	padding: 1px 3px;
	width: 120px;
	margin: 5px auto 5px auto;
	color: #ffb101;
}
.profile::before {
	content: "Профиль";
	
	padding: 1px 3px;
	color: #cccccc;
}


#collapseSearch {
	border-top: 1px solid #BAC9DF;
}

.promoblock {
	max-width: 500px;
	margin: 0 auto;
}
.newprice {
	border: 3px solid #b32a18;
	
}

	table.price-table 		{border-collapse: collapse; border-spacing: 0; width: 100%; max-width: 800px;}
	table.price-table th	{padding: 5px  3px  5px  3px; border: 1px solid #BAC9DF; background: #F6F8FA; font-size: 0.8rem; text-align: center;}
	table.price-table td 	{padding: 5px  7px  5px  3px; border: 1px solid #E6E6E6; text-align: right; font-size: 0.9rem;}
	.h-price {background: #f4d3d5;}
	.m-price {background: #fdf2e4;}
	.l-price {background: #edf8f1;}
	

.redinfo {
	border-radius: 100%;
	width: 15px;
	height: 15px;
	background-color: #d93844;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 0.6rem;
	position: absolute;
	margin-left: 15px;
	margin-top: -20px;
	
	
}

body {
	background: #fff;
    font-family: 'Open Sans', sans-serif;
	color: #050D31;
	font-size: 0.9rem;

}
.breadcrumb {
	background: none;
}

.topnav {
	border-top: 1px solid #BAC9DF;
	border-bottom: 1px solid #BAC9DF;
	margin-top: 1rem;
}

.topnavbar {
	padding-top: 0px;
	padding-bottom: 0px;
}

a.navbar-brand {
	
	font-size: 1.6rem;
}
a.navbar-brand span {
	color: #b32a18;
	font-size: 1.8rem;
	padding: 0.15rem;
}
a.nav-link {
	color: #050D31 !important;
	font-size: 18px !important;
	font-weight: 300;
	line-height: 52px;
	margin-top: 5px;
	border-bottom: 2px solid #fff;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.navbar-light .navbar-nav .nav-link  {
	color: #050D31 !important;
	font-weight: 300;
}

a.nav-link i {
	color: #b32a18;
}

@media (max-width: 992px) {
	a.nav-link {
		line-height: 16px;

	}
	.topnavbar {
		padding: 10px 20px;
	}
}

.text-warning {color: #b32a18 !important;}

a.nav-link:hover, a.nav-link.active  {
	border-bottom: 2px solid #b32a18;
}

.topNavBtn {
	height: 40px;
	border-color: rgba(255,255,255,.1);
	}

.topNavBtn:hover, .topNavBtn:active  {
	border-color: rgba(255,255,255,.3);
	background: none !important;
	color: #050D31 !important;
	}
.topNavBtn .fa, .navbar-toggler-icon {
	color: #b32a18;
}


@media (max-width: 576px) {
	.navbar-toggleable-md> .container {
    	width: 100%;
	}
}



.btn i {
	color: #b32a18;
}

.btn-outline-secondary {
	border-color: #BAC9DF;
	padding: 10px;
	color: #050D31;
}






.indexbgpic {
	background: url(/upload_data/2020/7479/upldmAVybz.jpg.900x600.jpg);
	background-size: cover;
}

.indexbg {	
	background: linear-gradient(90deg, rgba(255,255,255,0) 10%, #ffffff 50%);
	padding: 2rem;
}

@media (max-width: 992px) {
.indexbg {	
	padding: 4rem 1.5rem;
}

}

.count  {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.count a {text-decoration: none !important; color: #050D31 !important;}
.count span {
	color: #b32a18;
	background: #ffffff;
	padding: 2px 8px 5px 8px;
	font-size: 48px;
	margin-right: 8px;
	margin-left: 8px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 0 1px 8px 0 rgba(5,13,49,0.24);
}

a.btn-index i {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 1.2rem;
}











.carousel {
	
	border-radius: 3px;
}
.carousel img {
	
	border-radius: 3px;
}

.carousel-item {
	justify-content:center;
}

.carousel-control-next-icon {
	background-image: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.carousel-control-next-icon:before {
   	content: "\f054"; 
   	font-size: 2rem;
}
.carousel-control-prev-icon {
	background-image: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.carousel-control-prev-icon:before {
   	content: "\f053"; 
   	font-size: 2rem;
}

.btnss {
	padding: .25em .8em;
	font-weight: bold;
	margin-bottom: 5px;
}

.btnss::before {
	background-image: none;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f053"; 
   	font-size: 2rem;
} 



.bluebg {
	background: #F6F8FA;
}


.noborder {border: none !important;}
.w {
	background: #fff;
}
.error {color: #a94442; font-size: .9rem;}

.table-condensed, .datepicker-dropdown {
	width: 100%;
	max-width: 300px;
	}

img.logo {
	width: 90px;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
}

.nospam {
	width: 1px; 
	height: 1px;
	border: none;
	overflow: hidden;
}
.test {
	border: 1px solid red;
}
.test div {
	border: 1px solid blue;
}



.greybg {
	background: #F6F8FA;
	
}





.icons {
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
	
	
}

.icons a {
	
	font-weight: 400;
	font-size: 1.05rem;
	height: 170px;
	width:  170px;
	min-width: 8.5rem;
	margin: 0 0.6rem 1.2rem 0.6rem;
	line-height: 1.1;
	text-align: center;
	border-radius: 5px;
	transition: 0.2s;
	color: #050D31;
	padding-top: 115px;
	padding-left: 18px;
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: center center;

	
}


.icons a:hover {
	
	text-decoration: none;
	color: #b32a18;
	transition: 0.2s;
	
	
}


.icon-label {
	
	font-weight: bold;
	font-size: 0.9rem;
	width:  9.5rem;
	min-width: 8.5rem;
	margin: 0 0.7rem 0.3rem 0;
	padding: 0.2rem;
	text-align: center;
	border-radius: 3px;
	float: left;
}
.icon-label.small {
	width:  5.5rem;
}



.icons a i  {
	color: #3b91d8;
	font-size: 4.7rem;
	margin-bottom: 5px;
}

.icons a img {
	height: 152px;
	opacity: 0.7;
	transition: 0.3s;
}

.icons a:hover img {
	opacity: 1;
	height: 162px;
	margin-top: -5px;
	margin-left: -5px;
	transition: 0.3s;
}

@media (max-width: 576px) {
	.icons a {
	width: 9.5rem;
	height: 9.5rem;
	padding-top: 100px;
	}
}

h1, .h1, h2, .h2, h3, .h3 {
	color: #050D31;
	margin-bottom: 2rem;
	font-family: 'Oswald', sans-serif;
}

h1, .h1 {
	font-size: 1.9rem;
}
h2, .h2 {
	font-size: 1.7rem;
}


.line {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3rem;
	font-family: 'Oswald', sans-serif;
}

.line::after {
	content: "";
	width: 74px;
	border-top: 4px solid #b32a18;
	display: block;
	margin: 20px auto;
}


.line-sm {
	font-size: 22px !important;
}

.h1loft {
	color: #050D31;
	margin-bottom: 0.5rem;
	font-size: 2rem;
	font-family: 'Oswald', sans-serif;
}

.text a {
	color: #3b91d8;
	text-decoration: underline;
}

a {
	color: #4A90E2;
}

a.loft {
	color: #3b91d8;
}
a.loftb  {
	color: #3b91d8;
	font-weight: 600;
}

.btn {	
	line-height: 1.0;

	font-size: 0.9rem;
	border-radius: 5px !important;
}  

.btn-xs {
	font-size: 0.7rem;
	padding: 2px 10px 4px 10px;
	margin-top: 5px;
}

.btn-lg {
	padding: .5rem 1rem !important;

}
.btn-warning {
	padding: 12px 30px !important;
    color: #fff;
    background-color: #b32a18;
    border-color: #b32a18;
}

.btn-warning:hover {
    color: #fff;
    background-color: #FF6A00;
    border-color: #FF6A00;
}

.btn-warning i {
	color: #fff !important;
}

.btn-w {
	padding: 12px 50px !important;
	text-transform: uppercase;
	font-size: 0.8rem;
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}
.btn-light {
	padding: 12px 30px !important;
	background-color: #fff !important;
	border-color: #BAC9DF !important;
} 

    



div.loft.hide {
	color: #efefef !important;
	border-color: #F6F8FA !important;
}

div.loft.hide:before {
	content: "скрыто";
	position: absolute;
	margin-top: 12px;
	z-index:50;
	background: #BAC9DF;
	padding: 5px 7px;
	border-radius: 5px;
	color: #fff;
	transform: rotate(320deg);
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}

div.loft {
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	border-color: #BAC9DF !important;
	font-size: 0.8rem;
	margin-bottom: 2rem;
	transition: 0.25s;
	color: #73768C;
}

div.loft:hover {
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
	
	transition: 0.25s;
}

.loft a.card-title {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	min-height: 3.2rem;
	color: #050D31;
	font-family: 'Oswald', sans-serif;
	transition: 0.25s;
}

a.card-title:hover {
	text-decoration: none;
	color: #4A90E2;
	transition: 0.25s;
}


a.card-title {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	color: #050D31;
	font-family: 'Oswald', sans-serif;
	transition: 0.25s;
}


.loft .card-body {
	min-height: 260px;
	owerflow: hidden;
	padding-bottom: 0px;
}

.loft .card-data {
	border-top: 1px solid #BAC9DF;
	border-bottom: 1px solid #BAC9DF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	font-size: 0.9rem;
	padding: 10px 0px;
	margin-bottom: 10px;
}

div.loft .card-data div {
	white-space: nowrap;
}

div.loft .card-data div:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    margin-right: 0.5rem;
    font-size: 1rem;
    color: #b32a18;
}

div.loft.hide .card-data div:before {
    color: #BAC9DF;
}

div.loft .card-data div:nth-child(1):before {
   	content: "\f0c0"; 
}

div.loft .card-data div:nth-child(2):before {
	content: "\f02b"; 
}

div.loft .marks {
	position: absolute;
	z-index: 50;
	color: #fff;
	font-weight: 500;
	margin-top: 4px;
}
div.loft .marks span {
	color: #fff;
	padding: .3rem .8rem;
	font-weight: 500;
}
div.loft .marks span:first-child {
	border-radius: 3px 0 0 0;
}
div.loft .marks span i {
	color: #fff !important;
	font-size: 1rem;
	
}
.label-partner 		{	background: #000;}
.label-pro 		{	background: #b32a18;}
.label-new 		{	background: #4A90E2;}
.label-price 		{	background: #4A90E2;}
.label-calendar {	background: #dc3545;}
.label-orders 	{	background: #12bd26;}



div.loft .mark {
	position: absolute;
	background: #3b91d8;
	color: #fff;
	padding: .2rem .8rem;
	font-weight: 500;
	border-radius: 3px 0 0 0;
	
	
}
div.loft .mark.action {
	background: #b32a18;
}

div.loft .action {
	background: #b32a18;
	padding: .2rem .8rem;
}

div.loft .calendarmark {
	background: #4A90E2;
}

div.loft .carousel-caption {
	font-size: 1rem;
	text-shadow: 1px 1px #000;
	background: rgba(0,0,0,0.3);
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	
}

.loftsmall {}


.loftsmall .card-body {
	min-height: 160px;
}

.loftsmall .card-data {
	flex-direction: column;
	border: 0;
	text-align: left;
	}


.loft-list {
	flex-direction: row;
	flex-shrink: 3 1 1;
	border: 1px solid blue;
}




.loft  .d-row 		{ display: none; }
.loft  .d-column 	{ display: flex; }

.loft-list  .d-row 		{ display: block; }
.loft-list  .d-column 	{ display: none; }
.loft-list  .d-row 	div	{ margin-bottom: 8px; }


.loft-list .img-fluid {
	max-width: 400px !important;
	width: 400px;
}

.loft-list .card-title {
	width: 70%;
}


.loft-list .card-data {
	padding: 0.9rem;
	background: #F6F8FA;
	margin-bottom: 0px;
	text-align: left;
	border: none;
	min-width: 200px;
}

.loft-list .card-body {
	min-height: 100px;
}

@media (max-width: 992px) {
	.loft-list {flex-direction: column;}
	.loft-list .d-row 	{ display: flex; }
	.loft-list .img-fluid {	max-width: 100% !important; width: 100%; height: auto;}
}













.text-blue {
	color: #4A90E2;
	font-size: 0.7rem;
}


div.loft i {
	color: #b32a18;
}


hr, div.hr {
	margin-top: 3rem;
	margin-bottom: 2rem;
	
}
.ns {box-shadow: none; margin: 10px 0px;}


.date, time {
	color: #666;
	font-size: 0.7rem;
}

.priceBlock {	
	border: 1px solid #BAC9DF;
	
	padding: 0.8rem;
	color: #666;
	font-size: 1rem;
	margin: 2.5rem 0 3.5rem 0;
	
}
.priceBlock i {color: #b32a18; margin-right: 5px;}

 
.priceBlock a {color: #666;}
.priceBlock a:hover {text-decoration: none;}

 
.priceBlock span {
	display: block;
	margin-top: 0.1rem;
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
	color: #050D31;
}
.priceBlock span i {
	font-size: 0.8rem;
	color: #050D31;
}

.priceBlock .header {
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	color: #666;
}

.priceBlock .header::after {
	content: "";
	width: 54px;
	border-top: 4px solid #b32a18;
	display: block;
	margin: 3px auto;
}

.priceBlock-place {font-size: 0.9rem; 	padding: 0.6rem;}

.sh {box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);}

.digit {
	padding: 0.4rem 0.8rem;
	background-color: rgba(74, 144, 226, 0.2);
	border-radius: 20px;
	white-space: nowrap;
	
}

.text .digit {
	background-color: rgba(74, 144, 226, 0.2);
	
	margin-right: 30%;
	min-width: 45px;
	text-align: center;
	padding: 0.05rem 0.8rem;

}

.params {
	display: flex;
	
	line-height: 1;
}

.params span {
	margin-left: 25px;
	align-self: center;
	
	font-size: 1.1rem;
}
.params img {
	flex-basis: 28px;
	flex-grow: 0; flex-shrink: 0;
}

.text li {
	
	list-style: none;
	margin: 0.5rem 0 0.5rem 0.2rem;
	padding: 0rem;
	
}
.text li::before {

    content: "\f00c"; 
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
     font-family: "Font Awesome 5 Free"; 
     font-weight: 900;
    margin-left: -1.5rem; 
    color: #b32a18;
    width: 15px;
    height: 15px;

}

.fa-ul { margin-left: 30px !important;}

.fa-ul li {
	margin-bottom: 0.7rem;
	margin-left: 0;
}

.icon-orange i {color: #b32a18; margin-right: 12px;}
.icon-orange a 		{color: #050D31;} 
 



#showphone {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

.social {color: #666;}

.social a {
	font-size: 1.7rem !important;
	color: #4A90E2;
	margin: 0.1rem 0.2rem 0 0;
}

.social a:hover {
	color: #4A90E2;
}

.feedback {

	
}
.feedback .card {
	line-height: 1.2;
	color: #666;
	padding: 2rem;
}
.feedback .card:hover {
	color: #000;
}

.feedback b {
	color: #b32a18;
}

ul.fa-icons li {
	margin-bottom: 1rem;
	font-size: 1rem;
}

.nophoto {
height: 170px;
font-size: 3rem;
color: #f9f9f9;

}

.nophoto::before {
content: "нет фото";
margin-left: 20%;
margin-top: 50px;
position: absolute;
}



.mn-500 {
	min-height: 500px;
}



.slider-selection  {
	background: #b32a18;
}

.slider.slider-horizontal {
    width: 100%;
}

input.blank {
	border: 0;
	font-size: 0.9rem;
	width: 80px;
	text-align: center;
	background: #F6F8FA;
	margin-top: -1px;
	margin-left: 20px;
	margin-right: 20px;
}





.custom-file-control:lang(en)::before{content:"Обзор"}
.custom-file-control:lang(en)::after{content:"Выберите файл..."}
label.custom-file {margin: 0.5rem; width: 47%;}


.lh1 {
	line-height: 1;
}
.lh0 {
	line-height: 0.8;
}

.lh-12 {
	line-height: 1.2;
}

#ys_div {
	position: absolute; 
	z-index: 10000; 
	top: 0px; 
	left: 0px; 
	display: none; 
}


@media (max-width: 768px) {

	#ys_div {
		position: absolute; 
		z-index: 10000; 
		display: none; 
		margin-left: -10000px;
		border: 1px sold red;
	}

}

#ys_button_nav {
	font-size: 1rem;
}	

.an {
	animation: play 1.5s ease 1;
}

@keyframes play {
	  0% {
	    transform: scale(1);
	  }
	  15% {
	    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
	  }
	  25% {
	    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
	  }
	  30% {
	    transform: scale(1.2);
	  }
	  50% {
	    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
	  }
	  80% {
	    transform: scale(1);
	  }
	}


.btn:hover {
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}

.filterblock {
	padding:  0.7rem 0.5rem 0.7rem 1.5rem;
	border-bottom: 1px solid #efefef;
	margin-bottom: 1rem;
	
}

.resultBefore {
	position: absolute;
	left: calc(50% - 50px);
	width: 100px;
	margin: -80px auto 0 auto;
	text-align: center;
	text-shadow: 0px 0px 10px #ccc;
}


footer {
	font-size: 0.9rem;
	line-height: 1.1;
}

footer svg {
	width: 80px;
	height: 80px;
	float: left; 
	margin-right: 10px; 
	margin-top: -10px;
}

#YMapsFrame_small {
	border-radius: 3px;
	width: 100%; 
	height: 300px;
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
 }

#map { width: 100%;  max-height: 450px; min-height: 359px; border-radius: 3px; box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24); }
.ballon_header { font-size: 16px; margin-top: 0; margin-bottom: 10px; color: #050D31; }
.ballon_body { font-size: 14px; text-align: center; }
.ballon_footer { font-size: 12px; text-align: right; border-top: 1px solid #7D7D7D; color: #7D7D7D; margin-top: 10px; }


.search-label {
	padding: 10px 50px 0px 50px;
	color: #050D31;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;

}

#nav-tab {

	border-bottom: 1px solid #BAC9DF;
}

.tab-pane {
	padding: 1rem;
}

.nav-tabs .nav-link {
    background-color: none;
    border-color: none;
    border: 0;
    line-height: 30px;
    height: 50px;
    transition: 0.25s;
}

.nav-tabs .nav-link::after {
	content: "";
	display: block;
	width: 10px;
	
	height: 30px;
	position: absolute;
	margin-top: -30px;
	margin-left: -17px;
	margin-right: 10px;
} 

.fel::after {
	content: "" !important;
	display: block  !important;
	position: relative  !important;
	width: 100% !important;
	height: 4px  !important;
	line-height: 5px  !important;
	margin-left: auto !important;
	margin-top: 8px  !important;
	background: #b32a18;
}

.nav-tabs .nav-link.active {
	background-color: #F6F8FA !important;
    border-color: none;
    border-color: #b32a18;
    border-bottom: 4px solid #b32a18;
    
    transition: 0.25s;
}

.nav-tabs .nav-link:hover {
    border-color: #b32a18;

}

.letters {
	font-size: 1.1rem;
	text-align: center;
}

.letters .badge {
	background-color: #fff;
    border: 1px solid #BAC9DF;
    padding: 10px;
    width: 35px;
    height: 35px;
    font-size: 1rem;
    margin: 5px;
}

.viewbtn .badge {
    width: 38px;
    height: 38px;

}
.letters .badge-warning {
    color: #b32a18;

}
.letters .badge-secondary {
    color: #BAC9DF;
}

.letters .badge-warning:hover {
	color: #fff;
    background-color: #b32a18;
    border: 1px solid #b32a18;
}


div.fa-icons {margin-bottom: 2rem;}

div.fa-icons i {
	font-size: 5rem;
	display: block;
	margin-bottom: 2rem;
	color: #b32a18;
}

div.fa-icons .card-warning {
	color: #fff;
	font-size: 1rem;
	background: #b32a18;

}

.form-control::placeholder {
    color: #ccc;
}







.filter {
	font-size: 20px;
}

.filter>div {
	padding: 1rem;
}

.filter .dropdown-toggle {
	color: #050D31;
}

.filter .dropdown-toggle:hover {
	color: #050D31;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

.dropdown-menu {
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}

.filter .dropdown-toggle::after {
	border: none;
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	margin-top: 3px;
	margin-left: 7px;
    font-size: 1rem;
    position: absolute;

}

.filter-result {
	font-size: 0.8rem;
	color: #666;
	margin-top: 0.4rem;
}

.badge-info {
	background-color: rgba(74, 144, 226, 0.2);
	color: #000;
	margin-left: 5px;
	padding: 4px 7px;
	border-radius: 5px;
}


.form-check label, .form-radio label {
     margin-bottom: 0.15rem;
     cursor: pointer;
     
     padding-left: 25px !important;
}

.form-check input, .form-radio input {
     display: none;
}

.form-check label:before, .form-radio label:before {
	    	content: '\f0c8';
 			font-family: "Font Awesome 5 Free";
				font-weight: 400;
			    display: inline-block;
			    font-style: normal;
			    font-variant: normal;
			    text-rendering: auto;
			    -webkit-font-smoothing: antialiased;
	    width: 17px;
	    height: 17px;
	    margin-right: .5rem;
	    margin-left: -25px;
	    
	    color: #BAC9DF;
	    
	    
}
.form-check input:checked +label:before {
		content: '\f14a';
		font-weight: 900;
		color: #b32a18;
}

.form-radio label:before {
	font-size: 1.2rem;
}
.form-radio input:checked +label:before {
		content: '\f192' !important;
		font-weight: 400;
		color: #b32a18;
}
.form-radio label:before {
	    	content: '\f111' !important;

}


.carousel-control-next, .carousel-control-prev {
	color: #b32a18;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
	color: #b32a18;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9) !important;
}

.carousel-control-next-icon::before, .carousel-control-prev-icon::before {
	font-size: 3rem;
}


.page-link {
	border: none;
	color: #050D31;
}

.page-link:hover {
	border: none;
	color: #b32a18;
	background: none;
   }
    
    
.page-item.active .page-link {
	border: 1px solid #ccc;
	background: #fff;
	color: #b32a18;
	border-radius: 3px;
}
.arr {
	color: #b32a18;
}


.orderPrice {
	border: 2px solid #b32a18;
	font-size: 1.1rem;
	margin: 2rem 0;
}
.orderPrice .text-muted {
	font-size: .9rem;
}

.finalPrice {
	background: #ffe6d9;
}

.price {
	font-size: 1.8rem;
}

.priceline {
	padding: 10px 0 0 0;
	border-bottom: 3px dotted #ccc;
}
.priceline span {
	float: right;
}

.placeprice {font-size: 1.2rem;}




.overbook {
	padding: 1px 2px;
	color: #fff;
	background: #BAC9DF;
	font-size: 0.7rem;
	vertical-align: top;
	height: 10px;
	line-height: 0.6rem;
	border-radius: 5px;
}

.overbook::after {
 	content: "";
}

.overbook:hover::after {
 	content: "Несколько цен на одно время";
    color: #fff;  
    background-color: #b32a18;
    padding: 4px;
    position: absolute;
    border-radius: 5px;
    -webkit-transition-duration: 0.3s;
	-webkit-transition-timing: ease-out;
	-o-transition-duration: 0.3s;
	-o-transition-timing: ease-out;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing: ease-out;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing: ease-out;
	transition-duration: 0.3s;
	transition-timing: ease-out;

}

.dayCell {
	font-weight: bold; font-size: 1rem;
	border: 4px solid #a9ecd0;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 4px;
	margin: 7px auto 0 auto;
	cursor: pointer;
}
.nextmonth .dayCell {
	border: 4px solid #efefef;
}
.pastdate .dayCell {
	border: 4px solid #efefef;
	cursor: not-allowed;
}
.infodot {
	display: inline-block;
	border: 4px solid #a9ecd0;
	width: 1px;
	height: 1px;
	border-radius: 100%;
}
.orderedmed {
	border: 4px solid #a9d0fe;
}
.orderedfull {
	border: 4px solid #fda5a8;
}
.today  {color: #FD8F02;}



.timebg {
	background-color: #f1f8fe;
	padding: 1.5rem;
}

.bluarr {
	-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 54% 50%, 0% 0%);
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 54% 50%, 0% 0%);
    width: 100%;
    height: 100%;
	background-color: #f1f8fe;
}

.bluarr-xs {
	-webkit-clip-path: polygon(50% 50%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(50% 50%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    width: 100%;
    height: 100%;
	background-color: #f1f8fe;
}
      
   


.days {font-size: 1rem; color: #333; font-weight: bold; text-transform: uppercase; text-align: center;}
.calendar { width: 100%; margin-top: 2rem; margin-bottom: 1rem;}

table.calendar td {
    
    padding: 5px;
    text-align: center;
    }

.mh {
min-height: 500px;
}
.place  {
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
	height: 120px;
	margin: 0 1rem;
	cursor: pointer;
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}
.place i {
	display: none;
	}
.place span {
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px;
	position: relative;
	
	font-size: 1rem;
	
	border: 1px solid red;
}

.place_act {
	border: 2px solid #b32a18;
	box-shadow: 0 1px 8px 0 rgba(5,13,49,0.24);
}
.place_act i {
	display: inline-block;
	color: #b32a18;
	font-size: 1.7rem;
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	background: #fff;
	border-radius: 20px;
}

.place_act span {
	color: #b32a18;
}
    

.time {
	padding: 3px;
	border: 1px solid transparent;
	margin: 0px auto 4px auto;
	width: 60px;
	font-weight: bold;
	cursor: pointer;
	
}    
.busy    {
	color: #fb5b5f;
 	cursor: default;
}
.not-working {
	color: #aaaaaa;
 	cursor: default;
}

.preorder    {
	color: #6095e1;
}

.selected {
	background: #fff;
	border: 1px solid #b32a18;
	border-radius: 3px;
	
}

.day    {
	border: 1px solid #ff9999;
}
.night    {
	border: 1px solid #99ff99;
}



.calendar .dayCell.date_act {
	color: white;
	background-color: #FD8F02;
}

.flat-labels label {
	cursor: pointer;
	display: block;
}	

.rc-time-picker {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker-clear {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 3px;
  margin: 0;
}
.rc-time-picker-clear-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  height: 20px;
  width: 20px;
  transition: color 0.3s ease;
}
.rc-time-picker-clear-icon:hover:after {
  color: #666;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-narrow {
  max-width: 113px;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}
.rc-time-picker-panel-select-active {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rc-time-picker-panel-select li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}


.special-time {
	margin-left: 15px;
	width: 70px;
}

.rc-time-picker-input {
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.rc-time-picker-panel-input {
	border: 1px solid transparent;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}



.loft-config {
margin: 2rem 0;
}





.loftlabel {
	font-size: 1rem;
	font-weight: bold;
	padding-right: 1rem;
	display: flex;
	align-content: center;
}

.loftlabel img {
	margin-right: 1rem;
	float: left;
}

.orderline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1rem;
	
}

.orderline::after {
	content: "";
	width: 74px;
	border-top: 4px solid #b32a18;
	display: block;
	margin: 8px 0;
}
.orderform .h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.95rem;
	font-weight: bold;
	margin-bottom: 1.4rem;
}







.cabinetblock {
	margin: 0px;
	background: #fff;
	border: 1px solid #DCE2EB;
}

.cabinetblock > div {
	padding: 1rem;
}


.cabinetaside {
border-left: 0px !important;
-webkit-box-shadow: -7px 0px 8px -2px rgba(0,0,0,0.1);
-moz-box-shadow: -7px 0px 8px -2px rgba(0,0,0,0.1);
box-shadow: -7px 0px 8px -2px rgba(0,0,0,0.1);
}


.cabmenu {
border-right: 0px !important;
-webkit-box-shadow: 7px 0px 8px -2px rgba(0,0,0,0.1);
-moz-box-shadow: 7px 0px 8px -2px rgba(0,0,0,0.1);
box-shadow: 7px 0px 8px -2px rgba(0,0,0,0.1);

}


.cabmenuactive {
	position: absolute;
	width: 500px !important;
}


.cabmenu .list-group-item {
	border: none;
	border-left: 4px solid transparent;
}

.cabmenu .list-group-item:hover {
	border: none;
	border-left: 4px solid #b32a18;
}
.cabmenu .act {
	border: none;
	border-left: 4px solid #b32a18;
	font-weight: bold;
}

.avatar {
	width: 2.5rem;
	height: 2.5rem;
	padding-top: 2px;
	text-align: center;
	border-radius: 100%;
	background: #e6f2ff;
	border: 1px solid #4A90E2;
	color: #4A90E2;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.4rem;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
	
}


.picinfo {
	margin: 10px;
	border: 1px solid #eee;
	border-radius: 3px;
}
.picinfo:hover {
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}
.picinfo img {
	width: 100%;
	border-radius: 3px;
}
.picinfo a:hover  {text-decoration: none;}
.picinfo span {
	display: block;
	width: 100%;
	position: relative;
	margin-top: -30px;
	height: 30px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	color: #fff;
}

.studiopics {
	margin-bottom: 20px !important;	
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.studiopics .picinfo {
	margin: 5px;
}

.ekko-lightbox .modal-header {
	padding: 0.5rem 1rem;
}



a#move_up {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	color: #BAC9DF;
	font-size: 3rem;
	opacity:0.7;
	filter: alpha(opacity=70);
  
}
a#move_up :hover {
   color: #b32a18;
} 




.filter{
	position: relative;
}
.dropdown-toggle{
	position: relative;
}
.dropdown-toggle.active:before{
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	transform: rotate(45deg) translate(-50%,-50%);
	background-color: white;
	bottom: -36px;
	left: calc(100% + 1px);
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}

.filter-result span {
	display: none;
}
.m1000 {
	width: 900px;
}


@media (min-width: 992px) {
	.m1000 {
		width: 1000px;
	}
}

@media (max-width: 992px) {
	.m1000 {
		width: 100%;
	}
}

.orderCard {
	border: 1px solid #F6F8FA;
	margin-bottom: 1rem;
}
.orderCard .header {
	background: #F6F8FA;
	padding: 8px 8px 8px 25px;
	font-size: 0.8rem;
}

.orderCard li {
	margin-bottom: 0.3rem;
}

.orderCard li i {
	color: #BAC9DF;
}

.orderCard .status .btn-light {
    padding: 8px 15px !important;
    margin-left: 12px;
}

.orderCard .btn-edit {
	padding-top: 8px;
	height: 35px;
	width: 35px;
	margin-top: -8px;
	margin-right: -8px;
}

.orderCard .btn-edit:hover {
	background: #b32a18;
}


.orderCard .comment {
	padding: 8px;
	background: #F6F8FA;
	margin-bottom: 10px;
	width: calc(100% - 40px);
}

.orderCard .comment textarea {
	width:100%;
	border: none;
	background: #F6F8FA;
	
}

.addcomment {
	height: 35px;
	width: 35px;
	background: #b32a18;
	color: #fff !important;
	padding-top: 6px;
	text-align: center;
	display: block;
	float: right;
}





.input-file {

}
.input-file.active .input-prev {
  display: block;
}

.input-file.active .input-load {
  display: none;
}

.input-load {
  	cursor: pointer;
  	border: 1px solid #BAC9DF;
  	width:100%;
  	padding: 0.5rem;
  	border-radius: 5px;
}

.input-load span {
	background: #F6F8FA;
	float: right;
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
	margin-right: -0.5rem;
	padding: 0.5rem;
	border-left: 1px solid #BAC9DF;
	border-radius: 0 5px 5px 0;
	color: #495057;
}
.input-load input {
  display: none;
}
.input-prev {

  display: none;
  position: relative;

}
.input-prev img {
  width: 150px;
}
.input-file a.remove {
	display: none;
}
.input-file.active a.remove {
	display: inline-block;


}




.cabicons {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.cabicons	div {
	padding: 12px;
	text-align: center;
	border: 1px solid #BAC9DF;
	margin-left: 15px;
	width: 5rem;
	border-radius: 5px;
}
.cabicons	div i {
	display: block;
	margin-bottom: 5px;
}

.cabicons	div .badge-info {
	margin-left: 0px;
}


.orderstype {
	color: #000;
	padding: 0.4rem 0.7rem;
	font-size: 1.1rem;
	border-radius: 5px;
	border: 1px solid #BAC9DF;
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.orderstype:hover {
	text-decoration: none;
	color: #000;
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}
.orderstype.active {
	text-decoration: none;
	color: #000;
	border: 2px solid #b32a18;
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}
.orderstype span {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.orderstype b {
	font-size: 0.9rem;
	display: block;
	color: #4A90E2;
}

.orderdigit {
	font-weight: bold;
	font-size: 1.7rem;
	font-family: 'Oswald', sans-serif;;
}

.order-history {
padding: 1rem;
border-top: 1px solid #BAC9DF;
}
.history-item div {
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #F6F8FA;
}

.history-item-time {font-size: 0.8rem; color:#BAC9DF; }

.font {font-family: 'Oswald', sans-serif;}

.cabinet-toggler:after {
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f13a";
  	display: inline-block;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  color: #b32a18;
}


.btn-edit {
	float: right;
	color: #fff;
	background: #ccc;
	width: 30px;
	height: 30px;
	display: block;
	margin-top: -1.3rem;
	margin-right: -1.3rem;
	text-align: center;
	padding-top: 6px;
}

.my-row{
    padding-left: 0px;
}

.my-row__menu{
	z-index: 2;
	transition: width linear 0.3s;
	border-right: 0px !important;
	-webkit-box-shadow: 7px 0px 8px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 7px 0px 8px -2px rgba(0,0,0,0.1);
	box-shadow: 7px 0px 8px -2px rgba(0,0,0,0.1);
	border-left: 1px solid #DCE2EB;
	border-top: 1px solid #DCE2EB;
	border-bottom: 1px solid #DCE2EB;
}
.my-row__menu a{
  white-space: nowrap;
}
.my-row__menu nav{
  position: relative;
}
.my-row__menu__btn{
  position: absolute;
  right: -25px;
  width: 25px;
  height: 45px;
  top: 10px;
  display: none;
  border: none;
  outline: none;
  background-color: #FE9004;
}

.my-row__menu__btn:before {
 	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f054";
  	display: inline-block;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  color: #fff;
}


.my-row__menu__btn.active{
  background-color: #BAC9DF;
  outline: none;
}
.my-row__menu__btn.active:before	{
  	content: "\f053";
}

.my-row__menu__btn:focus {
  outline: none;
}
.my-row__menu{
z-index:100;
}
.my-row__menu:hover{
  width: 290px;
  max-width: 100%;
 
}

@media screen and (min-width: 767px){



  .my-row{
  	flex-wrap: nowrap;
	position: relative;
    padding-left: 40px;
    height: 100%;
  }
  .my-row__menu{
  	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 100%;
  }
  .my-row__menu > .navbar{
  	padding: 0;
  	height: 100%;
    align-items: flex-start;
    background-color: white;
  }
  .my-row__menu .collapse.navbar-collapse{
  overflow: hidden;
  	position: relative;
  }
  .my-row__menu .collapse.navbar-collapse{
  	width: 100%;
  }
  .my-row__menu__btn{
    display: block;
  }
}
  a.menu{
  	overflow: hidden;
  	display: block;
  	padding: 7px 17px;
  	color: #212529;
  	font-size: 110%;
  }
   a.menu:hover {
   	text-decoration: none;
	background: #ebeffa;
   }
  
  a.menu i {
  	margin-right: 10px;
  }
  a.menu:hover i {
  	color: #4A90E2;
  }
  


.text-shadow-animation {
	text-shadow: 1px 1px 10px #000;
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes lightSpeedOut {
  0% {
  opacity: 1;
  }
  100% {
  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  transform: translate3d(100%, 0, 0) skewX(30deg);
  opacity: 0;
  }
  }
  @keyframes lightSpeedOut {
  0% {
  opacity: 1;
  }
  100% {
  -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  transform: translate3d(100%, 0, 0) skewX(30deg);
  opacity: 0;
  }
} 
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes flash {
  0%, 50%, 100% {
  opacity: 1;
  }
  
  25%, 75% {
  opacity: 0;
  }
  }
  
  @keyframes flash {
  0%, 50%, 100% {
  opacity: 1;
  }
  
  25%, 75% {
  opacity: 0;
  }
} 

.sortable-placeholder {
	border: 3px dashed red;
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}


.pricecomment {
	font-size: 0.7rem;
	color: #999;
	line-height: 10px;
	padding-top: 10px;
}

a.sp-btn {
	background: #BAC9DF;
	color: #fff;
	padding: 5px;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	border-radius: 5px;

}


.order-calendar { background-color: #;}

.order-done { background-color: #f6fbff;}

.order-missed { background-color: #dda3a3;}

.order-new { background-color: #fee9d0;}

.order-noanswer { background-color: #dda3a3;}

.order-nocall { background-color: #F6F8FA;}

.order-noview { background-color: #f4f3ff;}

.order-pay { background-color: #e8fff6;}

.order-reject { background-color: #fff6f5;}

.order-think { background-color: #e8f9ff;}

.order-view { background-color: #e2f6e0;}



.my_curve{
	position: relative;
	width: 100%;
}
.my_curve__control{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px){
	.my_curve__control{
		flex-direction: column;
		align-items: start;
	}
}

.my_curve__control__select{
	display: block;
	position: relative;
	margin-right: 20px;
}
.my_curve__control__select__ratio{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	border-radius: 3px;
	border: 1px solid #DCE2EB;
	background-color: white;
	height: 38px;
}
.my_curve__control__select__ratio label{
	position: relative;
	height: 36px;
	display: block;
	border-right: 1px solid #DCE2EB;
	margin: 0;
	cursor: pointer;
}
.my_curve__control__select__ratio label.disable{
	display: none;
}
.my_curve__control__select__ratio label:last-child{
	border-right: none;
}
.my_curve__control__select__ratio label input{
	display: none;
}
.my_curve__control__select__ratio label input:checked ~ span{
	background-color: #DCE2EB;
}
.my_curve__control__select__ratio label span{
	display: block;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	background-color: white;
	line-height: 36px;
}
.my_curve__control__select__title{
	width: 100%;
	display: block;
	color: #212529;
	font-size: .9rem;
	margin-bottom: 5px;
}
.my_curve__control__select__drop{
	width: 100%;
	display: block;
	position: relative;
	min-width: 160px;
}
.my_curve__control__select__drop__link{
	display: block;
	width: 100%;
	position: relative;
	height: 38px;
	line-height: 38px;
	border: 1px solid #BAC9DF;
	border-radius: 5px;
	padding: 0 40px 0 10px;
}
.my_curve__control__select__drop__link span{
	width: 100%;
	display: block;
	height: 30px;
}
.my_curve__control__select__drop__link i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.my_curve__control__select__drop__option{
	min-width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: white;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.my_curve__control__select__drop__option.show{
	display: flex;
}
.my_curve__control__select__drop__option a{
	width: 100%;
	display: block;
	background-color: white;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
}
.my_curve__control__select__drop__option a:hover{
	background-color: #ebeffa;
}
.my_curve__control__select__drop__option a.disable{
	display: none;
}
.my_curve__control__move{
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-right: 20px;
}
.my_curve__control__move__select{
	width: 100%;
	position: relative;

}
.my_curve__control__move__select.hide{
	display: none;
}



.filter{
	position: relative;
}
.dropdown-toggle{
	position: relative;
}
.dropdown-toggle.active:before{
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	transform: rotate(45deg) translate(-50%,-50%);
	background-color: white;
	bottom: -36px;
	left: calc(100% + 1px);
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.24);
}


@keyframes rotation {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(359deg);
	}
}
.map_shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
}
.map_shadow.loading{
	opacity: 1;
}
.map_shadow.hide{
	display: none;
}
.map_loader{
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-left: solid 5px #FD8F02;
	border-right: solid 5px #FD8F02;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	animation: rotation 1s linear infinite;
}
.map_wrap{
	position: relative;
}
.my_map{
	width: 100%;
	max-height: 450px;
	min-height: 359px;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(5,13,49,0.4);
	background: url('/img/map_small.gif')center no-repeat;
	background-size: cover;
}


.example-enter {
  opacity: 0.01;
}

.example-enter.example-enter-active {
  opacity: 1;
  transition: opacity 1000ms ease-in;
}

.example-leave {
  opacity: 1;
}

.example-leave.example-leave-active {
  opacity: 0.01;
  transition: opacity 900ms ease-in;
}


.search-helper {
	font-size: 0.8rem;
	color: #6c757d;
}
.search-helper  a {
	text-decoration: none;
	color: #6c757d;
	border-bottom: 1px dashed #BAC9DF;
}