﻿.admin {
  margin-top: 80px; }
  .admin__title {
    border-bottom: solid 1px red;
    overflow: hidden;
    padding-bottom: 7px;
    font-size: 23px; }
    .admin__title .icon {
      margin-top: -2px; }
  .admin__body {
    margin: 23px 0 !important; }
    @media  (min-width: 800px) {
      .admin__body {
        margin: 53px 0 !important; } }
  .admin label {
    line-height: 22px; }
  .admin .label {
    padding-right: 2% !important; }
    .admin .label input, .admin .label select, .admin .label textarea {
      margin-top: 4px; }
  .admin .textarea {
    width: 100%;
    min-height: 140px;
    resize: vertical;
    margin-bottom: 40px; }
  .admin .tarif .left {
    width: 33%; }
  .admin .tarif .value {
    padding-right: 2%; }
  .admin .tarif input {
    margin: 4px 0 !important; }
  .admin .preference {
    border: solid 1px #CC1042;
    margin-right: 1% !important;
    padding: 20px;
    margin-bottom: 40px; }
    .admin .preference__block {
      width: 100% !important; }
      @media  (min-width: 400px) {
        .admin .preference__block {
          width: 50% !important; } }
      @media  (min-width: 600px) {
        .admin .preference__block {
          width: 33% !important; } }
      @media  (min-width: 800px) {
        .admin .preference__block {
          width: 33% !important; } }
      @media  (min-width: 1024px) {
        .admin .preference__block {
          width: 50% !important; } }
      @media  (min-width: 1300px) {
        .admin .preference__block {
          width: 33% !important; } }
    .admin .preference__block__item {
      height: 20px; }
    .admin .preference input[type=checkbox], .admin .preference input[type=radio] {
      margin-bottom: 0 !important; }

.services a {
  color: #000; }

.breadcrumbs {
  padding: 10px 0 !important;
  overflow: hidden;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0 0 10px 0; }
  .breadcrumbs .icon {
    margin-top: -3px; }
    .breadcrumbs .icon:before {
      color: #DADADA; }
  .breadcrumbs li {
    display: inline;
    float: none;
    list-style-type: none;
    padding: 0 10px 0 0;
    width: auto;
    font-size: 16px;
    color: #DADADA; }
    .breadcrumbs li a {
      color: #DADADA;
      text-decoration: none; }
    .breadcrumbs li:after {
      content: "/";
      margin-left: 10px;
      padding: 0 10px 0 0; }
    .breadcrumbs li:nth-last-of-type(1):after {
      content: ""; }

.cabinet {
  /* &__block{
		ul{
			padding-left: 0;
		}
		&__title{
			font-size: 16px;
			margin-bottom: 16px;
		}
		&__body{
			font-size: 15px;
			margin-bottom: 30px;
			list-style-type: none;
			
			a{
				text-decoration: none;
				cursor: pointer;
				&.active{
					color: #CC1042;
				}
				&:hover{
					opacity: 0.8;
				}
			}
		}
	} */ }
  .cabinet__title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 37px; }
    .cabinet__title .icon {
      margin-top: 5px; }

/* === Cards Grid Layout === */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0; }
@media (min-width: 480px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; } }
@media (min-width: 800px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px; } }

.card_element {
  list-style: none;
  width: 100% !important; }

a.card-link {
  text-decoration: none;
  color: inherit;
  display: block; }

.card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a2e;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  aspect-ratio: 3/4; }
  .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(204,16,66,0.3); }

.card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .card__image .good {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: url(/img/good.webp) no-repeat center;
    background-size: contain;
    z-index: 3;
    display: block; }

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 14px 14px;
  text-align: left;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
  color: #fff;
  z-index: 2; }

.card__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5); }

.card__metro {
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.9; }
  .card__metro b {
    color: inherit !important;
    font-weight: 400; }
  .card__metro img {
    width: 14px !important;
    height: 12px !important;
    vertical-align: middle;
    margin-right: 3px;
    filter: brightness(0) invert(1);
    display: inline !important; }

