

	

#app4rent_widget {
position: relative;
z-index: 50;
}


 @keyframes waveEffect {
            0% {
                transform: translate(-50%, -50%) scale(0);
                opacity: 0; /* Initially invisible */
            }
            50% {
                opacity: 0.5; /* Visible halfway */
            }
            100% {
                transform: translate(-50%, -50%) scale(2);
                opacity: 0; /* Fades out */
            }
        }

        .a4rcf_float_button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 206, 1, 0.4); /* Green with transparency */
            border-radius: 50%;
            transform: translate(-50%, -50%);
            animation: waveEffect 2s infinite;
            /* create a new stacking context */
            z-index: -1;  /* to be below the parent element */
            opacity: 0; /* Initially hidden */
        }
        .a4rcf_float_button::after {        
            content: 'БРОНЬ ОНЛАЙН';
            position: absolute;
            
            background-image: url(https://app4rent.ru/img/krug.svg);
            background-size: cover;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%);
            z-index: 1;
            padding-top: 27%;
            color: #fff;
            text-align: center;
            text-shadow: 1px 1px 0px #666;
            line-height: 18px;
            font-size: 13px;
            font-weight: bold;
            
        }
        .a4rcf_float_button {
            display: block;
            position: fixed;
            bottom: 50px;
            right: 40px;
            height: 80px;
            width: 80px;
            border: 0;
            cursor: pointer;
            border-radius: 100%;
            transition: all 0.2s ease-out;
            z-index: 10;
        }
        

.s1 {
width: 32px;
}

.cursor-pointer {cursor: pointer;}

.list-group-item {
  padding:.75rem 1.25rem;
}
 
.rblock {
	display: inline-block;
	position: relative;
} 

.erid {
	display: block;
	width: 150px;
	height: 15px;
	position: absolute;
	font-size: 10px;
	background: #fff;
	Opacity: 0.5;
	right: 0px;
	color: #000;
}

.orderprice div {
	border-bottom: 1px solid #efefef;
	margin-bottom: 6px;
	padding-bottom: 6px;
}


.test div {border: 1px solid red;}

.scroll {
	padding: 10px !important;
}

.bg-grey { 
	background-color: #efefef;
	
}

