/* line 5, ../sass/content.scss */
.price.old {
  text-decoration: line-through;
}

/* line 9, ../sass/content.scss */
.about_us,
.docs,
.honors,
/*.features,*/
.gallery,
.newslistcol,
.customerreviews,
.action,
.staff {
  margin-top: 15px;
  padding-bottom: 15px;
  overflow: overlay;
}

/* line 24, ../sass/content.scss */
.owl.features .item,
.owl.services .item,
.owl.staff .item,
.owl.action .item,
.owl.partners .item {
  margin-left: 1px;
  /* fix for stupid owl */
}

/* review */
/* line 33, ../sass/content.scss */
.customerreviews .item {
  margin-bottom: 15px;
}
/* line 35, ../sass/content.scss */
.customerreviews .item .review {
  position: relative;
  padding: 12px 21px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
}
/* line 40, ../sass/content.scss */
.customerreviews .item .review .in {
  overflow: hidden;
}
/* line 43, ../sass/content.scss */
.customerreviews .item .review .arrow {
  position: absolute;
  top: 100%;
  left: 74px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #f6f6f6 transparent transparent #f6f6f6;
}
/* line 51, ../sass/content.scss */
.customerreviews .item .review .arrow > span {
  position: absolute;
  top: -10px;
  left: -9px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-color: #f6f6f6 transparent transparent #f6f6f6;
}
/* line 62, ../sass/content.scss */
.customerreviews .item .author {
  padding-top: 15px;
}
/* line 64, ../sass/content.scss */
.customerreviews .item .author .image {
  float: left;
  width: 58px;
  height: 58px;
  margin: 0px 8px;
  border: 1px solid #ebebeb;
}
/* line 71, ../sass/content.scss */
.customerreviews .item .author img {
  width: auto;
  max-width: 60px;
  max-height: 60px;
}
/* line 76, ../sass/content.scss */
.customerreviews .item .author .text {
  margin-left: 78px;
  padding-top: 7px;
}
/* line 80, ../sass/content.scss */
.customerreviews .item .author .name {
  padding-bottom: 1px;
}

/* line 85, ../sass/content.scss */
.customerreviews.owl .item {
  min-height: 200px;
}
/* line 87, ../sass/content.scss */
.customerreviews.owl .item .in {
  height: 94px;
}

/* /review */
/* staff & services & features & action */
/* line 97, ../sass/content.scss */
.features .item a,
.services .item a,
.action .item a {
  display: block;
  text-decoration: none;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
.action .item a {
	  border: 1px solid #fff;
}
/* line 102, ../sass/content.scss */
.features .item a:hover,
.action .item a:hover {
  border-color: #b8b8b8;
}

/* /staff & services & features & action */
/* features */
/* line 111, ../sass/content.scss */
.features .item a {
  /*padding: 28px 0;*/
  text-decoration: none;
  display:table;
}
/* line 115, ../sass/content.scss */
.features .item .image {
  margin: 0 auto;
  text-align: center;
}
/* line 119, ../sass/content.scss */
.features .item img {
  width: auto;
  /*max-width: 60px;
  max-height: 60px;*/
}
/* line 124, ../sass/content.scss */
.features .item .name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #202020;
}
/* line 130, ../sass/content.scss */
.features .item .description {
  color: #585f69;
}

/* features1 */
/* line 136, ../sass/content.scss */
.features.features1 .item .image,
.features.features1 .item .data {
  /*float: left;*/
  display:table-cell;
  vertical-align:middle;
}
.features.features1 .item .image{
	vertical-align:top;
}
/* line 140, ../sass/content.scss */
.features.features1 .item .image {
  width: 35%;
}
/* line 143, ../sass/content.scss */
.features.features1 .item .data {
  width: 65%;
  padding-left: 15px;
  font:15px/18px Roboto;
  font-weight:300;
  color:#818181;
  padding-right:15px;
}
/* line 147, ../sass/content.scss */
.features.features1 .item img {
  margin: 0 auto;
}

/* features2 */
/* line 153, ../sass/content.scss */
.features.features2 .item .image {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  line-height: 60px;
}
/* line 159, ../sass/content.scss */
.features.features2 .item img {
  display: inline-block;
}
/* line 162, ../sass/content.scss */
.features.features2 .item .data {
  text-align: center;
}

@media (min-width: 992px) {
  /* line 169, ../sass/content.scss */
  /*.features .item .data {
    height: 110px;
    overflow: hidden;
  }*/
}
/* /features */
/* docs & honors & about_us & news */
/* line 183, ../sass/content.scss */
.honors .item .image a,
.about_us .item .image a,
.newslistcol .item .image a {
  display: block;
  border: 1px solid #ebebeb;
}
/* line 186, ../sass/content.scss */
.honors .item .image a:hover,
.about_us .item .image a:hover,
.newslistcol .item .image a:hover {
  border-color: #b8b8b8;
}

/* line 192, ../sass/content.scss */
.docs .item,
.honors .item,
.about_us .item,
.newslistcol .item {
  margin-bottom: 15px;
  min-height: 105px;
}
.newslistcol .item{
	margin-bottom: 10px;
}
/* line 198, ../sass/content.scss */

.honors .item .image,
.about_us .item .image,
.newslistcol .item .image {
  float: left;
  width: 100px;
  max-width: 75px;
  height: 100px;
  text-align: center;
}
/* line 203, ../sass/content.scss */

.honors .item .image + .data,
.about_us .item .image + .data,
.newslistcol .item .image + .data {
  margin-left: 90px;
}
html .data .info .aprimary{
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  display: block;
}
html .data .dl{
  text-align: center;
}
/* line 206, ../sass/content.scss */

.honors .item .image img,
.about_us .item .image img,
.newslistcol .item .image img {
  max-height: 98px;
}
/* line 211, ../sass/content.scss */
.docs .item .data .info,
.honors .item .data .info,
.about_us .item .data .info,
.newslistcol .item .data .info {
  max-height: auto;
  overflow: hidden;
}
/* line 214, ../sass/content.scss */
.docs .item .data .info.smaller,
.honors .item .data .info.smaller,
.about_us .item .data .info.smaller,
.newslistcol .item .data .info.smaller {
  height: auto;
}
/* line 219, ../sass/content.scss */
.docs .item .data .descr a,
.honors .item .data .descr a,
.about_us .item .data .descr a,
.newslistcol .item .data .descr a {
  text-decoration: none;
}
/* line 221, ../sass/content.scss */
.docs .item .data .descr a:hover,
.honors .item .data .descr a:hover,
.about_us .item .data .descr a:hover,
.newslistcol .item .data .descr a:hover {
  text-decoration: underline;
}
/* line 226, ../sass/content.scss */
.docs .item .data .date,
.docs .item .data .name,
.docs .item .data .info,
.honors .item .data .date,
.honors .item .data .name,
.honors .item .data .info,
.about_us .item .data .date,
.about_us .item .data .name,
.about_us .item .data .info,
.newslistcol .item .data .date,
.newslistcol .item .data .name,
.newslistcol .item .data .info {
  margin-bottom: 5px;
}

/* line 233, ../sass/content.scss */
.newslistcol .owl-item .item .data .name a {
  backface-visibility: hidden;
}

/* about_us */
/* line 237, ../sass/content.scss */
.about_us .item {
  min-height: 103px;
}
/* line 240, ../sass/content.scss */
.about_us .item .descr a {
  color: #585f69;
}
/* line 244, ../sass/content.scss */
.about_us .item .publish {
  max-height: 18px;
  overflow: hidden;
}
/* line 247, ../sass/content.scss */
.about_us .item .publish:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 18px;
  content: "";
  text-align: right;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}

/* line 261, ../sass/content.scss */
.docs .item .image {
  position: relative;
  border: 1px solid #ebebeb;
}
/* line 264, ../sass/content.scss */
.docs .item .image:hover {
  border-color: #b8b8b8;
}
/* line 267, ../sass/content.scss */
.docs .item .image span {
  position: absolute;
  bottom: -4px;
  right: 5px;
  color: #585f69;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

/* /docs & honors & about_us & news */
/* news */
/* line 284, ../sass/content.scss */
.newslistcol .item .image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* line 291, ../sass/content.scss */
.newslistcol .item .data {
  height: 141px;
  overflow: hidden;
}

/* /news */
/* services & staff & action */
/* line 301, ../sass/content.scss */
.action .item a {
  padding: 9px;
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 309, ../sass/content.scss */
  .services .item a,
  .action .item a {
    min-height: 308px;
  }

  /* line 314, ../sass/content.scss */
  .staff .item .data {
    height: 111px;
    overflow: hidden;
  }
}
/* line 322, ../sass/content.scss */
.action .item .data {
  height: 111px;
  overflow: hidden;
}

/* line 330, ../sass/content.scss */

.staff .item .image,
.action .item .image {
  margin-bottom: 4px;
  text-align: center;
}
/* line 333, ../sass/content.scss */

.staff .item .image img,
.action .item .image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}
/* line 342, ../sass/content.scss */