.card__params {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 11px;
  margin-bottom: 6px;
  opacity: 0.85; }
  .card__params span {
    background: rgba(255,255,255,0.15);
    padding: 2px 7px;
    border-radius: 10px;
    white-space: nowrap; }

.card__price {
  font-size: 16px;
  font-weight: 700;
  color: #ff4d6d;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5); }

.footer {
  margin-top: 20px; }
  .footer__menu {
    padding: 0;
    text-align: left;
    border-top: solid 1px #000; }
    .footer__menu__item {
      display: inline-block;
      list-style-type: none;
      color: #8A8A8A;
      text-transform: uppercase;
      font-size: 11px;
      padding: 10px 4px 10px;
      margin-right: 0;
      width: 100%; }
      @media  (min-width: 1024px) {
        .footer__menu__item {
          padding: 30px 10px 10px;
          margin-right: 23px;
          width: auto; } }
      @media  (min-width: 1300px) {
        .footer__menu__item {
          margin-right: 53px; } }
      .footer__menu__item--right {
        text-align: left;
        float: left;
        margin-right: 0;
        padding-right: 4px;
        padding-top: 15px; }
        @media  (min-width: 1024px) {
          .footer__menu__item--right {
            text-align: right;
            float: right;
            padding-top: 30px; } }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media  (min-width: 600px)  and (max-width: 766px) {
    .container {
      max-width: 580px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
@media  (min-width: 767px) and (max-width: 979px) {
    .container {
      max-width: 760px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; }
}
		}
  @media  (min-width: 1023px) {
    .container {
      max-width: 984px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media  (min-width: 1300px) {
    .container {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media  (min-width: 1560px) {
    .container {
      max-width: 1460px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }

/* .span1--offset{
	margin: 0 !important;
} */
/* 
@for $i from 1 through $max-columns {
	.span0 {
		@include span(12);
		padding: 0;
		@include breakpoint($x-small){
			padding-left: 2%;
		}
		box-sizing: border-box;
		@include breakpoint($middle){
			@include span($i of $max-columns);
		}
	}
}

@for $i from 1 through $max-columns {
	.span0--offset {
		margin-left: 0 !important;
		@include breakpoint($x-large){
			margin-left: span($i of $max-columns) !important;
		}
	}
} */
.span1 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span1 {
      box-sizing: border-box;
      width: 8.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.span2 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span2 {
      box-sizing: border-box;
      width: 16.66667%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.span3 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span3 {
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.span4 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span4 {
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.span5 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span5 {
      box-sizing: border-box;
      width: 41.66667%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }


    .span6 {
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } 

.span7 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span7 {
      box-sizing: border-box;
      width: 58.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.span8 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span8 {
      box-sizing: border-box;
      width: 66.66667%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.span9 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span9 {
      box-sizing: border-box;
      width: 75%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.span10 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span10 {
      box-sizing: border-box;
      width: 83.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.span11 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span11 {
      box-sizing: border-box;
      width: 91.66667%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.span12 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media  (min-width: 1024px) {
    .span12 {
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

@media  (min-width: 1024px) {
  .span1--offset {
    margin-left: 8.33333% !important; }
  .span1--offset-right {
    margin-right: 8.33333% !important; } }

@media  (min-width: 1024px) {
  .span2--offset {
    margin-left: 0% !important; }
  .span2--offset-right {
    margin-right: 0% !important; } }

@media  (min-width: 1024px) {
  .span3--offset {
    margin-left: 25% !important; }
  .span3--offset-right {
    margin-right: 25% !important; } }

@media  (min-width: 1024px) {
  .span4--offset {
    margin-left: 33.33333% !important; }
  .span4--offset-right {
    margin-right: 33.33333% !important; } }

@media  (min-width: 1024px) {
  .span5--offset {
    margin-left: 41.66667% !important; }
  .span5--offset-right {
    margin-right: 41.66667% !important; } }

@media  (min-width: 1024px) {
  .span6--offset {
    margin-left: 50% !important; }
  .span6--offset-right {
    margin-right: 50% !important; } }

@media  (min-width: 1024px) {
  .span7--offset {
    margin-left: 58.33333% !important; }
  .span7--offset-right {
    margin-right: 58.33333% !important; } }

@media  (min-width: 1024px) {
  .span8--offset {
    margin-left: 66.66667% !important; }
  .span8--offset-right {
    margin-right: 66.66667% !important; } }

@media  (min-width: 1024px) {
  .span9--offset {
    margin-left: 75% !important; }
  .span9--offset-right {
    margin-right: 75% !important; } }

@media  (min-width: 1024px) {
  .span10--offset {
    margin-left: 83.33333% !important; }
  .span10--offset-right {
    margin-right: 83.33333% !important; } }

@media  (min-width: 1024px) {
  .span11--offset {
    margin-left: 91.66667% !important; }
  .span11--offset-right {
    margin-right: 91.66667% !important; } }

@media  (min-width: 1024px) {
  .span12--offset {
    margin-left: 100% !important; }
  .span12--offset-right {
    margin-right: 100% !important; } }

/* 
.span3{
	width: 100%;
	@include breakpoint($middle){
		width: span(4);
		padding-right: 4% !important;
	}
	@include breakpoint($x-middle){
		padding-right: 4% !important;
	}
	@include breakpoint($x-large){
		width: span(3);
	}
}

.span2{
	width: 100%;
	@include breakpoint($middle){
		width: span(3);
		&.span1--offset{
			padding-left: 4% !important;
		}
	}
	@include breakpoint($x-middle){
		&.span1--offset{
			padding-left: 4% !important;
		}
	}
	@include breakpoint($x-large){
		width: span(2);
		&.span1--offset{
			padding-left: 0% !important;
		}
	}
}



.span8{
	padding-left: 0 !important;
	@include breakpoint($x-small){
		padding-left: 4% !important;
	}
	@include breakpoint($large){
		padding-left: 0 !important;
	}
}
 */
/* .span6{
	@include breakpoint($middle){
		width: span(12);
	}
	@include breakpoint($large){
		width: span(6);
	}
} */
.span--no-padding {
  padding: 0 !important; }

.row {
  width: 100%;
  clear: both; }

.row--centered {
  text-align: center; }

.header {
  padding: 10px 0; }
  @media  (min-width: 1024px) {
    .header {
      padding: 32px 0 10px; } }
  @media  (min-width: 1300px) {
    .header {
      padding: 32px 0 20px; } }
  @media  (min-width: 1560px) {
    .header {
      padding: 32px 0 50px; } }
  .header__logo {
    float: left;
    width: 100%; }
    @media  (min-width: 600px) {
      .header__logo {
        width: 50%;
        margin: 0 auto;
        float: none; } }
    @media  (min-width: 1024px) {
      .header__logo {
        width: 460px;
        float: left; } }
    @media  (min-width: 1300px) {
      .header__logo {
        width: 520px; } }
    .header__logo img {
      width: 100%; }
  .header__menu {
    display: table;
    /* height: 110px; */
    padding: 20px 0 0;
    margin: 0; }
    @media  (min-width: 600px) {
      .header__menu {
        height: 40px;
        margin: 0 auto;
        float: none; } }
    @media  (min-width: 1024px) {
      .header__menu {
        height: 74px;
        float: right; } }
    .header__menu__item {
      color: #CC1043;
      /* display: table-cell; */
      display: block;
      width: 100%;
      height: 20px !important;
      display: block;
      padding: 10px 0;
      vertical-align: bottom;
      list-style-type: none;
      height: 100%;
      padding-bottom: 22px; }
      @media  (min-width: 0) {
        .header__menu__item {
          width: 100%; } }
      @media  (min-width: 600px) {
        .header__menu__item {
          padding-left: 30px; } }
      @media  (min-width: 800px) {
        .header__menu__item {
          padding-left: 50px; } }
      @media  (min-width: 1024px) {
        .header__menu__item {
          padding-left: 50px; } }
      @media  (min-width: 1300px) {
        .header__menu__item {
          padding-left: 80px; } }
      @media  (min-width: 1560px) {
        .header__menu__item {
          padding-left: 100px; } }
      .header__menu__item a {
        cursor: pointer; }
      .header__menu__item .exit {
        color: #000; }
      .header__menu__item--login {
        padding-bottom: 0; }
      .header__menu__item .icon:before {
        font-size: 16px; }

@font-face {
	font-family: "my_icon_font";
	src: url('/assets/fonts/my_icon_font.eot');
	src: url('/assets/fonts/my_icon_font.eot#iefix') format('eot'),
		url('/assets/fonts/my_icon_font.woff') format('woff'),
		url('/assets/fonts/my_icon_font.ttf') format('truetype'),
		url('/assets/fonts/my_icon_font.svg#my_icon_font') format('svg');
}

.icon:before {
	font-family: "my_icon_font";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	color: #CC1043;
	display: block;
	width: 16px;
	height: 16px;
	font-size: 20px;
}

.icon.left{
	float: left;
	margin-right: 12px;
}
.icon.right{
	float: right;
	margin-left: 12px;
}


.icon-calendar:before, .icon.calendar:before {
	content: "\";
}

.icon-cam:before, .icon.cam:before {
	content: "\";
}

.icon-check:before, .icon.check:before {
	content: "\";
}

.icon-earth:before, .icon.earth:before {
	content: "\";
}

.icon-heart:before, .icon.heart:before {
	content: "\";
}

.icon-map:before, .icon.map:before {
	content: "\";
}

.icon-pencil:before, .icon.pencil:before {
	content: "\";
}

.icon-photo:before, .icon.photo:before {
	content: "\";
}

.icon-recycle:before, .icon.recycle:before {
	content: "\";
}

.icon-user:before, .icon.user:before {
	content: "\";
}
input, select {
  height: 29px;
  width: 100%;
  border: solid 1px #DADADA;
  padding: 7px 10px;
  box-sizing: border-box;
  margin-bottom: 17px !important; }

input {
  padding: 7px 10px; }

select {
  padding: 4px 10px; }
  select.multiple {
    height: 140px; }

input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: 20px;
  padding: 0;
  margin-bottom: 22px !important;
  float: left;
  margin-right: 13px; }
.services__block__body input[type="checkbox"] {
    width: auto;
    height: 13px;
    display: inline-block;
    line-height: 16px;
    padding: 0;
    margin-bottom: 22px !important;
    float: none;
    margin-right: 13px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
select {
  margin-bottom: 32px !important; }

input[type="submit"], .btn {
  display: block;
  border: solid 1px #CC1042;
  background: #fff;
  color: #CC1042;
  width: 100%;
  height: 40px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  cursor: pointer; }

a.btn {
  line-height: 36px;
  text-decoration: none; }

label {
  font-size: 12px; }

.list {
	    width: 60%;
  margin: 0;
  padding: 0;
  padding-top: 12px; }
  		   @media  (min-width: 767px) and (max-width: 979px) {
.list {
	width: 45%;
}
		  }
  .list ul {
    margin: 0;
    padding: 0; }
  .list .cards-grid {
    margin: 0;
    padding: 0; }
  .list__item {
    display: block;
    list-style-type: none; }

.pagination {
  display: inline-block;
  padding: 15px 0 !important; }
  .pagination li, .pagination__item {
    display: table-cell;
    width: 32px;
    vertical-align: middle;
    height: 32px;
    background: #fff;
    border: solid 1px #DDD;
    color: #565656;
    cursor: pointer; }
    .pagination li span, .pagination li .item, .pagination__item span, .pagination__item .item {
      display: inline;
      vertical-align: middle;
      text-align: center; }
  .pagination li.active, .pagination--active {
    background: #FF1752;
    color: #FFF;
    border-color: #FF1752; }

.banner--large {
  padding-left: 12px;
  width: 722px;
  height: 186px; }

.mainmenu {
  padding: 0;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-bottom: 16px; }
  @media  (min-width: 1024px) {
    .mainmenu {
      margin-bottom: 36px; } }
  @media  (min-width: 1300px) {
    .mainmenu {
      margin-bottom: 36px; } }
  @media  (min-width: 1560px) {
    .mainmenu {
      margin-bottom: 66px; } }
  .mainmenu__item {
    display: inline-block;
    list-style-type: none;
    padding: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box; }
    @media  (min-width: 600px) {
      .mainmenu__item {
        padding: 20px 10px;
        width: auto; } }
    @media  (min-width: 1024px) {
      .mainmenu__item {
        margin: 0 22px;
        padding: 20px; } }
    @media  (min-width: 1300px) {
      .mainmenu__item {
            margin: 0 50px;} }
    @media  (min-width: 1560px) {
      .mainmenu__item {
        margin: 0 75px; } }
    .mainmenu__item a {
      color: #8A8A8A;
      text-transform: uppercase;
      font-size: 22px;
      text-decoration: none; }
      .mainmenu__item.active a {
        color: #000; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.sidebar--left {
	    width: 20%;
    padding-right: 10px !important;
  /* padding-left: 1.5% !important; */
  padding-top: 25px !important;
  /* padding-right: 0% !important;
		@include breakpoint($large){
			padding-right: 5% !important;
		}
		@include breakpoint($x-large){
			padding-right: 0% !important; 
		} */ }

.sidebar--right {
	width: 20%;
    padding-left: 10px !important;
}
		  @media  (min-width: 767px) and (max-width: 979px) {
			  .sidebar--left, .sidebar--right {
				      width: 27%;
			  }
		  }
.select {
  margin-bottom: 37px; }

.search {
  margin-bottom: 26px; }
  @media  (min-width: 800px) {
    .search {
      margin-bottom: 76px; } }
  .search__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 32px; }
    @media  (min-width: 600px) {
      .search__title {
        font-size: 16px; } }
    @media  (min-width: 1024px) {
      .search__title {
        font-size: 18px; } }
    @media  (min-width: 1300px) {
      .search__title {
        font-size: 18px; } }
    @media  (min-width: 1560px) {
      .search__title {
        font-size: 24px; } }
    .search__title .icon {
      margin-top: 0;
      /* @include breakpoint($x-large){
				margin-top: 5px;
			} */ }
  .search__body ul {
    padding: 0;
    margin-bottom: 38px; }
  .search__body li {
    list-style-type: none;
    display: block;
    overflow: hidden; }
  .search__body .left {
    float: left;
    width: auto;
    font-size: 12px;
    padding-top: 7px; }
    @media  (min-width: 600px) {
      .search__body .left {
        width: 100%; } }
    @media  (min-width: 1024px) {
      .search__body .left {
        width: auto; } }
  .search__body .right {
    float: right;
    margin-top: 0;
    font-size: 14px;
    margin-right: 0px; }
    @media  (min-width: 600px) {
      .search__body .right {
        margin-top: 4px;
        float: left; } }
    @media  (min-width: 1024px) {
      .search__body .right {
        float: right;
        margin-top: 0; } }
    @media  (min-width: 1024px) {
      .search__body .right {
        margin-right: -4px; } }
    @media  (min-width: 1300px) {
      .search__body .right {
        margin-right: -6px; } }
    @media  (min-width: 1560px) {
      .search__body .right {
        margin-right: -10px; } }

.inputsrange {
  text-align: right;
  margin-bottom: 7px; }
  .inputsrange p {
    margin: 0; }
  .inputsrange input {
    width: 45px;
    display: inline;
    margin-bottom: 0 !important;
    padding: 7px 2px;
    margin: 0 10px; }
    @media  (min-width: 1024px) {
      .inputsrange input {
        margin: 0 4px; } }
    @media  (min-width: 1300px) {
      .inputsrange input {
        margin: 0 6px; } }
    @media  (min-width: 1560px) {
      .inputsrange input {
        margin: 0 10px; } }
  .inputsrange.slider {
    width: 57%;
    padding-right: 16px;
    float: right; }
    @media  (min-width: 600px) {
      .inputsrange.slider {
        float: left; } }
    @media  (min-width: 1024px) {
      .inputsrange.slider {
        float: right; } }

.services__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 37px; }
  @media  (min-width: 600px) {
    .services__title {
      font-size: 16px; } }
  @media  (min-width: 1024px) {
    .services__title {
      font-size: 18px; } }
  @media  (min-width: 1300px) {
    .services__title {
      font-size: 18px; } }
  @media  (min-width: 1560px) {
    .services__title {
      font-size: 24px; } }
  .services__title .icon {
    margin-top: 0;
    /* @include breakpoint($x-large){
				margin-top: 5px;
			} */ }
.services__block ul {
  padding-left: 0; }
.services__block__title {
  font-size: 16px;
  margin-bottom: 16px; }
  .services__block__title .icon:before {
    font-size: 16px; }
.services__block__body {
  font-size: 15px;
  margin-bottom: 30px;
  list-style-type: none; }
  .services__block__body input[type="checkbox"] {
	overflow: hidden;
    width: 0px;
	margin-right: 0px;
  }
  .services__block__body li {
      height: 20px;
  }
  .services__block__body label {
    text-decoration: none;
    cursor: pointer;
    color: #A5A3A3;	
	    font-size: 15px;}
    .services__block__body label.active {
      color: #CC1042; }
    .services__block__body label:hover {
      opacity: 0.8; }

.auth {
  margin-top: 21px;
  margin-bottom: 26px; }
  @media  (min-width: 800px) {
    .auth {
      margin-bottom: 116px; } }
  .auth__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 32px; }
    @media  (min-width: 600px) {
      .auth__title {
        font-size: 16px; } }
    @media  (min-width: 1024px) {
      .auth__title {
        font-size: 18px; } }
    @media  (min-width: 1300px) {
      .auth__title {
        font-size: 18px; } }
    @media  (min-width: 1560px) {
      .auth__title {
        font-size: 24px; } }
    .auth__title .name {
      color: #CC1042; }
    .auth__title a {
      cursor: pointer; }
    .auth__title .icon {
      margin-top: 0;
      /* @include breakpoint($x-large){
				margin-top: 5px;
			} */ }
  .auth__body__restore a, .auth__body__state a {
    color: #CCC;
    font-size: 12px; }
  .auth__body__restore {
    text-align: right;
    float: right; }
  .auth__body__state {
    text-align: center;
    cursor: pointer; }

.newuser {
  margin-bottom: 112px; }
  .newuser__title {
        font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 36px; }
    .newuser__title .icon {
      margin-top: 0;
      /* @include breakpoint($x-large){
				margin-top: 5px;
			} */ }

.baners {
  padding-left: 0; }
  .baners li {
    list-style-type: none; }
  .baners .baner {
    margin-bottom: 10px;
    width: 240px; }
    .baners .baner img {
      width: 100%;
      height: auto; }
    .baners .baner--null {
      height: 20px; }
    .baners .baner--small {
      height: 120px; }
    .baners .baner--middle {
      height: 240px; }

slider, [slider] {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 100%;
  margin: 10px 5px 25px 5px;
  vertical-align: middle; }
  slider div, [slider] div {
    white-space: nowrap;
    position: absolute; }
    slider div.bar, [slider] div.bar {
      width: 100%;
      height: 100%;
      border-radius: 7px;
      background: #444;
      overflow: hidden; }
      slider div.bar .selection, [slider] div.bar .selection {
        width: 0%;
        height: 100%;
        background: #CC1042; }
    slider div.handle, [slider] div.handle {
      cursor: pointer;
      width: 20px;
      height: 20px;
      top: -8px;
      background-color: #fff;
      border: 1px solid #000;
      z-index: 2;
      border-radius: 100%; }
      slider div.handle:after, [slider] div.handle:after {
        content: '';
        background-color: #777;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 6px;
        left: 6px;
        border-radius: 100%; }
        slider div.handle:after:hover, [slider] div.handle:after:hover {
          background-color: #000; }
      slider div.handle.active:after, [slider] div.handle.active:after {
        background-color: #CC1042; }
    slider div.bubble, [slider] div.bubble {
      /* display: none; */
      cursor: default;
      top: 16px;
      padding: 1px 3px 1px 3px;
      font-size: 0.7em;
      font-family: sans-serif; }
      slider div.bubble.active, [slider] div.bubble.active {
        display: inline-block; }
      slider div.bubble.limit, [slider] div.bubble.limit {
        display: none;
        color: #777; }

@import url(https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic,latin);
html, body {
  height: 100%; }

body {
  background: #fff url(/assets/img/preloader.gif) center center no-repeat;
  overflow: scroll;
  overflow-x: hidden;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif; }

li {
  list-style-type: none; }

#wrapper {
  opacity: 0;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }


/* === Profile Page === */
.view {
    margin-top: 20px; }
  .view__title {
    border-bottom: 2px solid #CC1042;
    overflow: hidden;
    padding: 14px 0 12px;
    margin-bottom: 8px;
    background: none;
    border-radius: 0; }
    .view__title .icon {
      margin-top: -2px; }
    .view__title__name {
      font-size: 28px;
      font-weight: 700;
      float: left;
      margin-right: 20px;
      color: #222; }
      @media (max-width: 479px) {
        .view__title__name {
          float: none;
          font-size: 24px;
          margin-right: 0;
          margin-bottom: 4px; } }
    .view__title__phone {
      float: left;
      font-size: 22px; }
      @media (max-width: 479px) {
        .view__title__phone {
          float: none;
          font-size: 20px;
          margin-bottom: 4px; } }
      .view__title__phone a {
        color: #CC1042 !important;
        text-decoration: none;
        font-weight: 600; }
        .view__title__phone a:hover {
          text-decoration: underline; }
    .view__title__active {
      float: left;
      font-size: 14px;
      line-height: 30px;
      color: #2ea44f;
      margin-left: 12px;
      font-weight: 500; }
      @media (max-width: 479px) {
        .view__title__active {
          float: none;
          margin-left: 0; } }
      @media  (min-width: 1300px) {
        .view__title__active {
          float: right; } }
      .view__title__active .icon:before {
        color: #2ea44f !important; }
  .view__body {
    margin: 16px 0 !important; }
    @media  (min-width: 800px) {
      .view__body {
        margin: 24px 0 !important; } }
  .view__images {
    padding: 0 !important;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px; }
    .view__images li:first-child {
      grid-column: 1 / -1; }
    .view__images li:first-child img {
      max-height: 500px;
      object-fit: cover;
      object-position: top center; }
    @media (min-width: 480px) {
      .view__images {
        grid-template-columns: repeat(2, 1fr); }
      .view__images li:first-child {
        grid-column: 1 / -1; } }
    .view__images img {
      margin-bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.2s, opacity 0.2s; }
      .view__images img:hover {
        opacity: 0.85;
        transform: scale(1.02); }
  .view__info {
    font-size: 15px;
    padding-left: 2% !important;
    padding-right: 0 !important;
    line-height: 20px; }
    @media  (min-width: 1300px) {
      .view__info {
        padding: 0 35px; } }
    .view__info p, .view__info ul {
      margin: 0;
      padding: 0;
      text-align: left; }
    .view__info .value {
      color: #555;
      text-align: right;
      font-weight: 500; }
    .view__info__item {
      font-size: 15px;
      list-style-type: none;
      overflow: hidden;
      padding: 8px 0;
      border-bottom: 1px solid #f0f0f0; }
      .view__info__item .span4, .view__info__item .span8 {
        width: 50% !important; }
      .view__info__item .span4 {
        color: #888;
        font-size: 14px; }
    .view__info__desc {
      margin-bottom: 30px;
      margin-top: 16px;
      padding: 16px;
      background: #f9f5f7;
      border-radius: 10px;
      font-size: 14px;
      line-height: 1.5;
      color: #444; }
    .view__info__desc:empty {
      display: none; }

/* === Tariff Block === */
.tarif {
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px; }
  .tarif__title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #CC1042;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px; }
  .tarif__body {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #333; }
    .tarif__body table {
      width: 100%; }
    .tarif__body td {
      padding: 12px 6px;
      border-bottom: 1px solid #f0f0f0; }
    .tarif__body tr:last-child td {
      border-bottom: none; }
    .tarif__body tr:hover td {
      background: #fdf5f7; }
    .tarif__body .left {
      text-align: left;
      color: #555;
      font-weight: 500; }
    .tarif__body .light {
      color: #999;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600; }
    .tarif__body .value {
      color: #CC1042;
      text-align: center;
      font-weight: 700;
      font-size: 18px; }

/* === Preferences Block === */
.preference {
  padding: 0;
  margin-bottom: 30px; }
  .preference__title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center; }
  .preference__body {
    overflow: hidden;
    margin-bottom: 16px; }
  .preference__block__title {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .preference__block__body {
    padding: 0 !important;
    margin-bottom: 14px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center; }
  .preference__block__item {
    font-size: 13px;
    color: #858585;
    display: none; }
    .preference__block__item.active {
      color: #CC1042;
      font-size: 13px;
      display: inline-block;
      padding: 6px 14px;
      border: 1px solid #CC1042;
      border-radius: 20px;
      margin: 0;
      background: rgba(204,16,66,0.06);
      font-weight: 500;
      transition: background 0.2s, color 0.2s; }
      .preference__block__item.active:hover {
        background: #CC1042;
        color: #fff; }

/*# sourceMappingURL=style.css.map */

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.glyphicon-refresh:before {
  content: "\e031";
}
#load_ajax {
    position: fixed;
    text-align: center;
	background: #fff url(/assets/img/preloader.gif) center center no-repeat;
    padding: 22px;
    margin-left: 15px;
    margin-right: 15px;
	bottom: 50%;
    border-radius: 4px;
}
#load_ajax i {
	display: none;
    z-index: 100;
	color: #000;
     font-size: 25px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.ng-scope .panel .btn {
	float: right;
    width: auto;
    display: inline-block;
    margin-top: -35px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

.usl_filter_big {
    margin-top: 5px;
	list-style: none;
    padding-left: 0px;
    margin-bottom: -10px;
}
.usl_filter_big li { 
	line-height: 20px;
    padding-left: 45px;
    display: inline-block;
    width: 32%;
    margin-bottom: -20px;
}
.usl_filter_big li input[type="checkbox"]{
    margin-top: 4px;
}
.usl_filter_big li label {
	padding-left: 5px;
}



.btn1 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn1:focus,
.btn1:active:focus,
.btn1.active:focus,
.btn1.focus,
.btn1:active.focus,
.btn1.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn1:hover,
.btn1:focus,
.btn1.focus {
  color: #333;
  text-decoration: none;
}
.btn1:active,
.btn1.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn1.disabled,
.btn1[disabled],
fieldset[disabled] .btn1 {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn1.disabled,
fieldset[disabled] a.btn1 {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
#map {
	height: 200px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.reluser__image {
	display: inline-block;
    padding-right: 3px;
}
.block_metro {
	padding: 0px;
}
.block_metro li a {
    text-decoration: none;
    cursor: pointer;
    color: #A5A3A3;
    font-size: 15px;
}
.block_metro li a:hover {
    opacity: 0.8;
}
.metro_toggle {
  cursor: default; }
.metro_toggle_icon {
  display: none;
  font-size: 12px;
  margin-left: 6px; }

@media (max-width: 799px) {
  .metro_toggle {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none; }
  .metro_toggle_icon {
    display: inline; }
}

@media (max-width:599px){
	.sidebar {width: 100% !important;text-align: center;}
	.list {width: 100% !important;text-align: center;}
}