

/* Start:/css/jquery.formstyler.css?14830106483004*/
.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
    background: #fff;
	border: 1px solid #bad8ec;
    border-radius:5px;
    -webkit-box-shadow: inset -5px 5px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: inset -5px 5px 5px 0px rgba(0,0,0,0.22);
    box-shadow: inset -5px 5px 5px 0px rgba(0,0,0,0.22);
	vertical-align: middle;
	cursor: pointer;
}

.jq-checkbox.checked{
    border-color: #016eb8
}

.jq-checkbox.checked .jq-checkbox__div {
	width: 11px;
	height: 8px;
	margin: 3px 0 0 0px;
	background: url('/images/checkbox-checked.png') no-repeat 0 0 transparent;
}

.jq-checkbox.focused {
	border: 1px solid #016eb8;
}

.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 15px;
	height: 15px;
	border: 1px solid #bad8ec;
    border-radius:5px;
	background: #fff;
    -webkit-box-shadow: inset -5px 5px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: inset -5px 5px 5px 0px rgba(0,0,0,0.22);
    box-shadow: inset -5px 5px 5px 0px rgba(0,0,0,0.22);
	vertical-align: middle;
	cursor: pointer;
}
/*
.payment-block .jq-radio {
    width: 50px;
    height: 50px
}
*/
.jq-radio.checked{
    border-color: #016eb8
}

.jq-radio.checked .jq-radio__div {
	width: 7px;
	height: 7px;
	margin: 4px 0 0 4px;
	border-radius: 50%;
	background: #016eb8;
}
/*
.payment-block .jq-radio.checked .jq-radio__div {
    display: none
}*/

.jq-radio.focused {
	border: 1px solid #016eb8;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}



.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}