.staff .item .data .name,
.action .item .data .name {
  max-height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
/* line 348, ../sass/content.scss */
.services .item .data .markers,
.staff .item .data .name,
.staff .item .data .markers,
.action .item .data .name,
.action .item .data .markers {
  margin-bottom: 8px;
}

/* line 354, ../sass/content.scss */
.staff .item {
  margin-bottom: 15px;
}

@media (min-width: 991px) {
  /* line 359, ../sass/content.scss */
  .staff .item .data.row {
    height: 115px;
    overflow: hidden;
  }
}
/* /services & staff & action */
/* gallery */
/* line 369, ../sass/content.scss */
.gallery.row {
  padding-bottom: 0px;
}
/* line 372, ../sass/content.scss */
.gallery .item {
  margin-bottom: 15px;
}
/* line 374, ../sass/content.scss */
.gallery .item a.clearfix {
  display: block;
  min-height: 245px;
  text-decoration: none;
  /*border: 1px solid #ebebeb;*/
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
  position:relative;
}
/* line 380, ../sass/content.scss */
.gallery .item a:hover {
  border-color: #b8b8b8;
}
/* line 384, ../sass/content.scss */
.gallery .item .image {
  text-align: center;
}
/* line 387, ../sass/content.scss */
.gallery .item .info {
  position: relative;
  min-height: 54px;
}
/* line 391, ../sass/content.scss */
.gallery .item .data {
  position: static;
 /* max-height: 56px;
  min-height: 56px;*/
  
  padding-top: 13px !important;
  padding-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
  backface-visibility: hidden;
  /*-moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;*/
 /*-moz-transition: all, 0.1s, ease-out 0s;
  -o-transition: all, 0.1s, ease-out 0s;
  -webkit-transition: all, 0.1s,  ease-out 0s;
  transition: all, 0.1s, ease-out 0s;*/
}
.gallery .item.catalog-main-item .data{
	right:0;
	left:0;
	bottom:0;
	text-align:center;
	width:100%;
}
/* line 403, ../sass/content.scss */
.gallery .item .data .name,
.gallery .item .data .descr {
  margin: 0px 12px;
}
/* line 407, ../sass/content.scss */
.gallery .item .data .name {

  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
.gallery .item .data .name-a {
  max-height: 48px;
  overflow: hidden;
  width:100%;
}
.gallery .item.catalog-main-item .data .name, .gallery .item.catalog-main-item .data a{
	font:18px/18px Roboto;
	text-transform:uppercase;
	color:#091443;
	text-align:center;
	/*padding:0 0 15px;*/
  text-transform: none;
	margin:0 30px;
	border-bottom:1px solid #fff;
}
.gallery .item.catalog-main-item .data a{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 131.19%;
  color: #000000;
  min-height: auto;
  display: block;
  margin: 0 auto;
}
.gallery .item.catalog-main-item {
    margin-bottom: 6px;
	cursor:pointer;
	overflow:hidden;
  max-width: 360px;
  background: #FFFFFF;
border: 1px solid #E1E1E1;
margin-bottom: 30px;

}
/* line 413, ../sass/content.scss */
.gallery .item .data .descr {
  padding-top: 8px;
}
/* line 416, ../sass/content.scss */
.gallery .item:not(.catalog-main-item) .data:hover {
  max-height: 171px;
}
/* line 420, ../sass/content.scss */
.gallery .item img {
  max-width: 100%;
  max-height: 162px;
}
.maincontent .gallery .item img {
  max-width: 100%;
  max-height: 162px;
}
.razdel-list{
	margin:0;
	padding:0;
	text-align:center;
	display:none;
}
.razdel-list li{
	margin-top:25px;
}
.razdel-list li a, .gallery .item.catalog-main-item .razdel-list a{
	font:18px/20px Roboto Condensed;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.razdel-list li a:hover, .gallery .item.catalog-main-item .razdel-list a:hover{
	text-decoration:underline;
}



.gallery .item.catalog-main-item img {
 display: inline-block;
    max-width: 100%;
    height: auto;
}
.gallery .item.catalog-main-item .data{
	padding-top: 0;
	display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  min-height: 69px;
}


.catalog-main-item  .data{
	min-height:50px;
}




/*.catalog-main-item:hover  .info-wrapper{
	height:100%;
}*/
/* /gallery */
/* partners */
/* line 429, ../sass/content.scss */
/*.partners .item {

  margin-bottom: 30px;
}*/
/* line 432, ../sass/content.scss */


/*.partners .item a {
  display: block;
  border: 1px solid #ebebeb;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}*/
/* line 436, ../sass/content.scss */
.partners .item a:hover {
  border-color: #b8b8b8;
}
/* line 440, ../sass/content.scss */
.partners .item .image .col {
  height: 168px;
  text-align: center;
  line-height: 168px;
}
/* line 444, ../sass/content.scss */
.partners .item .image .col img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  /* -1px - fix */
  vertical-align: middle;
}

/* /partners */
/* action */
/* line 458, ../sass/content.scss */
.action .name {
  max-height: 47px;
  overflow: hidden;
}
/* line 464, ../sass/content.scss */
.action.owl .item a {
  min-height: 298px;
}
/* line 467, ../sass/content.scss */
.action.owl .item .data {
  height: 138px;
}
/* line 471, ../sass/content.scss */
.action.owl .item .markers .marker {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 0px 30px 0px 10px;
}
/* line 477, ../sass/content.scss */
.action.owl .item .markers .marker:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ' ';
  border: 19px solid transparent;
  border-left: 11px solid transparent;
  border-bottom-color: #fff;
  border-right: 0;
  border-top: 0;
}
/* line 490, ../sass/content.scss */
.action.owl .item .markers .action_date {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}
/* line 498, ../sass/content.scss */
.action.row {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 501, ../sass/content.scss */
.action.row .item {
  padding: 5px;
  margin-bottom: 10px;
}
/* line 503, ../sass/content.scss */
.action.row .item.col-md-4 .data .markers {
  margin-bottom: 6px;
}
/* line 509, ../sass/content.scss */
.action.row .item a {
  padding: 9px 9px 14px 9px;
  text-decoration: none;
}
/* line 513, ../sass/content.scss */
.action.row .item .data.row {
  height: 141px;
}
/* line 517, ../sass/content.scss */
.action.row .item .markers .marker {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  padding: 0px 30px 0px 10px;
}
/* line 524, ../sass/content.scss */
.action.row .item .markers .marker:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ' ';
  border: 26px solid transparent;
  border-left: 16px solid transparent;
  border-bottom-color: #fff;
  border-right: 0;
  border-top: 0;
}
/* line 537, ../sass/content.scss */
.action.row .item .markers .action_date {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}

/* /action */
/* vacancies & faq */
/* line 551, ../sass/content.scss */
.vacancies .filter,
.faq .filter {
  margin-bottom: 20px;
}
/* line 553, ../sass/content.scss */
.vacancies .filter .btn,
.faq .filter .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 557, ../sass/content.scss */
.vacancies .filter .btn.btn-default,
.faq .filter .btn.btn-default {

}
/* line 561, ../sass/content.scss */
.vacancies .yashare,
.faq .yashare {
  margin-top: 5px;
}

@media (min-width: 991px) {
  /* line 567, ../sass/content.scss */
  .vacancies .yashare {
    margin-top: 0px;
    text-align: right;
  }
}
/* /vacancies & faq */
/* timeline */
/* line 576, ../sass/content.scss */
.timeline.row {
  position: relative;
  margin-right: -25px;
  margin-bottom: 90px;
  margin-left: -25px;
}
/* line 581, ../sass/content.scss */
.timeline.row:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  display: block;
  width: 2px;
  min-height: 100px;
  content: " ";
  margin-left: -1px;
  background-color: #ebebeb;
}
/* line 593, ../sass/content.scss */
.timeline.row > .col {
  padding-right: 25px;
  padding-left: 25px;
}
/* line 597, ../sass/content.scss */
.timeline.row .item {
  position: relative;
  margin-bottom: 26px;
}
/* line 600, ../sass/content.scss */
.timeline.row .item:nth-child(even) {
  position: relative;
  top: 90px;
}
/* line 605, ../sass/content.scss */
.timeline.row .item:hover .body {
  border-color: #b8b8b8;
}
/* line 608, ../sass/content.scss */
.timeline.row .item:hover .pointer.right {
  border-left-color: #b8b8b8;
}
/* line 611, ../sass/content.scss */
.timeline.row .item:hover .pointer.left {
  border-right-color: #b8b8b8;
}
/* line 615, ../sass/content.scss */
.timeline.row .item .body {
  display: block;
  height: 353px;
  padding: 9px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 622, ../sass/content.scss */
.timeline.row .item .body .image,
.timeline.row .item .body .name,
.timeline.row .item .body .date {
  margin-bottom: 6px;
}
/* line 627, ../sass/content.scss */
.timeline.row .item .body .image {
  height: 209px;
  text-align: center;
}
/* line 631, ../sass/content.scss */
.timeline.row .item .body .name {
  font-size: 20px;
  line-height: 24px;
}
/* line 635, ../sass/content.scss */
.timeline.row .item .body .date {
  font-size: 18px;
  line-height: 22px;
}
/* line 639, ../sass/content.scss */
.timeline.row .item .body .data {
  max-height: 115px;
  overflow: hidden;
}
/* line 644, ../sass/content.scss */
.timeline.row .item .pointer {
  position: absolute;
  top: 15px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 13px solid transparent;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 652, ../sass/content.scss */
.timeline.row .item .pointer.right {
  left: 100%;
  margin-left: -25px;
  border-left: 14px solid #ebebeb;
  border-right: 0;
}
/* line 657, ../sass/content.scss */
.timeline.row .item .pointer.right > div {
  left: -15px;
  border-left: 14px solid #fff;
  border-right: 0;
}
/* line 662, ../sass/content.scss */
.timeline.row .item .pointer.right span {
  left: 5px;
}
/* line 666, ../sass/content.scss */
.timeline.row .item .pointer.left {
  right: 100%;
  margin-right: -25px;
  border-right: 14px solid #ebebeb;
  border-left: 0;
}
/* line 671, ../sass/content.scss */
.timeline.row .item .pointer.left > div {
  right: -15px;
  border-right: 14px solid #fff;
  border-left: 0;
}
/* line 676, ../sass/content.scss */
.timeline.row .item .pointer.left span {
  right: 5px;
}
/* line 680, ../sass/content.scss */
.timeline.row .item .pointer > div {
  position: absolute;
  top: -13px;
  border: 13px solid transparent;
}
/* line 685, ../sass/content.scss */
.timeline.row .item .pointer span {
  position: absolute;
  top: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  border: 2px solid #fff;
  border-radius: 8px;
}

@media (max-width: 767px) {
  /* line 700, ../sass/content.scss */
  html .timeline.row:before {
    left: auto;
    right: 24px;
  }
  /* line 704, ../sass/content.scss */
  html .timeline.row .item {
    margin-right: 25px;
  }
  /* line 706, ../sass/content.scss */
  html .timeline.row .item:nth-child(even) {
    top: auto;
  }
  /* line 709, ../sass/content.scss */
  html .timeline.row .item .pointer {
    border-left-color: #b8b8b8;
    border-right-color: transparent;
  }
  /* line 712, ../sass/content.scss */
  html .timeline.row .item .pointer.left {
    left: 100%;
    right: auto;
    margin-left: -25px;
    border-left: 14px solid #ebebeb;
    border-right: 0;
  }
  /* line 718, ../sass/content.scss */
  html .timeline.row .item .pointer.left > div {
    left: -15px;
    border-left: 14px solid #fff;
    border-right: 0;
  }
  /* line 723, ../sass/content.scss */
  html .timeline.row .item .pointer.left span {
    left: 5px;
  }
}
/* /timeline */
/* shops */
/* line 735, ../sass/content.scss */
.shops .search_city,
.shops .filter,
.shops .shops_list,
.shops .map {
  margin-bottom: 20px;
}
/* line 741, ../sass/content.scss */
.shops .search_city {
  position: relative;
}
/* line 744, ../sass/content.scss */
.shops .search_city .input-group .fa:before {
  content: '\f002';
}
/* line 748, ../sass/content.scss */
.shops .search_city ul.cities_list {
  right: 15px;
  left: 15px;
}
/* line 754, ../sass/content.scss */
.shops .filter button {
  margin-right: 10px;
}
/* line 758, ../sass/content.scss */
.shops .shops_list {

  border: 1px solid #ebebeb;

}
.shops_list .descr{
  font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 131.19%;
color: #242424;
}
.shops_list  .name{
    font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 131.19%;
color: #242424;
}
/* line 763, ../sass/content.scss */
.shops .shops_list .item {
  padding: 9px 10px;
}
/* line 765, ../sass/content.scss */
.shops .shops_list .item:hover {
  background-color: #ebebeb;
}
/* line 768, ../sass/content.scss */
.shops .shops_list .item.cityempty, .shops .shops_list .item.typeempty {
  display: none;
}
/* line 772, ../sass/content.scss */
.shops .shops_list .item .name {
  font-weight: bold;
}

@media (max-width: 991px) {
  /* line 780, ../sass/content.scss */

}
/* /shops */
/* news */
/* line 788, ../sass/content.scss */
.news {
  margin-top: 44px;
}
/* line 790, ../sass/content.scss */
.news .item {
  margin-bottom: 32px;
}
/* line 792, ../sass/content.scss */
.news .item .image {
  margin-bottom: 15px;
  text-align: center;
}
/* line 795, ../sass/content.scss */
.news .item .image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
/* line 802, ../sass/content.scss */
.news .item .data .date,
.news .item .data .name {
  margin-bottom: 5px;
}
.news .item .data .name{
	font-size: 24px;
    font-weight: 400;
}
.news .item .data .date{
	font-size: 18px;
}
.news .descr{
	font-size: 16px;
    line-height: 22px;
}
/* line 807, ../sass/content.scss */
.news .item .data .descr a {
  text-decoration: none;
}

/* /news */
/* news.detail */
/* line 817, ../sass/content.scss */
.newsdetail {
  margin-bottom: 45px;
}
/* line 819, ../sass/content.scss */
.newsdetail .markers {
  margin-bottom: 15px;
}
/* line 821, ../sass/content.scss */
.newsdetail .markers .marker {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0px 30px 0px 10px;
}
/* line 829, ../sass/content.scss */
.newsdetail .markers .marker:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ' ';
  border: 26px solid transparent;
  border-left: 16px solid transparent;
  border-bottom-color: #fff;
  border-right: 0;
  border-top: 0;
}
/* line 842, ../sass/content.scss */
.newsdetail .markers .action_date {
  display: inline-block;
  white-space: nowrap;
}
/* line 847, ../sass/content.scss */
.newsdetail .pic {
  margin-bottom: 25px;
  text-align: center;
}
/* line 850, ../sass/content.scss */
.newsdetail .pic img {
  width: auto;
  max-width: 100%;
}

/* line 856, ../sass/content.scss */
.backshare {
  margin-bottom: 30px;
}
/* line 858, ../sass/content.scss */
.backshare .detailback {
  text-decoration: none;
}
/* line 861, ../sass/content.scss */
.backshare .detailback:hover i {
  color: #0084c9;
}
/* line 865, ../sass/content.scss */
.backshare .detailback i {
  padding: 10px 10px 9px 9px;
  color: #b8b8b8;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
/* line 870, ../sass/content.scss */
.backshare .detailback i:before {
  content: "\f112";
}
/* line 874, ../sass/content.scss */
.backshare .detailback span {
  display: inline-block;
  padding-top: 9px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  /* line 883, ../sass/content.scss */
  .backshare .yashare {
    text-align: right;
  }
}
@media (max-width: 991px) {
  /* line 890, ../sass/content.scss */
  .backshare .yashare {
    margin-top: 10px;
  }
}
/* line 895, ../sass/content.scss */
.detailGallery {
  margin-bottom: 45px;
}
/* line 897, ../sass/content.scss */
.detailGallery .pic {
  margin-bottom: 10px;
  text-align: center;
}
/* line 900, ../sass/content.scss */
.detailGallery .pic img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

/* /news.detail */
/* yandex share */
/* line 910, ../sass/content.scss */
.yashare-auto-init {
  display: inline-block;
}

/* line 914, ../sass/content.scss */
.b-share .b-share-icon {
  width: 40px;
  height: 39px;
}
/* line 917, ../sass/content.scss */
.b-share .b-share-icon.b-share-icon_facebook {
  background: url("../img/icon_facebook2.png") 0px 0px no-repeat;
}
/* line 920, ../sass/content.scss */
.b-share .b-share-icon.b-share-icon_twitter {
  background: url("../img/icon_twitter2.png") 0px 0px no-repeat;
}
/* line 923, ../sass/content.scss */
.b-share .b-share-icon.b-share-icon_gplus {
  background: url("../img/icon_googleplus2.png") 0px 0px no-repeat;
}
/* line 927, ../sass/content.scss */
.b-share .b-share__handle {
  height:39px;
  padding: 0px 3px 5px 0px !important;
}
#sidebar .b-share {
    padding: 1px 3px 1px 0px!important;
}
.b-share a:hover{
	opacity:0.9;
}
/* line 933, ../sass/content.scss */
.yashare > span {
  display: inline-block;
  padding-top: 9px;
  padding-right: 10px;
}

/* /yandex share */
/* forms */
/* line 942, ../sass/content.scss */
.overflower {
  overflow: hidden;
}

/* line 946, ../sass/content.scss */
.mainform .required {
  font-size: 18px;
  color: #c90d0d;
  display: inline;
  line-height: 14px;
}
/* line 952, ../sass/content.scss */
.mainform textarea {
  width: 100%;
  border-color: #ebebeb;
}
/* line 955, ../sass/content.scss */
.mainform textarea:active, .mainform textarea:focus {
  border-color: #b8b8b8;
}
/* line 960, ../sass/content.scss */
.mainform .text-triangle {
  border: 9px solid transparent;
  border-left: 10px solid #ebebeb;
  border-top: 10px solid #ebebeb;
  position: absolute;
  margin-left: 85px;
}
/* line 966, ../sass/content.scss */
.mainform .text-triangle.focused {
  border-left: 10px solid #b8b8b8;
  border-top: 10px solid #b8b8b8;
}
/* line 971, ../sass/content.scss */
.mainform .inner-triangle {
  border: 9px solid transparent;
  border-left: 9px solid #fff;
  border-top: 9px solid #fff;
  position: absolute;
  top: -11px;
  left: -9px;
}
/* line 979, ../sass/content.scss */
.mainform .load-avatar {
  padding-top: 15px;
  padding-left: 25px;
}
/* line 982, ../sass/content.scss */
.mainform .load-avatar a {
  line-height: 60px;
  margin-left: 5px;
}
/* line 987, ../sass/content.scss */
.mainform .avatar-wrap {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
}
/* line 993, ../sass/content.scss */
.mainform .field-wrap {
  min-height: 58px;
  margin-top: 15px;
}
.mainform .your-info .field-wrap {
  min-height: 0;
  margin-top: 10px;
}
/* line 996, ../sass/content.scss */
.mainform .field-wrap.req {
  padding-top: 0px;
}
.mainform .zakaz-webform .field-wrap {
  padding-top: 25px;
}
.mainform .zakaz-webform .your-info .field-wrap.req {
  padding-top: 0;
}
/* line 999, ../sass/content.scss */
.mainform .field-wrap textarea {
  resize: vertical;
}
/* line 1003, ../sass/content.scss */
.mainform .captcha_wrap {
  float: left;
}
/* line 1006, ../sass/content.scss */
.mainform .buttons,
.mainform input[type="submit"] {
  margin-left: 15px;
  float: right;
  text-align: right;
}
/* line 1012, ../sass/content.scss */
.mainform input.must-be-filled {
  border-color: #881f1f;
  background-color: #fff6f6;
}
/* line 1015, ../sass/content.scss */
.mainform input.must-be-filled::-webkit-input-placeholder, .mainform input.must-be-filled::-moz-placeholder, .mainform input.must-be-filled:-moz-placeholder, .mainform input.must-be-filled:-ms-input-placeholder {
  color: #881f1f;
}
/* line 1022, ../sass/content.scss */
.mainform input.almost-filled.form-control {
  border-color: #881f1f;
}
/* line 1026, ../sass/content.scss */
.mainform .buttons span {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 1030, ../sass/content.scss */
.mainform .buttons span.required {
  display: inline;
}

/************************************************************************/
/* line 1037, ../sass/content.scss */
.mainform .captcha_wrap .reloadCaptcha {
  float: left;
  margin-left: 15px;
  margin-top: 7px;
  cursor: pointer;
}

/* line 1044, ../sass/content.scss */
.mainform .captchaImg {
  height: 60px;
  width: 185px;
  padding-left: 0px;
  border: 1px solid #ebebeb;
}

/* line 1051, ../sass/content.scss */
.mainform .buttons .starrequired {
  float: left;
  line-height: 14px;
}

/* line 1056, ../sass/content.scss */
.mainform .buttons {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* webforms */
/* line 1061, ../sass/content.scss */
.webform {
 /* border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;*/
  padding-bottom: 20px;
}

/* line 1067, ../sass/content.scss */
.webform.noborder {
  border-top: 0px;
}

/* line 1071, ../sass/content.scss */
.mainform textarea {
  width: 100%;
  border-color: #ebebeb;
}

/* line 1076, ../sass/content.scss */
.mainform textarea:active,
.mainform textarea:focus {
  border-color: #b8b8b8;
}

/* line 1081, ../sass/content.scss */
.mainform .text-triangle {
  border: 9px solid transparent;
  border-left: 10px solid #ebebeb;
  border-top: 10px solid #ebebeb;
  position: absolute;
  margin-left: 85px;
}

/* line 1089, ../sass/content.scss */
.mainform .text-triangle.focused {
  border-left: 10px solid #b8b8b8;
  border-top: 10px solid #b8b8b8;
}

/* line 1094, ../sass/content.scss */
.mainform .inner-triangle {
  border: 9px solid transparent;
  border-left: 9px solid #fff;
  border-top: 9px solid #fff;
  position: absolute;
  top: -11px;
  left: -9px;
}

/* line 1103, ../sass/content.scss */
.mainform .load-avatar {
  padding-top: 15px;
  padding-left: 25px;
}

/* line 1108, ../sass/content.scss */
.mainform .load-avatar a {
  line-height: 60px;
  margin-left: 5px;
}

/* line 1113, ../sass/content.scss */
.mainform .avatar-wrap {
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
  float: left;
}

/* line 1120, ../sass/content.scss */
.field-wrap {
  min-height: 58px;
  margin-top: 15px;
}

/* .mainform .captcha_wrap img{
  margin-top: 18px;
} */
/* line 1129, ../sass/content.scss */
.mainform .captcha_wrap {
  float: left;
}

/* line 1133, ../sass/content.scss */
.mainform .buttons, .mainform .buttons input[type="submit"] {
  float: right;
  text-align: right;
}

/* line 1138, ../sass/content.scss */
/*.mainform .buttons input[type="submit"], .mainform .buttons input[type="submit"].btn {
  text-align: center;
  font:18px/18px Roboto;
  border-radius:3px;
  padding:11px 25px;
}*/

/* line 1142, ../sass/content.scss */
.mainform input.must-be-filled {
  border-color: #881f1f;
  background-color: #fff6f6;
}

/* line 1147, ../sass/content.scss */
.mainform input.must-be-filled::-webkit-input-placeholder {
  color: #881f1f;
}

/* line 1148, ../sass/content.scss */
.mainform input.must-be-filled::-moz-placeholder {
  color: #881f1f;
}

/* Firefox 19+ */
/* line 1149, ../sass/content.scss */
.mainform input.must-be-filled:-moz-placeholder {
  color: #881f1f;
}

/* Firefox 18- */
/* line 1150, ../sass/content.scss */
.mainform input.must-be-filled:-ms-input-placeholder {
  color: #881f1f;
}

/* line 1152, ../sass/content.scss */
.mainform input.almost-filled.form-control {
  border-color: #881f1f;
}

/* line 1156, ../sass/content.scss */
.mainform .calendar-wrap a:before {
  content: '\f073';
}

/* line 1160, ../sass/content.scss */
.mainform .calendar-wrap a {
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 31px;
  color: #b8b8b8;
}

/* line 1169, ../sass/content.scss */
.mainform .calendar-wrap.req a {
  top: 34px;
}

/* line 1173, ../sass/content.scss */
.mainform .calendar-wrap a:hover,
.mainform .rating .rating-icon:hover,
.mainform .rating .rating-icon.hover {
  cursor: pointer;
  color: #0084c9;
}

/* line 1180, ../sass/content.scss */
.mainform .rating .rating-icon:before {
  content: '\f006';
}

/* line 1184, ../sass/content.scss */
.mainform .rating .rating-icon.selected:before {
  content: '\f005';
}

/* line 1188, ../sass/content.scss */
.mainform .rating .rating-icon {
  color: #b8b8b8;
  font-size: 15px;
  font-family: 'FontAwesome';
  float: left;
  padding-right: 5px;
  text-decoration: none;
}

/* line 1197, ../sass/content.scss */
.mainform .field-wrap.rating .stars {
  margin-top: 14px;
}

/* line 1201, ../sass/content.scss */
.mainform .req-input.must-be-filled.rating-border {
  border-color: #881f1f;
}

/* line 1205, ../sass/content.scss */
.field-wrap label,
.field-wrap .label-wrap {
  display: block;
  margin-bottom: 5px;
  padding-left: 0px;
  font-size: 1.38462;
  font-weight: 100;
}
/* line 1213, ../sass/content.scss */
.field-wrap label .required,
.field-wrap .label-wrap .required {
  display: inline;
  font-size: 18px;
  color: #c90d0d;
  line-height: 14px;
}

/* line 1221, ../sass/content.scss */
.mainform .inner-wrap {
  background-color: #f4f4f4;
  padding: 20px 20px 5px;
  border: 1px solid #ebebeb;
}
.mainform .zakaz-webform .inner-wrap {
  padding: 25px;
}
.zakaz-webform .field-wrap label, .zakaz-webform .field-wrap .label-wrap {
    margin-bottom: 0px;
	font:16px/16px Roboto;
	font-weight:300;
	margin-top:20px;
}
.zakaz-webform .field-wrap label.control-label{
	font:24px/24px Roboto;
	font-weight:300;
	margin-bottom:15px;
	margin-top:0;
}
.zakaz-webform .your-info .field-wrap label.control-label{
	margin-bottom:8px;
}
/* line 1229, ../sass/content.scss */
.mainform .dropdown .btn.btn-default {
  text-align: left;
  width: 111%;
  border-color: #ebebeb;
  height: 36px;
}

/* line 1236, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu {
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 2px #0084c9;
}

/* line 1243, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu li:before {
  content: "";
}

/* line 1247, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu li a:hover {
  background-color: #ebebeb;
}

/* line 1251, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu li,
.mainform .field-wrap.dropdown .dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  height: 36px;
  text-decoration: none;
}

/* line 1258, ../sass/content.scss */
.right-arrow-caret {
  float: right;
}

/* line 1262, ../sass/content.scss */
.right-arrow-caret:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 9px;
  font-weight: bold;
}

/* line 1269, ../sass/content.scss */
.mainform .field-wrap.dropdown .btn-group.open .dropdown-toggle {
  background-color: white;
  border-color: #b8b8b8;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1275, ../sass/content.scss */
.mainform .field-wrap.dropdown .btn-group .dropdown-toggle:hover {
  background-color: white;
  border-color: #b8b8b8;
  color: #585f69;
}

/* line 1281, ../sass/content.scss */
.mainform .field-wrap input.hidden_input {
  position: absolute;
  top: 0;
  visibility: hidden;
}

/* line 1288, ../sass/content.scss */
.mainform .file_upload {
  position: relative;
  overflow: hidden;
  font-size: 1em;
  /* example */
  height: 2em;
  /* example */
  line-height: 2em;
}
/* line 1295, ../sass/content.scss */
.mainform .file_upload input[type=file] {
  position: absolute;
  top: 0;
  visibility: hidden;
}

/******************************************************************************/
/* /forms */
/* catalog */
/* line 1305, ../sass/content.scss */
.sectiondescription {
  margin-bottom: 15px;
}

/* /catalog */
/* catalog.section -> showcase & list */
/* line 1311, ../sass/content.scss */
.products {
  margin-bottom: 15px;
}
/* line 1313, ../sass/content.scss */
.products .item {
  margin-bottom: 15px;
}
/* line 1315, ../sass/content.scss */
.products .item .in {
  border: 1px solid #ebebeb;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 1318, ../sass/content.scss */
.products .item .in:hover {

}
/* line 1322, ../sass/content.scss */
.products .item .price.cool {
  font-size: 18px;
  line-height: 17px;
}
/* line 1327, ../sass/content.scss */
.products .item .quantity .empty {
  color: #dd2808;
}
/* line 1330, ../sass/content.scss */
.products .item .quantity .isset {
  color: #008800;
}
/* line 1336, ../sass/content.scss */
.products.showcase .item {
  min-height: 326px;
}
/* line 1338, ../sass/content.scss */
.products.showcase .item .pic {
  height: 190px;
  line-height: 190px;
  text-align: center;
}
/* line 1342, ../sass/content.scss */
.products.showcase .item .pic img {
  max-width: 100%;
  max-height: 190px;
}
/* line 1347, ../sass/content.scss */
.products.showcase .item .data {
  margin: 7px 9px 0px 9px;
}
/* line 1350, ../sass/content.scss */
.products.showcase .item .name,
.products.showcase .item .buy,
.products.showcase .item .bot {
  margin-bottom: 8px;
}
/* line 1355, ../sass/content.scss */
.products.showcase .item .name {
  min-height: 48px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 131.19%;
  text-align: center;
  color: #000000;
}
.products.showcase .item .name a{
    color: #000000;
}
.products .item .in:hover .name a{
  color: #1A3D76;
}
/* line 1364, ../sass/content.scss */
.products.list .item {
  min-height: 115px;
}
/* line 1367, ../sass/content.scss */
.products.list .item .part.part1 {
  padding-right: 6px;
}
/* line 1370, ../sass/content.scss */
.products.list .item .part.part2 {
  padding-left: 6px;
}
/* line 1374, ../sass/content.scss */
.products.list .item .pic {
  height: 115px;
  line-height: 115px;
}
/* line 1377, ../sass/content.scss */
.products.list .item .pic img {
  position: relative;
  top: -1px;
  max-height: 115px;
}
/* line 1383, ../sass/content.scss */
.products.list .item .data {
  margin: 6px 11px 6px 0px;
}
/* line 1386, ../sass/content.scss */
.products.list .item .name {
  max-height: 37px;
  overflow: hidden;
}
/* line 1390, ../sass/content.scss */
.products.list .item .name,
.products.list .item .limiter {
  margin-bottom: 5px;
}
/* line 1394, ../sass/content.scss */
.products.list .item .price {
  display: inline-block;
}
/* line 1397, ../sass/content.scss */
.products.list .item .article,
.products.list .item .quantity {
  display: inline-block;
  padding-right: 15px;
}
/* line 1403, ../sass/content.scss */
.products.list .item .buybtn a {
  width: 100%;
}
/* line 1410, ../sass/content.scss */
.products.list.little .item {
  min-height: 68px;
}
/* line 1412, ../sass/content.scss */
.products.list.little .item .pic {
  height: 68px;
  line-height: 68px;
}
/* line 1415, ../sass/content.scss */
.products.list.little .item .pic img {
  top: -2px;
  max-height: 68px;
}
/* line 1420, ../sass/content.scss */
.products.list.little .item .limiter {
  height: 37px;
  margin-bottom: 0px;
}
/* line 1424, ../sass/content.scss */
.products.list.little .item .descr {
  display: none;
}

@media (min-width: 768px) {
  /* line 1434, ../sass/content.scss */
  .products.list .item .limiter {
    height: 79px;
    overflow: hidden;
  }
  /* line 1438, ../sass/content.scss */
  .products.list .item .prices,
  .products.list .item .buybtn {
    display: table;
    width: 100%;
  }
  /* line 1442, ../sass/content.scss */
  .products.list .item .prices > div,
  .products.list .item .buybtn > div {
    display: table-cell;
    height: 103px;
    vertical-align: middle;
  }
  /* line 1453, ../sass/content.scss */
  .products.list.little .prices > div,
  .products.list.little .buybtn > div {
    height: 56px;
  }
}
@media (max-width: 767px) {
  /* line 1464, ../sass/content.scss */
  .products.list .item .price.old {
    margin-right: 20px;
  }
  /* line 1467, ../sass/content.scss */
  .products.list .item .bot {
    margin-bottom: 5px;
  }
  /* line 1470, ../sass/content.scss */
  .products.list .item .article,
  .products.list .item .quantity {
    display: block;
  }
  /* line 1478, ../sass/content.scss */
  .products.list.little .item .bot {
    display: none;
  }
}
/* /catalog.section -> showcase & list */
/* catalog.element */
/* line 1488, ../sass/content.scss */
.js-detail {
  /*margin-top: 32px;*/
}
/* line 1490, ../sass/content.scss */
.js-detail .pic {
  margin-bottom: 7px;
  margin-top:20px;
}
/* line 1492, ../sass/content.scss */
.js-detail .pic .changeFromSlider {
  display: block;
  height: 300px;
  line-height: 300px;
  text-align: center;
  border:1px solid #ebebeb;
}
/* line 1497, ../sass/content.scss */
.js-detail .pic .changeFromSlider img {
  max-height: 300px;
}
/* line 1502, ../sass/content.scss */
.js-detail .prices {
  margin-bottom: 15px;
}
/* line 1504, ../sass/content.scss */
.js-detail .prices .discount {
  margin-left: 20px;
  color: #b12a2a;
}
/* line 1509, ../sass/content.scss */
.js-detail .prices .price.old {
  font-size: 14px;
}
/* line 1512, ../sass/content.scss */
.js-detail .prices .price.cool {
  font-size: 18px;
}
/* line 1517, ../sass/content.scss */
.js-detail .previewtext {
font:16px/24px Roboto;
color:#4d5e66;
  margin-bottom: 15px;
  margin-top:17px;
}
/* line 1522, ../sass/content.scss */
.js-detail .previewtext a,
.js-detail .proptable a {
  position: relative;
  text-decoration: none;
  border-bottom: 1px dashed #585f69;
}
/* line 1526, ../sass/content.scss */
.js-detail .previewtext a:hover,
.js-detail .proptable a:hover {
  border-bottom-color: transparent;
}
/* line 1529, ../sass/content.scss */
.js-detail .previewtext a:after,
.js-detail .proptable a:after {
  position: absolute;
  top: -3px;
  right: -16px;
  font-size: 18px;
  content: "\f105";
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 1541, ../sass/content.scss */
.js-detail .buyblock {
  padding: 14px 18px;
  border: 1px solid #ebebeb;
}
/* line 1544, ../sass/content.scss */
.js-detail .buyblock .quantity {
  margin-bottom: 15px;
}
/* line 1548, ../sass/content.scss */
.js-detail .buyblock .quantity .empty {
  color: #dd2808;
}
/* line 1551, ../sass/content.scss */
.js-detail .buyblock .quantity .isset {
  color: #008800;
}
/* line 1556, ../sass/content.scss */
.js-detail .buyblock .buybtns a {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  text-decoration: none;
}
/* line 1562, ../sass/content.scss */
.js-detail .buyblock .buybtns a:last-child {
  margin-bottom: 0px;
}
/* line 1567, ../sass/content.scss */
.js-detail .buyblock .delivery {
  margin-top: 15px;
}
/* line 1570, ../sass/content.scss */
.js-detail .buyblock .yashare {
  margin-top: 30px;
}
/* line 1572, ../sass/content.scss */
.js-detail .buyblock .yashare > span {
  padding-top: 7px;
  padding-right: 0px;
}
/* line 1576, ../sass/content.scss */
.js-detail .buyblock .yashare .yashare-auto-init {
  float: right;
}
/* line 1578, ../sass/content.scss */
.js-detail .buyblock .yashare .yashare-auto-init .b-share {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
/* line 1581, ../sass/content.scss */
.js-detail .buyblock .yashare .yashare-auto-init .b-share a:last-child {
  padding-right: 0px !important;
}
/* line 1588, ../sass/content.scss */
.js-detail .part2 {
  /*margin-top: 50px;*/
}
/* line 1592, ../sass/content.scss */
.js-detail .proptable table {
  width: 100%;
}
/* line 1594, ../sass/content.scss */
.js-detail .proptable table .name {
  width: 50%;
 /* border-bottom: 1px dotted #ebebeb;*/
}
/* line 1597, ../sass/content.scss */
.js-detail .proptable table .name > span {
  padding-right: 7px;
}
/* line 1601, ../sass/content.scss */
.js-detail .proptable table .val {
  width: 50%;
}
/* line 1603, ../sass/content.scss */
.js-detail .proptable table .val > span {
  padding-left: 7px;
}
/* line 1607, ../sass/content.scss */
.js-detail .proptable table td {
  padding: 14px 14px;
}
/* line 1609, ../sass/content.scss */
.js-detail .proptable table td > span {
  position: relative;
  top: 10px;
  background-color: #fff;
}

/* /catalog.element */
/* catalog.smart.filter */
/* line 1621, ../sass/content.scss */
.smartfilter {
  background-color: #fff;
  /*Track*/
  /* modf */
}
/* line 1623, ../sass/content.scss */
.smartfilter ul {
  margin-bottom: 0px;
}
/* line 1625, ../sass/content.scss */
.smartfilter ul > li {
  margin-bottom: 10px;
}
/* line 1627, ../sass/content.scss */
.smartfilter ul > li:last-child {
  margin-bottom: 0px;
}
/* line 1631, ../sass/content.scss */
.smartfilter ul .bx_filter_prop {
  position: relative;
  border: 1px solid #ebebeb;
}
/* line 1636, ../sass/content.scss */
.smartfilter ul .bx_filter_prop.active > .name:after {
  content: "\f107";
}
/* line 1640, ../sass/content.scss */
.smartfilter ul .bx_filter_prop.active > .body {
  display: block;
  border-top: 1px solid #ebebeb;
  z-index: 2;
}
/* line 1646, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name {
  position: relative;
  padding: 8px 25px;
  line-height: 18px;
  cursor: pointer;
}
/* line 1651, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name:after {
  top: 8px;
  right: 17px;
  font-size: 18px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 1661, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint {
  position: relative;
}
/* line 1664, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint:hover .text {
  display: block;
}
/* line 1668, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa {
  margin-left: 7px;
}
/* line 1670, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa:before {
  font-size: 14px;
  content: "\f1db";
}
/* line 1674, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa:after {
  position: relative;
  top: -2px;
  right: 7px;
  font-size: 8px;
  content: "\f129";
}
/* line 1682, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .text {
  position: absolute;
  top: 25px;
  left: 0px;
  display: none;
  min-width: 250px;
  padding: 8px 10px;
  vertical-align: middle;
  line-height: 18px;
  color: #585f69;
  background-color: #fafafa;
  border: 1px solid #b8b8b8;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 10;
}
/* line 1699, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .body {
  display: none;
  padding: 10px 25px;
  background-color: #fff;
  z-index: 1;
}
/* line 1705, ../sass/content.scss */
.smartfilter ul .bx_filter_prop label {
  display: block;
  font-weight: normal;
}
/* line 1708, ../sass/content.scss */
.smartfilter ul .bx_filter_prop label:last-child {
  margin-bottom: 0px;
}
/* line 1713, ../sass/content.scss */
.smartfilter ul .buttons {
  padding: 19px 10px;
}
/* line 1718, ../sass/content.scss */
.smartfilter .bx_ui_slider_track {
  position: relative;
  height: 9px;
  margin: 15px 0px;
  border: 1px solid #ebebeb;
  background: transparent;
}
/* line 1725, ../sass/content.scss */
.smartfilter .bx_ui_slider_part {
  display: none;
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}
/* line 1732, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p1 {
  left: -1px;
}
/* line 1733, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p2 {
  left: 25%;
}
/* line 1734, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p3 {
  left: 50%;
}
/* line 1735, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p4 {
  left: 75%;
}
/* line 1736, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p5 {
  right: -1px;
}
/* line 1737, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p2 span, .smartfilter .bx_ui_slider_part.p3 span, .smartfilter .bx_ui_slider_part.p4 span {
  color: #6b8086;
}
/* line 1740, ../sass/content.scss */
.smartfilter .bx_ui_slider_part span {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}
/* line 1753, ../sass/content.scss */
.smartfilter .bx_ui_slider_range,
.smartfilter .bx_ui_slider_pricebar,
.smartfilter .bx_ui_slider_pricebar_VD,
.smartfilter .bx_ui_slider_pricebar_VN,
.smartfilter .bx_ui_slider_pricebar_V {
  position: absolute;
  top: 0px;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1765, ../sass/content.scss */
.smartfilter .bx_ui_slider_range {
  z-index: 90;
}
/* line 1768, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar {
  z-index: 80;
}
/* line 1771, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar_VD {
  z-index: 40;
  background-color: #b7b7b7;
}
/* line 1775, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar_VN {
  z-index: 50;
  background-color: transparent;
}
/* line 1779, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar_V {
  z-index: 60;
  background-color: #0084c9;
}
/* line 1783, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle {
  position: absolute;
  top: -6px;
  display: inline-block;
  cursor: pointer;
  color: #000;
  background-color: #ebebeb;
  text-decoration: none;
}
/* line 1792, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle:hover {
  color: #fff;
  background-color: #0084c9;
}
/* line 1796, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding: 3px 8px;
}
/* line 1803, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.left {
  left: 0;
}
/* line 1806, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.left span:after {
  content: "\f104";
}
/* line 1811, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.right {
  right: 0;
}
/* line 1814, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.right span:after {
  content: "\f105";
}
/* line 1821, ../sass/content.scss */
.smartfilter .bx_filter_parameters_box .polovinka {
  width: 50%;
  float: left;
}
/* line 1827, ../sass/content.scss */
.smartfilter .bx_filter_parameters_box_container_block input {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1833, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container {
  position: relative;
}
/* line 1835, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container.from {
  margin-right: 5px;
}
/* line 1838, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container.to {
  margin-left: 5px;
}
/* line 1841, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container input {
  text-align: left;
}
/* line 1844, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon {
  position: absolute;
  top: 7px;
  right: 3px;
}
/* line 1849, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon i:after {
  content: '\f073';
}
/* line 1856, ../sass/content.scss */
.smartfilter .bx_filter_container_modef {
  position: relative;
  display: block;
}
/* line 1859, ../sass/content.scss */
.smartfilter .bx_filter_container_modef .bx_filter_popup_result {
  position: absolute;
  top: -46px;
  left: 100%;
}
/* line 1865, ../sass/content.scss */
.smartfilter .bx_filter_popup_result {
  position: relative;
  display: block;
  min-width: 150px;
  white-space: nowrap;
  margin-right: 15px;
  margin-left: 43px;
  padding: 8px 10px 7px 13px;
  vertical-align: middle;
  line-height: 18px;
  color: #585f69;
  text-decoration: none;
  background-color: #fafafa;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  z-index: 1;
}
/* line 1882, ../sass/content.scss */
.smartfilter .bx_filter_popup_result:hover {
  border-color: #0084c9;
}
/* line 1884, ../sass/content.scss */
.smartfilter .bx_filter_popup_result:hover .arrow {
  border-right-color: #0084c9;
}
/* line 1888, ../sass/content.scss */
.smartfilter .bx_filter_popup_result .arrow {
  position: absolute;
  top: -1px;
  left: -35px;
  border: 18px solid transparent;
  border-right: 18px solid #b8b8b8;
}
/* line 1894, ../sass/content.scss */
.smartfilter .bx_filter_popup_result .arrow span {
  position: absolute;
  top: -16px;
  left: -14px;
  border: 16px solid transparent;
  border-right: 16px solid #fafafa;
}
/* line 1902, ../sass/content.scss */
.smartfilter .bx_filter_popup_result #modef_num {
  margin-right: 15px;
}
/* line 1910, ../sass/content.scss */
.smartfilter .body .bx_filter_param_label.cwp:before, .smartfilter .body .bx_filter_param_label.cwp:after,
.smartfilter .body .bx_filter_param_label.cwpal:before,
.smartfilter .body .bx_filter_param_label.cwpal:after,
.smartfilter .body .bx_filter_param_label.dwpal:before,
.smartfilter .body .bx_filter_param_label.dwpal:after {
  content: '';
}

/* line 1917, ../sass/content.scss */
.bx_filter_param_label {
  cursor: pointer;
}

/* line 1920, ../sass/content.scss */
.smartfilter .bx_filter_param_label.disabled,
body .popup-window .bx_filter_param_label.disabled {
  cursor: default;
}

/* line 1924, ../sass/content.scss */
.bx_filter_param_label.cwp {
  float: left;
  margin-right: 4px;
}

/* line 1928, ../sass/content.scss */
.bx_filter_param_label.c,
.bx_filter_param_label.rb {
  margin-left: 17px;
}

/* line 1933, ../sass/content.scss */
.bx_filter_param_label.cwpal .bx_filter_param_btn {
  float: left;
  margin-right: 5px;
}
/* line 1937, ../sass/content.scss */
.bx_filter_param_label.cwpal .bx_filter_param_text {
  display: inline-block;
  margin-top: 3px;
}

/* line 1942, ../sass/content.scss */
.bx_filter_param_btn {
  display: block;
  padding: 2px;
  border: 1px solid transparent;
}

/* line 1947, ../sass/content.scss */
.bx_filter_param_label.active .bx_filter_param_btn,
.bx_filter_param_label:hover .bx_filter_param_btn {
  border-color: #0084c9;
}

/* line 1951, ../sass/content.scss */
.bx_filter_param_label.disabled:hover .bx_filter_param_btn {
  border-color: transparent;
}

/* line 1955, ../sass/content.scss */
.bx_filter_param_text .role_count {
  color: #c3c3c3;
}

/* line 1959, ../sass/content.scss */
.bx_filter_btn_color_icon {
  display: block;
  line-height: 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: 1px solid #b8b8b8;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 1970, ../sass/content.scss */
.bx_filter_select_block .bx_filter_select_text {
  display: block;
  text-align: left;
  border-color: #ebebeb;
}
/* line 1974, ../sass/content.scss */
.bx_filter_select_block .bx_filter_select_text .bx_filter_btn_color_icon {
  float: left;
  margin-right: 5px;
}

/* line 1980, ../sass/content.scss */
body .popup-window.smartFilterSelectbox {
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1984, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-top-row,
body .popup-window.smartFilterSelectbox .popup-window-bottom-row,
body .popup-window.smartFilterSelectbox .popup-window-left-column,
body .popup-window.smartFilterSelectbox .popup-window-right-column {
  display: none;
}
/* line 1990, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-center-column {
  background: transparent;
}
/* line 1993, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content {
  margin: 0px;
}
/* line 1995, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content ul {
  display: block;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom: 2px solid #0084c9;
  border-radius: 0px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 2011, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content li {
  display: block;
  height: 35px;
  margin-left: -1px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
/* line 2018, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content label {
  display: block;
  padding: 7px 25px;
  cursor: pointer;
  color: #585f69;
  text-decoration: none;
  margin-top: -1px;
  margin-bottom: 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 2028, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content label:hover {
  text-decoration: none;
  color: #585f69;
  background-color: #eee;
}
/* line 2033, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content label.disabled:hover {
  background-color: transparent;
}
/* line 2037, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content .bx_filter_btn_color_icon {
  float: left;
  margin-right: 5px;
}

/* line 2046, ../sass/content.scss */
.bx_filter_select_popup ul li label {
  font-weight: normal;
}

/* line 2052, ../sass/content.scss */
.bx_filter_btn_color_icon.all {
  position: relative;
  border: none;
}

/* line 2056, ../sass/content.scss */
.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  -moz-box-shadow: inset 0 0 0 1px #b8b8b8;
  -webkit-box-shadow: inset 0 0 0 1px #b8b8b8;
  box-shadow: inset 0 0 0 1px #b8b8b8;
}

/* line 2065, ../sass/content.scss */
.bx_filter_btn_color_icon.all:before {
  top: 0;
  left: 0;
}

/* line 2069, ../sass/content.scss */
.bx_filter_btn_color_icon.all:after {
  right: 0;
  bottom: 0;
}

/* line 2073, ../sass/content.scss */
.bx_filter_param_label.disabled {
  opacity: .5;
  cursor: default;
}

@media (max-width: 991px) {
  /* line 2078, ../sass/content.scss */
  .aroundfilter {
    position: relative;
  }
  /* line 2080, ../sass/content.scss */
  .aroundfilter .smartfilter {
    display: none;
  }
  /* line 2082, ../sass/content.scss */
  .aroundfilter .smartfilter.open {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    display: block;
    z-index: 5;
    padding: 15px;
    border: 1px solid #ebebeb;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  /* line 2094, ../sass/content.scss */
  .aroundfilter .smartfilter .name .hint {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 2103, ../sass/content.scss */
  .smartfilter.ftype1 {
    margin-bottom: 10px;
  }
  /* line 2109, ../sass/content.scss */
  .smartfilter.ftype2 ul .bx_filter_prop > .body {
    position: absolute;
    top: 38px;
    right: 0px;
    left: 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 2px solid #0084c9;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  /* line 2119, ../sass/content.scss */
  .smartfilter.ftype2 ul .buttons {
    text-align: right;
  }
  /* line 2124, ../sass/content.scss */
  .smartfilter.ftype2 .bx_filter_container_modef .bx_filter_popup_result {
    left: auto;
    right: 0px;
  }
}
/* /catalog.smart.filter */
/* catalog.compare.list */
/* line 2136, ../sass/content.scss */
.comparelist .btn {
  border-color: #ebebeb;
}
/* line 2139, ../sass/content.scss */
.comparelist .btn .fa:after {
  content: "\f080";
}

/* /catalog.compare.list */
/* catalog.sorter */
/* line 2148, ../sass/content.scss */
.catalogsorter {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
/* line 2151, ../sass/content.scss */
.catalogsorter > div {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2160, ../sass/content.scss */
.catalogsorter .template i.showcase:before,
.catalogsorter .templateDrop i.showcase:before {
  content: "\f00a";
}
/* line 2165, ../sass/content.scss */
.catalogsorter .template i.list:before,
.catalogsorter .templateDrop i.list:before {
  content: "\f00b";
}
/* line 2170, ../sass/content.scss */
.catalogsorter .template i.list_little:before,
.catalogsorter .templateDrop i.list_little:before {
  content: "\f03a";
}
/* line 2177, ../sass/content.scss */
.catalogsorter .template a {
  display: inline-block;
  margin-left: 10px;
  padding: 9px 12px 7px 13px;
  color: #b8b8b8;
  background-color: #ebebeb;
}
/* line 2183, ../sass/content.scss */
.catalogsorter .template a:hover, .catalogsorter .template a.selected {
  color: #0084c9;
}
/* line 2187, ../sass/content.scss */
.catalogsorter .template a:first-child {
  margin-left: 0px;
}
/* line 2193, ../sass/content.scss */
.catalogsorter .templateDrop .fa {
  margin-left: 0px;
}
/* line 2198, ../sass/content.scss */
.catalogsorter .templateDrop .dropdown-toggle .fa:after {
  content: '';
}
/* line 2203, ../sass/content.scss */
.catalogsorter .templateDrop .dropdown-menu {
  min-width: 60px;
}
/* line 2208, ../sass/content.scss */
.catalogsorter .dropdown > .btn-default.dropdown-toggle {
  border-color: #ebebeb;
  width:57px;
}
/* line 2212, ../sass/content.scss */
.catalogsorter .dropdown.open > .btn-default.dropdown-toggle {
  background-color: transparent;
}
/* line 2216, ../sass/content.scss */
.catalogsorter .dropdown .arrowright {
  margin-left: 7px;
}
/* line 2218, ../sass/content.scss */
.catalogsorter .dropdown .arrowright:after {
  content: "\f105";
}
/* line 2223, ../sass/content.scss */
.catalogsorter .filterbtn,
.catalogsorter .output,
.catalogsorter .sortby,
.catalogsorter .comparising {
  margin-right: 10px;
}
/* line 2230, ../sass/content.scss */
.catalogsorter .output .title,
.catalogsorter .output .dropdown {
  display: inline-block;
}
/* line 2234, ../sass/content.scss */
.catalogsorter .output .title {
  margin-right: 3px;
}
/* line 2237, ../sass/content.scss */
.catalogsorter .output .fileicon {
  margin-left: 0px;
  margin-right: 3px;
}
/* line 2240, ../sass/content.scss */
.catalogsorter .output .fileicon:before {
  content: "\f016";
}
/* line 2243, ../sass/content.scss */
.catalogsorter .output .fileicon:after {
  content: '';
}
/* line 2248, ../sass/content.scss */
.catalogsorter .showfilter {
  border-color: #ebebeb;
}
/* line 2250, ../sass/content.scss */
.catalogsorter .showfilter i {
  margin-left: 0px;
}
/* line 2252, ../sass/content.scss */
.catalogsorter .showfilter i:before {
  content: "\f0b0";
}
/* line 2255, ../sass/content.scss */
.catalogsorter .showfilter i:after {
  content: ' ';
}

@media (min-width: 501px) {
  /* line 2262, ../sass/content.scss */
  .comparising {
    float: right;
  }
}
@media (max-width: 500px) {
  /* line 2268, ../sass/content.scss */
  .catalogsorter .filterbtn,
  .catalogsorter .output,
  .catalogsorter .sortby {
    margin-right: 0px;
  }
  /* line 2274, ../sass/content.scss */
  .catalogsorter > div:first-child button {
    border-right: none;
  }
  /* line 2280, ../sass/content.scss */
  .catalogsorter .filterbtn + .output button,
  .catalogsorter .filterbtn + .sortby button {
    border-right: none;
  }
  /* line 2285, ../sass/content.scss */
  .catalogsorter .comparising .btn {
    position: relative;
    left: -1px;
  }
}
@media (max-width: 991px) {
  /* line 2299, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort:after, .catalogsorter .sortby .fa.name:after, .catalogsorter .sortby .fa.price:after {
    margin-left: 3px;
  }
  /* line 2303, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort.asc:after, .catalogsorter .sortby .fa.name.asc:after, .catalogsorter .sortby .fa.price.asc:after {
    content: "\f106";
  }
  /* line 2308, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort.desc:after, .catalogsorter .sortby .fa.name.desc:after, .catalogsorter .sortby .fa.price.desc:after {
    content: "\f107";
  }
  /* line 2314, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort:before {
    content: "\f005";
  }
  /* line 2319, ../sass/content.scss */
  .catalogsorter .sortby .fa.price:before {
    content: "\f158";
  }
  /* line 2324, ../sass/content.scss */
  .catalogsorter .sortby .dropdown-menu {
    min-width: 60px;
  }
  /* line 2327, ../sass/content.scss */
  .catalogsorter .sortby .dropdown-menu > li a {
    padding: 7px 15px;
  }
}
/* /catalog.sorter */
/* catalog.compare.result */
/* line 2339, ../sass/content.scss */
.bx_compare .bx_sort_container {
  margin-bottom: 15px;
}
/* line 2341, ../sass/content.scss */
.bx_compare .bx_sort_container .sorttext {
  margin-right: 7px;
}
/* line 2346, ../sass/content.scss */
.bx_compare .table_compare .empty > div,
.bx_compare .table_compare .item {
  min-width: 260px;
}
/* line 2350, ../sass/content.scss */
.bx_compare .table_compare .empty {
  padding: 0px;
}
/* line 2353, ../sass/content.scss */
.bx_compare .table_compare .product {
  padding: 15px;
}
/* line 2357, ../sass/content.scss */
.bx_compare .table_compare .item .del {
  position: relative;
  min-height: 5px;
}
/* line 2360, ../sass/content.scss */
.bx_compare .table_compare .item .del a {
  position: absolute;
  top: -11px;
  right: -11px;
  display: block;
  width: 15px;
  height: 15px;
}
/* line 2368, ../sass/content.scss */
.bx_compare .table_compare .item .del .fa {
  font-size: 18px;
}
/* line 2370, ../sass/content.scss */
.bx_compare .table_compare .item .del .fa:after {
  content: "\f014";
}
/* line 2375, ../sass/content.scss */
.bx_compare .table_compare .item .pic {
  height: 190px;
  line-height: 190px;
  text-align: center;
}
/* line 2379, ../sass/content.scss */
.bx_compare .table_compare .item .pic img {
  max-width: 100%;
  max-height: 190px;
}
/* line 2384, ../sass/content.scss */
.bx_compare .table_compare .item .data {
  margin: 7px 9px 0px 9px;
}
/* line 2387, ../sass/content.scss */
.bx_compare .table_compare .item .del,
.bx_compare .table_compare .item .name {
  margin-bottom: 8px;
}
/* line 2391, ../sass/content.scss */
.bx_compare .table_compare .item .name {
  height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}

/* /catalog.compare.result */
/* 404 not found */
/* line 2404, ../sass/content.scss */
.erorpage .errorpagein {
  width: 100%;
  vertical-align: middle;
}
/* line 2407, ../sass/content.scss */
.erorpage .errorpagein .errorcode {
  margin-top: 50px;
  font-size: 200px;
}
/* line 2411, ../sass/content.scss */
.erorpage .errorpagein .errortext {
  position: relative;
  top: -40px;
  font-size: 30px;
}
/* line 2416, ../sass/content.scss */
.erorpage .errorpagein .errorbutton {
  margin-top: 10px;
  margin-bottom: 120px;
}

/* /404 not found */
/* subscribe */
/* line 2426, ../sass/content.scss */
.subscription .field-wrap {
  min-height: 45px;
  margin-top: 0px;
  margin-bottom: 15px;
}
/* line 2430, ../sass/content.scss */
.subscription .field-wrap label {
  margin-bottom: 0px;
}
/* line 2433, ../sass/content.scss */
.subscription .field-wrap .rubric {
  margin-bottom: 20px;
}
/* line 2435, ../sass/content.scss */
.subscription .field-wrap .rubric > div {
  margin-top: 3px;
  color: #a4a4a4;
  font-size: 11px;
}
/* line 2442, ../sass/content.scss */
.subscription .padleft {
  margin-top: 12px;
  padding-left: 30px;
}
/* line 2446, ../sass/content.scss */
.subscription .btns {
  margin-top: 15px;
}
/* line 2449, ../sass/content.scss */
.subscription .required {
  font-size: 18px;
  color: #c90d0d;
  display: inline;
  line-height: 14px;
}

/* line 2456, ../sass/content.scss */
.detail_subs {
  margin-bottom: 30px;
  padding: 10px 18px;
  border: 1px solid #ebebeb;
  background-color: #fafafa;
}
/* line 2461, ../sass/content.scss */
.detail_subs p {
  margin: 0px;
  line-height: 36px;
}

/* /subscribe */
/* universal slider */
/* line 2469, ../sass/content.scss */
.thumbs {
  margin-bottom: 25px;
}
/* line 2472, ../sass/content.scss */
.thumbs .thumb a {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 3px solid #ebebeb;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 2485, ../sass/content.scss */
.thumbs .thumb.checked a .overlay,
.thumbs .thumb.checked a .fa {
  display: none;
}
.thumbs .thumb.checked a{
	border:3px solid #1e508b;
}
/* line 2491, ../sass/content.scss */
.thumbs .thumb .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  background-color: #fff;
 /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;*/
}
/* line 2501, ../sass/content.scss */
.thumbs .thumb .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -16px;
  margin-left: -17px;
  font-size: 35px;
}
/* line 2509, ../sass/content.scss */
.thumbs .thumb .fa:before {
  content: "\f002";
  color: #fff;
}
/* line 2515, ../sass/content.scss */
.thumbs .owl-nav {
  margin-top: 10px;
  text-align: right;
}
.js-detail .thumbs .owl-nav{
	 margin: 0 5px 0;
    position: relative;
}
.js-detail .thumbs .owl-nav .prev{
	float:left;
}
.js-detail .thumbs .owl-nav .prev, .js-detail .thumbs .owl-nav .next{
    top: -69px;
	position:relative;
}
/* line 2520, ../sass/content.scss */
.changeFromSlider {
  cursor: pointer;
}
.gallery{
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

}
.main_page .gallery{
  padding-left: 15px;
  padding-right: 15px;
}
/* /universal slider */
/* popup gallery */
/* line 2526, ../sass/content.scss */
.popupgallery {
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ebebeb;
}
/* line 2530, ../sass/content.scss */
.popupgallery .navigations {
  position: relative;
}
/* line 2533, ../sass/content.scss */
.popupgallery .navigations:hover > .nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 2535, ../sass/content.scss */
.popupgallery .navigations:hover > .nav:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity:1;
}
/* line 2540, ../sass/content.scss */
.popupgallery .navigations > .nav {
  position: absolute;
  top: 50%;
  display: inline-block;
  color: #000;
  cursor: pointer;
  margin-top: -27px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 27px;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 2556, ../sass/content.scss */
.popupgallery .navigations > .nav:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.6);
}
/* line 2560, ../sass/content.scss */
.popupgallery .navigations > .nav.prev {
  left: 15px;
}
/* line 2562, ../sass/content.scss */
.popupgallery .navigations > .nav.prev > span {
  padding: 5px 22px 7px 18px;
}
/* line 2563, ../sass/content.scss */
.popupgallery .navigations > .nav.prev > span:after {
  content: "\f104";
}
/* line 2569, ../sass/content.scss */
.popupgallery .navigations > .nav.next {
  right: 15px;
}
/* line 2571, ../sass/content.scss */
.popupgallery .navigations > .nav.next > span {
  padding: 5px 18px 7px 22px;
}
/* line 2572, ../sass/content.scss */
.popupgallery .navigations > .nav.next > span:after {
  content: "\f105";
}
/* line 2578, ../sass/content.scss */
.popupgallery .navigations > .nav > span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 39px;
  color: #fff;
}
/* line 2587, ../sass/content.scss */
.popupgallery .around_changeit {
  display: table;
  width: 100%;
}
/* line 2591, ../sass/content.scss */
.popupgallery .changeit {
  display: table-cell;
  width: 100%;
  height: 550px;
  text-align: center;
  vertical-align: middle;
  border:2px solid #dadada;
}
/* line 2597, ../sass/content.scss */
.popupgallery .changeit img {
  display: inline;
  cursor: pointer;
  max-height: 520px;
}
/* line 2602, ../sass/content.scss */
.popupgallery .changeit .date {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
/* line 2610, ../sass/content.scss */
.popupgallery .description {
  height: 20px;
}
/* line 2613, ../sass/content.scss */
.popupgallery .thumbs {
  max-height: 428px;
 /* margin-top: 15px;*/
  overflow-x: hidden;

}
/* line 2618, ../sass/content.scss */
.popupgallery .thumbs .thumb {
  width: 45%;
  float: left;
  margin-right: 4%;
  margin-bottom: 15px;
}
/* line 2623, ../sass/content.scss */
.popupgallery .thumbs .thumb:nth-child(odd) {
  margin-right: 6%;
}
/* line 2628, ../sass/content.scss */
.popupgallery .preview {
  position: relative;
  max-height: 112px;
  overflow: hidden;
}
/* line 2632, ../sass/content.scss */
.popupgallery .preview:before {
  position: absolute;
  right: 15px;
  bottom: 0px;
  width: 30%;
  height: 20px;
  content: '';
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), white);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), #ffffff);
}
.gallery .item.catalog-main-item .data a{
	margin:0;
}


.buttons span{
	font:13px/13px Roboto;
}
form[name="SIMPLE_FORM_1"] .mainform  .buttons input, form[name="SIMPLE_FORM_1"] .mainform  .buttons span{
	vertical-align:middle;
	display:inline-block;
}
form[name="SIMPLE_FORM_1"] .mainform .buttons input[type="submit"].btn{
	max-width:140px;
}
form[name="SIMPLE_FORM_1"] .mainform .buttons {
  margin-bottom: 0;
}
.your-info{
	margin-top:30px;
}
.your-info h2{
	margin:0 0 20px 0;
}
.zakaz-webform  .your-info .field-wrap label.control-label,  .zakaz-webform .field-wrap .custom_text-wrapper label.control-label{
    font: 16px/16px Roboto;
}
.zakaz-webform .field-wrap .custom_text-wrapper label.control-label{
	margin-bottom:6px;
	font-weight: 300;
}
.zakaz-webform .radio.custom_text-wrapper{
	padding-left:0 !important;
	margin-top: 20px;
}
.zakaz-webform .radio.custom_text-wrapper input{
	max-width:133px;
	padding-left:10px;
	border-radius: 2px;
	border: 1px solid #bdbdbd;
}
/* /popup gallery */
@media (min-width: 992px) and (max-width: 1200px) {
	.razdel-list li a {
		font: 15px/15px Roboto;
	}
}
@media (max-width:767px){
	.gallery .item.catalog-main-item {
		margin-bottom: 25px;
	}
		.razdel-list li {
		margin-top: 10px;
	}
	.gallery .item.catalog-main-item .data a.name-a {
		font: 16px/16px Roboto;
	}
.timeline.row {
    margin-bottom: 10px;
}
}
@media (max-width:400px){
	.js-detail .proptable table td {
		padding: 7px;
	   -ms-word-break: break-all; /* wraps the text in the selector so it prints properly*/
            word-break: break-all;
            /* Non standard for webkit */
            word-break: break-word;
       -webkit-hyphens: auto;
          -moz-hyphens: auto;
           -ms-hyphens: auto;
               hyphens: auto;
           white-space: pre-wrap;
	}
}