.error {color: #aa0101;}

.arealable {
	width: auto;
	display: inline-block;
	float: right;
	background: #efefef;
	padding: 3px 10px;
	font-size: 0.9rem;
	position: relative;
	top: -16px;
	right: -16px;
}

.placeprice {
	font-size: 1.3rem;
}


.text-danger {
	color: #aa0101;
}

.sh {
	
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */

}
.shh:hover {
	
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Параметры тени */

	-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;

}

.lead .fa-rub {font-size: 80% !important;}


.rub::after {
   	content: "₽"; 
	font-size: 80%;
	font-weight: 300;
	margin-left: 2px;
}


@media (min-width: 1600px) {
	.container { max-width: 1500px;	}
}

@media (max-width: 992px) {
	.container { max-width: 950px; }
}

noindex {width: 100%;}




.iconreply {
	position: absolute;
	margin-left: -1.1rem;
	color: #ccc;
}

.level {
margin-bottom: 1rem;

}

body { 
	background: #eee;
}

.hyphens {
	-webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 18 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;   
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 18 3 3;
    -moz-hyphenate-limit-lines: 2;  
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 18 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;   
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 18 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;   
    hyphenate-limit-zone: 8%;
    
 }

@media (max-width: 500px) { 
	.npxs {padding: 0px;}
}

nav.top {
	background: #aa0101;
}
nav.top a {font-weight:normal; text-decoration:none; color:#fff !important; font-size: 1.1rem;}
nav.top a:hover {text-decoration:underline; color:#ffffff !important;}

a {color: #000; text-decoration: none !important;}
a:hover {color: #aa0101;}
a.link {color:#aa0101; font-size: 120%;}

a.iconlink {	
	display: block;
	font-size: 100%;
	text-decoration: none;
	padding: 20px 10px;
	line-height: 0.9;
	text-align: center;
	border: 1px solid #fff;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
a.iconlink:hover {	
	border-color: #aa0101; 
	color: #aa0101;
}

a.iconlink img {color:#aa0101; width: 45px; margin: 0 auto 15px auto; display: block;}

h1  {font-size: 160%; color:#444 !important;}
.h1  {font-size: 160%; color:#444  margin-bottom: 1.5rem;}
h2, .h2  {font-size: 140%; color:#444; margin-bottom: 1.5rem;}
h3, .h3  {font-size: 130%; color:#444; margin-bottom: 1.5rem;}
h4, .h4  {font-size: 120%; color:#444; margin-bottom: 1.5rem;}
h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6 {font-weight:normal; line-height:1;}
.red {color: #aa0101;}
	

.text h2, .text h3, .text h4, .text h5, .text h6 {
	margin: 1rem 0px;
	
}
	
.w {
	padding: 2rem;
	
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */

	background: #fff;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 500px) { 
	.w {
		padding: 1.5rem 1rem;
	}
}

.btn:focus {
	box-shadow: none;
}

header.top {
	padding: 1.5rem;
	background: #ffffff;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 0px 3px 2px -2px #999999; /* Для Firefox */
    -webkit-box-shadow: 0px 3px 2px -2px #999999; /* Для Safari и Chrome */
    box-shadow: 0px 3px 4px -2px #eee; /* Параметры тени */
}
header.top div.logo>div {
	font-size: 60%;
	padding: 2px 0px;
	background: #fff;
	text-transform: uppercase;
	margin-top: -16px;
	z-index: 10;
	position: relative;
}



@media (max-width: 768px) {
	header.top {
		padding: 0.7rem;
	}	

	header.top div.logo  img {
		max-width: 200px; 
		width: 100%;
	}
	header.top div.logo>div {
		display: none;
	}
	
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
	}

}
div.auth {
	border-top: 1px solid #666;
	font-size: 80%;
	
	color: #666;
	background: #333;
}
div.auth a {color: #ccc; white-space: nowrap; padding: 3px; text-decoration: none;}
div.auth a:hover {background: #aa0101; white-space: nowrap; 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;; text-decoration: none;}

div.auth a span.mystudios::before {
	font-family: 'FontAwesome';
   	content: "\f08a"; 
	color: #aa0101;
	font-size: 1rem;
	padding: 0.2rem;
}
div.auth a:hover span.mystudios::before {
	color: #fff !important;
}


div.auth .dropdown a {
	color: #000 !important;
}


.card-columns.columns-2 {column-count: 2;}
.card-columns.columns-3 {column-count: 3;}
.card-columns {column-count: 5;}

.card-columns  .card {display: inline-block !important;}



@media (max-width: 992px) { 
	.card-columns { column-count: 3;}
	.card-columns.columns-3 { column-count: 2;}
}
@media (max-width:  768px) {
	.card-columns { column-count: 3;}
	.card-columns.columns-3 { column-count: 2;}
	.card-columns.columns-2 {column-count: 1;}
}
@media (max-width: 576px) { 
	.card-columns { column-count: 2;}
	.card-columns.columns-3 { column-count: 2;}

}
@media (max-width: 400px) { 
	.card-columns { column-count: 1;}
	.card-columns.columns-3 { column-count: 1;}
}



.city_act {	}
.city a	 {	
			color: #999;
			border-bottom: 1px dashed #999;
}
.city a:hover	 {	
	border-bottom: 1px dashed #666;
	text-decoration: none;
}


.blog-img  {max-height: 400px;}


.noborder .card {border-radius: 0px !important; border: 0px;}


.adv, .infoblock {background: #f3f3f3; padding: 1rem;}
.adv img, .infoblock img {max-width: 220px; width: 100%; height: auto;}
.adv object, .adv embed, .infoblock object, .infoblock embed, .infoblock iframe {max-width: 220px; width: 100%; border: none;}



aside.left .w {padding: 1rem;}
aside.left .adv {margin-top: 1rem;}


.d {
	display: block;
	padding: 0.7rem;
	font-size: 2rem;
	color:#fff;
	background: #999;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.d span {
	font-size: 1rem;
}


.discount:hover .d {
	color:#fff;
	background: #aa0101;
	text-decoratioN: none;
}


.studio img.logo {
	max-width: 100%;
}

.studio ul.address li {
	margin-bottom: 0.5rem;
	
} 

.studio ul.address i.fa {
	color: #666d77 !important;
}




div.photo {
	margin-bottom: 1rem;
	min-height: 130px;
	background-image: url(/img/loader.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	
	
}


div.photo img {
	width:100%;
	border-radius: calc(.25rem - 1px);
}

div.photo span {
	display: block;
	position: relative;
	margin-top: -50px;
	background-color: rgba(0,0,0,0.2);
	color: fff;
	font-size: 12px;
	padding: 7px;
	color: #fff;
	height: 50px;
	text-align: center;
	-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;

}

div.photo:hover img {

	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Параметры тени */

-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;

}
div.photo:hover span {	background-color: rgba(0,0,0,0.8);
-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;

}

.noanons div.photo {
	border: 1px solid #eeeeee;
	min-height: 15px !important;
	padding: 0.3rem;
	font-size: 0.7rem;
}
.noanons div.photo span {
	margin-top: 5px !important;
}



.text  {}
.text a {
	text-decoration: underline !important;
	color: #000;
}
.text a:hover {
	text-decoration: underline !important;
	color: #aa0101;
}
.text img {
	max-width: 100%;
	max-height: 700px;
	margin: 10px 0px;
}

.text li {
	list-style: none;
	margin: 0.5rem 0 0.5rem 0.5rem;
}
.text li::before {
    content: "\f0da"; 
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -1rem;
    color: #999;
    width: 15px;
    height: 15px;
}

div.li {padding-left: 2rem;}
div.li::before {
    content: "\f0da"; 
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -1rem;
    color: #999;
    width: 15px;
    height: 15px;
}


.usertext h1, 
.usertext h2, 
.usertext h3, 
.usertext h4, 
.usertext h5, 
.usertext h6 {
	font-size: 1.2rem;
	font-weight: normal;
} 
.usertext img {
	max-width: 100%;
}

.fa-ul li {
	margin-bottom: 0.6rem;
}

.usertext  ul {
	margin-left: 0px;
	padding-left: 20px;
}

div.spe {
	float: left; 
	min-height: 160px; 
	max-width: 160px; 
	ovwerflow: hidden; 
	border: 1px solid #efefef; 
	margin-right: 2%; 
	margin-bottom: 2%; 
	padding: 5px;
	text-align: center;
}
div.spe img {
	margin: auto 0px auto 0px;
	width: 100%;
	height: auto;
	max-width: 150px;
	max-height: 150px;
}

.mostliked {line-height: 1.4;}
.mostliked a {}
.mostliked span {background: #efefef; color: #999; padding: 2px 4px; font-size: 70%; margin-right: 10px;
-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;

}


.mostliked a.none:hover span {background: #666; color: #fff; padding: 2px 4px; font-size: 70%; text-decoration: none !important;
	-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;

}

div.letters {}
div.letters a {
	padding: 5px 7px;
	border: 1px solid #efefef;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 3px;
	text-decoration: none;
	color: #aa0101;
}
div.letters a:hover {
	border: 1px solid #efefef;
	text-decoration: none;
	background: #aa0101;
	color: #fff;
}




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

input.blank {
	border: 1px solid #fff;
	font-size: 1.2rem;
	width: 65%;
	text-align: center;
}

.filterblock {
	padding:  0.5rem 0.5rem 0.1rem 0.2rem;
}


.filterblock a.name {
	font-size: 1.2rem;
	
	margin-bottom: 0.5rem;
	display: block;
	-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;

}

.filterblock a.name:hover {
	text-decoration: none;
	-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;

}
.filterblock a.name::after {
	font-family: 'FontAwesome';
	content: "\f107";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	margin-left: 8px;
	margin-top: 2px;
	-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;

}

.filterblock a.name.collapsed::after {
	content: "\f105";
	-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;

}
.filterblock a.name:hover::after {
	content: "\f107";
	-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;

}

a.filterlabel, a.filterlabelcity {
	background: #F2F2F2;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #5E6162;
	text-decoration: none;
	padding: 5px 15px 5px 8px;
	font-size: 0.8rem;
	display: inline-block;
	margin-bottom: 0.5rem;
	margin-right: 0.2rem;
}

a.filterlabel::after {
	font-family: 'FontAwesome';
	content: "\f00d";
	display: inline-block;
	width: 10px;
	height: 10px;
	font-color: #eeeeee;
	font-size: 80%;
	position: absolute;
	margin-top: -3px;
	margin-left: 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;


}

a.filterlabelcity::after {
	font-family: 'FontAwesome';
	content: "\f106";
	display: inline-block;
	width: 10px;
	height: 10px;
	font-color: #eeeeee;
	font-size: 80%;
	position: absolute;
	margin-top: -3px;
	margin-left: 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;


}

.slider.slider-horizontal .slider-track  {
	height: 4px;
	width: 100%;
	margin-top: -1px;
	top: 50%;
	left: 0;
}

.slider-selection  {
	background: #aa0101;
	background-image: none;
}

.slider-handle {
    
    width: 20px;
    height: 20px;
    background-color: #aa0101;

    background-image: -webkit-linear-gradient(top,#aa0101 0,#aa0101 100%);
    background-image: -o-linear-gradient(top,#aa0101 0,#aa0101 100%);
    background-image: linear-gradient(to bottom,#aa0101 0,#aa0101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0101',endColorstr='#aa0101',GradientType=0);

  }



section.studios {}

article.s {
	background: #fff;
	border: 1px solid #cccccc;
	padding: 2rem 1.5rem;
	margin: 2rem 0;
	clear: both;
	min-height: 180px;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

article.spo {border: 1px solid #aa0101 !important; 
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
article.noinfo {border: 1px solid #efefef !important; color: #666d77;}
article.hide {border: 1px solid #efefef !important; color: #666d77;}


article.s .sn {
	font-size: 1.5rem;
	color: #aa0101;
	margin-bottom: 1rem;
	display: block;
}
.advtext {float: right; font-size: 80%; width: auto; background: #FD8300; color: #fff; padding: 0.5% 1%; 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */
}


article.s div.text  {
	padding: 2% 0;
	max-width: 800px;
}



div.ny {
	margin-top: 7px; 
	background: #ebf9ff; 
	padding: 2%;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 120px;
	overflow: hidden;
}
div.ny img {
	
}

.studiopics {
	background-size: cover;
}

.studiopics .card-title {
	text-shadow: 1px 0px 1px #000;
	color: #fff !important;
	font-size: 1.5rem;
}


.studiopics .card {
	max-height: 400px;
	overflow: hidden;
}

.params>span {
	white-space: nowrap;
	padding: 5px 0px;
	display: inline-block;
}
.params>span>span {
	font-weight: bold;
	color: #aa0101;
	font-size: 1.3rem;
}
.params>span>span.rooms {
	font-weight: bold;
	background: #666;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
}

.params_list>span {
	
	padding: 7px 0px;
	display: inline-block;
	margin-right: 7px;
}
.params_list>span>span.price {
	font-weight: bold;
	color: #fff;
	font-size: 1.2rem;
	background: #aa0101;
	padding: 2px 5px;
	border-radius: .25rem;
}
.params_list>span>span.rooms {
	white-space: nowrap;
	font-weight: bold;
	background: #888;
	color: #fff;
	padding: 2px 5px;
	margin-bottom: 1px;
	font-size: 1.2rem;
	border-radius: .25rem;
}

.spolabel {
	background: #aa0101;
	color: #fff;
	padding: 2px 5px;
	position: realtive;
	float: right;
	margin-top: -33px;
	margin-right: -25px;
	font-size: 0.8rem;
	border-radius: 0 0 0 6px;

}


.badge-lg {
	font-size: 0.9rem;
	padding: 0.4rem;
}



a#move_up {
   position: fixed;
   bottom: 70px;
   display: none;
   right: 50px;
   
   color: #ffffff;
   background: #666d77;
   padding:5px 15px;
   opacity:0.7;
   filter: alpha(opacity=70);
   -moz-box-shadow: 0px 1px 2px #666666; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 2px #666666; /* Для Safari и Chrome */
    box-shadow: 0px 1px 2px #666666; /* Параметры тени */
}
a#move_up:hover {
   color: #fff;
   background: #aa0101;
   -moz-box-shadow: 0px 1px 2px #666666; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 2px #666666; /* Для Safari и Chrome */
    box-shadow: 0px 1px 2px #666666; /* Параметры тени */
} 

.text-info {
	color: #17a2b8 !important;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
 }


.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #aa0101;
}


.form-group-border .form-group {
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
	margin-top: 15px;
}

.resultBefore {
	position: relative;
	margin-top: -50px;
	
	width: auto;
	text-align: center;
}







table.calendar 		{
	background: #fff; 
	border-collapse: collapse; 
	border-spacing: 0;
}
table.calendar td 	{
	border: 1px solid #ccc;
	width: 14%; 
	min-height: 110px;
	padding: 0.5%;
	}
table.calendar tr.days td {
	height: 15px; 
	width: 14%; 
	font-weight: bold; 
	text-align:center; 
	}
table.calendar tr.days td div {
	white-space: nowrap; 
	text-overflow: clip; 
	font-size: 14px; 
	overflow: hidden;  
	min-width: 15px;
	background: none;
	
}

table.calendar td.today {
	background: #fcf8e3;
}
table.calendar td.past {color: #cccccc !important;}
table.calendar td.nextmonth {background: #fefefe;}

table.calendar td div.sale a {color: ;}
table.calendar td div.sale a span {font-weight: bold;}

.dayCell {
	font-size: 17px !important; 
	font-weight: bold; 
	text-align: left;
	background: none !important;
}

td.today .dayCell {font-size: 15px !important; color: #E44000 !important; background: none;}
.add {float: right; font-size: 23px !important; border: 0px !important; background: none;}
.add a {text-decoration: none; transition: 0.3s; padding: 0px 7px; border-radius: 5px;}
.add a:hover {font-weight: bold; text-shadow: 1px 1px 1px #000;-moz-box-shadow: 0px 1px 2px #999999; -webkit-box-shadow: 0px 1px 2px #999999;  box-shadow: 0px 1px 2px #999999;}
table.calendar td:hover .add a  {text-decoration: none; background: #E44000; color: #fff; height: 10px; transition: 0.3s;}

#photo-params-list-calendar-menu {
	text-align: center;
	margin: 7px 0px;
	font-size: 160%; 
}
#photo-params-list-calendar-menu a {
	text-decoration: none;
	display: inline-block;
	border: 1px solid #eee;
	padding: 2px 10px;
	background: #fefefe;
	margin: 0px 15px;
}

#photo-params-list-calendar-menu a:hover {
	background: ;
	color: #fff;
	
}

div.abuse_form {
	padding: 5px 25px; 
	border: 1px solid #000000; 
	width: 550px; 
	height: 400px%; 
	background: #ffffff; 
	position: absolute;
	top: 50px;
	left: 30%; 
	
}

div.abuse_form p {
	margin: 5px 0px;
}

.sale {background: #aa0101; color: #fff !important; font-size: 80%;}


table.calendar td div {
	font-size: 73%;
	margin-top: 1px;
	border-radius: 2px;
	padding: 2px;
}


table.calendar td div.z {
	font-size: 73%;
	margin-top: 1px;
	border-radius: 2px;
	padding: 2px;
	border-top: 1px solid #ccc;
}
	@media screen and (max-width: 800px) {
		table.calendar tr.days td div { width: 60px; font-size: 11px;}
		td.today .dayCell {font-size: 12px !important;}
	}
	@media screen and (max-width: 500px) {
		table.calendar tr.days td div { width: 40px; font-size: 10px;}
	}


.social {
	margin-top: 10px;
	font-size: 0.7rem;
}
.social a .fa {
	margin: 10px;
	font-size: 2rem;
	color: #666;
	-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;

}
.social a:hover .fa {
	color: #aa0101;
	-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;

}


.gblock {
	border: 1px solid #efefef;
	display: inline-block;
	padding: 10px;
	background: #fefefe;
	text-align:center;
	text-decoration: none !important;
	font-size: 0.7rem;
}
.gblock .per {
	color: #aa0101;
	font-size: 2.2rem;
	padding: 0.2rem;
	display: block;
}



a.ilike::before {
	font-family: 'FontAwesome';
   	content: "\f08a"; 
	color: #aa0101;
	font-size: 2.2rem;
	padding: 0.2rem;
	display: block;
}

a.nolike::before {
	font-family: 'FontAwesome';
   	content: "\f08a"; 
	color: #999;
	font-size: 2.2rem;
	padding: 0.2rem;
	display: block;
}

.idislike::before {
	font-family: 'FontAwesome';
   	content: "\f004"; 
	color: #aa0101;
	font-size: 2.2rem;
	padding: 0.2rem;
	display: block;
}




div.buttonFacebookAuth	{
	padding-left: .5rem;
	cursor: pointer;
	display:  none;
	font-size: 1.2rem;
}
div.buttonFacebookAuth::before {
	font-family: 'FontAwesome';
   	content: "\f082"; 
	color: #aa0101;
	font-size: 2.5rem;
	line-height: 25px;
	padding: 0.2rem;
	display:  none;
}


div.buttonVKAuth	{
	padding-left: .5rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2rem;
}
div.buttonVKAuth::before {
	font-family: 'FontAwesome';
   	content: "\f189"; 
	color: #aa0101;
	font-size: 2.5rem;
	line-height: 25px;
	padding: 0.2rem;
	display: inline-block;
}

#nospam, .nospam {width: 0px; height: 0px; overflow: hidden; border: 0px;}


.sitendews article {
	margin-bottom: 12px;
	font-size: 0.8rem;
}

.sitendews .anons_pic {
	float: left;
	margin-right: 10px;
}
.sitendews article header {
	font-size: 1rem;
	font-weight: bold;
}

.sitendews time {
	margin-top: 10px;
	font-size: 0.8rem;
	color: #999;
}








   

.studio h1 {
	color: #aa0101 !important;
	margin-bottom: 2%;
}



.studio a.abuse {
	padding: 1% 2%;
	color: #fff;
	background: #aa0101;
	text-decoration: none;
}


div.photopic {
	float: left;
	padding: 10px;
	border: 1px solid #eeeeee;
	width: 130px;
	font-size: 10px;
	height: 160px; 
	overflow: hidden; 
	line-height: 1; 
	margin-right: 20px; 
	margin-bottom: 20px;
}
div.photopic:hover {background: #fff; 	border: 1px solid #999;}
div.photopic a {text-decoration: none;}
div.photopic a:hover {text-decoration: underline;}


	table.cabinet td {border-bottom: 1px solid #e6e6e6; padding: 5px;}
	table.info 		td {border-bottom: 1px solid #efefef; padding: 4px; margin: 0px;}
	
	table.info_hide td {border-bottom: 1px solid #efefef; padding: 1px; margin: 0px; color: #cccccc;}
	


	


* {outline:none;}

.clear {
	clear:both;
	font-size:0px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
}
 
a {-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;
}




.black {
	padding: 1% 2%;
	margin: 0% 0% 2% 0%;
	
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */

	background: #000;
	color: #fff;
}

a.none {text-decoration: none !important;}
a.none:hover {text-decoration: underline;}


aside.top {text-align: center;  background: #000000;  margin-bottom: 0px;}
aside.top img { width: 100%; height: auto; max-height: 120px;  max-width: 1200px;}

aside.bottom {text-align: center;  background: none;  margin: 20px 0px;}
aside.bottom img { width: 100%; height: auto; max-width: 1200px;}


aside.top_nw {text-align: center;  background: #000000;  margin-bottom: 0px;}
aside.top_nw img { width: auto; height: auto; max-height: 80px;  max-width: 1000px;}

aside.top object, aside.top embed { width: 100%; height: auto; max-height: 80px;  max-width: 1000px;}
}
.advtop object, .advtop embed {max-width: 1000px; width: 100%;}

aside.adv_h {text-align: center; margin-bottom: 2%;}
aside.adv_h img { width: 100%; height: auto;}
aside.adv_h object, aside.adv_h embed { width: 100%; height: auto; max-height: 80px;  max-width: 1000px;}


.shadow {
	-moz-box-shadow: 0px 1px 2px #999999; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 2px #999999; /* Для Safari и Chrome */
    box-shadow: 0px 1px 2px #999999; /* Параметры тени */
}

.fixblock {
	width: 80%;
	padding:0 1%;
	margin:0 auto;
}



/* область основного контента */
section {
}

/* внутренняя область контента */
.contentBlock {
	width:100%;
	margin-left: -240px;
	float: right;
	
}
.contentBlock div.content {
	margin-left: 240px;
	padding: 10px 2% 3% 3%;
	min-height: 500px;
	background: #ffffff;
	
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */

		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.noheight {
	min-height: 10px !important;
}


div.contenttrans {
	margin-left: 240px;
	padding: 0px;
	
}


div.sbmenu {margin-top: 2%;}
div.sbmenu a {display: block; text-decoration: none; padding: 4px 4px;  }
div.sbmenu a:hover, div.sbmenu a.a {background: #aa0101; color: #fff;}




aside.right {
	width: 250px;
	padding: 10px 10px 20px 10px;
	min-height: 300px;
	font-size: 90%;
	z-index: 5;
	position: relative;
	margin-top: 10px;
}
aside.right .h1 {margin: 10px 0px 5px 0px; color: #aa0101 !important;}

.searchBlock {
	width: 100%;
	margin-right: -250px;
	float: left;
	z-index: 1;
	position: relative;
}
.searchBlock div.content {
	padding: 10px 20px 20px 15px;
	margin-right: 250px;
	z-index: 2;
	position: relative;
}

.forum_post_right {
	margin-top: 7px; 
	border-bottom: 1px solid #efefef; 
	padding-bottom: 7px; 
	line-height: 1.2;
	font-size: 90%;
	}






.interpic {
	display: inline-block;
	margin: 0.5rem 0.45rem;
}

.interpic:hover {
	
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Параметры тени */

}



aside .h1 {font-size: 130%;}
aside section {margin: 5px 0px;}
aside section header {margin: 5px 0px; font-weight: bold; font-size: 100%;}
aside section article {margin: 15px 0px; font-weight: normal; font-size: 80%; }
aside section article  header {margin: 0px; font-weight: bold; font-size: 100%;}
aside section article time {margin: 5px 0px; font-size: 75%;}
aside section article a {text-decoration: none;}
/* нижняя часть - footer */

footer {padding: 0; margin: 0; }


a {color: #000;}
a:hover {color: #aa0101;}

a.link {color:#AA0101; font-size: 120%;}



div.border { border: 1px solid #cccccc; padding: 2%; margin: 2% 0%;}

div.hr {clar: both; margin: 20px 0px; height: 1px; border-top: 1px solid #eee;}

.block {padding: 10px 0px;}
.anons_list {padding: 2px 0px;}

div.left50 {width: 49%; float: left; margin-right: 1%; margin-bottom: 2%; padding-bottom: 1%; margin-top: 0%;}
div.right50 {width: 49%; float: right; margin-left: 1%;  margin-bottom: 2%; margin-left: 1%; margin-top: 0%; padding-bottom: 1%;}

.hover {padding: 1% 2%; border: 1px solid #fff;}
.hover:hover {border: 1px solid #efefef; background: #F8F8F8;}



section.anons header {
	font-size: 130%; 
	color:#444 !important; 
	margin: 1% 0%;
}
section.anons article {
	font-size: 80%; 
	border-right: 2px solid #fff;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing: ease-out;
	-o-transition-duration: 1s;
	-o-transition-timing: ease-out;
	-moz-transition-duration: 1s;
	-moz-transition-timing: ease-out;
	-ms-transition-duration: 1s;
	-ms-transition-timing: ease-out;
	transition-duration: 1s;
	transition-timing: ease-out;
	transition-timing-function: ease-out;

	overflow: hidden;
}
section.anons article:hover {
	border-right: 2px solid #666d77;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing: ease-out;
	-o-transition-duration: 1s;
	-o-transition-timing: ease-out;
	-moz-transition-duration: 1s;
	-moz-transition-timing: ease-out;
	-ms-transition-duration: 1s;
	-ms-transition-timing: ease-out;
	transition-duration: 1s;
	transition-timing: ease-out;
	transition-timing-function: ease-out;

}
section.anons article header {
	font-size: 120%; 
	margin: 2% 0%;
}
section.anons article header a {
	font-size: 100%; 
	color: #aa0101 !important; 
}
section.anons article header a:hover {
	text-decoration: underline;
}



div.help {
	margin: 20px 0px 20px 0px; 
	clear: both;
	
}
div.help div.post {
	width: 100%;
	
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 15px;
	padding: 3px 7px 15px 5px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #efefef;
	
	
}
div.help div.post .user>img {
	float: left;
	margin: 10px 20px 10px 10px;
	
}

div.help div.post:hover {
	background: #F8F8F8;
	border-left: 1px solid #E44000;
}
div.help div.post:last-child {margin-bottom: 15px; margin-right: 0;}

div.help  a {text-decoration: none; line-height: 1;}
div.help  .user a {text-decoration: none; color: #aa0101; font-size: 110%;}
div.help .anons {margin-left: 60px; padding: 0.5% 1%;}
div.help .anons a {text-decoration: none;}



.w100 {width: 100%;}
.grey  {color: #666d77}
.small {font-size: 80%;}


.formresult {
	padding: 20px;
	background: #aa0101;
	color: #ffffff;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	position: fixed;
	top: 300px;
	-moz-box-shadow: 0px 0px 30px #333333; /* Для Firefox */
    -webkit-box-shadow: 0px 10px 30px #333333; /* Для Safari и Chrome */
    box-shadow: 0px 0px 30px #333333; /* Параметры тени */
}




.question_block .question {
	margin-bottom:20px;
}
.question_block .question p { 
	color:#5f7883;
	font-size:135%;
	margin-bottom:2px;
}
.result_block .block {
	margin-bottom:5px;
	
	padding: 2px 0px;
}
.result_block .block p {
	color:#555555;
	font-size:12px;
	margin:0px 0px 0px 0px;
}
.result_block .block .line .left {
	color:#5f7883;
	position:relative;
	right:10px;
	float:right;
	font-size:12px;
	padding:2px 0px 2px 0px;
	color:#fff;
}
.result_block .block .line .wrap td {
	font-size:0px;
	line-height:0px;
}
.result_block .block .line {
	border-collapse:collapse;
}
.result_block .block .line td {
	background-color:#e6ecf1;
	padding:0px;
	margin:0px;
	width:100%;
}
.result_block .block .line td.bg {
	border-right:1px solid #5E6A71;
}
.result_block .block .line td.num {
	white-space:nowrap;
	font-size:11px;
	width:100px;
	padding: 0px 5px;
	text-align:right;
}



	#ymaps-msc {width:100%;height:300px; border: 1px solid #ccc;}
	#ymaps-spb {width:100%;height:300px;}
	
	
	
	table.cabinet td {border-bottom: 1px solid #e6e6e6; padding: 1%;}
	table.cabinet td.checked {border-bottom: 1px solid #e6e6e6; padding: 1%; border-left: 2px solid #aa0101;}
	
	table.cabinet td input { padding: 4px; font-size: 110%;}
	table.cabinet td select { padding: 4px; font-size: 110%;}
	
.hide {color: #ccc;}
.hide * {color: #ccc;}	
		
	table.table1 		{border-collapse: collapse; border-spacing: 0;}
	td.top 				{padding: 4px; border: 1px solid #aa0101; background: #aa0101; color: #ffffff;}
	table.table1 td 	{padding: 4px; border: 1px solid #aa0101;}
	table.table1 td p	{margin: 0px; padding: 0px;}
	
		
	table.table 		{border-collapse: collapse; border-spacing: 0;}
	td.top 				{padding: 4px; border: 1px solid #aa0101; background: #aa0101; color: #ffffff;}
	table.table td 		{padding: 10px  4px  10px  4px; border-bottom: 1px solid #E6E6E6;}
	
.adv_green 	{padding: 5px 10px;  background: #99ff99;}
.adv_red 	{padding: 5px 10px; background: #ff9999;}
.blue 		{color: #6fc4ff; font-size: 130%; font-weight: bold;}


.sale {background: #aa0101; color: #fff !important;}
.sale a {color: #fff !important;}

#ys_div {
	border: 1px solid #cccccc; 
	padding: 7px; 
	position: absolute; 
	z-index: 10000; 
	top: 0px; 
	left: 0px; 
	display: none;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 10px #ccc;
}


.nophoto {
	width: 200px;
	height: 120px;
	border: 1px solid #ccc;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	
}


#closed{
   top: 290px; /*высота шапки в пикселях*/
   position: fixed;
   z-index: 1000;
   
   background: #aa0101;
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */

   color: #fff;
   font-size: 130%;
   padding: 1% 2%;
}
.citylist {background: #efefef; font-size: 80%; color: #666; padding: 2px 4px;}

.hover:hover td	{ border-bottom: 1px solid #000; border-top: 1px solid #000;}


.bigpicblock {
	height:300px; 
	
	
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: 50% 50%;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.bigpicblock a {
	display: block;
	padding: 2%;
	color: #fff;
	font-size: 140%;
	text-decoration: none;
	line-height: 1.2;
}
.bigpicblock a.studio {
	background: rgba(255, 255, 255, 0);
	height: 25%;
	text-shadow: 1px 1px 2px #000;
}
.bigpicblock:hover {
	
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5); /* Параметры тени */


}

.bigpicblock:hover a.studio {
	background: rgba(255, 255, 255, 0.4);
	color: #000;
	text-shadow: 1px 1px 2px #ccc;
}
.bigpicblock:hover a.studio:hover {
	text-decoration: underline;
	text-shadow: 1px 1px 2px #fff;
}


.slogo img {
	width: 100%;
	max-width: 150px;
}


.caterme {
	margin: 1rem 0;
}

.caterme .h2 {
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
	margin:0;
}
.caterme .h3 {
	color: #999;
	font-size: 1rem;
	font-weight: 600;
	margin: 0.5rem 0;
}

.caterme .small {
	font-size: 10px;
	color: #999;
}
.cater {
	color: rgb(72, 170, 127);
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: bold;
}

a.reLogin {
	color: #000;
}




@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.png') center no-repeat;
	background-size: cover;
}
.spb_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/mapspb.png') center no-repeat;
	background-size: cover;

}




.my_curve{
	position: relative;
	width: 100%;
}
.my_curve__control{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 2rem;
	padding: 1rem;
	background:#f9f9f9;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.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;
	background: #fff;
}
.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;
}









.input-file {

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

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

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

.input-load span {
	background: #efefef;
	float: right;
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
	margin-right: -0.5rem;
	padding: 0.5rem;
	border-left: 1px solid #F8F8F8;
	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;


}

button.close {
	border: none !important;
	background: #fff !important;
}

button.close  span {
	font-size: 2rem;
	line-height: 1rem;
}





@media (min-width: 992px) {

	.collapselg .collapse {
		display: block;	
	} 

}

#filterPopup {
	text-align: center;
	padding: 10px;
	background: #666d77;
	color: #fff;
	font-size: 1.2rem;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.filter-count {
	position: static;
}

.filter-container {
}

.filter-container.closed {
	animation-name: slideDown;
    -webkit-animation-name: slideDown; 
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease; 
    -webkit-animation-timing-function: ease;
}

.filter-container.show {
	padding: 10px;

	display: block;
    animation-name: slideUp;
    -webkit-animation-name: slideUp; 
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease; 
    -webkit-animation-timing-function: ease;
    visibility: visible !important;       
}

@keyframes slideUp {
    0% { transform: translateY(100%);}
    100% { transform: translateY(0%);   } 
}
@-webkit-keyframes slideUp {
    0% { -webkit-transform: translateY(100%); }
   100% { -webkit-transform: translateY(0%); } 
}

@keyframes slideDown {
    0% { transform: translateY(0%);}
    100% { transform: translateY(100%);   } 
}
@-webkit-keyframes slideDown {
    0% { -webkit-transform: translateY(0%); }
   100% { -webkit-transform: translateY(100%); } 
}
	
	


@media (max-width: 992px) {
	.filter-container {
		display: none;
		background: #fff;
		
		position: fixed;
		top: 0;
		left: 0;
		height: calc(100% - 50px); 
		overflow-y: auto;
		width: 100%;
		z-index: 500;
		-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;

		
	}	
	
	
	.filter-count {
		position: fixed;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 1030;
	    background: #efefef;
	    height: 50px;
    
	
	}
}

.page-link {
	color: #aa0101;
}
.page-item.active .page-link {
    background-color: #aa0101;
    border-color: #aa0101;
}

@media (max-width: 992px) {
	.navbar-studio .nav-link {
		font-size: 1.3rem;
	}
}
.navbar-brand
{
	font-size: 1rem;
	border-left: 1px solid #666;
	padding-left: 1rem;
	padding-right: 1rem;
}



 
   

.messanger {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 350px;
	font-size: 0.9rem;
	max-height: 750px;
	min-height: 400px;
	height: 100%;
	background: #F2F2F2;
	text-align:left;
	-moz-box-shadow: -5px -5px 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: -5px -5px 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: -5px -5px 10px rgba(0,0,0,0.5); /* Параметры тени */
}


.messanger.minimize {
	min-height: 50px;
	height: 50px;

}


.messanger-archive {
	position: static !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100% !important;
	max-width: 100%;
	max-height: 100%;
	min-height: 450px;
	height: 100%;
	background: #F2F2F2;
	
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */

}

.m_header {
	background: #aa0101;
	color: #fff;
	padding: 10px 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */

}

.m_header a {
	float: right;
	
}

.m_body {
	height: 100%;
	flex:  3 1 400px;
	overflow-y: auto;
	scroll-snap-type: y mandatory;
}

.m_users {
	display: flex;
	background: #F2F2F2;
	padding: 0.5rem 1rem;
	align-items: center;
}


.m_users a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	border: 2px solid #fff;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	
	-moz-box-shadow: 0px 1px 1px #ccc; /* Для Firefox */
    -webkit-box-shadow: 0px 1px 1px #ccc; /* Для Safari и Chrome */
    box-shadow: 0px 1px 1px #ccc; /* Параметры тени */

	margin-right: 1rem;
	padding: 1.5rem;
}

.m_users a span {
	display: block;
	padding: 5px;
	color: #aa0101;
	position: absolute;
	background: rgba(255 ,255, 255, 0.5);
	margin-top: 25px;
	margin-left: 25px;
	
	border-radius: 100%;
	font-size: 12px;
	font-weight: 800;
}

.m_users a.active {
	
	height: 55px;
	width: 55px;
	border-radius: 60px;
	border: 4px solid #aa0101;


}

.m_currchat {
	background: rgba(71, 182, 244, 0.1);
	padding: 0.2rem 1rem 0 0.5rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.m_currchat a {
	display: flex;
	text-decoration: none !important;
	font-weight: 600;
	line-height: 1.3;
}

.m_currchat a:hover{
	text-decoration: none !important;
}

.m_currchat a span {
	display: inline-block;
	height: 65px;
	width: 65px;
	border-radius: 60px;
	border: 6px solid #fff;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0.5rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	
}
.m_currchat div {
	margin-top: 16px;
	font-size: 1.2rem;
	margin-left: 1rem;
}
.m_currchat div small {
	display: block;
	font-size: 11px;
	color: #ccc;
}

.m_body>div {
    position: relative;
	background: #fff;
	padding: 0.7rem 1rem 0.2rem 1rem;
	margin: 1.5rem  2.5rem 1.5rem 1.5rem;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  	hyphens: auto;
	word-wrap: break-word;
}

.m_body>div:last-child {

    scroll-snap-align: end;
}
.m_body>div::after {
    content: ''; 
    position: absolute;
    right: -30px; bottom: 10px;
    border: 10px solid transparent;
    border-left: 20px solid #fff;

  }

.m_body .date {
	font-size: 11px;
	color: #ccc;
	text-align:right;
}


div.mypost {
	margin-left: 2.5rem;
	margin-right: 1rem;
	white-space: pre-line;
}
div.mypost::before {
    content: ''; 
    position: absolute;
    left: -30px; top: 15px;
    border: 10px solid transparent;
    border-right: 20px solid #fff;
   }
div.mypost::after {
	display: none;
}

.m_text {
	background: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #eee;
	margin-top: 1rem;

}

.m_text textarea {
	padding: 1rem;
	border: none;
	width: 100%;
	height: 100px;
}



.m_footer a {
	display: block;
	background: #aa0101;
	color: #fff;
	text-decoration: none !important;
	text-align: center;
	font-size: 1.2rem;
	padding: 1rem;
	font-weight: 600;
	
}
.m_footer a:hover {
	color: #FD8300;
	text-decoration: none !important;

}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}



.greyscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}







.toggler {margin-bottom: .1rem;}
/* для элемента input c type="checkbox" */
.toggler>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.toggler>span {
  display: inline-flex;
}
/* создание в label псевдоэлемента before со следующими стилями */
.toggler>span::before {
  font-family: 'FontAwesome';
  content: "\f096"; 
  font-size: 1.1rem;
  display: inline-block;
  width: 1.4rem;
  color: #666;
  transition-duration: 0.2s;
  
}
/* стили для чекбокса, находящегося в состоянии checked */
.toggler>input:checked+span::before {
  content: "\f14a"; 
	transition-duration: 0.2s;
	color: #aa0101;
}
.toggler>input[type=radio]+span::before {
  content: "\f10c"; 
	transition-duration: 0.2s;
	color: #666;
}
.toggler>input[type=radio]:checked+span::before {
  content: "\f192"; 
	transition-duration: 0.2s;
	color: #aa0101;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.toggler>input:disabled+span::before {
  background-color: #e9ecef;
}



.form-check-input:checked {
    background-color: #aa0101;
    border-color: #aa0101;
    outline: none;
}

.form-check-input:focus {
    border-color: #aa0101;
    outline: 0;
    box-shadow: 0 0 4px 3px #edcbcb;
  }