/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.svg.inline.big.sh {
	top: -1px;
}

.svg.inline.sh:not(.colored):hover svg path, a:hover .svg.inline.sh path {
	fill: #fff;
}

a.scroll-to-top {
	left: 75px;
	right: inherit;
}
.header-v15.basket_normal.regions_Y .logo_and_menu-row .help-block{padding-top: 8px; padding-right: 14px;padding-bottom: 8px;padding-left: 14px;}

/* instalments */
a.button,
.button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	outline: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-height: 40px;
	padding: 11px 20px 10px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}

a.button-primary,
a.button-primary:disabled,
a.button-primary.disabled,
a.button-primary:disabled:hover,
a.button-primary.disabled:hover,
a.button-primary:disabled:active,
.button-primary,
.button-primary:disabled,
.button-primary.disabled,
.button-primary:disabled:hover,
.button-primary.disabled:hover,
.button-primary:disabled:active {
	background-color: #1a60ba;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

a.button-small,
.button-small,
.button-group-small .button {
	min-height: 32px;
	padding: 8px 1em 9px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
}

.shef-syncshop-instalments {
	position: relative;
	margin: 20px 0;
	max-width: 260px;
}

.shef-syncshop-instalments div > a {
	display: block;
	padding: 9px 30px 9px 14px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOCAxNCI+PHBhdGggZmlsbD0iI2NjYyIgZD0iTTEuNTIyIDBMOCA2Ljc2OGwtNi40NzggNi43N0wwIDExLjk1bDQuOTQ1LTUuMThMMCAxLjU5eiIvPjwvc3ZnPgo=") no-repeat right 12px top 50%/8px 14px;
	border: 1px solid #ececec;
	
	font-weight: 700;
}

.shef-syncshop-instalments  div > a:hover {
 	text-decoration: none;
}

.shef-syncshop-instalments > a img,
.leasing-link img {
	width: auto;
	height: 18px;
	vertical-align: middle;
}

.shef-syncshop-instalments-bubble {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	width: 350px;
	padding-top: 20px;
	opacity: 0;
	visibility: hidden;
}

#fast_view_item .shef-syncshop-instalments {
	margin: 0 0 20px 0;
	width: 211px;
	max-width: 211px;
}

#fast_view_item .shef-syncshop-instalments-bubble {
	width: 211px;
}

#fast_view_item .shef-syncshop-instalments div > a {
	font-size: 11px;
}

#fast_view_item .shef-syncshop-instalments-bubble-in p {
	font-size: 10px;
	margin: 5px 0 5px;
}

#fast_view_item .shef-syncshop-instalments-bubble-in small {
	font-size: 7px;
	line-height: 1;
}

#fast_view_item .shef-syncshop-instalments-bubble .shef-syncshop-instalments-bubble-in img {
	width: 170px;
	height: auto;
}


.module_products_list .shef-syncshop-instalments{
	margin: 5px 0;
	max-width: 212px;
}

.display_list .shef-syncshop-instalments{
	margin: 5px 0;
}
.display_list .shef-syncshop-instalments div > a {
	font-size: 11px;
	
}

.shef-syncshop-instalments:not(.no-show-info):hover .shef-syncshop-instalments-bubble {
	opacity: 1;
	visibility: visible;
	-webkit-animation: navi 0.2s ease forwards;
	-o-animation: navi 0.2s ease forwards;
	animation: navi 0.2s ease forwards;
}

.shef-syncshop-instalments-bubble {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	width: 350px;
	padding-top: 20px;
	opacity: 0;
	visibility: hidden;
}

.shef-syncshop-instalments-bubble-in {
	position: relative;
	padding: 19px 14px;
	background-color: #feffef;
	border: 1px solid #e4e6d0;
	-webkit-box-shadow: 0 2px 4px rgba(56, 50, 9, 0.06);
	box-shadow: 0 2px 4px rgba(56, 50, 9, 0.06);
	text-align: left;
}

.shef-syncshop-instalments-bubble-in:before,
.shef-syncshop-instalments-bubble-in:after {
	position: absolute;
	bottom: 100%;
	left: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 15px 9px;
	content: '';
}

.shef-syncshop-instalments-bubble-in:before {
 	border-color: transparent transparent #e4e6d0;
}

.shef-syncshop-instalments-bubble-in:after {
	margin-bottom: -2px;
	border-color: transparent transparent #feffef;
}

.shef-syncshop-instalments-bubble-in p {
	margin: 12px 0 18px;
	font-size: 16px;
	line-height: 1.5;
}

.shef-syncshop-instalments-bubble-in small {
	display: block;
	color: #7d825c;
	font-size: 12px;
	line-height: 17px;
}

.shef-syncshop-instalments-bubble-in a.button,
.shef-syncshop-instalments-bubble-in .button{
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 1px #1a60ba inset;
	box-shadow: 0 0 0 1px #1a60ba inset;
	color: #1a60ba;
}
.shef-syncshop-instalments-bubble-in a.button:hover,
.shef-syncshop-instalments-bubble-in .button:hover {
	background-color: #1a60ba;
	color: #fff;
}

.shef-syncshop-instalments-bubble-in a.button:active,
.shef-syncshop-instalments-bubble-in .button:active {
	background-color: #1a60ba;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
	color: #fff;
}

td.menu-item .wrap{
	width: 100%;
}

/******/

/*   ---  Лента доверия  ---   */

section.confidence {
    overflow: hidden;
    clear: both;
    padding: 15px; 
    margin-bottom: 30px;
}
.confidenceall {
   background: linear-gradient(315deg, rgba(44,60,71,1) 0%, rgba(35,90,140,1) 100%);
}
.confidence figure{
    text-align: center;
}
.confidence figure i{
    font-size: 28px;
    color: #1485CE;
}
.confidence figcaption{
    text-transform: uppercase;
    padding-top: 10px;
    color: #ffffff;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
}

.confidenceall figure i{
    color: #ffffff;
}

/* --- for mobile header LOGO=SITENAME --- */

.mobileheader-v2 .title-block a.mobile-title-link {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;

    transition: all 0.1s ease;
}

/* Эффект нажатия */
.mobileheader-v2 .title-block a.mobile-title-link:active {
    opacity: 0.5;
    transform: scale(0.92);
}

.mobileOverlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 3000;
}

#popup_iframe_wrapper {
  z-index: 9999 !important;
}

.jqmWindow {
  z-index: 10000 !important;
}

.jqmOverlay {
  z-index: 9998 !important;
}
/* for mobile phone on mobile new */
.phone-backdrop {
  position: fixed;
  top: 63px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: 2500;
}

#mobilePhone.mobile-phone-fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 4000 !important;
}

.jqmWindow {
  z-index: 999999 !important;
  position: fixed !important;
}

.jqmOverlay {
  z-index: 999998 !important;
}