/* + Стили карточки товаров */
.table {
  display: table;
}
.table .td {
  display: table-row;
}
.table .td {
  display: table-cell;
  vertical-align: top;
}

.product_card_description {
  overflow: hidden;
}
.product_card_pic {
  width: 425px;
  float: left;
  margin: 0 40px 15px 0;
}
.product_card_pic .product_card_main_pic_wr {
  text-align: center;
  line-height: 300px;
  min-height: 300px;
  font-size: 0;
}
.product_card_pic .product_card_main_pic_wr img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height:310px;
}
.product_card_preview_wr .td a img{
	width:40px;
	height:40px;
}
.product_card_preview_wr .td a:first-child img{
	width:60px;
	height:auto;
}
.product_card_preview_wr {
  margin: 30px 0 0 0;
}
.product_card_preview_wr img {
  cursor: pointer;
  border: 1px solid #005a56;
  margin-bottom: 5px;
}
.product_card_preview_wr .table {
  width: 100%;
  text-align: center;
  line-height: normal;
}
.product_card_preview_wr .table .td {
  vertical-align: bottom;
}
.product_card_price {
  margin: 20px 0;
}
.product_submit_back a.prod_back {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  padding-left: 16px;
  background: url(/d/1555729/t/images/left_arrow_bg.png) left center no-repeat;
}
.product_submit_back a.prod_back:hover {
  color: #000000;
  text-decoration: none;
}
.product_submit_back .td {
  vertical-align: middle;
}
.product_submit_back .td + .td {
  padding-left: 50px;
}
.product_card_link {
  font-size: 13px;
  padding: 40px 0 0 0;
}
.product_card_link a {
  color: #005a56;
  text-decoration: underline;
  float: left;
}
.product_card_link a + a {
  float: right;
}
.product_card_link a:hover {
  color: #005a56;
  text-decoration: none;
}
.product_card_link:after {
  display: block;
  content: '.';
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.product_card_wr:after {
  display: block;
  content: '.';
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.button_style {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006a66), color-stop(100%, #004a47));
  background-image: -o-linear-gradient(top, #006a66 0%, #004a47 100%);
  background-image: -moz-linear-gradient(top, #006a66 0%, #004a47 100%);
  background-image: -webkit-linear-gradient(top, #006a66 0%, #004a47 100%);
  background-image: -ms-linear-gradient(top, #006a66 0%, #004a47 100%);
  background-image: linear-gradient(to bottom, #006a66 0%, #004a47 100%);
  -pie-background: linear-gradient(to bottom, #006a66 0%, #004a47 100%);
  behavior: url(/d/1555729/t/images/pie.htc);
}
.button_style img {
  display: inline-block;
  vertical-align: middle;
}
.button_style a, .button_style .input_text {
  cursor: pointer;
  outline: none;
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
}
.button_style:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005b57), color-stop(100%, #003b38));
  background-image: -o-linear-gradient(top, #005b57 0%, #003b38 100%);
  background-image: -moz-linear-gradient(top, #005b57 0%, #003b38 100%);
  background-image: -webkit-linear-gradient(top, #005b57 0%, #003b38 100%);
  background-image: -ms-linear-gradient(top, #005b57 0%, #003b38 100%);
  background-image: linear-gradient(to bottom, #005b57 0%, #003b38 100%);
  -pie-background: linear-gradient(to bottom, #005b57 0%, #003b38 100%);
}
.button_style:hover a {
  text-decoration: none;
}
.button_style button, .button_style input[type="submit"], .button_style input[type="button"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: pointer;
  outline: none;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  z-index: 20;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  font-size: 13px;
}
.button_style.active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006a66), color-stop(100%, #004a47));
  background-image: -o-linear-gradient(top, #006a66 0%, #004a47 100%);
  background-image: -moz-linear-gradient(top, #006a66 0%, #004a47 100%);
  background-image: -webkit-linear-gradient(top, #006a66 0%, #004a47 100%);
  background-image: -ms-linear-gradient(top, #006a66 0%, #004a47 100%);
  background-image: linear-gradient(to bottom, #006a66 0%, #004a47 100%);
  -pie-background: linear-gradient(to bottom, #006a66 0%, #004a47 100%);
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2), inset 0 0 10px black;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2), inset 0 0 10px black;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2), inset 0 0 10px black;
}
.button_style.disabled {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #999999));
  background-image: -o-linear-gradient(top, #cccccc 0%, #999999 100%);
  background-image: -moz-linear-gradient(top, #cccccc 0%, #999999 100%);
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #999999 100%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #999999 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #999999 100%);
  -pie-background: linear-gradient(to bottom, #cccccc 0%, #999999 100%);
  -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
}
.button_style.disabled button, .button_style.disabled input[type="submit"], .button_style.disabled input[type="button"] {
  cursor: default;
}
.button_style.disabled .input_text {
  color: #555;
}

/* - Стили карточки товаров */
/* R.D. */

.product_card_link--auction {
  padding-top: 30px;
}

.sbutton {
  display: inline-block;
  width: 237px;
  height: 54px;
  margin-top: 40px;
  padding: 10px 50px 0;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  background: no-repeat url("button-back.png");
  text-decoration: none !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sbutton:hover {text-decoration: underline !important;}

.main-page .sbutton {
  margin-left: -10px;
}

.justifyer {text-align: justify;}
.justifyer a {display: inline-block; text-align: left;}
.justifyer:after {content: ""; display: inline-block; width: 100%;}

.sb {
  position: absolute;
  top: 35px;
  left: 478px;
  padding: 3px 0 16px 23px;
  border-left: 1px solid #E8E8E8;
}

.sb-item {
  display: block;
  width: 68px;
  min-height: 20px;
  margin-bottom: 4px;
  padding-right: 33px;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.1;
  color: #999!important;
  background: no-repeat 100% 3px none;
}
.sb-item:hover {text-decoration: underline;}

/*
.sb-item--fb{
  background-image: url("fb-icon.png");
}
*/
.sb-item--fb{
  background-image: url("/t/images/icon-tg.png");
  background-position: 100%;
  background-size: 27px;
}

.at {
  margin: 0 0 20px;
}
.at-full.hidden {
  display: none;
}
.at-toggleContainer {text-align: center;}
.at-toggle {
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px dotted #005a56;
}
.at-toggle:hover {border-bottom-color: transparent;}


/*+[4.7.14]*/

.cls:after, .clear-self:after {
  content:'';
  display:block;
  clear:both;
}

.neww-search-titles {
  position:relative;
  min-height:32px;
  z-index:1;
}

	.neww-search-titles a, .neww-search-titles a:hover {
	  outline:0;
	  text-decoration:none;
	  font-size:13px;
	  line-height:22px;
	  color:#fefefe;
	  float:left;
	  border-top:3px solid #005a56;
	  /*
	  border-left:1px solid #005a56;
	  border-right:1px solid #005a56;
	  */
	  border-bottom:1px solid #dedede;
	  background:#005a56;
	  margin:0 4px 0 0;
	  padding:5px 16px;
	}
	.neww-search-titles a.active {
	  border-left:1px solid #dedede;
	  border-right:1px solid #dedede;
	  border-bottom:1px solid #f5f5f5;
	  background:#f5f5f5;
	  color:#005a56;
	}
	
.neww-search-bodies {
  position:relative;
  margin-top:-1px;
  background:#f5f5f5;
  padding:16px 16px 10px 15px;
  border:1px solid #dedede;
  font-size:13px;
  color:#010101;
}
.neww-search-bodies .cls {
  margin-bottom:14px;
}
.neww-search-bodies .cls input[type="submit"]{
  outline:0;
  float:right;
  width:68px;
  height:24px;
  line-height:14px;
  text-align:center;
  box-shadow:0 4px 4px rgba(0,0,0,.11);
  border:1px solid #c0c0c0;
  font-size:12px;
  color:#666;
  text-shadow:
  background-color:#e2e2e2;
  cursor:pointer;
  background: -webkit-gradient(linear, from(#fdfdfd), to(#e2e2e2));
  background: -webkit-linear-gradient(#fdfdfd, #e2e2e2);
  background: -moz-linear-gradient(#fdfdfd, #e2e2e2);
  background: -ms-linear-gradient(#fdfdfd, #e2e2e2);
  background: -o-linear-gradient(#fdfdfd, #e2e2e2);
  background: linear-gradient(#fdfdfd, #e2e2e2);
}

.neww-search-bodies .cls input[type="submit"]:hover, .neww-search-bodies .cls input[type="submit"]:focus {
  background: -webkit-gradient(linear, from(#e2e2e2), to(#fdfdfd));
  background: -webkit-linear-gradient(#e2e2e2, #fdfdfd);
  background: -moz-linear-gradient(#e2e2e2, #fdfdfd);
  background: -ms-linear-gradient(#e2e2e2, #fdfdfd);
  background: -o-linear-gradient(#e2e2e2, #fdfdfd);
  background: linear-gradient(#e2e2e2, #fdfdfd);

}
.neww-search-bodies .cls input[type="submit"]:active {
  background: -webkit-gradient(linear, from(#e2e2e2), to(#e2e2e2));
  background: -webkit-linear-gradient(#e2e2e2, #e2e2e2);
  background: -moz-linear-gradient(#e2e2e2, #e2e2e2);
  background: -ms-linear-gradient(#e2e2e2, #e2e2e2);
  background: -o-linear-gradient(#e2e2e2, #e2e2e2);
  background: linear-gradient(#e2e2e2, #e2e2e2);

}

.neww-search-bodies .cls input[type="submit"]::-moz-focus-inner {
  padding:0;
  border:0;
}
.neww-search-fieldname {
  float:left;
  width:125px;
  height:22px;
  line-height:12px;
  font-weight:bold;
}
.neww-search-fieldbody {
  float:right;
  width:277px;
}
	.neww-search-fieldbody input[type="text"]{
	  display:block;
	  width:100%;
	  -moz-box-sizing:border-box;
	  box-sizing:border-box;
	}
	
.neww-search-fieldbody-small {
  float:left;
  width:132px;
  height:22px;
  line-height:22px;
}
.neww-search-fieldbody-small input[type="text"]{
  float:right;
  width:107px;
}
.neww-search-fieldbody-small + .neww-search-fieldbody-small {
  margin-left:13px;
}
ul.neww-menu, ul.neww-menu li, ul.neww-menu ul {
  padding:0;
  margin:0;
  list-style:none;
}

ul.neww-menu ul {
  margin-bottom:4px;
  background:#f1f9f9;
  display:none;
}

td.left_c ul.neww-menu li {
  background:none;
  padding:0;
}

ul.neww-menu li.lvl2 + li.lvl1 {
  margin-top:4px;
}

ul.neww-menu li.lvl1 > a {
  text-decoration:none;
  font-weight:normal;
  display:block;
  border:1px solid #d8e6e7;
  background:#eaf2f3;
  font-size:15px;
  color:#000;
  line-height:18px;
  padding:9px 14px;
  margin:0 0 4px;
  
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;
  -o-transition:all .1s linear;
  -ms-transition:all .1s linear;
  transition:all .1s linear;
}
ul.neww-menu li.lvl1 > a.active, ul.neww-menu li.lvl1 > a.active:hover {
  background:#90b3b1;
  color:#fff;
  border-color:#7a9d9b;
  position:relative;
  z-index:2;
}

ul.neww-menu li.lvl1 > a.active:after, ul.neww-menu li.lvl1 > a.active:hover:after {
  content:'';
  position:absolute;
  top:100%;
  left:22px;
  width:14px;
  height:8px;
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMjZkOWJkNS02NzVmLWFmNDgtYjgyYS1hYWQ5MDE1ZDIzMDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODkxOENGQ0YwNThFMTFFNEIxOUFBN0I0QkIxQkYzOTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODkxOENGQ0UwNThFMTFFNEIxOUFBN0I0QkIxQkYzOTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkzZDRiZGY1LTlhM2EtMjA0NS1hMTg5LTFmNjk0YmIwNDM3NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphMjZkOWJkNS02NzVmLWFmNDgtYjgyYS1hYWQ5MDE1ZDIzMDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4gUQa3AAAAZElEQVR42ozQMQqAMAyF4RjccmgVryLesGSr8g9CLFHyhjYEvrbptJ/HZWaiqlJJ711aa6LuvlHQqCIM16wVHBHmed8vHhG9OFiKM0Tm4XAw+8KHkQxl8IVZMvQFI5YMkVuAAQD7MmxTSnv3dgAAAABJRU5ErkJggg==') 0 0 no-repeat;
}

ul.neww-menu li.lvl1 > a:hover {
  background-color:#006863;
  border-color:#006863;
  color:#fff;
}

ul.neww-menu li.lvl2 a {
  position:relative;
  text-decoration:none;
  border-top:1px solid #e5eeee;
  border-bottom:1px solid #fff;
  background:#f1f9f9;
  display:block;
  font-size:13px;
  line-height:15px;
  color:#333;
  padding:4px 10px 6px 19px;
  
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;
  -o-transition:all .1s linear;
  -ms-transition:all .1s linear;
  transition:all .1s linear;
}
ul.neww-menu li.lvl2 a:hover:before {
  content:'';
  position:absolute;
  top:-1px;
  left:0;
  bottom:-1px;
  width:4px;
  background:#005a56;
}
ul.neww-menu li.lvl2 a:hover {
  background:#e4eeef;
}
ul.neww-menu li.lvl3 a {
 margin-left:40px;
}
ul.neww-menu ul li:firstr-child a {
  border-top:0;
}

ul.neww-menu li.lvl2 a.active, ul.neww-menu li.lvl2 a.active:hover {
  background:#005a56;
  color:#fff;
  border-color:#005a56;
  margin-bottom:1px;
}

.neww-katname {
	position: relative;
	font-size: 22px;
	height: 38px;
	line-height: 38px;
	background: #005f5b;
	padding: 0 0 0 15px;
	color:#fff;
	margin:0 0 5px;
	z-index:3;
}

.neww-katname:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 12px;
	height: 5px;
	width: 10px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMjZkOWJkNS02NzVmLWFmNDgtYjgyYS1hYWQ5MDE1ZDIzMDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0QxRDY5NUEwNTkzMTFFNDkzRDk5MTk4NDc5MkQ3NjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0QxRDY5NTkwNTkzMTFFNDkzRDk5MTk4NDc5MkQ3NjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkzZDRiZGY1LTlhM2EtMjA0NS1hMTg5LTFmNjk0YmIwNDM3NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphMjZkOWJkNS02NzVmLWFmNDgtYjgyYS1hYWQ5MDE1ZDIzMDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz73sPlnAAAAP0lEQVR42mJkiAprYGBgqGfADxqZGXS1DwAZjEDsgEsREDeAFII4uBSDFYEYMIXYFMMVgQALmgkNONgMAAEGAJsMCk0Wnir9AAAAAElFTkSuQmCC');
}
.neww-edit-block {
  position:relative;
  width:238px;
  max-height:311px;
  overflow:hidden;
  margin:0 0 20px;
}

.neww-edit-block img {
  max-width:100%;
  border:0;
  display:block;
  height:auto !important;
}
/*-[4.7.14]*/

.super-label-wrap {
  display:none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 106px;
  height: 106px;
  overflow: hidden;
  
}

.super-label {
	width: 150px;
	margin:0px -35px 18px 0;
	padding:5px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	line-height: 15px;
	color:#fff;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-align: center;
	text-transform: uppercase;
	text-indent: 10px;
	background-image: -webkit-linear-gradient(#b4183d, #ff1650);
	background-image: -o-linear-gradient(#b4183d, #ff1650);
	background-image: linear-gradient(#b4183d, #ff1650);

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lot_details .prices_info {
  position:relative;
}

.prices_info .super-label-wrap  {
  display:block;
}

[id*="s3_captcha_cn"] {
	display: inline-block;
	margin-top: 5px;
}

[id*="s3_captcha_cn"] img {
	border: 1px solid #c7c7c7;
}
[id*="s3_captcha_cn"] img[src*="reload.gif"] {
	border: none;
}


[id*="s3_captcha_cn"] ~ input[name="_cn"] {
	position: relative;
	top: -21px;
	margin-left: 15px;
}

#antic_ocen_form .mgCaptcha-block,
#fade_form .mgCaptcha-block {
	display: inline-block;
	vertical-align: middle;
}

#antic_ocen_form input[name="_cn"],
#fade_form input[name="_cn"]{
	position: static;
}

#fade_form input[name="_cn"] {
	margin-left: 7px;
}

.b-modal {
	backface-visibility: hidden;
}


.body .at, .body .auction-hammer-title {
	word-break: break-word;
}

@media (max-width: 480px) {
	#ymaps-map-id_1348568616152117010532 {
		max-width:100%;
	}
}

/*1174*/
.WhatsAppLink {
    font-family: 'Roboto', sans-serif;
    display: block;
    background: url(whatsapp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 3px 32px 4px 0px;
    margin-top: 3px;
    background-position: right;
    font-size: 12px;
}

.sb-item {
	width: 109px;
}

.sb {
	top: 29px;
}
/*1174*/