.jq-selectbox__select {
	height: 30px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 9px;
	right: 12px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
	top: 33px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, sans-serif;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
/* End */


/* Start:/css/jquery.fancybox.css?14830106485018*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	/*color: #444;*/
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

/*.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}*/

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/css/../images/fancy/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/css/../images/fancy/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	display:none;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/css/../images/fancy/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /*overflow: hidden !important;*/
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/css/../images/fancy/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/css/../images/fancy/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/css/../images/fancy/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/alko/plugins/plugins.css?148433125832736*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; /* Fix 401 */
}
.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-origin {
	position: absolute;
	height: 0;
	width: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 6px;
}
.noUi-horizontal .noUi-handle {
	/*width: 34px;*/
	/*height: 28px;*/
	left: -8px;
	top: -7px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-target {
	/*background: #FAFAFA;*/
	/*border-radius: 4px;*/
	/*border: 1px solid #D3D3D3;*/
	/*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
	height: 6px;
	background-color: #e8e8e8;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.noUi-connect {
	background-color: #069cf5;
	border: none;
	/*box-shadow: inset 0 0 3px rgba(51,51,51,0.45);*/
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	/*border: 1px solid #D9D9D9;*/
	/*border-radius: 3px;*/
	/*background: #FFF;*/
	/*cursor: default;*/
	/*box-shadow: inset 0 0 1px #FFF,*/
	/*inset 0 1px 7px #EBEBEB,*/
	/*0 3px 6px -3px #BBB;*/
	width: 19px;
	height: 19px;
	background-color: white;
	border: 1px solid #898989;
	border-radius: 9px;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
	inset 0 1px 7px #DDD,
	0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
/*.noUi-handle:before,*/
/*.noUi-handle:after {*/
/*content: "";*/
/*display: block;*/
/*position: absolute;*/
/*height: 14px;*/
/*width: 1px;*/
/*background: #E8E7E6;*/
/*left: 14px;*/
/*top: 6px;*/
/*}*/
/*.noUi-handle:after {*/
/*left: 17px;*/
/*}*/
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/alko/plugins/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/alko/plugins/./fonts/slick.eot');
    src: url('/bitrix/templates/alko/plugins/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/alko/plugins/./fonts/slick.woff') format('woff'), url('/bitrix/templates/alko/plugins/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/alko/plugins/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
        padding-left: 4px;
        padding-right: 7px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      /*border-color: #888 transparent transparent transparent;*/
      /*border-style: solid;*/
      /*border-width: 5px 4px 0 4px;*/
      height: 100%;
      right: 10px;
      /*margin-left: -4px;*/
      /*margin-top: -2px;*/
      position: absolute;
      top: 3px;
        line-height: 2;
      /*width: 0; */
    }
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: '\f004';
    color: #fff;
    font-family: "fontello";
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* End */


/* Start:/bitrix/templates/alko/components/twofingers/location/lazalka/style.css?153717006512465*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
.tf_location_link {
    text-decoration:none;
    text-transform: uppercase;
}
.tf_location_link:hover {
    text-decoration:none !important;
}
/* .tf_location_link span {
    border-bottom:1px dotted;
} */
.clear {clear: both; height: 0; font-size: 0; overflow: hidden;}
.custom-popup-2014{
    font-family: 'Open Sans', sans-serif;
}
.custom-popup-2014.loading {
    background:url(/bitrix/templates/alko/components/twofingers/location/lazalka/img/loading.gif) center center no-repeat #ffffff;
}
.custom-popup-2014 .custom-popup-2014-content{
    padding: 30px 20px 30px 30px;
    display:none;
}
.custom-popup-2014 .popup-title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
}
.custom-popup-2014 .popup-search-wrapper{
    height: 40px;
    position: relative;
    margin: 0 0 35px 0;
    padding: 0;
}
:focus {
    outline: none;
}
.container-city-name{float:right;}
.user-city-name{font-size: 10px; color: darkgrey; font-weight: bold;}
.user-city-name p{margin: 0px;}
.user-city-name a{font-size: 10px; color: lightblue; text-decoration: none; border-bottom: 1px dotted lightblue;}
.user-city-name a:hover{font-size: 10px; color: red; text-decoration: none; border-bottom: 1px dotted red;}
.city-name{font-size: 12px; color: darkgrey; font-weight: bold;}
.custom-popup-2014 .popup-search-wrapper .field-text {
    background: #fff;
    -webkit-box-shadow: inset -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    inset -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         inset -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 0 none !important;
    box-sizing: inherit !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 18px !important;
    height: 40px !important;
    line-height: 40px !important;
    max-height: 40px !important;
    max-width: 640px !important;
    padding: 5px 0 !important;
    text-indent: 15px !important;
    width: 640px !important;
}
.custom-popup-2014 .popup-search-wrapper .clear_field {
    background: url("/bitrix/templates/alko/components/twofingers/location/lazalka/img/clear_field.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 23px;
    position: absolute;
    right: 2px;
    top: 10px;
    width: 23px;
    display:none;
}
.custom-popup-2014 .popup-city{
    height: 300px;
    overflow: hidden;
    float: left;
    width: 420px;
}
.custom-popup-2014 .popup-city .inner {
}
.custom-popup-2014 .current-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 200px;
    float: left;
    margin-left: 10px;
}
.custom-popup-2014 .current-list li {
    padding: 0;
    margin: 0;
    line-height: 30px;
    height: 30px;
    position: relative;
}
.custom-popup-2014 .current-list li a {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}
.custom-popup-2014 .current-list li a:hover {
    text-decoration: none;
    border-bottom: 0;
}
.custom-popup-2014 .popup-city .result-list {
    float: left;
    list-style: none outside none;
    margin: 0 0 20px 0;
    padding: 0;
}
.custom-popup-2014 .popup-city .result-list li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 20px 0 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    width: 180px;
}
.custom-popup-2014 .popup-city .result-list li a {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}
.custom-popup-2014 .popup-city .result-list li a:hover {
    text-decoration: none;
    border-bottom: 0;
}
.custom-popup-2014 .popup-city .result-list li.active a {
    color: #f4574d;
    border-bottom-color: #f4574d;
}
.custom-popup-2014 .popup-city .result-list li b {
    font-weight: 700;
}
.custom-popup-2014 .popup-city .shadow {
    background: url(/bitrix/templates/alko/components/twofingers/location/lazalka/img/shadow.png) repeat-x bottom;
    height: 25px;
    width: 630px;
    position: absolute;
    bottom: 0px;
    right: 30px;
}
.nicescroll-rails {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.hide-scroll{height: 250px; display: block; overflow: hidden;}
li.active a{color: red!important;}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/bitrix/templates/alko/components/twofingers/location/lazalka/img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/bitrix/templates/alko/components/twofingers/location/lazalka/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/bitrix/templates/alko/components/twofingers/location/lazalka/img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/bitrix/templates/alko/components/twofingers/location/lazalka/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/bitrix/templates/alko/components/twofingers/location/lazalka/img/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('/bitrix/templates/alko/components/twofingers/location/lazalka/img/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
body {
    margin: 0;
    padding: 0;
}
.custom-popup-2014-overlay{
    display: none;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('/bitrix/templates/alko/components/twofingers/location/lazalka/img/custom-popup-overlay.png') repeat;
    z-index: 1000;
}
.custom-popup-2014{
    display: none;
    position: fixed;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 1001;
    padding: 0;
    width: 690px;
    height: 425px;
    left: 50%;
    top: 50%;
    margin-left: -345px;
    margin-top: -230px;
}
.custom-popup-2014 .custom-popup-2014-content{
    padding: 30px;
}
.custom-popup-2014 .custom-popup-2014-close{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 9px;
    height: 9px;
    cursor: pointer;
    background: url('/bitrix/templates/alko/components/twofingers/location/lazalka/img/custom-popup-close.png') no-repeat
}
.tf_location_link.in_order {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.tf_location_body_blur {
    -webkit-filter:blur(3px);
    -ms-filter:blur(3px);
    -moz-filter:blur(3px);
    -o-filter:blur(3px);
    filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3'/></filter></svg>#blur");
}

@media screen and (max-width: 700px)
{
  .custom-popup-2014
  {
    top: 0;
    width: 90%;
    height: 90%;
    margin-top: 5% !important;
    margin-bottom: 5% !important;
    margin-left: -45%;
  }

  .custom-popup-2014-content
  {
    height: 96% !important;
    overflow: hidden;
  }

  .custom-popup-2014-content:before
  {
    position: absolute;
    content: '';
    z-index: 1;
    width: 90%;
    height: 25px;
    top: 96%;
    margin-top: -24px;
    background: url(/bitrix/templates/alko/components/twofingers/location/lazalka/img/shadow.png) repeat-x bottom;
  }

  .custom-popup-2014 .current-list
  {
      width: auto;
      float: none;
      margin-left: 0;
      margin-bottom: 15px;
  }

  .custom-popup-2014 .current-list li a
  {
      font-size: 20px;
  }

  .custom-popup-2014 .popup-city
  {
    float: none;
    width: 100% !important;
    height: 100% !important;
  }

  .custom-popup-2014 .popup-city .shadow
  {
    display: none;
  }

  .custom-popup-2014 .popup-search-wrapper .field-text
  {
    max-width: none !important;
    width: 100% !important;
  }

  .result-list
  {
    width: 100% !important;
  }

  .custom-popup-2014 .popup-city .result-list li
  {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .custom-popup-2014 .popup-city .result-list li a
  {
    font-size: 20px;
  }

  .slimScrollDiv
  {
    height: 90% !important;
  }

  .custom-popup-2014 .popup-search-wrapper .clear_field
  {
    right: 12px;
  }
}

/* End */


/* Start:/bitrix/templates/alko/components/bitrix/sale.basket.basket.line/.default/style.min.css?14843313953569*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/alko/components/bitrix/system.auth.form/alkio/style.css?1484331390605*/
.bx_login_block{
	float: left;
	padding-left: 35px;
	background: url('/bitrix/templates/alko/components/bitrix/system.auth.form/alkio/images/gui.png') no-repeat  10% center;
}
a.bx_login_top_inline_link{
	color: #576e75;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
	/*line-height: 13px;*/
	margin: 0 8px 0 5px;
}
a.bx_login_top_inline_link:hover{text-decoration: underline}
/*.bx_login_top_inline_icon{
	display: inline-block;
	margin-left: 15px;
	width: 16px;
	height: 13px;
	background: url('/bitrix/templates/alko/components/bitrix/system.auth.form/alkio/images/gui.png') no-repeat bottom center;
	line-height: 13px;
}*/
.bx_login_popup_form {
	min-width:310px;
	min-height:350px;
	padding: 0 0 10px 10px;
}
/* End */


/* Start:/bitrix/templates/alko/components/bitrix/catalog.section.list/catalog_menu/style.css?15079078687305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/templates/alko/components/bitrix/breadcrumb/template1/style.css?1484331389951*/
/*.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/alko/components/bitrix/breadcrumb/template1/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}*/
/* End */


/* Start:/bitrix/templates/alko/styles.css?1562605188132668*/
/* new css */   
@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url("/bitrix/templates/alko/fonts/fontello.eot?46693698");
  src: url("/bitrix/templates/alko/fonts/fontello.eot?46693698#iefix") format("embedded-opentype"), url("/bitrix/templates/alko/fonts/fontello.woff2?46693698") format("woff2"), url("/bitrix/templates/alko/fonts/fontello.woff?46693698") format("woff"), url("/bitrix/templates/alko/fonts/fontello.ttf?46693698") format("truetype"), url("/bitrix/templates/alko/fonts/fontello.svg?46693698#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
.bx_item_detail_rating {
    position: relative;
    width: 180px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

input[type="text"] {
  -webkit-appearance: none;
}

.text--center.page_nav_con {
    position: relative; 
    clear: both;
}
.bx_stars_rating_votes{
    position: absolute;
    top: 10px;
    right: -28px;
}
.promo-akcii-href {
     display: inline-block;
     float: right;
     margin-bottom: 3%;
     margin-right: 7%;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { .nav main-nav{
  position: relative;
}}
.dostCostTable td{
	border: solid 1px #000;
	padding: 3px;
}
.bulleted-list li{background:url('/bitrix/templates/alko/../images/link-decor.png') no-repeat 0 4px transparent;padding-left:19px}

.akcii{
text-align:center;}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-property: 0.35s;
  -moz-transition-property: 0.35s;
  -o-transition-property: 0.35s;
  transition-property: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-left-open:before {
  content: '\e800'; }

/* '' */
.icon-right-open:before {
  content: '\e801'; }

/* '' */
.icon-left-dir:before {
  content: '\e802'; }

/* '' */
.icon-right-dir:before {
  content: '\e803'; }

/* '' */
.icon-th:before {
  content: '\e804'; }

/* '' */
.icon-mail:before {
  content: '\e805'; }

/* '' */
.icon-cancel:before {
  content: '\e806'; }

/* '' */
.icon-down-dir:before {
  content: '\e807'; }

/* '' */
.icon-up-dir:before {
  content: '\e808'; }

/* '' */
.icon-lock:before {
  content: '\e809'; }

/* '' */
.icon-phone:before {
  content: '\e80a'; }

/* '' */
.icon-basket:before {
  content: '\e80b'; }

/* '' */
.icon-left:before {
  content: '\e80c'; }

/* '' */
.icon-right:before {
  content: '\e80d'; }

/* '' */
.icon-star-empty:before {
  content: '\e80e'; }

/* '' */
.icon-star:before {
  content: '\e80f'; }

/* '' */
.icon-truck:before {
  content: '\e810'; }

/* '' */
.icon-down-open:before {
  content: '\f004'; }

/* '' */
.icon-up-open:before {
  content: '\f005'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-user-circle:before {
  content: '\f2bd'; }

/* '' */
.icon-search:before {
  content: '\f50d'; }

/* '' */
.slick-slide {
  position: relative; }

.slider {
  background-color: #2078b6;
  text-align: center; }
  .slider img {
    display: inline-block; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-prev, .slick-next {
  width: 40px;
  height: 64px;
  z-index: 9; }
  .slick-prev::before, .slick-next::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    background: url("/bitrix/templates/alko/images/plugins/iconArrPr.png") no-repeat center center/cover, transparent; }

.slick-next {
  right: 0; }
  .slick-next::before {
    background: url("/bitrix/templates/alko/images/plugins/iconArrNext.png") no-repeat center center/cover, transparent; }

.slick-dots {
  bottom: 0; }
  .slick-dots li button {
    width: 16px;
    height: 16px;
    border: 2px solid white;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .slick-dots li button::before {
      display: none; }
  .slick-dots li.slick-active button {
    background: white; }

.select2-dropdown {
  color: #fff;
  background-color: #069cf5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #00318d; }

.select2-results__option {
  border-bottom: 1px solid #53baf8;
  border-top: 1px solid #0692e6; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
  /*max-height: 220px;*/ }

.white-popup-block {
  background-color: white;
  border: 1px solid #dce4e9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  margin: auto;
  position: relative;
  padding: 20px; }
  .white-popup-block h3 {
    margin-top: 0; }

.white-popup {
  background-color: white;
  -webkit-box-shadow: 0 3px 12px rgba(0, 1, 3, 0.24);
     -moz-box-shadow: 0 3px 12px rgba(0, 1, 3, 0.24);
          box-shadow: 0 3px 12px rgba(0, 1, 3, 0.24);
  margin: auto;
  position: relative;
  padding: 30px;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    .index-card-price.prices-block {
        width: 200px;
    }
    .white-popup .auth-par {
      margin-bottom: 80px; }
    .white-popup .decor-popup {
      border-left: 1px solid #e3e3e3; } }
  .white-popup h4 {
    margin-top: 0; }
  .white-popup h3,.white-popup .gamma {
    margin: 0;
    text-transform: uppercase;
    color: #00318d;
    font-weight: 700; }

.white-popup h4, .white-popup .delta {
  margin-bottom: 18px;
}
  .white-popup label {
    font-size: 14px;
    margin-left: 15px; }
  .white-popup .checkbox label {
    font-size: 12px;
    padding-left: 16px; }
  .white-popup .close {
    top: 20px;
    position: absolute;
    right: 20px; }

.mfp-close {
  display: none !important; }

.mfp-xs {
  max-width: 340px; }

.mfp-md {
  max-width: 580px; }

.mfp-lg {
  max-width: 990px; }

.mfp-bg {
  background: rgba(0, 0, 0, 0.45); }

.tabs__caption {
  margin: 0; }
  .tabs__caption li {
    display: inline-block;
    margin: 0 8px; }
  .tabs__caption li:before{
    display: none;
  }
  .tabs__caption span {
    display: block;
    width: 41px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    color: #ababab;
    background-color: white;
    border: 1px solid #ababab;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer; }
  .tabs__caption i {
    font-size: 21px; }
  .tabs__caption .active span {
    color: #0697ed;
    border: 1px solid #0697ed;
    -webkit-box-shadow: 0 2px 2.9px 0.1px rgba(0, 1, 3, 0.24);
       -moz-box-shadow: 0 2px 2.9px 0.1px rgba(0, 1, 3, 0.24);
            box-shadow: 0 2px 2.9px 0.1px rgba(0, 1, 3, 0.24); }

.tabs__content {
  display: none; }
  .tabs__content.active {
    display: block; }
  @media screen and (max-width: 767px) {
    .tabs__content--mobile {
      display: block; } }

.noUi-handle[data-handle="0"] {
  background: url("/bitrix/templates/alko/images/slider-p.png") no-repeat center center;
  border: none; }

.noUi-handle[data-handle="1"] {
  background: url("/bitrix/templates/alko/images/slider-n.png") no-repeat center center;
  border: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

table, tbody, tfoot, thead, tr, th, td{

}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
padding:0px;}

.one-news__item ul{
	list-style: disc; 
	padding-left: 30px;
}
.page-main ul li:before{
  content: ''; color: #f6b553; font-size: 20px; margin-right: 11px;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

a:active, a:focus {
  outline: none; }

input, textarea {
  outline: none; }

input:active, textarea:active {
  outline: none; }

button:active, button:focus {
  outline: none; }

:focus {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

.clearfix:before,
.media:before,
.clearfix:after, .media:after {
  content: " ";
  display: table; }

.clearfix:after, .media:after {
  clear: both; }

html {
  -webkit-tap-highlight-color: transparent; }

body {
  background-color: #f8f8f8;
  color: #696c70;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.7;
  min-width: 320px; }

.relative {
  position: relative; }

a {
  color: #696c70;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a.dotted {
    text-decoration: none; }
    a.dotted span {
      border-bottom: 2px dotted #7c7c7c; }
    a.dotted.text--info span {
      border-color: #0697ed; }
    a.dotted:hover span {
      border-color: transparent; }
  a:hover,
  a:active,
  a:focus {
    color: #000; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.img--right {
  float: right;
  margin-bottom: 27px;
  margin-left: 27px; }

.img--left {
  float: left;
  margin-right: 27px;
  margin-bottom: 27px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
  background-image: none;
  border: 1px solid transparent;
  margin-bottom: 0;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 1.7;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  -webkit-appearance: none;		
  height: 40px; }
  .btn:last-child {
    margin-right: 0; }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #78797b;
    text-decoration: none; }
  .btn--full {
    display: block;
    width: 100%; }
    .btn--full + .btn--full {
      margin-top: 5px; }
  .btn + .btn {
    margin-left: 8px; }
  .btn--natural {
    vertical-align: baseline;
    font-size: inherit;
    line-height: inherit;
    padding-right: 0.5em;
    padding-left: 0.5em; }
  .btn .icon {
    height: 32px; }
    .btn .icon:before {
      line-height: 30px; }
  .btn__icon--text {
    padding: 0 4px; }
    .btn__icon--text .icon {
      float: left;
      margin: 0 8px; }
    .btn__icon--text .sign {
      display: inline-block;
      font-size: 10px;
      line-height: 30px;
      margin: 0 4px;
      text-transform: uppercase; }
  .btn__text {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding-right: 8px; }
  .btn__icon {
    padding: 0;
    width: 32px; }
  .btn__icon--left {
    padding-left: 16px; }
    .btn__icon--left .icon {
      position: absolute;
      top: 0;
      left: 8px; }
  .btn__icon-right {
    padding-left: 16px; }
    .btn__icon-right .icon {
      position: absolute;
      top: 0;
      right: 8px; }
  .btn--default {
    color: #78797b;
    background-color: transparent;
    border-color: #78797b; }
    .btn--default:focus,
    .btn--default.focus {
      color: #fff;
      background-color: #8d8d8f;
      border-color: #8d8d8f; }
    .btn--default:hover {
      color: #fff;
      background-color: #8d8d8f;
      border-color: #8d8d8f; }
    .btn--default:active,
    .btn--default.active {
      color: #fff;
      background-color: #6b6c6e;
      border-color: #6b6c6e;
      -webkit-box-shadow: 0 -1px 0 0 #505052;
      -moz-box-shadow: 0 -1px 0 0 #505052;
      -o-box-shadow: 0 -1px 0 0 #505052;
      box-shadow: 0 -1px 0 0 #505052; }
  .btn--primary {
    color: #fff;
    background-color: #00318d;
    border-color: #00318d; }
    .btn--primary:focus,
    .btn--primary.focus {
      color: #fff;
      background-color: #1e5fda;
      border-color: #1e5fda; }
    .btn--primary:hover {
      color: #fff;
      background-color: #1e5fda;
      border-color: #1e5fda; }
    .btn--primary:active,
    .btn--primary.active {
      background-color: #00266e;
      border-color: #00266e;
      -webkit-box-shadow: inset 0 2px 0 0 #000f2c;
      -moz-box-shadow: inset 0 2px 0 0 #000f2c;
      -o-box-shadow: inset 0 2px 0 0 #000f2c;
      box-shadow: inset 0 2px 0 0 #000f2c; }
  .btn--success {
    color: #616161;
    background-color: #e8e8e8;
    border-color: #e8e8e8; }
    .btn--success:focus,
    .btn--success.focus {
      color: #fff;
      background-color: #757575;
      border-color: #fcfcfc; }
    .btn--success:hover {
      color: #fff;
      background-color: #757575;
      border-color: #fcfcfc; }
    .btn--success:active,
    .btn--success.active {
      color: #fff;
      background-color: #545454;
      border-color: #dbdbdb;
      -webkit-box-shadow: 0 -1px 0 0 #bfbfbf;
      -moz-box-shadow: 0 -1px 0 0 #bfbfbf;
      -o-box-shadow: 0 -1px 0 0 #bfbfbf;
      box-shadow: 0 -1px 0 0 #bfbfbf; }
  .btn--info {
    color: #fff;
    background-color: #0697ed;
    border-color: #0697ed; }
    .btn--info:focus,
    .btn--info.focus {
      color: #fff;
      background-color: #76bee8;
      border-color: #76bee8; }
    .btn--info:hover {
      color: #fff;
      background-color: #76bee8;
      border-color: #76bee8; }
    .btn--info:active,
    .btn--info.active {
      background-color: #0584cf;
      border-color: #0584cf;
      -webkit-box-shadow: inset 0 2px 0 0 #045b8e;
      -moz-box-shadow: inset 0 2px 0 0 #045b8e;
      -o-box-shadow: inset 0 2px 0 0 #045b8e;
      box-shadow: inset 0 2px 0 0 #045b8e; }
  .btn--warning {
    color: #fff;
    background-color: #f6b553;
    border-color: #f6b553; }
    .btn--warning:focus,
    .btn--warning.focus {
      color: #fff;
      background-color: #f2dfc2;
      border-color: #f2dfc2; }
    .btn--warning:hover {
      color: #fff;
      background-color: #f2dfc2;
      border-color: #f2dfc2; }
    .btn--warning:active,
    .btn--warning.active {
      background-color: #f4a836;
      border-color: #f4a836;
      -webkit-box-shadow: inset 0 2px 0 0 #dd890c;
      -moz-box-shadow: inset 0 2px 0 0 #dd890c;
      -o-box-shadow: inset 0 2px 0 0 #dd890c;
      box-shadow: inset 0 2px 0 0 #dd890c; }
  .btn--grey {
    color: #fff;
    background-color: #bababa;
    border-color: #bababa; }
    .btn--grey:focus,
    .btn--grey.focus {
      color: #fff;
      background-color: #f0f0f0;
      border-color: #f0f0f0; }
    .btn--grey:hover {
      color: #fff;
      background-color: #f0f0f0;
      border-color: #f0f0f0; }
    .btn--grey:active,
    .btn--grey.active {
      background-color: #ababab;
      border-color: #ababab;
      -webkit-box-shadow: inset 0 2px 0 0 #8a8a8a;
      -moz-box-shadow: inset 0 2px 0 0 #8a8a8a;
      -o-box-shadow: inset 0 2px 0 0 #8a8a8a;
      box-shadow: inset 0 2px 0 0 #8a8a8a; }
  .btn--danger {
    color: #0697ed;
    background-color: transparent;
    border-color: #0697ed; }
    .btn--danger:focus,
    .btn--danger.focus {
      color: #fff;
      background-color: #22a9f9;
      border-color: #22a9f9; }
    .btn--danger:hover {
      color: #fff;
      background-color: #22a9f9;
      border-color: #22a9f9; }
    .btn--danger:active,
    .btn--danger.active {
      color: #fff;
      background-color: #0587d4;
      border-color: #0587d4;
      -webkit-box-shadow: 0 -1px 0 0 #04649d;
      -moz-box-shadow: 0 -1px 0 0 #04649d;
      -o-box-shadow: 0 -1px 0 0 #04649d;
      box-shadow: 0 -1px 0 0 #04649d; }
  .btn--transparent {
    color: #00318d;
    background-color: transparent;
    border-color: #00318d; }
    .btn--transparent:focus,
    .btn--transparent.focus {
      color: #fff;
      background-color: #003fb6;
      border-color: #003fb6; }
    .btn--transparent:hover {
      color: #fff;
      background-color: #003fb6;
      border-color: #003fb6; }
    .btn--transparent:active,
    .btn--transparent.active {
      color: #fff;
      background-color: #002874;
      border-color: #002874;
      -webkit-box-shadow: 0 -1px 0 0 #00153b;
      -moz-box-shadow: 0 -1px 0 0 #00153b;
      -o-box-shadow: 0 -1px 0 0 #00153b;
      box-shadow: 0 -1px 0 0 #00153b; }
  .btn__lg {
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.2333;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    height: 45px; }
    .btn__md {
      padding: 8px 10px;
      font-size: 15px;
      line-height: 1.2333;
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px;
      height: 35px; 
	 text-decoration:none;
 }  
  .btn__sm {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.2333;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    height: 35px; }
  .btn__xs {
    padding: 8px 8px;
    font-size: 13px;
    line-height: 1.2333;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    height: 35px; }
  .btn--round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0; }

label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #8493a8; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.product-props,
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #4d4949;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 40px; }
  .form-control:hover {
    border-color: #00318d; }
    .product-props {
      opacity: 1 !important;
      padding: 5px 29px 5px 12px !important;
    }
    .product-props .product-props {
      border: none;
    }
  .form-control:required {
    /*-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: red;*/ }
  .form-control:required:valid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #c6c6c6; }
  .form-control:focus {
    border-color: #0697ed;
    background: #fff;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #b7b6b6;
    opacity: 1;
    font-family: "Roboto", Arial, sans-serif; }
  .form-control:-ms-input-placeholder {
    color: #b7b6b6;
    font-family: "Roboto", Arial, sans-serif; }
  .form-control::-webkit-input-placeholder {
    color: #b7b6b6;
    font-family: "Roboto", Arial, sans-serif; }

textarea.form-control {
  height: auto;
  resize: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-family: Roboto; }

select.product-props,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px;
  padding-right: 29px;
  background: url("/bitrix/templates/alko/images/arr-select.png") no-repeat center right 10px, #fff !important; }

input[type="search"] {
  -webkit-appearance: none; }

.form__group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block; }
  .radio label,
  .checkbox label {
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 1.2; }
    .radio label:after,
    .checkbox label:after {
      content: '';
      position: absolute;
      top: 1px;
      left: 4px;
      display: block;
      width: 16px;
      height: 16px;
      border: 1px solid #cad3df;
      background-color: #fff; }
    .radio input:disabled + label:after,
    .checkbox input:disabled + label:after {
      border: 1px solid #e8e8e8;
      background: #f5f4f4!important;
    }

.checkbox input[type="checkbox"] {
  display: none; }

.radio input[type="radio"] {
  display: none; }

.checkbox label:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.radio label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.checkbox input[type="checkbox"]:checked + label:after {
  background: url("/bitrix/templates/alko/images/icons/icoCheck.png") center center no-repeat, #fff; }

.radio input[type="radio"]:checked + label:after {
  background: url("/bitrix/templates/alko/images/icons/icoRadio.png") center center no-repeat, #fff; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px; }

.radio--inline,
.checkbox--inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio--inline + .radio--inline,
.checkbox--inline + .checkbox--inline {
  margin-top: 0;
  margin-left: 10px; }

.radio_big {
  padding-left: 40px;
  margin-bottom: 22px;
}
.radio_big label {
  padding-left: 0;
}
.radio_big label::after {
  top: -2px;
  width: 23px;
  height: 23px;
  left: 0;
}
.radio_big input[type="radio"]:checked + label:after {
  background: url("/bitrix/templates/alko/images/icons/icoRadioBig.png") center center no-repeat; }


.input__group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input__group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input__group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input__group--addon,
.input__group--btn,
.input__group .form-control {
  display: table-cell; }
  .input__group--addon:not(:first-child):not(:last-child),
  .input__group--btn:not(:first-child):not(:last-child),
  .input__group .form-control:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; }

.input__group--addon,
.input__group--btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input__group--addon {
  padding: 5px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #4d4949;
  text-align: center;
  background-color: #bbb;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px; }
  .input__group--addon input[type="radio"],
  .input__group--addon input[type="checkbox"] {
    margin-top: 0; }

.input__group .form-control:first-child,
.input__group--addon:first-child,
.input__group--btn:first-child > .btn,
.input__group--btn:first-child > .btn__group > .btn,
.input__group--btn:last-child > .btn__group:not(:last-child) > .btn {
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.input__group_addon:first-child {
  border-right: 0; }

.input__group .form-control:last-child,
.input__group--addon:last-child,
.input__group--btn:last-child > .btn,
.input__group--btn:last-child > .btn__group > .btn,
.input__group--btn:first-child > .btn:not(:first-child),
.input__group--btn:first-child > .btn__group:not(:first-child) > .btn {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0; }

.input__group--addon:last-child {
  border-left: 0; }

.input__group--btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input__group--btn > .btn {
    position: relative; }
    .input__group--btn > .btn + .btn {
      margin-left: -1px; }
    .input__group--btn > .btn:hover,
    .input__group--btn > .btn:focus,
    .input__group--btn > .btn:active {
      z-index: 2; }
  .input__group--btn:first-child > .btn,
  .input__group--btn:first-child > .btn__group {
    margin-right: -1px; }
  .input__group--btn:last-child > .btn,
  .input__group--btn:last-child > .btn__group {
    z-index: 2;
    margin-left: -1px; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}


@media print {
  @page {
    margin: 1cm;
    size: A4 portrait; }
  *, ::before, ::after {
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h1 {
    margin-top: 3rem; }
  h1, h2, h3 {
    page-break-after: avoid; }
  h6, h6 + ul,
  .donate,
  .button,
  .aside,
  .button-ui--back,
  .anchor-link,
  .translation-warning,
  .toc,
  [data-syntax='sass'],
  svg {
    display: none; }
  .hidden--print {
    display: none !important; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 27px; }
  .table img {
    vertical-align: middle; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 1.7;
    vertical-align: top;
    border: none; }
  .table > thead th {
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
   
    text-transform: uppercase;
   /* border-right: 1px solid #e8e8e8;*/ }
  .table > tbody + tbody {
   /* border-top: 2px solid #e8e8e8;*/ }
  .table .table {
    background-color: #f8f8f8; }
  .table--condensed th,
  .table--condensed td {
    padding: 5px; }
  .table tr.highlight td {
    padding-top: 3px;
    padding-bottom: 3px; }
  .table--bordered th,
  .table--bordered td {
    border: 1px solid #e8e8e8; }
  /* .table--bordered tr:not(.highlight) {
   -webkit-box-shadow: 0 6px 5.6px 0.4px rgba(0, 1, 3, 0.07);
       -moz-box-shadow: 0 6px 5.6px 0.4px rgba(0, 1, 3, 0.07);
            box-shadow: 0 6px 5.6px 0.4px rgba(0, 1, 3, 0.07); }*/
  .table--striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .table--hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  @media screen and (max-width: 991px) {
    .table--responsive {
      min-height: .01%;
      overflow-x: auto; } }
  .table--mobile tbody td {
    display: block;
    padding: 3px 12px; }
    @media screen and (min-width: 768px) {
      .table--mobile tbody td {
        padding: 12px;
        display: table-cell; } }
    .table--mobile tbody td:before {
      content: attr(data-th) ": ";
      color: #2f4d59;
      font-size: 13px;
      font-weight: 400;
      width: 110px;
      display: table-cell; }
      @media screen and (min-width: 768px) {
        .table--mobile tbody td:before {
          display: none; } }
  @media screen and (max-width: 767px) {

    .table--mobile {
      background-color: transparent;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }
      .table--mobile tbody tr {
        padding: 8px 0;
        display: block;
        background-color: white;
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
           -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
                box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
        margin-bottom: 10px; }
        .table--mobile tbody tr.table-content--js {
          display: none !important; }
      .table--mobile tbody td {
        font-size: 13px; }
        .table--mobile tbody td > * {
          display: table-cell; }
      .table--mobile thead {
        display: none; } }

.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

.numerical {
  text-align: right; }

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: inherit; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .alpha small, .beta small, .gamma small, .delta small, .epsilon small, .zeta small {
    font-weight: normal;
    line-height: 1; }

h1,
h2,
h3 {
  margin-top: 27px;
  margin-bottom: 13px; }
  h1 small,
  h2 small,
  h3 small {
    font-size: 65%; }

h4,.h4,
h5,
h6 {
  margin-top: 27px;
  margin-bottom: 13px; }
  h4 small,
  h5 small,
  h6 small {
    font-size: 75%; }

sup {
  color: red; }

h1, .alpha {
  font-size: 18px;
  text-transform: uppercase;
  color: #00318d; }
  @media screen and (min-width: 768px) {
    h1, .alpha {
      font-size: 30px; } }

h2, .beta {
  font-size: 23px;
  font-weight: 500; }

h3, .gamma {
  font-size: 21px; }

h4, .delta {
  font-size: 18px; }

h5, .epsilon {
  font-size: 16px; }

h6, .zeta {
  font-size: 14px; }

p {
  margin: 0 0 10px; }

b {
  font-weight: 700; }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

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

.text--justify {
  text-align: justify; }

.text--nowrap {
  white-space: nowrap; }

@media screen and (min-width: 480px) {
  .text__sm--left {
    text-align: left; }
  .text__sm--right {
    text-align: right; }
  .text__sm--center {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .text__md--left {
    text-align: left; }
  .text__md--right {
    text-align: right; }
  .text__md--center {
    text-align: center; } }

@media screen and (min-width: 992px) {
  .text__lg--left {
    text-align: left; }
  .text__lg--right {
    text-align: right; }
  .text__lg--center {
    text-align: center; } }

@media screen and (min-width: 1300px) {
  .text__xlg--left {
    text-align: left; }
  .text__xlg--right {
    text-align: right; }
  .text__xlg--center {
    text-align: center; } }

.text--lowercase {
  text-transform: lowercase; }

.text--uppercase {
  text-transform: uppercase; }

.text--capitalize {
  text-transform: capitalize; }

.text__sm {
  font-size: 13px; }

.text__md {
  font-size: 14px; }

.text__lg {
  font-size: 18px; }

.text__xlg {
  font-size: 23px; }

.text__xs {
  font-size: 10px; }

.text--primary {
  color: #00318d; }

a.text--primary:hover,
a.text--primary:focus {
  color: #001f5a; }

.text--success {
  color: #969696; }

a.text--success:hover,
a.text--success:focus {
  color: #7d7d7d; }

.text--info {
  color: #0697ed; }

a.text--info:hover,
a.text--info:focus {
  color: #0577bb; }

.text--warning {
  color: #f6b553; }

a.text--warning:hover,
a.text--warning:focus {
  color: #f3a023; }

.text--danger {
  color: #e55c5c; }

a.text--danger:hover,
a.text--danger:focus {
  color: #de3030; }

.text--default {
  color: #2a2a2a; }

a.text--default:hover,
a.text--default:focus {
  color: #101010; }

.unit-files a, .look-href {
    color: #0697ed; }

a.look-href:hover,
a.look-href:focus {
    color: #0697ed; }


	
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list--unstyled {
  padding-left: 0;
  list-style: none; }

.list--inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list--inline > li {
    display: inline-block;
   }
.list--inline > li:before{
  display: none;
}
.list--bullet {
  padding-left: 0;
  list-style: none;
  margin-left: 20px;
  margin-bottom: 30px; }
  .list--bullet > li {
    margin-bottom: 0; }
    .list--bullet > li:last-child {
      margin-bottom: 0; }
    .list--bullet > li::before {
      /* content: '•';
      color: #f6b553;
      font-size: 20px;
      margin-right: 11px;  */
    }

.list--border {
  padding-left: 0;
  list-style: none; }
  .list--border > li {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8; }

.list--table {
  padding-left: 0;
  list-style: none;
  display: table;
  width: 100%;
  margin-left: -5px; }
  .list--table > li {
    display: table-cell;
    width: 1%;
    padding-left: 5px;
    padding-right: 5px; }

.list--number {
  counter-reset: items;
  padding-left: 0;
  margin-left: 11px; }
  .list--number > li {
    margin-bottom: 10.38462px; }
    .list--number > li::before {
      counter-increment: items 1;
      content: counter(items, decimal) ".";
      margin-right: 5px;
      font-weight: 400; }
    .list--number > li:last-child {
      margin-bottom: 0; }

blockquote {
  padding: 0 27px 0 48.6px;
  margin: 54px 0;
  font-size: 21px;
  line-height: 1.6;
  position: relative;
  font-weight: 300;
  color: #0697ed; }
  blockquote:before {
    content: '';
    height: 100%;
    width: 3px;
    background: #0697ed;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }

.page-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #303030;
  -webkit-box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.19);
     -moz-box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.19);
          box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.19); }
  @media screen and (min-width: 768px) {
    .page-footer {
      border-bottom: 5px solid #214d9f; } }
  .page-footer__mobile {
    font-size: 12px;
    text-align: left;
    color: #dedede; }
    .page-footer__mobile a {
      color: white; }
    .page-footer__mobile .list--inline {
      font-size: 0;
      margin-left: -2px; }
      .page-footer__mobile .list--inline > li {
        vertical-align: top;
        font-size: 12px;
        padding: 0 2px; }
  .page-footer a {
    text-decoration: none; }
    .page-footer a:hover {
      color: white; }
  .page-footer .inner {
    font-size: 0; }
  .page-footer .item {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; }
  .page-footer__info {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 1300px) {
      .page-footer__info {
        width: 38%; } }
    .page-footer__info .phone {
      font-size: 23px;
      margin-bottom: 7px; }
      .tf_location_link {
        display: inline-block;
      }
      .tf_location_link + a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
      }
      .page-footer__info .phone-info {
        color: #8e8e8e;
        font-size: 14px;
        height: 26px; }
      .page-footer__info .phone a {
        color: white; }
        .page-footer__info .phone a:hover {
          color: white;
          text-decoration: underline; }
    .page-footer__info .info-item {
      border-right: 1px solid #545454; padding: 0px; }
      @media screen and (min-width: 1300px) {
        .page-footer__info .info-item {
          border-left: 1px solid #545454; } }
    .page-footer__info .select2-selection {
      height: 35px;
      -webkit-border-radius: 17px;
         -moz-border-radius: 17px;
              border-radius: 17px;
      background-color: #0697ed;
      border-color: #0697ed;
      text-transform: uppercase;
      padding: 0 20px 0 10px; }
      .page-footer__info .select2-selection .select2-selection__rendered {
        color: #fff;
        line-height: 35px; }
  .page-footer__menu {
    padding: 0 12px; }
    .page-footer__menu a {
      color: #dedede; }
    .page-footer__menu .copy {
      margin-top: 13px;
      font-size: 13px;
      color: #8e8e8e; }
  .page-footer__logo {
    width: 33%;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: white; }
    @media screen and (min-width: 1300px) {
      .page-footer__logo {
        width: 20%; } }
    .page-footer__logo .logo {
      color: #c2c2c2;
      line-height: 1;
      font-family: 'Roboto Condensed';
      border-bottom: 1px solid #c2c2c2; }

.page-header {
  background-color: white;
  line-height: 1.3; }
  .page-header:before,
  .page-header:after {
    content: " ";
    display: table; }
  .page-header:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .page-header {
      border-top: 5px solid #00318d; } }
  .page-header__logo {
    text-align: center; }
    .page-header__logo a {
      display: block;
      color: #79736a;
      font-family: "Roboto Condensed";
      text-transform: uppercase;
      text-decoration: none; }
      @media screen and (min-width: 1300px) {
        .page-header__logo a {
          font-size: 18px; } }
      .page-header__logo a:hover {
        text-decoration: none; }
  .page-header__phone {
    width: 20%;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1300px) {
      .page-header__phone {
        background: url("/bitrix/templates/alko/images/line-shape.png") no-repeat center left 25px; } }
    .page-header__phone a {
      text-decoration: none; }
  .page-header__list {
    text-align: center; }
    .page-header__list .select2-selection {
      height: 35px;
      -webkit-border-radius: 17px;
         -moz-border-radius: 17px;
              border-radius: 17px;
      background-color: #0697ed;
      border-color: #0697ed;
      text-transform: uppercase;
      padding: 0 20px 0 10px; }
      .page-header__list .select2-selection .select2-selection__rendered {
        color: #fff;
        line-height: 35px; }
    .page-header__list a {
      text-decoration: none; }
  .page-header__search .search {
    position: relative;
    height: 30px; }
    @media screen and (min-width: 1300px) {
      .page-header__search .search {
        height: 43px;
        width: 240px; } }
  .page-header__search input {
    height: 43px;
    -webkit-box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.19);
       -moz-box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.19);
            box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.19);
    display: none; }
    @media screen and (min-width: 1300px) {
      .page-header__search input {
        display: block; } }
  .page-header__search button {
    position: absolute;
    top: 1px;
    right: 0;
    background: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    height: 96%;
    width: 43px; }
    .page-header__search button:focus, .page-header__search button:active, .page-header__search button:hover {
      outline: none;
      border: none; }
    .page-header__search button i {
      font-size: 19px;
      color: #ccc; }
      @media screen and (min-width: 1300px) {
        .page-header__search button i {
          font-size: 24px; } }
  .page-header__auth {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center; }
    .page-header__auth .auth-inner {
      display: inline-block; }
  .page-header__info {
    position: relative; }
    @media screen and (min-width: 1300px) {
      .page-header__info {
        background: url("/bitrix/templates/alko/images/line-shape.png") no-repeat center left 25px; } }
  .page-header .cart {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    position: relative; }
    .page-header .cart-main {
      position: relative;
      display: block;
      margin: 4px auto;
      height: 35px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 26px;
         -moz-border-radius: 26px;
              border-radius: 26px;
      text-align: center;
      padding: 6px 14px;
      max-width: 170px; }
    .page-header .cart__txt {
      text-align: left;
      display: inline-block;
      padding-right: 14px; }
    .page-header .cart__txt a {
      display: inline-block;
      text-decoration: none;
      color: inherit;
    }
    .page-header .cart__ico {
      vertical-align: top;
      display: inline-block; }
      .page-header .cart__ico i::before {
        color: #acacac;
        font-size: 20px;
        vertical-align: middle; }
      .page-header .cart__ico .count {
        display: block;
        text-decoration: none;
        width: 29px;
        height: 29px;
        line-height: 29px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        background-color: #0697ed;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        position: absolute;
        right: -12px;
        top: -13px; }
  .page-header__catalog {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .page-header__catalog {
        width: auto; } }
    .page-header__catalog > a {
      display: block;
      background-color: #f6b553;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      text-decoration: none;
      padding: 0 5px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      height: 35px;
      line-height: 35px;
      font-size: 15px; }
      @media screen and (min-width: 1300px) {
        .page-header__catalog > a {
          padding: 0 18px;
          height: 45px;
          line-height: 45px; } }
      .page-header__catalog > a span {
        color: #fff; }
      .page-header__catalog > a i {
        margin-right: 4px; }
        @media screen and (min-width: 1300px) {
          .page-header__catalog > a i {
            margin-right: 13px; } }
    .page-header__catalog:hover > a {
      text-decoration: none;
      background-color: #f4a836; }
      .page-header__catalog:hover > a span {
        color: #fff; }
  @media screen and (min-width: 992px) {
    .page-header__menu {
      text-align: center; } }
  .page-header__top {
    padding: 12px 0 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.19);
       -moz-box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.19);
            box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.19); }
    .page-header__top .text__xlg {
      font-size: 14px; }
      @media screen and (min-width: 1300px) {
        .page-header__top .text__xlg {
          font-size: 23px; } }
    .page-header__top .text__md {
      font-size: 12px; }
      @media screen and (min-width: 1300px) {
        .page-header__top .text__md {
          font-size: 14px; } }
  .page-header__top .inner, .page-header__bottom .inner {
    font-size: 0; }
  .page-header__top .item, .page-header__bottom .item {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 1300px) {
      .page-header__top .item, .page-header__bottom .item {
        font-size: 16px; } }
  .page-header__bottom {
    background-color: #0697ed;
    -webkit-box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.08);
       -moz-box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.08);
            box-shadow: 0 2px 14.9px 0.2px rgba(0, 1, 3, 0.08);
    position: relative; }
    .page-header__bottom .item {
      padding: 5px 0; }
    @media screen and (min-width: 768px) {
      .page-header__bottom .item {
        padding: 15px 0; } }
  @media screen and (min-width: 768px) {
    .page-header__logo {
      width: 21%; }
    .page-header__phone {
      width: 25%; }
    .page-header__list {
      width: 19%; }
    .page-header__info {
      width: 22%;
      padding: 0 1%; }
    .page-header__auth {
      width: 13%; } }
  @media screen and (min-width: 992px) {
    .page-header__logo {
      width: 25%; }
    .page-header__phone {
      width: 22%; }
    .page-header__list {
      width: 18.66667%; }
    .page-header__info {
      width: 21%;
      padding: 0; }
    .page-header__auth {
      width: 13.33333%; } }
  @media screen and (min-width: 1300px) {
    .page-header__phone {
      width: 25%; }
    .page-header__list {
      width: 16.66667%; }
    .page-header__info {
      width: 25%; }
    .page-header__auth {
      width: 8.33333%; } }
  .page-header__mobile {
    text-align: center;
    padding: 7px 0; }
    .page-header__mobile ul {
      
      margin-bottom: 0; }

      .page-header__mobile ul.list--inline {
        display: flex;
        justify-content: center;
      }
      .page-header__mobile ul.list--inline li:not(:last-child) {
        margin-right: 5px;
      }
      .page-header__mobile ul li {
        vertical-align: middle; }
    .page-header__mobile .list--inline li {
      padding: 0; }
    .page-header__mobile .nav li {
      padding: 0;
      text-align: center; }
      .page-header__mobile .nav li a {
        padding: 10px;
        background-color: #00318d; 
		display:block;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		}
        .page-header__mobile .nav li a:hover {
          text-decoration: none;
          background-color: #0697ed; }
    .page-header__mobile .btn {
      width: 30px;
      height: 30px;
      line-height: 27px;
      padding: 0;
      text-align: center; }
      .page-header__mobile .btn.tf_location_link {
        display: block;
        margin-top: 5px;
        width: 100%;
        height: auto;
        padding-left: 3px;
        padding-right: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .page-header__mobile a.popup-modal[href="#auth-id"] {
        display: flex;
        align-items: center;
      }
      .page-header__mobile a.popup-modal span {
        margin-left: 3px;
      }
    .page-header__mobile .select-city {
      color: #00318d;
      background: url("/bitrix/templates/alko/images/arr.png") no-repeat center right 5px, #fff !important;
      border: none;
      text-transform: uppercase;
      font-size: 9px;
      border-bottom: 1px dotted #00318d;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      cursor: pointer;
      padding: 2px 13px 2px 2px;
      font-weight: 400;
      height: auto; }
      .page-header__mobile .select-city i {
        font-size: 13px; }
    .page-header__mobile .cart__ico i::before {
      color: #fff;
      margin: 0; }
    .page-header__mobile .cart__ico .count {
      width: 18px;
      height: 18px;
      line-height: 18px;
      color: #fff;
      font-size: 8px;
      right: -8px;
      top: -6px; }
    .page-header__mobile i {
      font-size: 18px; }

.header__logo {
  text-align: center; }

.catalog-inner {
  background-color: white;
  -webkit-box-shadow: 0 0 8.5px 1.5px rgba(65, 65, 61, 0.15);
     -moz-box-shadow: 0 0 8.5px 1.5px rgba(65, 65, 61, 0.15);
          box-shadow: 0 0 8.5px 1.5px rgba(65, 65, 61, 0.15);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 98;
  display: none; }
  .active .catalog-inner {
    display: block; }
  .catalog-inner ul {
    margin: 0; }
  .catalog-inner__item {
    font-size: 16px;
    display: block;
    font-weight: 400;
    max-width: 418px; }
    @media screen and (min-width: 768px) {
      .catalog-inner__item { position: relative; min-width: 280px; }
    }
	
  	/*.catalog-inner__item-a-ico::after { display: block; content: ""; position: absolute; width: 55px; height: 100%; top: 0; right: 0; 
      background: url("/bitrix/templates/alko/images/cat-ico.png") no-repeat center right 25px;
    }*/

    .catalog-inner__item-a-ico .pls_ico { display: block; position: absolute; width: 55px; height: 100%; top: 0; right: 0; 
      background: url("/bitrix/templates/alko/images/cat-ico.png") no-repeat center right 25px; }
	  
    .catalog-inner__item > a {
      padding: 10px 55px 10px 60px;
      display: block;
      color: #3e3e3e;
      text-decoration: none;
      position: relative;
      /*background: url("/bitrix/templates/alko/images/menu-ico-1.png") no-repeat center left 17px, url("/bitrix/templates/alko/images/cat-ico.png") no-repeat center right 25px, #fff;*/
	}
	  
      .catalog-inner__item > a::before {
        content: '';
        height: 1px;
        width: 80%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #e5e5e5; }

    @media screen and (min-width: 768px) {
      .catalog-inner__item:hover > a::after { background: url("/bitrix/templates/alko/images/cat-ico-h.png") no-repeat center right 25px; }     
      .catalog-inner__item:hover > a::before { background-color: transparent; }
      .catalog-inner__item:hover > a { color: #fff; background-color:  #0697ed!important; }      
    }    
    @media screen and (max-width: 767px) {
      .detail-info-inner { padding-top: 10px;}
      .catalog-inner__item.active > a::after { background: url("/bitrix/templates/alko/images/cat-ico-h.png") no-repeat center right 25px; }     
      .catalog-inner__item.active > a::before { background-color: transparent; }
      .catalog-inner__item.active > a { color: #fff; background-color:  #0697ed!important; }
    }

  .catalog-inner .sub-menu {
    display: none;
    background-color: white; }
    @media screen and (min-width: 768px) {
      .catalog-inner .sub-menu {
        top: 0;
        /*bottom: 0;*/
        left: 100%;
        position: absolute;
        /*height: 100%;*/ }
    }
    .catalog-inner .sub-menu__item {
      font-size: 15px;
      padding: 10px 20px;
      white-space: nowrap; }
      .catalog-inner .sub-menu__item a {
        color: #74888e;
        font-weight: 300;
        text-decoration: none; }
        .catalog-inner .sub-menu__item a:hover {
          color: #2077b4;
          text-decoration: underline; }


  @media screen and (max-width: 800px) {
	.order .tabs__caption{
		margin-left:0; 
	}
  }    
  @media screen and (max-width: 767px) {
    .catalog-inner .sub-menu__item { white-space: inherit; }
    .catalog-inner .catalog-inner__item.active .sub-menu {
      display: block; } }
  @media screen and (min-width: 768px) {
    .catalog-inner .catalog-inner__item:hover .sub-menu {
      display: block;
      border: 1px solid #E8E8E8; } }

@media screen and (min-width: 768px) {
  .page-main {
    min-height: -webkit-calc(100vh - 475px);
    min-height: -moz-calc(100vh - 475px);
    min-height: calc(100vh - 475px); }
}
@media screen and (max-width: 767px) {
  .page-main {
    min-height: -webkit-calc(100vh - 400px);
    min-height: -moz-calc(100vh - 400px);
    min-height: calc(100vh - 400px); 
	overflow-x:hidden; }
}

.v-middle {
  vertical-align: middle; }

.template, .fg-sort {
  background-color: white;
  -webkit-box-shadow: 0 6px 8.2px 0.8px rgba(0, 1, 3, 0.07);
     -moz-box-shadow: 0 6px 8.2px 0.8px rgba(0, 1, 3, 0.07);
          box-shadow: 0 6px 8.2px 0.8px rgba(0, 1, 3, 0.07);
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .template, .fg-sort {
      padding: 20px 0; } }
  .template--decor,
  .template--without-decor { position: relative; }
    .template--decor::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      width: 100%;
      height: 14px;
      background: url("/bitrix/templates/alko/images/voln.png") bottom center repeat-x; 
  /*  content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      right: 0;
      width: 100%;
      height: 14px;
      background: url(/bitrix/templates/alko/images/voln.png) bottom center repeat-x;
      position: absolute;
      left: calc((100% - 103vw) / 2.1);
      height: 50px;
      width: 100vw;*/
  }
  .catalog .template--decor::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      width: 100%;
      height: 14px;
      background: url("/bitrix/templates/alko/images/voln.png") bottom center repeat-x; 
    } 

  .template--decor.cart.empty::after { display: none; }
  .template--info {
    background-color: #0697ed; }

.page-500 {
  background: #fff; }

.page500 {
  position: absolute;
  height: 430px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0; }
  .page500 a {
    display: block;
    font-weight: 500;
    color: #0697ed; }
  .page500 h2 {
    font-weight: 500;
    color: #0697ed; }

.page404 {
  margin: 20px 0 30px;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .page404 {
      padding: 75px 0; } }
  .page404 a {
    display: block;
    font-weight: 500;
    color: #0697ed; }
  .page404 h2 {
    font-weight: 500;
    color: #0697ed; }

.index-catalog .inner {
  font-size: 0; }

.index-catalog__item {
  text-decoration: none;
  border: 1px solid #e8e8e8;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  line-height: 1;
  font-size: 14px;
  color: #303030;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .index-catalog__item {
      width: 25%; } }
  @media screen and (min-width: 992px) {
    .index-catalog__item {
      width: 20%; } }
  @media screen and (min-width: 1300px) {
    .index-catalog__item {
      width: 14.28%; } }
  .index-catalog__item:hover {
    background-color: #2078b6;
    color: #fff; }
    .index-catalog__item:hover .txt-ico::before {
      background: url("/bitrix/templates/alko/images/cat-ico-h.png") center center no-repeat; }
    .index-catalog__item:hover .hide-item {
      display: block; }
  .index-catalog__item .hide-item {
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    background-color: #2078b6;
    border: 1px solid white;
    -webkit-box-shadow: 0 2px 5.5px 0.5px rgba(0, 1, 3, 0.11);
       -moz-box-shadow: 0 2px 5.5px 0.5px rgba(0, 1, 3, 0.11);
            box-shadow: 0 2px 5.5px 0.5px rgba(0, 1, 3, 0.11);
    position: absolute;
    top: 98%;
    left: 0;
    display: none;
    z-index: 10;
    padding: 20px;
    text-align: left; }
    .index-catalog__item .hide-item .list--unstyled li {
      padding: 4px 11px;
      height: 50px; }
    .index-catalog__item .hide-item a {
      color: white;
      font-size: 16px;
      text-decoration: none; }
      .index-catalog__item .hide-item a:hover {
        color: #c6eaff;
        text-decoration: underline; }
    .index-catalog__item .hide-item::before, .index-catalog__item .hide-item::after {
      content: '';
      position: absolute;
      left: 22%;
      top: -20px;
      border: 10px solid transparent;
      border-bottom: 10px solid #fff; }
    .index-catalog__item .hide-item::after {
      border-bottom: 10px solid #2078b6;
      top: -19px; }
  .index-catalog__item:nth-child(7n) .hide-item {
    left: auto;
    right: 0; }
    .index-catalog__item:nth-child(7n) .hide-item::before, .index-catalog__item:nth-child(7n) .hide-item::after {
      left: auto;
      right: 22%; }

.index-catalog .img {
  text-decoration: none;
  display: block;
  color: inherit;
  height: 115px; }

.index-catalog .txt {
  margin-top: 23px;
  display: block;
  color: inherit;
  text-decoration: none;
  height: 30px;
  position: relative; }
  .index-catalog .txt-ico {
    padding-left: 30px;
    text-align: left; }
    .index-catalog .txt-ico::before {
      content: '';
      width: 24px;
      height: 30px;
      background: url("/bitrix/templates/alko/images/cat-ico.png") center center no-repeat;
      position: absolute;
      top: 0;
      left: 0; }

.index-news .cell,
.index-sale .cell,
.index-hit .cell {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 992px) {
    .index-news .cell,
    .index-sale .cell,
    .index-hit .cell {
      padding-left: 15px;
      padding-right: 15px; } }

.index-card__item {
  background-color: white;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
     -moz-box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
          box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
  line-height: 1.3;
  color: #707171;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 4px; }
  @media screen and (min-width: 768px) {
    .index-card__item {
      text-align: center; } }
  @media screen and (min-width: 992px) {
    .index-card__item {
      margin: 0;
      margin-bottom: 30px; } }
  .index-card__item--table {
    text-align: left;
    margin-bottom: 6px;
    display: table;
    width: 100%; }
    .index-card__item--table .index-card-img {
      text-align: center;
      background-color: #f8f8f8;
      border: 1px solid #e8e8e8;
      display: table-cell;
      vertical-align: middle;
      width: 23%;
      height: auto;
      line-height: 1; }
    .index-card__item--table .index-card-desc {
      display: table-cell;
      vertical-align: middle;
      width: 77%; }
      .index-card__item--table .index-card-desc ul {
        margin: 0; }
    .index-card__item--table .index-card-price {
      min-width: 40%;
      margin: 0; }
      .list--inline .index-card-price {
          min-width: auto;
          display: inline-block;
          vertical-align: middle;
          font-weight: 700;
          color: #0697ed;
          padding-left: 10px;          
      }
      .list--inline .index-card-price span{
          font-weight: 300;
          color: #707171;
      }
      .list--inline .additional-features{
          display: inline-block;
          vertical-align: middle;
          padding-left: 10px;
      }
      .list--inline .index-card-btn {
          display: inline-block;
          vertical-align: middle;
      }
    .index-card__item--table .index-card-title {
      margin-bottom: 40px; }
    @media screen and (max-width: 1299px) {
      .index-card__item--table .index-card-price { display: block; margin-bottom: 20px; }
    }
    @media screen and (max-width: 767px) {
      .index-card__item--table .index-card-price { display: inline-block; margin-bottom: 0; }
    }

.index-card-desc {
  padding: 15px 10px;
  display: inline-block;
  vertical-align: top;
  width: 60%; }
  @media screen and (min-width: 768px) {
    .index-card-desc {
      width: 100%;
      display: block; } }
  @media screen and (min-width: 992px) {
    .index-card-desc {
      padding: 15px 10px; } }

.index-card-img {
  width: 38%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  position: relative; }
  @media screen and (min-width: 768px) {
    .index-card-img {
      width: 100%;
      display: block;
      height: 196px;
      line-height: 193px;
      border-bottom: 1px solid #e8e8e8; } }
  .index-card-img .badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; 
	line-height:100%;}
    .index-card-img .badge img {
      vertical-align: top; }

.index-card-title h4, .index-card-title .h4{
  font-weight: 500;
  margin-top: 0;
  font-size: 14px; 
  box-sizing: border-box;
  }
  @media screen and (min-width: 768px) {
    .index-card-title h4,.index-card-title .h4 {
      font-size: 18px;
  //    height: 46px;
      overflow: hidden;
    }
    .index-catalog__item:nth-child(7n) .hide-item {
	    left: q;
	    right: 0; 
	}

    .index-card-title + .hidden__sm.hidden__xs {height:56px;overflow:hidden;}
  }
  @media screen and (max-width: 767px) {
    .compare--item { width: 290px!important; }
    .index-card__item { margin-left: 0; }
    .index-card-title h4 { 
	height: 54px;
	overflow: hidden; 
	}
  }

.index-card-title a {
  color: #0697ed;
  text-decoration: none; }
  .index-card-title a:hover {
    text-decoration: underline; }

.index-card-price {
  margin-bottom: 8px;
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .index-card-price {
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .index-card-price {
      font-size: 26px;
      height: 38px;
      overflow: hidden;
    }
  }
  .index-card-price b { color: #0697ed; }
  .index-card-price b span { color: #707171; font-weight: 300; }
  .index-card-price span {
    font-weight: 300;
    vertical-align: middle; }
  .index-card-price .type {
    color: #8b8a8a; }
  .index-card-price .old {
    font-weight: 400;

    font-size: 12px;
    float: right;
    color: #000;
    margin-top: 7px;
    display: inline-block;
    text-align: left; 
	/*text-decoration:line-through;*/
}
	
    .index-card-price .old .text--default {
      text-decoration: line-through; 
    }
    @media screen and (min-width: 768px) {
      .index-card-price .old {
        color: #8b8a8a;
        font-size: 16px;
        margin: 0 4px 0 0;
        float: none; } }
    .index-card-price .old-txt {
      font-size: 13px;
      display: none; }
      @media screen and (min-width: 768px) {
        .index-card-price .old-txt {
          display: block; 
          text-decoration: none;
        } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .index-card-price .old-txt { display: none; } 
        .index-card-price .old { font-size: 14px; }
      }

.index-card__item .index-card-desc .personal-links { height: 20px; overflow: hidden; }

.index-card-btn i::before {
  font-size: 21px;
  vertical-align: middle; }

.index-news__item {
  background-color: white;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
     -moz-box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
          box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
  margin-bottom: 4px;
  line-height: 1.3;
  color: #707171; }
  @media screen and (min-width: 768px) {
    .index-news__item {
      margin-bottom: 30px;
      text-align: center; } }

.index-news-desc {
  padding: 15px 10px;
  display: inline-block;
  vertical-align: top;
  width: 60%; }
  @media screen and (min-width: 768px) {
    .index-news-desc {      
      width: 100%;
      display: block; }
    .index-news-desc .text__md { height: 54px; overflow: hidden; }
    }
  @media screen and (min-width: 992px) {
    .index-news-desc {
      padding: 15px 30px; } }

.index-news-date {
  color: #7d7d7d;
  font-size: 14px; }

.index-news-img { width: 38%; display: inline-block; vertical-align: top; }
.index-news-img a {  }
.index-news-img a img { width: auto; height: auto; max-width: 95%; max-height: 95%; }

  @media screen and (min-width: 768px) {
    .index-news-img {
      width: 100%;
      display: block;
      height: 193px;
      line-height: 193px;
      border-bottom: 1px solid #e8e8e8; }
  }

.index-news-title h4 {
  font-weight: 500;
  margin-top: 0;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .index-news-title h4 {
      height: 46px;
      overflow: hidden;
      font-size: 18px; } }
  .index-news-title h4 a {
    color: #0697ed;
    text-decoration: none; }
    .index-news-title h4 a:hover {
      text-decoration: underline; }

.index-news-link {
  font-size: 14px;
  font-family: 'Lora'; }
  .index-news-link a {
    color: #f6b553;
    text-decoration: none; }
    
    
    
    .catalog-news__block{
         background-color: white;
	    text-align:center;
         border: 1px solid #e8e8e8;
         -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
            -moz-box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
                 box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
    }
    .catalog-news__block h3,
    .catalog-news__block .gamma{
         color:#00318d;
    }
    .catalog-news__item {
      border-top: 1px solid #e8e8e8;
      line-height: 1.3;
      color: #707171; }

    .catalog-news-desc {
      padding: 15px 10px;
      display: inline-block;
      vertical-align: top;
      width: 60%; }

    .catalog-news-date {
      color: #7d7d7d;
      font-size: 14px; }

    .catalog-news-title h4,
    .catalog-news-title .delta {
      font-weight: 500;
      margin-top: 0;
      font-size: 14px; }
      .catalog-news-title a {
        color: #0697ed;
        text-decoration: none; }
        .catalog-news-title a:hover {
          text-decoration: underline; }

    .catalog-news-link {
      font-size: 14px;
      font-family: 'Lora', sans-serif; }
      .catalog-news-link a {
        color: #f6b553;
        text-decoration: none; }
	   
	   
	       

.index-type .inner {
  padding: 40px 0;
  margin-bottom: 0; }

.card label {
  color: #989898;
  line-height: 1.1; }

.card.tabs {
  margin-top: 30px; }

.card__item {
  padding: 40px 0; }

.card .table tr {
  border-bottom: 1px solid #dfdfdf; }

.card .table .type {
  color: #929292; }

.card .table .desc {
  color: #2a2a2a; }

.card .btn--long {
  width: 280px; }

.card .tabs__caption li {
  color: #696c70;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 30px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  display: block; }
  .card .tabs__caption li.active {
    color: #00318d;
    border-color: #069cf5; }
  @media screen and (min-width: 768px) {
    .card .tabs__caption li {
      display: inline-block; } }

.card .review .btn__lg {
  max-width: 320px;
  height: 56px;
  line-height: 2;
  position: relative;
  margin: auto; }
  .card .review .btn__lg img {
    position: absolute;
    left: 30px;
    top: 35%; }

.card .btn i,
.card .btn img {
  margin-right: 8px; }

.card .btn__lg {
  height: 60px;
  line-height: 40px; }

.card .list--inline {
  font-size: 0; }
  .card .list--inline li {
    font-size: 16px; }

.card-price .price {
  font-size: 30px;
  font-weight: 700;
  color: #00318d; }

.card-price--old .price {
  color: #8a8a8a;
  font-size: 25px;
  font-weight: 400;
  height: 51px;
  text-decoration: line-through; }

.social_likes {
    margin-left: 35px;
    display: inline-block;
    vertical-align: top;
}
.social_likes iframe:first-child {
    width: 110px!important;
}
.social_likes div {
  display: inline-block;      
}
.social_likes:after{
  content: "";
  clear:both;
  display: table;
}
.card .slider-for1, .card .slider-nav1 {
  text-align: center; }
  .card .slider-for1 img, .card .slider-nav1 img {
    display: inline-block; }
  .card .slider-for1 .slick-slide, .card .slider-nav1 .slick-slide {
    margin: 7px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 1px 6.2px 0.8px rgba(65, 65, 61, 0.15);
       -moz-box-shadow: 0 1px 6.2px 0.8px rgba(65, 65, 61, 0.15);
            box-shadow: 0 1px 6.2px 0.8px rgba(65, 65, 61, 0.15); }

.sitemap {
  padding: 15px; }
  @media screen and (min-width: 768px) {
    .sitemap {
      padding: 30px 90px; } }
  .sitemap li {
    padding: 6px 0; }
  .sitemap a {
    text-decoration: none; }
    .sitemap a:hover {
      text-decoration: underline; }
  .sitemap-title {
    text-transform: none; }
    .sitemap-title a {
      color: #00318d;
      font-weight: 500; }
  .sitemap-primary {
    margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .sitemap-primary {
        margin-left: 40px; } }
    .sitemap-primary a {
      font-size: 25px;
      color: #303030;
      font-weight: 500; }
  .sitemap-secondary {
    margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .sitemap-secondary {
        margin-left: 60px; } }
    .sitemap-secondary a {
      color: #0697ed;
      font-size: 21px;
      font-weight: 400; }
  .sitemap-third {
    margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .sitemap-third {
        margin-left: 60px; } }
    .sitemap-third a {
      color: #515151;
      font-size: 16px;
      font-weight: 400; }

.news {
  margin-bottom: 35px; }
  .news__item {
    padding: 18px;
    margin-bottom: 10px;
    background-color: white;
    -webkit-box-shadow: 0 6px 5.6px 0.4px rgba(0, 1, 3, 0.07);
       -moz-box-shadow: 0 6px 5.6px 0.4px rgba(0, 1, 3, 0.07);
            box-shadow: 0 6px 5.6px 0.4px rgba(0, 1, 3, 0.07); }
    .news__item .img { float: left; width: 200px; }
    .news__item .img img { display: block; width: auto; height: auto; max-width: 90%; }
    .news__item .img + .txt { margin-left: 215px; }
    .news__item .img + .txt + .row { margin-left: 200px; }
    @media screen and (max-width: 768px) {
      .news__item .img { float: none; width: auto; margin-bottom: 10px; }
      .news__item .img img { margin: 0 auto; }
      .news__item .img + .txt { margin-left: 0; padding-left: 15px; padding-right: 15px; }
      .news__item .img + .txt + .row { margin-left: 0; }
    }
    .news__item h3 {
      margin: 0; }
    .news__item h3 a { text-decoration: none; color: inherit; }
    .news__item .date {
      display: inline-block;
      margin-bottom: 15px; }

.one-news__item {
  padding: 18px;
  margin-bottom: 10px;
  background-color: white;
  word-break: break-word;
  -webkit-box-shadow: 0 6px 5.6px 0.4px rgba(0, 1, 3, 0.07);
     -moz-box-shadow: 0 6px 5.6px 0.4px rgba(0, 1, 3, 0.07);
          box-shadow: 0 6px 5.6px 0.4px rgba(0, 1, 3, 0.07); }
  .one-news__item p {
    /* color: #303030; */
    margin-bottom: 20px;
    /*font-size: 18px;*/ }
  .one-news__item h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500; }
    .one-news__item ul{
      /*font-size: 18px;*/
      margin-bottom: 20px;
    }
    .one-news__item img[align="left"]{
      margin: 5px 10px 5px 0;
    }
    .one-news__item img[align="right"]{
      margin: 5px 0 5px 10px;
    }
.one-news--title {
  margin-bottom: 45px; }

.one-news--footer {
  margin-top: 55px; }

.one-news .slider-for1, .one-news .slider-nav1 {
  text-align: center; }
  .one-news .slider-for1 img, .one-news .slider-nav1 img {
    display: inline-block; }
  .one-news .slider-for1 .slick-slide, .one-news .slider-nav1 .slick-slide {
    margin: 7px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 1px 6.2px 0.8px rgba(65, 65, 61, 0.15);
       -moz-box-shadow: 0 1px 6.2px 0.8px rgba(65, 65, 61, 0.15);
            box-shadow: 0 1px 6.2px 0.8px rgba(65, 65, 61, 0.15); }

.compare {
  margin-bottom: 0; }
  .compare--title {
    width: 100%;
    padding-right: 1%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .compare--title {
        width: 35%; } }
    @media screen and (min-width: 992px) {
      .compare--title {
        width: 27%; } }
  .compare--body {
    width: 100%;
    display: inline-block;
    overflow: auto;
    white-space: nowrap; }
    .compare--body .index-card-desc .index-card-title h4 a { color: inherit; text-decoration: none; }
    @media screen and (min-width: 768px) {
      .compare--body {
        width: 64%; }
        .compare--body .index-card__item {
          margin-bottom: 30px;
          height: 509px;
          overflow: hidden;
        }
        .compare--body .index-card-desc {
          padding: 15px 20px; } }
    @media screen and (min-width: 992px) {
      .compare--body {
        width: 72%; } }
  .compare--info {
    color: #858585;
    font-size: 18px; }
  @media screen and (min-width: 768px) {
    .compare--txt {
      margin-bottom: 60px;
      height: 500px; } }
  .compare--item {
    font-size: 18px;
    vertical-align: top;
    width: 280px;
    display: inline-block;
    white-space: normal; }
    @media screen and (min-width: 768px) {
      .compare--item {
        margin: 0 10px; } }
  .compare .index-card__atr {
    padding: 20px;
    color: #373737;
    background-color: white;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
       -moz-box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1);
            box-shadow: 0 2px 3.8px 0.2px rgba(0, 1, 3, 0.1); }
  .compare .index-card-img {
    height: auto;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .compare .index-card-img { height: 249px; position: relative; }
      .compare .index-card-img img { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: auto; height: auto; max-width: 90%; max-height: 90%; }
    }

.order {
  color: #767676;
  margin-bottom: 0; }
  .order__item {
    margin-bottom: 30px; }
  .order h3 {
    margin-top: 5px; }
  .order label {
    color: #767676; }
  .order ul {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .order ul {
        margin-left: 25px; } }
  .order .form__group {
    margin-bottom: 35px; }
  .order .btn {
    height: 60px;
    font-size: 21px;
    padding: 15px 50px; }

@media screen and (min-width: 992px) {
  .cart {
    padding: 20px; } }

.cart table {
  text-align: center; }
  .cart table td {
    padding: 20px; }
  .cart table img {
    max-width: none; }

.cart-price {
  color: #0697ed;
  font-size: 21px;
  font-weight: 500; }
  .cart-price span {
    color: #8b8a8a;
    font-weight: 300; }
  .cart-price--old {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through; }

.cart-info {
  text-align: left; }
  .cart-info h3 {
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .cart-info h3 {
        font-size: 21px; } }

.cart-img {
  width: 16%;
  background-color: #f8f8f8; }

.cart .btn {
  width: 230px; }

.cart h3 { margin-top: 0; }
.cart h3 a { color: inherit; text-decoration: none; }

.cart .counter {
  text-decoration: none; }

.cart input {
  text-align: center; }

.cart .list--table > li {
  display: table-cell;
  width: 0%; }

.cart .btn__lg {
  height: 60px;
  line-height: 1.9; }

.cart div.btn__lg { color: #fff; text-align: center; cursor: auto; line-height: 1; }
  .cart div.btn__lg:hover { color: #fff; background-color: #f6b553; border-color: #f6b553; }
  .cart div.btn__lg:active { box-shadow:none; }
  .cart div.btn__lg span { color: #fff; }

.cart div.btn__lg > .cart-price {
  line-height: 33px;
}

.cart .product-quantity__input {
  width: 90px; }

.catalog-txt {
  padding: 15px 20px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .catalog-txt {
      padding: 15px 40px; } }

.catalog-btn {
  position: absolute;
/*
  right: 0;
  top: 0;
*/
    right: 30px;
    bottom: 20px;
  display: none; }
  @media screen and (min-width: 768px) {
    .catalog-btn {
      display: block; } }

.catalog-qst {
  text-align: center;
  background-color: #eee;
  padding: 20px; }
  .catalog-qst h2 {
    color: #00318d;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 10px; }

.search-bar {
  padding: 20px; }
  .search-bar button {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 16px;
    top: 5px; }

.with-sidebar h3,
.with-sidebar .gamma {
  margin-top: 10px; }

.fg-sort { padding: 10px 7px; margin-top: 20px; }
  .fg-sort:before,
  .fg-sort:after {
    content: " ";
    display: table; }
  .fg-sort:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .fg-sort {
      padding: 15px 20px; } }
  .fg-sort ul {
    margin: 0; }

.catalog-txt + .fg-sort { margin-top: 0; }

.fg-accordion {
  background-color: white;
  -webkit-box-shadow: 0 2px 5.9px 0.1px rgba(0, 1, 3, 0.19);
     -moz-box-shadow: 0 2px 5.9px 0.1px rgba(0, 1, 3, 0.19);
          box-shadow: 0 2px 5.9px 0.1px rgba(0, 1, 3, 0.19); }
  .fg-accordion .accordion + .accordion {
    margin-top: -1px; }
  .fg-accordion label {
    color: #474646; }
  .fg-accordion__section--mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    left: -100%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    z-index: 10; }
    .fg-accordion__section--mobile.active {
      left: 0; }
    .fg-accordion__section--mobile .list--table {
      padding: 14px;
      margin: 0;
      font-weight: 400; }
      .fg-accordion__section--mobile .list--table li {
        vertical-align: middle; }
    .fg-accordion__section--mobile i {
      font-size: 23px;
      color: #00318d; }
      .fg-accordion__section--mobile i::before {
        width: auto;
        margin: 0; }
    @media screen and (min-width: 768px) {
      .fg-accordion__section--mobile {
        background-color: transparent;
        position: static; } }
  .fg-accordion__section--content {
    padding: 15px 20px;
    display: none; }
    .fg-accordion__section--content .noUi-target {
      margin-top: 20px; }
  .fg-accordion__section--title {
    position: relative;
    padding: 5px 30px 5px 10px;
    cursor: pointer;
    display: block;
    color: #00318d;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef; }
    .fg-accordion__section--title::before {
      content: '';
      width: 24px;
      height: 26px;
      background: url("/bitrix/templates/alko/images/cat-ico.png") center center no-repeat;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -13px; }
  .over-hide {
    overflow: hidden;
    
  }
  @media screen and (min-width: 1300px) {
    .fg-accordion__section--title {
    padding: 5px 20px; }
    .fg-accordion__section--title::before {
      right: 20px;} }
    .fg-accordion__section--title.active::before {
      background: url("/bitrix/templates/alko/images/cat-ico-a.png") center center no-repeat; }
  .fg-accordion__section--menu .fg-accordion__section--title {
    font-weight: 500;
    padding: 10px 20px; }
    .fg-accordion__section--menu .fg-accordion__section--title.active {
      color: #fff;
      background-color: #f6b553; }
  .fg-accordion__section--menu .fg-accordion__section--content {
    padding: 0; }
    .fg-accordion__section--menu .fg-accordion__section--content ul {
      margin: 0; }
    .fg-accordion__section--menu .fg-accordion__section--content a {
      color: #474646;
      display: block;
      text-decoration: none;
      padding: 5px 20px; }
      .fg-accordion__section--menu .fg-accordion__section--content a:hover,
      .fg-accordion__section--menu .fg-accordion__section--content a.active {
        color: #fff;
        background-color: #0697ed; }
	.fg-accordion__section--menu .fg-accordion__section--content li:before{
        display: none;
      }
  .fg-accordion .accordion-content--mobile {
    display: none; }
    @media screen and (min-width: 768px) {
      .fg-accordion .accordion-content--mobile {
        display: block !important; } }
  @media screen and (min-width: 768px) {
    .fg-accordion .accordion-title--mobile {
      display: none; } }
  .fg-accordion .range-slider img {
    max-width: none; }

.star-rating__wrap {
  display: inline-block;
  margin-top: 5px; }

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both; }

.star-rating__ico {
  float: right;
  padding-left: 3px;
  cursor: pointer;
  color: #00318d;
  font-size: 19px; }

.star-rating__ico:last-child {
  padding-left: 0; }

.star-rating__input {
  display: none; }

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  content: "\e80f"; }

.dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 150%;
  -webkit-box-shadow: 0 3px 18.1px 3.9px rgba(0, 1, 3, 0.33);
     -moz-box-shadow: 0 3px 18.1px 3.9px rgba(0, 1, 3, 0.33);
          box-shadow: 0 3px 18.1px 3.9px rgba(0, 1, 3, 0.33);
  background-color: white;
  max-width: 525px;
  padding: 20px;
  z-index: 97;
  min-width: 320px; }
  @media screen and (min-width: 768px) {
    .dropdown {
      min-width: 450px; } }
  .dropdown.active {
    display: block; }
  .dropdown-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1; }
  .dropdown::before, .dropdown::after {
    content: '';
    position: absolute;
    left: 30%;
    top: -40px;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff; }
  .dropdown::after {
    border-bottom: 20px solid white;
    top: -39px; }

.accordion__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .accordion__list:before,
  .accordion__list:after {
    content: " ";
    display: table; }
  .accordion__list:after {
    clear: both; }

.accordion__item {
  float: left;
  width: 100%; }

.accordion__header {
  background: transparent;
  border-bottom: solid 1px #0072bb;
  color: #333;
  cursor: pointer;
  float: left;
  padding: 0 8px;
  width: 100%; }
  .accordion__header:before,
  .accordion__header:after {
    content: " ";
    display: table; }
  .accordion__header:after {
    clear: both; }
  .accordion__header .icon {
    float: left;
    font-size: 60%;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s;
       -moz-transition: -moz-transform 0.3s;
         -o-transition: -o-transform 0.3s;
            transition: transform 0.3s; }
    .accordion__header .icon:before {
      line-height: 32px; }

.accordion__title {
  float: left;
  margin: 0; }

.accordion__count {
  float: right;
  line-height: 32px;
  margin-right: 20px; }

.accordion__content {
  display: none;
  float: left;
  width: 100%; }

.accordion__content-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.alert {
  padding: 16px 16px 16px 55px;
  margin-bottom: 27px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: center left 16px; }
  .alert--success {
    background-color: #daf5e7;
    border-color: #04be5b;
    color: #04be5b;
    background-image: url("/bitrix/templates/alko/images/icons/icoAlertSuccess.png"); }
    .alert--success hr {
      border-top-color: #03a54f; }
    .alert--success .alert--link {
      color: #038c43; }
    .alert--success .close {
      color: #04be5b; }
  .alert--info {
    background-color: #d9ecf9;
    border-color: #0082d5;
    color: #0e89d8;
    background-image: url("/bitrix/templates/alko/images/icons/icoAlertInfo.png"); }
    .alert--info hr {
      border-top-color: #0072bc; }
    .alert--info .alert--link {
      color: #0b6ba8; }
    .alert--info .close {
      color: #0e89d8; }
  .alert--warning {
    background-color: #fff0e4;
    border-color: #ff9948;
    color: #ff9948;
    background-image: url("/bitrix/templates/alko/images/icons/icoAlertWarning.png"); }
    .alert--warning hr {
      border-top-color: #ff8b2e; }
    .alert--warning .alert--link {
      color: #ff7d15; }
    .alert--warning .close {
      color: #ff9948; }
  .alert--danger {
    background-color: #f8e1e7;
    border-color: #d2335c;
    color: #d2335c;
    background-image: url("/bitrix/templates/alko/images/icons/icoAlertDanger.png"); }
    .alert--danger hr {
      border-top-color: #c12b51; }
    .alert--danger .alert--link {
      color: #ac2649; }
    .alert--danger .close {
      color: #d2335c; }

.breadcrumbs {
  padding: 15px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  display: none; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      display: block; } }
/*
  .breadcrumbs > li {
    display: inline-block; }
    .breadcrumbs > li a {
      color: #777; }
    .breadcrumbs > li + li:before {
      content: " > ";
      padding: 0 5px;
      color: #777; }
    .breadcrumbs > li.active {
      color: #0697ed; }
*/

  .breadcrumbs > div > span {
    display: inline-block; }
    .breadcrumbs > div > span a {
      color: #777; }
	.breadcrumbs > div > span a:hover {
    text-decoration: none;
	}
    .breadcrumbs > div > .separator {
      padding: 0 5px;
      color: #777; }
    .breadcrumbs > div > span.active {
      color: #0697ed; }


.container, .browsehappy {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before,
  .browsehappy:before,
  .container:after, .browsehappy:after {
    content: " ";
    display: table; }
  .container:after, .browsehappy:after {
    clear: both; }
  @media screen and (min-width: 480px) {
    .container, .browsehappy {
      width: 470px; } }
  @media screen and (min-width: 768px) {
    .container, .browsehappy {
      width: 750px; } }
  @media screen and (min-width: 992px) {
    .container, .browsehappy {
      width: 970px; } }
  @media screen and (min-width: 1300px) {
    .container, .browsehappy {
      width: 1290px; } }

.container .container { width:auto; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before,
  .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.cell {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.cell__xs-1 {
  width: 8.33333%; }

.cell__xs-2 {
  width: 16.66667%; }

.cell__xs-3 {
  width: 25%; }

.cell__xs-4 {
  width: 33.33333%; }

.cell__xs-5 {
  width: 41.66667%; }

.cell__xs-6 {
  width: 50%; }

.cell__xs-7 {
  width: 58.33333%; }

.cell__xs-8 {
  width: 66.66667%; }

.cell__xs-9 {
  width: 75%; }

.cell__xs-10 {
  width: 83.33333%; }

.cell__xs-11 {
  width: 91.66667%; }

.cell__xs-12 {
  width: 100%; }

@media screen and (min-width: 480px) {
  .cell__sm-1 {
    width: 8.33333%; }
  .cell__sm-2 {
    width: 16.66667%; }
  .cell__sm-3 {
    width: 25%; }
  .cell__sm-4 {
    width: 33.33333%; }
  .cell__sm-5 {
    width: 41.66667%; }
  .cell__sm-6 {
    width: 50%; }
  .cell__sm-7 {
    width: 58.33333%; }
  .cell__sm-8 {
    width: 66.66667%; }
  .cell__sm-9 {
    width: 75%; }
  .cell__sm-10 {
    width: 83.33333%; }
  .cell__sm-11 {
    width: 91.66667%; }
  .cell__sm-12 {
    width: 100%; } 
    .form__group.cell__sm-5 {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
  .cell__md-1 {
    width: 8.33333%; }
  .cell__md-2 {
    width: 16.66667%; }
  .cell__md-3 {
    width: 25%; }
  .cell__md-4 {
    width: 33.33333%; }
  .cell__md-5 {
    width: 41.66667%; }
  .cell__md-6 {
    width: 50%; }
  .cell__md-7 {
    width: 58.33333%; }
  .cell__md-8 {
    width: 66.66667%; }
  .cell__md-9 {
    width: 75%; }
  .cell__md-10 {
    width: 83.33333%; }
  .cell__md-11 {
    width: 91.66667%; }
  .cell__md-12 {
    width: 100%; } }

@media screen and (min-width: 992px) {
  .cell__lg-1 {
    width: 8.33333%; }
  .cell__lg-2 {
    width: 16.66667%; }
  .cell__lg-3 {
    width: 25%; }
  .cell__lg-4 {
    width: 33.33333%; }
  .cell__lg-5 {
    width: 41.66667%; }
  .cell__lg-6 {
    width: 50%; }
  .cell__lg-7 {
    width: 58.33333%; }
  .cell__lg-8 {
    width: 66.66667%; }
  .cell__lg-9 {
    width: 75%; }
  .cell__lg-10 {
    width: 83.33333%; }
  .cell__lg-11 {
    width: 91.66667%; }
  .cell__lg-12 {
    width: 100%; } }

@media screen and (min-width: 1300px) {
  .cell__xlg-1 {
    width: 8.33333%; }
  .cell__xlg-2 {
    width: 16.66667%; }
  .cell__xlg-3 {
    width: 25%; }
  .cell__xlg-4 {
    width: 33.33333%; }
  .cell__xlg-5 {
    width: 41.66667%; }
  .cell__xlg-6 {
    width: 50%; }
  .cell__xlg-7 {
    width: 58.33333%; }
  .cell__xlg-8 {
    width: 66.66667%; }
  .cell__xlg-9 {
    width: 75%; }
  .cell__xlg-10 {
    width: 83.33333%; }
  .cell__xlg-11 {
    width: 91.66667%; }
  .cell__xlg-12 {
    width: 100%; } }

.media {
  display: block;
  margin: 20px 0; }
  .media__body {
    overflow: hidden;
    font-size: 15px; }
    .media__body h6 {
      margin: 0 0 10px;
      font-size: 17px; }
    .media__body p {
      margin: 0; }
  .media__img {
    float: left;
    margin-right: 27px; }
    .media__img--rev {
      float: right;
      margin-left: 27px; }
  .media__title {
    font-size: 17px; }

.media__img img,
.media__img--rev img {
  display: block; }

.media__body,
.media__body > :last-child {
  margin-bottom: 0; }

.nav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav ul:before,
  .nav ul:after {
    content: " ";
    display: table; }
  .nav ul:after {
    clear: both; }

.nav li {
  position: relative;
  display: block;
  padding: 10px 4px; }
  @media screen and (min-width: 1300px) {
    .nav li {
      padding: 10px 10px; } }
  @media screen and (min-width: 768px) {
    .nav li {
      display: inline-block; } }
  .nav li a {
    font-size: 12px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent; }
    @media screen and (min-width: 993px) and (max-width: 1299px) {
      .page-header__search { padding: 15px 0!important; }
      .page-header__search .search { height: 34px; width: 200px; }
      .page-header__search input { display: block; height: 35px; font-size: 13px; }
      .page-header__search button { width: 30px; padding: 0; }
    }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .nav li { padding: 10px 2px; }
      .nav li a { font-size: 10px; }
      .page-header__bottom .page-header__menu { padding-left: 10px; }
      .page-header__search { padding: 20px 0!important; }
      .page-header__search .search { height: 22px; width: 110px; }
      .page-header__search input { display: block; height: 24px; font-size: 10px; }
      .page-header__search button { width: 30px; padding: 0; }
    }    
    @media screen and (min-width: 1300px) {
      .nav li a {
        font-size: 15px; }
    }
  .nav li:hover a,
  .nav li:focus a {
    text-decoration: underline; }

.nav li > a > img {
  max-width: none; }

.nav__justified {
  width: 100%; }
  .nav__justified li {
    float: none; }
    .nav__justified li > a {
      text-align: center;
      margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .nav__justified li {
      display: table-cell;
      width: 1%; }
      .nav__justified li > a {
        margin-bottom: 0; } }

.nav__fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  border-width: 0 0 1px;
  z-index: 1030; }

.sub-nav li {
  display: block; }
  .sub-nav li a {
    padding-left: 30px; }
  .sub-nav li a:hover {
    background: #ff9500; }

@media screen and (min-width: 768px) {
  .sub-nav {
    display: none;
    position: absolute;
    background: #ccc;
    top: 100%;
    right: 0;
    min-width: 200px; }
    li:hover .sub-nav {
      display: block; }
    .sub-nav a {
      padding-left: 15px; } }

.main-nav__toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .main-nav__toggle:focus {
    outline: 0; }
  .main-nav__toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px; }
  .main-nav__toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media screen and (min-width: 768px) {
    .main-nav__toggle {
      display: none; } }

.main-nav__collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }
  .main-nav__collapse:before,
  .main-nav__collapse:after {
    content: " ";
    display: table; }
  .main-nav__collapse:after {
    clear: both; }
  .main-nav__collapse.in {
    overflow-y: auto; }
  @media screen and (min-width: 768px) {
    .main-nav__collapse {
      position: static;
      display: block !important;
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }
      .main-nav__collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .main-nav__collapse.in {
        overflow-y: visible; } }

.navbar {
  position: relative; }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .navbar__left {
      float: left; }
    .navbar__right {
      float: right; } }

.pager {
  padding-left: 0;
  margin: 27px 0;
  list-style: none;
  text-align: center;
  font-size: 15px; }
  .pager:before,
  .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      text-decoration: none;
      padding: 5px 14px;
      height: 40px;
      line-height: 28px; }
      .pager li > a.arr,
      .pager li > span.arr {
        width: 40px;
        background-color: #fff;
        border: 1px solid #cad3df;
        -webkit-border-radius: 50px;
           -moz-border-radius: 50px;
                border-radius: 50px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      color: #fff;
      background-color: #0697ed;
      border-color: #0697ed; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }

.page-main ul.pagination {
  list-style: none;
  padding-left: 0px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 27px;
  height: 37px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 4px 5.6px 0.4px rgba(0, 1, 3, 0.07);
     -moz-box-shadow: 0 4px 5.6px 0.4px rgba(0, 1, 3, 0.07);
          box-shadow: 0 4px 5.6px 0.4px rgba(0, 1, 3, 0.07); }
  .pagination__item {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 0; }
    .pagination__item a,
    .pagination__item span {
      position: relative;
      float: left;
      padding: 9px 8px;
      line-height: 1.1;
      text-decoration: none;
      color: #373737;
      background-color: #fff;
      border: 1px solid #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .pagination__item:first-child a,
    .pagination__item:first-child span {
      margin-left: 0;
      -webkit-border-bottom-left-radius: 50px;
         -moz-border-radius-bottomleft: 50px;
              border-bottom-left-radius: 50px;
      -webkit-border-top-left-radius: 50px;
         -moz-border-radius-topleft: 50px;
              border-top-left-radius: 50px;
      color: #0697ed; }
      .pagination__item:first-child a.disabled,
      .pagination__item:first-child span.disabled {
        color: #dcdcdc; }
        .pagination__item:first-child a.disabled:hover,
        .pagination__item:first-child a.disabled:focus,
        .pagination__item:first-child span.disabled:hover,
        .pagination__item:first-child span.disabled:focus {
          cursor: default;
          color: #dcdcdc;
          background-color: transparent;
          border-color: transparent; }
    .pagination__item:last-child a,
    .pagination__item:last-child span {
      -webkit-border-bottom-right-radius: 50px;
         -moz-border-radius-bottomright: 50px;
              border-bottom-right-radius: 50px;
      -webkit-border-top-right-radius: 50px;
         -moz-border-radius-topright: 50px;
              border-top-right-radius: 50px;
      color: #0697ed; }
      .pagination__item:last-child a.disabled,
      .pagination__item:last-child span.disabled {
        color: #dcdcdc; }
        .pagination__item:last-child a.disabled:hover,
        .pagination__item:last-child a.disabled:focus,
        .pagination__item:last-child span.disabled:hover,
        .pagination__item:last-child span.disabled:focus {
          cursor: default;
          color: #dcdcdc;
          background-color: transparent;
          border-color: transparent; }
  .pagination__item a:hover,
  .pagination__item a:focus,
  .pagination__item span:hover,
  .pagination__item span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0697ed;
    border-color: #0697ed; }
  .pagination__item.active a,
  .pagination__item.active a:hover,
  .pagination__item.active a:focus,
  .pagination__item.active span,
  .pagination__item.active span:hover,
  .pagination__item.active span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0697ed;
    border-color: #0697ed;
    cursor: default; }
  .pagination__item:before{
    display: none;
  }

@media screen and (max-width: 767px) {
  // .pagination__item:nth-last-child(2), .pagination__item:nth-last-child(3) {
  //   display: none }
}
 .forgot_password{ width: 60%;}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  body{
   /* background:red;*/
  }
  .forgot_password{ width: 60%;}

  
}
  ul.main-nav__items {
    max-width: 470px;
    width: 100%;
  }
 .page-header__mobile .nav li {
    padding: 0;
    text-align: center;
    display: block;
    max-width: 470px;
    width: 100%;
}
.visible__xs {
  display: none !important; }

.visible__sm {
  display: none !important; }

.visible__md {
  display: none !important; }

.visible__lg {
  display: none !important; }

.visible__xs-inline-block,
.visible__sm-inline-block,
.visible__md-inline-block,
.visible__lg-inline-block {
  display: none !important; }

@media screen and (max-width: 479px) {
  .visible__xs {
    display: block !important; } 
.promo-akcii-href{
  margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .visible__xs-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .visible__sm {
    display: block !important; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .visible__sm-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible__md {
    display: block !important; } }
@media screen and (max-width: 768px){
 .template--decor::after { 
	width:100%;
	}/* 
  .card__item.template--decor::after{
  width:120vh;
  } */

}
@media screen and (min-width: 760px) and (max-width: 1300px) {
.bx_item_detail_rating {  left: -35px;}}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible__md-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .index-catalog__item .hide-item {
   left: -13%;
   padding: 15px; } }

@media screen and (min-width: 992px) {
  .visible__lg {
    display: block !important; } }

@media screen and (min-width: 992px) {
  .visible__lg-inline-block {
    display: inline-block !important; } }

@media screen and (max-width: 479px) {
  .hidden__xs {
    display: none !important; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .hidden__sm {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden__md {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .hidden__lg {
    display: none !important; } }

.padtop0 {
  padding-top: 0px; }

.padbot0 {
  padding-bottom: 0px; }

.padtop10 {
  padding-top: 10px; }

.padbot10 {
  padding-bottom: 10px; }

.padtop20 {
  padding-top: 20px; }

.padbot20 {
  padding-bottom: 20px; }

.padtop30 {
  padding-top: 30px; }

.padbot30 {
  padding-bottom: 30px; }

.padtop40 {
  padding-top: 40px; }

.padbot40 {
  padding-bottom: 40px; }

.padtop50 {
  padding-top: 50px; }

.padbot50 {
  padding-bottom: 50px; }

.padtop60 {
  padding-top: 60px; }

.padbot60 {
  padding-bottom: 60px; }

.padtop70 {
  padding-top: 70px; }

.padbot70 {
  padding-bottom: 70px; }

.padtop80 {
  padding-top: 80px; }

.padbot80 {
  padding-bottom: 80px; }

.padtop90 {
  padding-top: 90px; }

.padbot90 {
  padding-bottom: 90px; }

.padtop100 {
  padding-top: 100px; }

.padbot100 {
  padding-bottom: 100px; }

.padleft10 {
  padding-left: 10px; }

.padright10 {
  padding-right: 10px; }

.margright0 {
  margin-right: 0px; }

.margbot0 {
  margin-bottom: 0px; }

.margtop0 {
  margin-top: 0px; }

.margright10 {
  margin-right: 10px; }

.margbot10 {
  margin-bottom: 10px; }

.margtop10 {
  margin-top: 10px; }

.margright20 {
  margin-right: 20px; }

.margbot20 {
  margin-bottom: 20px; }

.margtop20 {
  margin-top: 20px; }

.margright30 {
  margin-right: 30px; }

.margbot30 {
  margin-bottom: 30px; }

.margtop30 {
  margin-top: 30px; }

.margright40 {
  margin-right: 40px; }

.margbot40 {
  margin-bottom: 40px; }

.margtop40 {
  margin-top: 40px; }

.margright50 {
  margin-right: 50px; }

.margbot50 {
  margin-bottom: 50px; }

.margtop50 {
  margin-top: 50px; }

.margright60 {
  margin-right: 60px; }

.margbot60 {
  margin-bottom: 60px; }

.margtop60 {
  margin-top: 60px; }

.margright70 {
  margin-right: 70px; }

.margbot70 {
  margin-bottom: 70px; }

.margtop70 {
  margin-top: 70px; }

.margright80 {
  margin-right: 80px; }

.margbot80 {
  margin-bottom: 80px; }

.margtop80 {
  margin-top: 80px; }

.margright90 {
  margin-right: 90px; }

.margbot90 {
  margin-bottom: 90px; }

.margtop90 {
  margin-top: 90px; }

.margright100 {
  margin-right: 100px; }

.margbot100 {
  margin-bottom: 100px; }

.margtop100 {
  margin-top: 100px; }

.this-or-this {
  display: table;
  width: 100%;
  text-align: center; }

.this-or-this__this,
.this-or-this__or {
  display: table-cell;
  vertical-align: middle; }
.this-or-this__this.padright10 {
  padding-right: 3px;
}
.this-or-this__this.padleft10 {
  padding-left: 3px;
}
.range-slider__item {
  width: 45%;
}
@media screen and (max-width: 1300px) {
  .fg-accordion .range-slider img { max-width: 10px; height: 1px; }  
}

.close {
  float: right;
  font-size: 18.8224px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

@media screen and (min-width: 480px) {
  .pull__sm-left {
    float: left; }
  .pull__sm-right {
    float: right; } }

@media screen and (min-width: 768px) {
  .pull__md-left {
    float: left; }
  .pull__md-right {
    float: right; } }

@media screen and (min-width: 992px) {
  .pull__lg-left {
    float: left; }
  .pull__lg-right {
    float: right; } }

@media screen and (min-width: 1300px) {
  .pull__lg-left {
    float: left; }
  .pull__lg-right {
    float: right; } }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

#basket_form .table td div.some-class { display: none; }

.clc_one { 
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 3px 12px rgba(0, 1, 3, 0.24);
  -moz-box-shadow: 0 3px 12px rgba(0, 1, 3, 0.24);
  box-shadow: 0 3px 12px rgba(0, 1, 3, 0.24);
  margin: auto;
  position: relative;
  padding: 44px;
  line-height: 1.3;
}
.clc_one .popup-close {
  top: 20px;
  position: absolute;
  right: 20px;
  float: right;
  font-size: 18.8224px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.clc_one .popup-header { 
  margin-bottom: 20px;
  text-align: center;
}
.clc_one .popup-header span { 
    margin: 0;
    text-transform: uppercase;
    color: #00318d;
    font-weight: 700;
    font-size: 21px;
}
.cart table td {position:relative;padding-top:17px!important;}
.cart table td::before {display:block;content:"";width:100%;height:7px;position:absolute;top:0;left:0;border-bottom: 1px solid #e8e8e8;}

div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer; font-size:12px;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}

.title-search-result { background: #fff; border-radius: 6px; box-shadow: 0 0 10px 0 #6d6d6d; z-index: 100; }
.title-search-result .bx_searche { padding: 10px; }
.title-search-result .bx_searche .bx_item_block { margin-bottom: 4px; }
.title-search-result .bx_searche .bx_item_block .bx_item_element { line-height: 1; }
.title-search-result .bx_searche .bx_item_block .bx_item_element a { font-size: 12px; text-decoration: none; }
@media screen and (max-width: 992px) and (min-width: 768px){
  .title-search-result .bx_searche .bx_item_block .bx_item_element a { font-size: 8px;  }
}

/* Производители */

.manufs-full::after { display: block; content: ""; clear: both; }
.manufs-full > a { display: block; float: left; }
.manufs-full .manufs-item { float: left; width: 161px; padding: 0 2px 10px; margin:0 9px 0; text-align: center; }
.manufs-full .manufs-item .manufs-item-pict { border: 1px solid; display: table-cell; height: 157px; padding: 2px; vertical-align: middle; width: 157px; border-radius: 10px; background:#fff; }
.manufs-full .manufs-item .manufs-item-pict img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
.manufs-full .manufs-item .manufs-item-name { line-height: 1.2; padding-top: 4px; height: 36px; overflow: hidden; font-size: 14px; }
@media screen and (max-width: 767px) {
  .manufs-full { padding-top: 20px; }
  .manufs-full .manufs-item { width: 202px; }
  .manufs-full .manufs-item .manufs-item-pict { width: 198px; }
  .page-header__catalog {
    width: 88%;
  }
  .page-header__search {
    width: 10%;
    display: block !important; 
  }
  .page-header__search .search {
    height: 36px;
  }
  .page-header__search [type="submit"] {
    display: none;
    
  }
  .page-header__search .active [type="submit"],
  .page-header__search .active input {
    display: block;
    height: 36px;
  }
   .page-header__search .active [type="submit"] {
    height: 34px;
   }
  .page-header__search .search {
    transition: all linear 0.5s;
    width: 0; 
    height: 34px;
    position: absolute;
    right: 0;
  }
  .page-header__search .search.active {
    width: 100%;
  }
  .page-header__bottom .inner {
    position: relative;
  }
}
@media screen and (max-width: 469px) {
  .manufs-full > a { float: none; }
  .manufs-full .manufs-item { margin: 0; width: 100%; }
  .manufs-full .manufs-item .manufs-item-pict { width: 100%; display: block; position: relative; }
  .manufs-full .manufs-item .manufs-item-pict img { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
  .manufs-full .manufs-item .manufs-item-name { height: auto; font-size: 15px; margin-bottom: 10px; }
}

/* Сертификаты */

.sertif-full::after { display: block; content: ""; clear: both; }
.sertif-full > a { display: block; float: left; }
.sertif-full .sertif-item { float: left; width: 161px; padding: 0 2px 10px; margin:0 9px 0; text-align: center; }
.sertif-full .sertif-item .sertif-item-pict { border: 1px solid; display: table-cell; height: 157px; padding: 2px; vertical-align: middle; width: 157px; border-radius: 10px; background:#fff; }
.sertif-full .sertif-item .sertif-item-pict img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
.sertif-full .sertif-item .sertif-item-name { line-height: 1.2; padding-top: 4px; height: 36px; overflow: hidden; font-size: 14px; }
@media screen and (max-width: 767px) {
  .sertif-full { padding-top: 20px; }
  .sertif-full .sertif-item { width: 202px; }
  .sertif-full .sertif-item .sertif-item-pict { width: 198px; }
}
@media screen and (max-width: 469px) {
  .sertif-full > a { float: none; }
  .sertif-full .sertif-item { margin: 0; width: 100%; }
  .sertif-full .sertif-item .sertif-item-pict { width: 100%; display: block; position: relative; }
  .sertif-full .sertif-item .sertif-item-pict img { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
  .sertif-full .sertif-item .sertif-item-name { height: auto; font-size: 15px; margin-bottom: 10px; }
}

/* Модальные окна */

.fancybox-skin { padding: 0!important; }
.fancybox-outer, .fancybox-inner { background-color: #fff; }

#images-popup { background: #fff; position: relative; }
#images-popup .popup-close { display: block; width: 23px; height: 23px; background: url('/bitrix/templates/alko/images/close.png'); position: absolute; top: 16px; right: 16px; }
#images-popup .popup-header { display: block; text-align: center; padding: 10px 40px; line-height: 1.2; }
#images-popup .popup-header #images-popup-name { margin: 0; text-transform: uppercase; color: #00318d; font-weight: 700; font-size: 21px; }
#images-popup .popup-inner { position: relative; padding: 0 10px 10px; }
#images-popup .popup-inner .big-image-container img { display: block; max-width: 80%; margin: 0 auto; }
#images-popup .popup-inner .big-image-nav { width: 13px; height: 38px; position: absolute; top: 50%; margin-top: -18px; cursor: pointer; }
#images-popup .popup-inner .big-image-nav.prev-big-image { left: 10px; background: url(/bitrix/templates/alko/images/slider/arrow-left.png) no-repeat 0 0 transparent; }
#images-popup .popup-inner .big-image-nav.next-big-image { right: 10px; background: url(/bitrix/templates/alko/images/slider/arrow-right.png) no-repeat 0 0 transparent; }
#images-popup .popup-footer { display: none; }

.popup.images-popup { height: 100%; background: #fff; position: relative; }
.popup.images-popup .close { display: block; width: 23px; height: 23px; background: url('/bitrix/templates/alko/images/close.png'); position: absolute; top: 16px; right: 16px; z-index: 10; }
.popup.images-popup .popup-header {  text-align: center; line-height: 1.2; }
.popup.images-popup .popup-inner { height: 100%; position: relative; padding: 0; }
.popup.images-popup .popup-inner .big-image-container { height: 100%; }
.popup.images-popup .popup-inner .big-image-container .big-image { width: auto; height: auto; display: block; max-height: 100%; max-width: 100%; margin: 0 auto; }
.popup.images-popup .popup-inner .big-image-nav { width: 13px; height: 38px; position: absolute; top: 50%; margin-top: -18px; cursor: pointer; }
.popup.images-popup .popup-inner .big-image-nav.prev-big-image { left: 10px; background: url(/bitrix/templates/alko/images/slider/arrow-left.png) no-repeat 0 0 transparent; }
.popup.images-popup .popup-inner .big-image-nav.next-big-image { right: 10px; background: url(/bitrix/templates/alko/images/slider/arrow-right.png) no-repeat 0 0 transparent; }
.popup.images-popup .popup-footer { display: none; }

.additional-images-fancy li { float: left; list-style: none outside none; margin-right: 8px; position: relative; width: 70px; }

.fancybox-wrap.card_imgs_popup .fancybox-next,
.fancybox-wrap.card_imgs_popup .fancybox-prev { width: 13px; height: 38px; top: 50%; margin-top: -19px; }
.fancybox-wrap.card_imgs_popup .fancybox-next span,
.fancybox-wrap.card_imgs_popup .fancybox-prev span { display: none; }
.fancybox-wrap.card_imgs_popup .fancybox-next { right: 10px; background: url(/bitrix/templates/alko/images/slider/arrow-right.png) no-repeat 0 0 transparent; }
.fancybox-wrap.card_imgs_popup .fancybox-prev { left: 10px; background: url(/bitrix/templates/alko/images/slider/arrow-left.png) no-repeat 0 0 transparent; }
.fancybox-wrap.card_imgs_popup .big-image-container { padding: 0 35px; }
/* ------- */

div.blog-post-edit-form, div.blog-comment-fields {
    background-color: #fff;
}

.lha-textarea {
    height: 165px !important;
    padding: 5px 7px;
    width: 443px;
	resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Roboto;	
	border-width: 1px !important;
}

#comment {
    height: 165px !important;
    padding: 5px 7px;
    width: 443px;
	resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Roboto;	
	border-width: 1px !important;	
}

div.blog-comment-buttons input {
    font-size: 16px !important;
    padding: 5px 12px !important;
}

#post-button {
    color: #fff;
    background-color: #0697ed;
    border-color: #0697ed;	
	text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
    background-image: none;
    border: 1px solid transparent;
    margin-bottom: 0;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 1.7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 40px;
}
#post-button:hover{
    color: #fff;
    background-color: #76bee8;
    border-color: #76bee8;
	text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
    background-image: none;
    border: 1px solid transparent;
    margin-bottom: 0;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 1.7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 40px;
}
 
span.text {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed #013388;
    padding: 0px;
    margin: 10px 0 20px 0;
    font-size: 18px;
}

.review-add span.text { border-bottom: none; }

.bx_item_detail .product-props-container .product-props-name { color: #989898; line-height: 1.1; max-width: 100%; margin-bottom: 5px; }
.bx_item_detail .product-props-container .jq-selectbox { width: 100%; margin-bottom: 5px; }
.bx_item_detail .product-props-container .jq-selectbox .jq-selectbox__select { height: 45px; border: 1px solid #c6c6c6; border-radius: 50px; 
  background: #fff; box-shadow: none; -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; 
  -moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; 
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.bx_item_detail .product-props-container .jq-selectbox.opened .jq-selectbox__select,
.bx_item_detail .product-props-container .jq-selectbox .jq-selectbox__select:hover { border-color: #00318d; }
.bx_item_detail .product-props-container .jq-selectbox .jq-selectbox__select-text { height: 43px; line-height: 43px; font-size: 16px; color: #4d4949; }
.bx_item_detail .product-props-container .jq-selectbox .jq-selectbox__trigger { border: none; }
.bx_item_detail .product-props-container .jq-selectbox .jq-selectbox__trigger-arrow { width: 17px; height: 10px; border: none; top: 17px; opacity: 1; background: no-repeat center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAQAAAD4dX0pAAAAkUlEQVR42mMgClRfqlBhYMQhJ1+dAaRy+apPVhiDFGEqqCqsLgAzy3ir91QYNzChKqhRrSqsTM9lh3KzeKr31DiEMiMUVGpVlVamN7CB2HBFNesr/UKZYQqqq6rioAoQoIS7ZiFEUa1+dVVlSBorFvc3cNUsrIqpNqmqhynAqqi6sXpBpT1QAW6QwNHABbIMAQAGQSl4kbBPTwAAAABJRU5ErkJggg=='); }
.bx_item_detail .product-props-container .jq-selectbox .jq-selectbox__dropdown { top: 46px; }
.bx_item_detail .product-props-container .jq-selectbox .jq-selectbox__dropdown li:hover { background-color: #0697ed; color: #fff; }

.aprof-simple-slider-block { padding: 0; }
.aprof-simple-slider { width: auto!important; overflow: hidden!important; padding-left: 25px; padding-right: 25px; }
.aprof-simple-slider-larr { left: 6px; }
.aprof-simple-slider-rarr { right: 6px; }
.aprof-simple-slider-wraper { margin: 0 auto; }

.wsm_reviews_form { width: auto!important; max-width: 100%; min-width: inherit; }

#basket_form .coupon_con input { display: block; width: 100%; height: 39px; padding: 5px 12px; font-size: 16px; line-height: 1.7;
    color: #4d4949; background-color: #fff; background-image: none; border: 1px solid #c6c6c6; -webkit-border-radius: 50px; -moz-border-radius: 50px;
    border-radius: 50px; -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; -moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 40px; }
#basket_form .coupon_con input:hover { border-color: #00318d; }
#basket_form .coupon_con input:focus { border-color: #0697ed; background: #fff; outline: 0; }

.news-block-container .news-block #vk_groups { max-width: 100%; }
.news-block-container .news-block #vk_groups iframe { max-width: 100%; }
/*.bx_item_detail_rating { width: 110px!important; }*/

.page-main .template.order2 { margin-bottom: 0; }

.bx_ordercart_order_table_container table#basket_items th,
.bx_ordercart_order_table_container table#basket_items td { padding-right:20px; }

table#basket_items .list--table li:before{
  display: none;
}

.page_nav_con:before { display: block; content: ""; clear: both; }

div.blog-comment-fields .blog-comment-field-text label,
div.blog-comment-fields .blog-comment-field-captcha-label label { display: inline-block; margin-right: 2px; }

a[href*="liveinternet.ru/click"] { display: none; }

.wsm_reviews_form  .inp-area textarea { width: 100%; }

form[name="regform"] .form__group .checkbox input[type="checkbox"] { display: block; position: absolute; opacity: 0; }

/* ------- Типовые + fixes ------- */
.cat_seotxt ul { padding-left: 30px; list-style: none; /*margin-left:*/ 20px; margin-bottom: 30px; }
.cat_seotxt ul li { margin-bottom: 0;}
.cat_seotxt ul li::before { 
   content: '•'; color: #f6b553; font-size: 20px; margin-right: 11px;  
}

.card-page__inner > .container > .row > .cell.cell__lg-8.cell__xs-12 > .list--inline {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.bx_item_detail > .bx_item_container > .bx_rt  > ul > li {
  margin-right: 5px;
}

.bx_item_detail > .bx_item_container > .bx_rt  > ul > li:last-child {
  margin-right: 0px;
}

.buttons-card__inner {
  width: 40%;
  margin-bottom: 10px;
}

.blue-button__inner {
  padding: 6px 6px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid  #0697ed;
  border-radius: 50px;
  
}

.blue-button__inner__nocolor {
  padding: 6px 6px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid  #0697ed;
  border-radius: 50px;
  
}

.card-inner__oneClickBuy {
  margin-right: 15px;
  margin-bottom: 15px;
}

.card-inner__otherinfo div {
  float: left;
}

.card-inner__otherinfo {
  padding-left: 30px;
}

.card-inner__chiper {
  margin-bottom: 15px;
}

.card-inner__actions {
  max-width: 170px;
  margin-right: 15px;
  margin-bottom: 15px;
  clear: left;
  border-radius: 50px;
  background: #bababa;
}

.card-inner__actions a {
  display: block;
  padding: 6px 12px;
  color: #fff;
  text-decoration: none;
}

.card-inner__delivery {
  margin-right: 15px;
  margin-bottom: 15px;
}

.blue-button__inner a {
  display: block;
  text-align:  center;
  text-decoration: none;
}

@media (min-width: 992px ) and (max-width: 1300px){
  .index-card-price .old {
    display: none;
  }
}

@media screen and (min-width: 470px) {
    .cat_seotxt div[style*="display:table-cell;"] { width: 200px!important; display: inline-block!important; vertical-align: top; margin-bottom: 20px; }
}
@media screen and (max-width: 1300px) {
    .card.tabs .tabs__content .blog-comments .blog-comment-form { width: auto!important; }
    .card.tabs .tabs__content .blog-comments .blog-comment-form .lha-source-div { padding-left: 0; }
    .card.tabs .tabs__content .blog-comments .blog-comment-form #comment { width: 100%!important; }
}

@media (max-width: 768px) {
  .card-page__inner > .container > .row > .cell.cell__lg-8.cell__xs-12 > .list--inline {
    flex-direction: column;
  }

  .buttons-card__inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
    .container > ymaps { max-width: 100%; margin: 0 auto; }
    .order_list_border { overflow-x: auto; }
    .table.order_list_tb > thead th { font-size: 12px; text-transform: none; }
    .table.order_list_tb > tbody td { font-size: 12px; }
    .table.order_list_tb > tbody td.cart-info h3 { font-size: 12px; }
    .table.order_list_tb > tbody td .cart-price { font-size: 12px; }
    .card__item .social_likes { padding: 0 15px; }
    .card__item .social_likes::before { display: block; content: ""; clear: both; }
    .card__item .social_likes #ok_shareWidget { display: inline-block; }
    .card .list--inline li { display: block; }
    .card .list--inline li .btn { display: block; }
}
@media screen and (max-width: 530px) {
    .bx-touch .bx_item_detail_rating .bx_stars_container { width: 68px; }
    .detail-info .bx_item_detail_rating .bx_stars_container {  width: 172px; height: 24px;  margin: 0px;  padding: 0;}
}

@media screen and (max-width: 469px) {
    .cat_seotxt div[style*="display:table-cell;"] { display: block!important; width: auto!important; border: none!important; margin-bottom: 20px; }
    .cat_seotxt div[style*="display:table-cell;"] a { text-align: center; display: inline-block; width: 100%; }
    .cat_seotxt div[style*="display:table-cell;"] a img { display: block!important; margin: 0 auto!important; }
    .catalog .catalog-bottom-q .btn { display: block; margin-left: 0; margin-top: 0; }
    .card-price .price,
    .card-price--old .price { font-size: 18px; }
    div.blog-comment-fields { padding: 0; }
    .wsm_reviews_form .inp-area.captcha { padding: 10px 0; }
    .wsm_reviews_form .inp-area.captcha .inp { float: none; }
    .wsm_reviews_form .inp-area.captcha .img { margin: 0; display: block; text-align: left; }
}
/* ------- */

.catalog-table_wrap {
  margin: 0 -15px 0 -15px;
}

.catalog-table_item {
  position: relative;
  min-height: 386px;
}

.catalog-table_item-name {
  margin: auto;
  margin-bottom: 15px;
  height: 46px;
  width: 190px;
  overflow: hidden;
}

.catalog-table_item .index-card__item {
  z-index: 100;
}

.catalog-table_item .index-card__item:hover .catalog-table_item-name {
  height: auto;
  margin: auto;
  margin-bottom: 15px;
}

.catalog-table_item-section,
.catalog-table_item-basket,
.catalog-table_item-compare {
  display: none;
}

.catalog-table_item .index-card__item:hover .catalog-table_item-section,
.catalog-table_item .index-card__item:hover .catalog-table_item-basket,
.catalog-table_item .index-card__item:hover .catalog-table_item-compare {
  display: block;
}
.catalog-table_item .index-card__item:hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.catalog-table_item-name a {
    color: #0697ed;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    word-wrap: break-word;
}
.catalog-table_item-name:hover a {
    text-decoration: underline;
}
.catalog-table_item .index-card__item.index-card__item--table:hover {
  position: relative;
}

@media only screen and (min-width: 768px)and (max-width: 1300px) {
  .catalog-table_item {
    padding: 0 5px 0 5px;
  }
  .catalog-table_wrap {
    margin: 0 -5px 0 -5px;
  }
  .catalog-table_item-name {
    width: 145px;
  }
}

@media only screen and (min-width: 992px)and (max-width: 1169px) {
  .catalog-table_item {
    min-height: 386px;
  }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
  .catalog-table_item {
    min-height: 346px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-table_item {
    margin-bottom: 8px;
    min-height: auto;
  }
  .catalog-table_item-section,
  .catalog-table_item-basket,
  .catalog-table_item-compare {
    display: block;
  }
  .catalog-table_item .index-card__item:hover {
    position: relative;
  }
  .catalog-table_item-name {
    margin: 0;
    width: 100%;
  }
  .decor-img {
    display: none;
  }
  .catalog-table_item .index-card__item:hover .catalog-table_item-name {
    margin-bottom: 0;
  }
  .catalog-table_item-name a {
    font-size: 14px;
  }
}
@media screen and (max-width: 691px) {
  .catalog-table_item-name {
    height: auto;
    min-height: 90px;
  }
  .catalog-table_item .index-card__item:hover .catalog-table_item-name {
    min-height: 90px;
  }
}
.visible-lg,.visible-md,.visible-sm,.visible-xs {
  display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
  display: none!important
}

@media (max-width: 767px) {
  .visible-xs {
    display:block!important
  }

  table.visible-xs {
    display: table!important
  }

  tr.visible-xs {
    display: table-row!important
  }

  td.visible-xs,th.visible-xs {
    display: table-cell!important
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display:block!important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display:inline!important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display:inline-block!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm {
    display:block!important
  }

  table.visible-sm {
    display: table!important
  }

  tr.visible-sm {
    display: table-row!important
  }

  td.visible-sm,th.visible-sm {
    display: table-cell!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm-block {
    display:block!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm-inline {
    display:inline!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display:inline-block!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md {
    display:block!important
  }

  table.visible-md {
    display: table!important
  }

  tr.visible-md {
    display: table-row!important
  }

  td.visible-md,th.visible-md {
    display: table-cell!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md-block {
    display:block!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md-inline {
    display:inline!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display:inline-block!important
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display:block!important
  }

  table.visible-lg {
    display: table!important
  }

  tr.visible-lg {
    display: table-row!important
  }

  td.visible-lg,th.visible-lg {
    display: table-cell!important
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display:block!important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display:inline!important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display:inline-block!important
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display:none!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .hidden-sm {
    display:none!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .hidden-md {
    display:none!important
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display:none!important
  }
}

.visible-print {
  display: none!important
}

@media print {
  .visible-print {
    display: block!important
  }

  table.visible-print {
    display: table!important
  }

  tr.visible-print {
    display: table-row!important
  }

  td.visible-print,th.visible-print {
    display: table-cell!important
  }
}

.visible-print-block {
  display: none!important
}

@media print {
  .visible-print-block {
    display: block!important
  }
}

.visible-print-inline {
  display: none!important
}

@media print {
  .visible-print-inline {
    display: inline!important
  }
}

.visible-print-inline-block {
  display: none!important
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important
  }
}

@media print {
  .hidden-print {
    display: none!important
  }
}

.warning {
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #777777;
  font-size: 14px;
  font-weight: 200;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #cccccc;
  padding: 3px 15px 5px 32px;
  top: -41px;
  left: 15px;
}
.warning:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/images/warning-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  bottom: -11px;
  left: 15px;
}
.warning:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/images/warning.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  top: 7px;
  left: 7px;
}
.warning_nw {
  white-space: nowrap;
}
/* End */
/* /css/jquery.formstyler.css?14830106483004 */
/* /css/jquery.fancybox.css?14830106485018 */
/* /bitrix/templates/alko/plugins/plugins.css?148433125832736 */
/* /bitrix/templates/alko/components/twofingers/location/lazalka/style.css?153717006512465 */
/* /bitrix/templates/alko/components/bitrix/sale.basket.basket.line/.default/style.min.css?14843313953569 */
/* /bitrix/templates/alko/components/bitrix/system.auth.form/alkio/style.css?1484331390605 */
/* /bitrix/templates/alko/components/bitrix/catalog.section.list/catalog_menu/style.css?15079078687305 */
/* /bitrix/templates/alko/components/bitrix/breadcrumb/template1/style.css?1484331389951 */
/* /bitrix/templates/alko/styles.css?1562605188132668 */
