

/* Start:/bitrix/templates/megameb/fancybox/jquery.fancybox.css?16351514824895*/
/*! 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/megameb/fancybox/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/megameb/fancybox/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/megameb/fancybox/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/megameb/fancybox/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/megameb/fancybox/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/megameb/fancybox/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/megameb/carusel/owl.carousel.css?16351514904613*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/megameb/carusel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* End */


/* Start:/bitrix/templates/megameb/carusel/owl.theme.css?16351514901142*/
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/system.auth.form/top/style.css?1635151489530*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/megameb/components/bitrix/system.auth.form/top/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/megameb/components/bitrix/system.auth.form/top/images/sec-unlocked.png);}
.module-enter.have-user span {
    font-weight: 400;
    text-decoration: underline;
}


/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/menu/menu-top/style.css?1635151482581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/megameb/components/bitrix/menu/menu-top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/search.title/search/style.css?17017621234062*/
.bx-searchtitle {
	margin: 0;
}
.search-link {
    display: none;
}
.bx-searchtitle .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #ffffff;
	border: 1px solid #efefef;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #efefef;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/megameb/components/bitrix/search.title/search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
.bx-searchtitle .bx-input-group {
    border: 1px solid #cc7ae9;
}
/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/sale.basket.basket.line/card/style.css?16351514866292*/
.bx-basket { }

.bx-basket-block {
	position: relative;
}
.bx-basket-block {
    background: #f72346;
    max-width: 200px;
    padding: 30px 20px;
    /* height: 100%; */
}
.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

span.count {
    position: absolute;
    right: -40px;
    background: black;
    font-size: 14px;
    color: rgb( 255, 255, 255 );
    line-height: 1.5;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-radius: 50%;
}
.bx-basket-block a {
    margin-left: 10px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
span.block-cart {
    position: relative;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.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;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: none;
}

.bx-opener .bx-basket-item-list {padding-bottom: 0px;}

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

body .bx-basket-item-list-button-container {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    padding: 10px 0 0;
    border-top: 1px solid #f7f7f7;
    background: #fff;
    text-align: center;
}

body .bx-basket-item-list-container {
overflow-y: auto;
    height: 250px;
}

.bx-basket-item-list-item {
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
}

body .bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 10px;
	border-bottom: none;
}

body .bx-basket-item-list-item-status{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	padding-left: 20px;
	margin: 10px 10px 20px;
	text-align: left;
	white-space: normal;
	font-weight: bold;
	line-height: 16px;
	background: white;
}

body .bx-basket-item-list-item-img {
	position: static;
	padding-bottom: 5px;
	text-align: center;
    margin-right: 25px;
}

body .bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
    border: none;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
line-height: 16px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

body .bx-basket-item-list-item-remove {
position: absolute;
    top: -7px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: .5;
    cursor: pointer;
    transition: 250ms linear all;
}

body .bx-basket-item-list-item-remove:after,
body .bx-basket-item-list-item-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 13px;
    height: 2px;
    border-radius: 1px;
    background-color: #55bc51;
    content: '';
    transform: translate(-50%, -50%);
}

body .bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

body .bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.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;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #161616;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
.bx-opener .bx-basket-item-list {
    width: 410px;
    background: #fff;
    will-change: transform;
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: all 0.2s, all 0.2s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 2;
    right: 0;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
}
.bx-basket.bx-opener:hover .bx-basket-item-list {
    opacity: 1;
    visibility: visible;
}
.bx-basket-item-list-button-container a.btn.btn-primary {
    background: #f72346;
    border: #f72346;
    width: 100%;
    border-radius: 0;
    padding: 15px;
}
/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/menu/catalog_menu/style.css?17077404348088*/
.left-menu2 li.sub:first-child::before {
	display:none;
}
/*HOVER*/

ul.left-menu2.mini-menu li.sub:hover span.relative-link {
    font-size: 16px;
    color: rgb(2 2 2);
    text-transform: uppercase;
    text-decoration: none;
}
ul.left-menu2.mini-menu li.sub:hover a img {
    padding-right: 15px;
    filter: brightness(1) invert(0);
}

ul.left-menu2.mini-menu li ul li ul li a {
    font-weight: normal;
}
.left-menu2 li.sub:before {
    position: absolute;
    content: "";
    height: 30px;
    border-right: 1px solid #f4cfff;
    top: 25%;
    font-weight: 300;
    margin: 0px 0px 0px -60px;
}

ul.left-menu2.mini-menu li a img {
    padding-right: 15px;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

ul.left-menu2.mini-menu li.sub {
    padding: 15px;
    background: url(/upload/medialibrary/1d3/vkqvgs137ne6eajz2z2fp6dq43fi3ftf.png) no-repeat 93% 15px;
    display: flex;
}

li.sub.active a {
    color: white!important;
}

ul.left-menu2.mini-menu li div a {
    color: black!important;
}

span.relative-link {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
}
li.sub div ul {
    padding: 0;
    column-count: 4;
}
.white .left-menu2 a {
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-decoration: none!important;
    line-height: 0.875;
}
.click {
    position: relative;
    left: 90%;
    display: none;
}
li.sub div ul .link-title {font-size: 14px;color: rgb(0, 0, 0);font-weight: bold;/* margin-bottom: 10px; */}

li.sub div ul ul {
    column-count: 1;
    padding: 0px;
        margin: 10px 0 30px;
    display: block;
}

ul.left-menu2.mini-menu li {
    list-style: none;
    page-break-inside: avoid;
    break-inside: avoid;

}

ul.left-menu2.mini-menu li a {
  font-size: 14px;
  color: rgb(0, 0, 0);
padding:0;
  font-weight: bold;
}

p.link-title {
    margin-bottom: 10px;
    margin-top: 10px;
}
a.link-title {
    padding: 50p;
}
ul.left-menu2.mini-menu {
    padding: 0px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content:space-evenly;
margin-bottom: 0px;
}
p.title-menu {
    font-size: 18px;
    color: rgb(0, 0, 0);
}
li.sub div.block-menu {
    display: none;
}
li.sub:hover .block-menu {
    display: block;
    position: absolute;
    background: #f8f8f8;
    padding-left: 25px;
    z-index: 1000;
    width: 100%;
    margin-top: 46px;
    margin-left: 0px;
    left: 0px;
    border: 1px solid #cc7ae9;
}
svg.arrow_new {
    position: absolute;
    left: 225px;
}
.sub.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.perekluc{
  font-size: 16px;
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 5px;
  background-color: rgb( 247, 56, 42 );
  margin-right:50px;
  padding:10px;
  cursor: pointer;
}
.click svg {
    fill: #3c3c3c;
}
.perekluc img{
    margin-right:10px;
}


.navbar.navbar-inverse.greedy-nav {
    background: transparent!important;
}

.skrit-block {
    position: absolute;
    width: 80%;
    z-index:888;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: none;
    transform: translateY(-50px);
margin-top: 24px;
left:0;
}

.skrit-block.active{
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear,transform .2s linear;
    transform: translateY(0);
}

.second-menu-link {
    background: #55bc51;
}
.flex-menu {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.flex-menu > ul {
    display: flex;
    padding: 0;
    margin: 0;
}
ul#main_menu_flex {
    padding: 10px 0;
}
.flex-menu li {
    list-style: none;
}
li.sub .block-menu {
    padding: 20px;
}
.navbar.navbar-inverse.greedy-nav {
 min-height: auto;
margin-bottom:0;
}
.nav-menu {
    background: #f6f6f6;
    border-bottom: 2px solid #55bc51;
}
span.perekluc.no-active {
    background: #55bc51;
}
span.perekluc.active {
    background-color: rgb( 247, 56, 42 );
}
.block-perekluchenie {
    flex: 0 0 350px;
}
.nav.top_index_menu a {
    font-size: 16px;
    color: rgb( 0, 0, 0 );
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
	padding:8px 0;
}
.flex-menu > div,.flex-menu > ul {
    width: 100%;
}

.top_index_menu img {
    margin-right: 10px;
}

.top_index_menu li {
    float: none;
}

.top_index_menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.top_index_menu:after,.top_index_menu:before {
    content: none;
}

.flex-menu li:last-child .perekluc {
    margin-right: 0;
}
.top_index_menu a:hover, .top_index_menu a:focus {
    background-color: transparent!important;
    color: #55bc51;
}

li.sub .block-menu {
    position: absolute;
    background: #f8f8f8;
    padding-left: 25px;
    z-index: 1000;
    width: 100%;
    margin-top: 45px;
    margin-left: 0px;
    left: 0px;
}
@media (max-width: 1199px){

.top_index_menu img {
    display: none;
}
	.skrit-block{
 width: 100%;
}
li.sub:hover .block-menu {
    margin-top: 46px;
}
.left-menu2 li.sub:before {
    margin: 0px 0px 0px -25px;
}
}

@media (max-width: 991px){
ul.left-menu2.mini-menu {
    width: 100%;
}
ul.left-menu2.mini-menu li.sub:hover span.relative-link {
    font-size: 13px;
    color: rgb(2 2 2);
    text-transform: uppercase;
    text-decoration: none;
}
li.sub:hover .block-menu {
    margin-top: 67px;
}
.perekluc {
    margin-right: 30px;
    font-size: 14px;
}

.block-perekluchenie {
   flex: 0 0 280px;
}
span.relative-link {
    font-size: 13px;
}

.nav.top_index_menu a {
    font-size: 14px;
}
ul.left-menu2.mini-menu li a img {
    display: block;
margin: 0 auto;
}
}

@media (max-width: 767px){
ul.left-menu2.mini-menu li.sub:hover span.relative-link {
    font-size: 16px;
}
span.relative-link {
    font-size: 16px;
    color: rgb(0 0 0);
    text-transform: uppercase;
    text-decoration: none;
}
.menu-under-top {
    display: none;
}
li.sub:hover .block-menu {
    margin-top: 15px;
	 position: relative;
    display: none;
}
li.sub .block-menu {
    position: relative;
    background: #f8f8f8;
    padding-left: 25px;
    z-index: 1000;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    left: 0px;
}
.click {
    position: relative;
    left: 90%;
    display: block;
}

li.sub:hover .block-menu {
   position: relative;
}
/*li.sub div.block-menu {
    visibility: hidden;
}
*/
.left-menu2 li.sub:before {
    content:none;
}
ul.left-menu2.mini-menu li.sub {
    padding: 15px;
}
.sub.active img {
    -webkit-filter: none;
    filter: none;
}
span.relative-link {
    display: block;
    text-align: start;
}
span.relative-link {
    font-size: 16px;
}
ul.left-menu2.mini-menu li a img {
    display: inline;
    padding-bottom: 0px;
	filter: brightness(0.5);
}
ul.left-menu2.mini-menu li.sub {
    display: block;
}

ul.left-menu2.mini-menu {
    padding: 0px;
    width: 100%;
    position: relative;
	display: block;
}
ul.left-menu2.mini-menu,.skrit-block {
    width: 100%;
}

span.perekluc.first-menu-link {
    margin-right: 20px;
}
ul.left-menu2.mini-menu li.sub {
    width: 100%;
border-bottom: 1px solid #ededed;
background-image:none;
}
.click svg {
    fill: #3c3c3c;
}
li.sub.active {
    background-image: none!important;
    /*background-color: #f0f0f0!important;*/
    border-right:none;
}
li.sub div ul {
    column-count: 1;
}
li.sub.active .block-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    margin-top: 20px;
    border-left: 0;
    display: none;
}

li.sub.active a {
    /* color: red!important; */
}

ul.left-menu2.mini-menu li a {
    color: rgb(0, 0, 0)!important;
}

.click {
    right: 20px;
    width: 50px;
    text-align: center;
    margin-top: -30px;
    line-height: 35px;
    display: block;
}
ul#main_menu_flex {
    display: none;
}

span.perekluc {
    display: inline-block;
}

.flex-menu > ul {
    align-items: center;
    justify-content: center;
    width: 100%;
}

.flex-menu {
    display: block;
}


.skrit-block {
    left: 0;
    margin-top: 10px;
	}}
/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/breadcrumb/template2/style.css?1635151485607*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
	font-family: "Roboto";
	color: rgb( 0, 0, 0 );
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;color: rgb( 0, 0, 0 );text-decoration: underline;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/menu/bottom_menu/style.css?1635151482444*/
.bx-inclinksfooter a{border-bottom: none;}
.bx-inclinksfooter .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
}

.bx-inclinksfooter-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-inclinksfooter-item{
	padding: 0 0 5px 0;
}
nav.bx-inclinksfooter-container a {
    color: black;
}
/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/sale.basket.basket.line/bottom-cart/style.css?16351514864814*/
.bottom .bx-hdr-profile {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bx-basket-fixed.bottom a {
    color: #212121;
}

.bx-basket-block2:first-child a {
    font-weight: bold;
    color: black;
}
.bx-basket-fixed.bottom {
  display: none;
    width: 100%;
    background: #f9f9f9;
    border: none;
    box-shadow: none;
    color: #212121;
    padding: 5px;
    border-top: 3px solid #212121;
}
@media (max-width: 991px){
.bx-basket-fixed.bottom {
display:block;
}
header .bx-cart{
display:none;
}
}
@media (max-width: 580px){
.bottom .bx-hdr-profile  {
display:block;
    text-align:center;
    font-size:14px;
}
}
.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 0px }

	.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;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.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;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.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;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/bitrix/components/webes/oneclick/css/styles.css?16397249747895*/
.o-w-modal-base,.o-w-modal-base *{-webkit-appearance:none}.o-w-modal-base.active{overflow-y:scroll;-webkit-overflow-scrolling:touch}.o-w-modal-overlay{width:100%;height:100vh;background-color:rgba(0,0,0,0.5);display:none;transition:.5s;position:fixed;z-index:60000;top:0;left:0;overflow:auto}.o-w-modal-overlay.active{display:flex;transition:.5s}.o-w-modal-base{width:100%;height:100vh;display:none;transition:.5s;position:fixed;z-index:60001;top:0;left:0;overflow:auto}.o-w-modal-base.active{display:flex;transition:.5s}.o-w-modal-title{font-size:24px;margin-bottom:24px;line-height:36px}.o-w-modal-body{margin:auto;flex:1 0 300px;max-width:720px;padding:32px;background-color:white;z-index:60001;border-radius:10px;box-shadow:0 0 18px 6px #464646}.o-w-modal-body label{cursor:pointer}.o-w-modal-close{float:right;font-size:16px;line-height:24px;padding:7px 14px;border-radius:28px;border:1px #000 solid;background:white;text-align:center;cursor:pointer;color:black!important;transition:.3s;margin-top:-24px;opacity:.5}.o-w-modal-close:hover{background:black;color:white!important;opacity:1}.o-w-modal-lock{overflow:hidden}.o-w-modal-base img{max-width:100%;height:auto}.o-w-modal-base *{color:#333;font-family:'MyriadPro',sans-serif,Arial;line-height:27px;font-size:16px}.o-w-modal-base input{height:inherit!important;border-color:#DDD;font-weight:inherit}.o-w-modal-base textarea{width:96%!important;min-height:60px;border:1px #ccc solid;padding:6px 2%!important}.o-w-modal-title{margin-top:-24px;color:#AAA;text-transform:uppercase;border-bottom:1px #EEE solid;padding-bottom:10px;padding-top:24px}.o-w-modal-inner h2{font-size:20px;margin-bottom:14px}.o-w-btn{cursor:pointer;border:1px #EEE solid;font-size:14px;font-family:'MyriadPro',sans-serif,Arial;background-color:#EEE;color:black;padding:7px 14px;margin:0}.o-w-btn:hover{border:1px #CCC solid}.o-w-item-param-img *{font-size:11px!important;max-width:85px}.o-w-block-group+div{clear:both}.o-w-block-group .o-w-item-param{border-radius:4px;float:left;padding:7px;margin:2px;border:1px #DDD solid;cursor:pointer;text-align:center}.o-w-block-group .o-w-item-param *{font-size:13px;line-height:15px}.o-w-block-group .o-w-item-param:hover{border-color:#BBB;background-color:white}.o-w-block-group .o-w-item-param[data-disabled='true']{color:#999;cursor:not-allowed}.o-w-block-group .o-w-item-param.o-w-disabled,.o-w-block-group .o-w-item-param.o-w-disabled *{background-color:#EEE;color:#AAA}.o-w-block-group .o-w-item-param.o-w-disabled img{filter:grayscale(100%);opacity:.5}.o-w-item{display:flex}.o-w-price span{font-size:18px}.o-w-price div{font-size:13px}.o-w-action-block{flex:1 0 100px}.o-w-action-block input[type=text]{margin-bottom:6px}.o-w-action-block input[type=text],.o-w-action-block textarea{border-radius:7px}.o-w-show-order-block-button{padding:7px 14px;cursor:pointer;border-radius:7px;margin-top:14px;text-align:center;text-transform:uppercase;border:1px white solid}.o-w-show-order-block-button:hover{opacity:.8}.o-w-show-order-block-button-disabled{padding:7px 14px;border-radius:7px;margin-top:14px;text-align:center;text-transform:uppercase;border:1px #CCC solid;color:#CCC;background:white;cursor:default}.o-w-show-order-block-button-disabled:hover{opacity:.8}.o-w-cr-costume input[type=checkbox]{display:none}.o-w-cr-costume input[type=checkbox]+label{text-align:left;padding-left:36px}.o-w-cr-costume input[type=checkbox]+label:before{content:' ';width:24px;height:24px;font-size:24px;margin-left:-36px;margin-top:0;position:absolute}.o-w-cr-costume input[type=checkbox]:checked+label:before{content:'\2714';width:24px;height:24px;font-size:36px;margin-left:-36px;margin-top:0;position:absolute}.o-w-cr-costume input[type=radio]{display:none}.o-w-cr-costume input[type=radio]+label{text-align:left;padding-left:36px}.o-w-cr-costume input[type=radio]+label:before{content:' ';width:24px;height:24px;font-size:24px;margin-left:-36px;margin-top:0;position:absolute;border-radius:42px}.o-w-cr-costume input[type=radio]:checked+label:before{content:'\2714';width:24px;height:24px;font-size:36px;margin-left:-36px;margin-top:0;position:absolute}.o-w-public-agry-block{display:flex;margin-top:8px;max-width:390px}.o-w-public-agry-block input[type=checkbox]{margin-right:11px}.o-w-public-agry-block *{font-size:11px;line-height:14px}.o-w-email,.o-w-phone,.o-w-fio{width:96%!important;border:1px #EEE solid;padding:6px 2%!important;background-color:white;color:#333}.o-w-public-btn{flex:0 0 48%;text-align:center;padding:7px 14px;text-decoration:none;border-radius:7px;transition:.3s;cursor:pointer}.o-w-public-btn:hover{text-decoration:none;opacity:.8}.o-w-public-btn-primary{transition:.3s;text-transform:uppercase;font-size:14px}.o-w-public-btn-primary:visited{color:inherit}.o-w-public-btn-primary:hover{opacity:.8}.o-w-info{color:#999;font-size:14px;font-style:italic;padding:2px 14px;margin-left:7px;border-left:1px #BBB solid;line-height:18px}.o-w-form{max-width:500px;margin:auto}.o-w-label{font-size:13px;font-weight:bold}.o-w-item-image{margin-right:14px;min-width:200px;text-align:center}.o-w-price-pc{display:block;min-height:114px}.o-w-mobile{display:none}.o-w-group-title{font-size:11px;line-height:16px;padding-left:4px;margin-top:2px;font-weight:bold}.o-w-main-button-first-block{padding-top:4px}.o-w-quantity-block{display:flex;justify-content:center}.o-w-quantity-block input[type=text]{width:40px;font-size:16px;text-align:center;border:1px #DDD solid;margin:0 4px;line-height:24px}.o-w-quantity-block input[type=button]{border-radius:5px;font-size:24px;border:0;line-height:22px;font-weight:normal;padding:5px 10px}.o-w-quantity-plus,.o-w-quantity-minus{cursor:pointer}@media(max-width:720px){.o-w-modal-body{width:100%;min-height:100vh;border-radius:0}.o-w-modal-close{position:fixed;right:14px;top:14px;margin-top:-7px}.o-w-modal-title{margin-top:7px;padding-top:0}}@media(max-width:640px){.o-w-item{flex-flow:row wrap}.o-w-modal-body{padding:14px;padding-bottom:48px}.o-w-item-param img{max-width:70px}}@media(max-width:400px){.o-w-item-image{margin-right:0;flex:0 0 100%;text-align:center}.o-w-mobile{display:block}.o-w-fx-mobile{display:flex;justify-content:center}.o-w-fx-mobile *{padding:2px 4px}}.o-w-pay_system{display:none}.o-w-pay_system+.o-w-p-item{border:1px #DDD solid}.o-w-pay_system:checked+.o-w-p-item{border:1px red solid}.o-w-payment_flex_block{display:flex;flex-flow:row wrap}.o-w-payment_flex_block .o-w-p-item{flex:0 0 130px;font-size:11px;line-height:13px;margin:3px;padding:6px;border-radius:3px;text-align:center;cursor:pointer;text-decoration:none}.o-w-delivery_system{display:none}.o-w-delivery_system+.o-w-d-item{border:1px #DDD solid}.o-w-delivery_system:checked+.o-w-d-item{border:1px red solid}.o-w-delivery_flex_block{display:flex;flex-flow:row wrap}.o-w-delivery_flex_block .o-w-d-item{flex:0 0 130px;font-size:11px;line-height:13px;margin:3px;padding:6px;border-radius:3px;text-align:center;cursor:pointer;text-decoration:none}.o-w-current-cart{display:flex;flex-flow:row wrap;border-bottom:1px #EEE solid;margin-bottom:10px}.o-w-be-item{display:flex;width:100%;justify-content:space-between;margin-bottom:7px}.o-w-be-item img{max-width:100%;height:auto}.o-w-be-item .o-w-img{flex:0 0 80px;padding-right:10px}.o-w-be-title,.o-w-be-title b{font-size:12px;line-height:18px;flex:1 0 100px;padding-right:10px}.o-w-be-del{font-size:16px;line-height:24px;padding:7px 14px;border-radius:28px;border:1px red solid;background:white;text-align:center;cursor:pointer;color:red;transition:.3s;opacity:.5}.o-w-be-del:hover{border:1px red solid;background:red;color:white;opacity:1}.o-w-cart-total-block{margin:14px 0;font-size:12px}.o-w-wa-style{background:url("/bitrix/components/webes/oneclick/css/../images/whatsapp.svg") left center no-repeat;padding-left:36px;min-height:32px;display:inline-flex;font-size:11px;cursor:pointer;text-decoration:none}.o-w-wa-style>div{margin:auto 0}.o-w-wa-style:hover{color:#55cd6c}
/* End */


/* Start:/bitrix/templates/megameb/template_styles.css?174799099152472*/
/*New style adaptive mobail visible*/

.mobile-visible {
	display:none;
}
.mobile-visible769 {
	display:none;
}
@media (max-width: 767px) {
	.menu217 {
	display:none;
}
.bx-basket-block2.col-3.al-c {
        display: inline-grid;
        text-align: center;
    }
.compare-not p {
	display:none;
}
    .al-c {
        align-items: center;
        display: inline-flex;
}
.bx-basket-fixed {
        z-index: 1000;
    }
.bx-basket-block2.col-3.clac {
    align-content: center;
}
.bx-hdr-profile {
    margin: 0px 0px 0px 10px;
}
.catalog-compare-count svg {
width:30px;
height:30px;
}
}

@media (max-width: 641px) {
	.planka_top {
	display:none;
}
}

@media (max-width: 991px) {
.search-none {
	display:block;
}
.header__tools-block {
    float: right;
}
.rezim.visible-none {
    display: none;
}
    a#touch-menu {
        position: relative;
        padding: 0;
        top: 25px;
    }
    #touch-menu:before {
        top: 0px!important;
    }
.mobile-visible .menu-under-top {
    width:calc(100% - 5%);
    margin-left: 0px;
    position: absolute;
	background:#f0f0f0;
	z-index:100;
	top: 65px;
}
.mobile-visible a#touch-menu {
   position:absolute;
   background:none;
}
.tws-menu {
	display:none!important;
}
a#touch-menu {
    background:none;
}
.mobile-visible a#touch-menu {
    background:none;
}
a.ntw-menu {
    display:none!important;
}
.cart {
	text-align:center!important;
    margin-top: 0px;
	width:min-content;
}
.mobile-visible.mob-phone {
    display:none;
}
.mobile-visible {
	display:none;
}
.phone.visible-none {
    display: block;
}
.cart.visible-none {
    display: block;
}
.bx-basket-block {
    width: fit-content;
}
.logo-ntw p.line2 {
    font-size: 12px;
}
.logo-ntw.logo img {
    width: 50px;
}
.logo-ntw.logo p {
        font-size: 13px;
}
p.line1 {
font-size: 18px!important;
}
}

@media (max-width: 769px) {
.mobile-visible {
	display:block;
}
.logo-ntw.logo img {
    width: 40px;
}
.logo-ntw p.line3 {
   display: none;
}
.logo-ntw p.line2 {
   display: none;
}
.mobile-visible769 {
	display:block;
}
.logo {
        margin-bottom:0!important;
    }
.mobile-visible a#touch-menu {
        padding: 0;
        top: 15px;
    }
.logo-ntw p.line3 {
    display: none;
}
.mobile-visible .logo p {
    font-size: 22px;
    padding-left: 15px;
    font-family: Gothamprobold;
    margin: 0;
    margin-bottom: -5px;
}
.mobile-visible.mob-phone {
    display: block;
}
.logo {
    margin-bottom: 0px;
}
.phone.visible-none {
	display:none;
}
.visible-none {
	display:none;
}
.search-none {
	display:none;
}
.769-nn {
	display:none;
}
.phone.visible-none {
    display: none;
}
.cart.visible-none {
    display: none;
}
}


@font-face {
font-family: Gothampro;
src: url('/bitrix/fonts/gothampro.ttf');
}

@font-face {
font-family: Gothamproblack;
src: url('/bitrix/fonts/Gotham-Pro-Black.ttf');
}

@font-face {
font-family: Gothamprobold;
src: url('/bitrix/fonts/gothampro-bold.ttf');
}
body{
font-family: 'Gothampro', sans-serif;
}
.menu-under-top {
    background: #cc7ae9;
}
.white {
	min-height:500px;
}

.container {
    width: 100%;
    max-width: 1508px;
}
.cat-categorii span.more {cursor:pointer;background: #ec018e;display:inline-block;font-size: 16px;width: auto;padding: 5px 10px;font-family: Gothamprobold;line-height: 1.5;margin-bottom: 10px;margin-right: 4px;border-style: solid;border-width: 1px;border-color: rgb(236 1 142);border-radius: 4px;text-decoration: none;color: rgb(255 255 255);}
.cat-categorii .js-hide {
    opacity: 0;
    display: none;
}

.cat-categorii.active .js-hide {
    opacity: 1;
    display: inline-block;
}
.mail-xs a {
    color: rgb( 0, 0, 0 );
}

.dlina a {
    font-size: 16px!important;
    color: rgb(0, 0, 0)!important;
    text-decoration: auto!important;
    line-height: inherit!important;
}

img{
max-width:100%;
}
/*NEW_STYLE*/
.flex-menu {
    display: flex;
    justify-content:center;
    position: relative;
}

.flex-menu  .menu-child:last-child {
  width: 100%;
}

ul.navbar-list-first {
    width: 100%;
}
/*
.logo:before {
    content: "";
    z-index: -1;
    border-radius: 50%;
    background-color: rgb(203, 122, 233);
    position: absolute;
    width: 51px;
    height: 51px;
    bottom: -18px;
}
*/


.about-rekvizit p {
    font-size: 20px;
    font-weight: 700;
}

.logo {
    position: relative;
}

.logo img {
    width: 36%;
}

.logo a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.logo p {
    font-size: 27px;
    padding-left: 15px;
    color: black;
    font-family: Gothamprobold;
    margin: 0;
    margin-bottom: -5px;


}

p.line2 {
    font-size: 15px;
    letter-spacing: 4px;
}

p.line3 {
    font-size: 13px;
    margin-top: 3px;
}

p.line1 {
    color: #ed9e0d;
    font-family: 'Gothamproblack';
}

.line1 span {
    color: #a422ba;
}

.bx-blue .btn.btn-default:hover {
    outline: none;
    background-color: #000000;
    border-color: #000000;
    color: #FFF;
}

.logo a {
    text-decoration: none;
}


.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.block-back {
    position: relative;
}
.btn-link {
    font-weight: 400;
    color: #212121;
    background-color: transparent;
}
.bx-blue .product-item-image-slider-progress-bar {
    background-color: #ef2244!important;
}
table.data-table.bx-registration-table input[type="submit"],input[name="send_account_info"] {
    background: #ed9e0d;
    border: 1px solid #ed9e0d;
    padding: 5px;
    color: white;
    border-radius: 5px;
    margin: 10px 0;
}
input.bx-auth-input,form[name="bform"] input{
    border: 1px solid #c7c7c7;
    padding: 5px;
    /* margin-left: 15px; */
}
.btn-primary {
    color: #fff;
    background-color: #ed9e0d;
    border-color: #ed9e0d;
}
.white a {
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
    line-height: 0.875;
}

.button_up {
   background: #ed9e0d;
   width: 55px;
   height: 55px;
   position: fixed;
   right: 55px;
   bottom: 130px;
   border-radius: 10px;
   cursor:pointer;
   text-align: center;
   color: white;
   line-height:55px;
   font-size: 55px;
   z-index: 1000;
}

.top-menu {
    display: flex;
    justify-content: start;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    flex-wrap: wrap;
}
ul.top-menu a.selected {
    color: #ed9e0d;
}
.white h2 {
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    font-family: Gothamprobold;
    line-height: 0.875;
    margin-bottom: 20px;
    margin-top: 20px;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #ed9e0d;
}
ul.top-menu a{
  font-size: 14px;
  color: rgb( 0, 0, 0 );
  line-height: 1.5;
}
.bx-404-text-block {
    font-size: 18px;
    margin: 25px 0;
}

.bx-404-container.text-center a {
    color: #ed9e0d;
    text-decoration: underline;
}
.planka_top {
    background: #f0f0f0;
    padding: 10px;
}

.planka_top img{
margin-right:10px;
}

.planka_top span {
  font-size: 12px;
  color: rgb( 0, 0, 0 );
  font-family: Gothamprobold;
  line-height: 1.5;
}

.planka_top .left, .planka_top .right {
    display: flex;
    align-items: center;
} 

.planka_top .right {
    justify-content: flex-end;
}

.module-enter.have-user {
    margin-right: 20px;
}

.mr-30{
margin-right:30px;
}

.bx-phone a {
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    line-height: 1.357;
    font-family: Gothamprobold;
	text-decoration:none;
}

a.whats {
    text-decoration: none;
    margin-left: 10px;
    display: block;
    font-size: 15px;
    color: rgb( 0, 0, 0 );
    line-height: 1.5;
    font-weight: 600;
}

a.whats img {
    max-width: 30px;
    margin-right: 10px;
}

.whats .text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
}

a.whats {
    display: flex;
    align-items: flex-start;
}

.top-under-menu img {
    margin-right: 10px;
}

nav.navbar {
    min-height: auto;
    margin-bottom: 0px;
    padding: 0;
}
.row.bx-header {
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.module-enter a {
    margin-left: 30px;
}
.rezim p span{
  color: rgb( 0, 0, 0 );
  font-family: Gothamprobold;
} 
.rezim p {
  font-size: 14px;
}
span#form_id_FID1 {
    background: black;
    border-radius: 4px;
    background: #ffcc00 url(/upload/medialibrary/bd8/bqftxn3960cbtsvounel8q5ai3k5j2nu.png) no-repeat 20px 50%;
    padding: 14px 20px 14px 60px;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: black;
    font-family: Gothamprobold;
}
div#hide-me {
position: sticky;
    top: 30px;
    z-index: 300;
}
.blok-prei {
    padding: 40px 0 40px 80px;
}
.blok-prei .title {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-family: Gothamprobold;
    width: 90%;
    padding-top: 8px;
}
.blok-prei img {
    position: absolute;
    left: 0;
}
.preimushestva > div {
    padding: 0;
}
.line {
    border: 6px solid #ffcc00;
}
p.kak_h2 {
    margin: 50px 0;
    font-size: 28px;
    color: rgb( 0, 0, 0 );
    font-family: Gothamprobold;
    line-height: 0.75;
    border-left: 5px solid #ef2244;
    padding-left: 15px;
}
.preimushestva.row {
    margin: 0 0 30px 0;
}
.catalog-compare-list {
    display: block!important;
}

.catalog-compare-count span {
    position: absolute;
    width: 20px;
    font-size: 10px!important;
    height: 20px;
    display: grid;
    transition: all .3s;
    place-content: center;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    top: -10px;
    right: -15px;
    background: #ff6a00;
    color: white!important;
    border-radius: 50%;
    font-family: Gothamprobold;
    border: 2px solid #fff;
}

span.wishlisted-counter {
    position: absolute;
    width: 20px;
    font-size: 10px!important;
    height: 20px;
    display: grid;
    transition: all .3s;
    place-content: center;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    top: -13px;
    right: -24px;
    background: #ec018e;
    color: white!important;
    border-radius: 50%;
    font-family: Gothamprobold;
    border: 2px solid #fff;
    margin-right: 0px;
}

.block-cart span.count {
    position: absolute;
    width: 30px;
    font-size: 12px!important;
    height: 30px;
    display: grid;
    transition: all .3s;
    place-content: center;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    top: -30px;
    right: -15px;
    background: #ffcc00;
    color: black!important;
    border-radius: 50%;
    font-family: Gothamprobold;
    border: 2px solid #fff;
}

span.block-cart {
    position: relative;
}

svg.wishlisted-icon {
    margin-bottom: 5px;
}

.catalog-compare-count.mb-2 {
    position: relative;
    margin-right: 30px;
    margin-top: 5px;
}
a.bth {
     margin: 30px 0 20px;
     display: inline-block;
     font-size: 14px;
     border: 1px solid #feb941;
     background-color: rgb(254 182 65);
     display: inline-block;
     text-align: center;
     color: black;
     line-height: 1.2;
     padding: 10px 30px 10px 30px;
     cursor: pointer;
     white-space: nowrap;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -ms-transition: 0.4s;
     -o-transition: 0.4s;
     transition: 0.4s;
}
.text-home {
    background: #ffffff;
    padding: 20px;
    margin: 25px 0;
    border-radius: 15px;
}

.text-home h1 {
    font-family: Gothamprobold;
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: -20px;
    padding-left: 15px;
    position: relative;
}

.text-home h1:before {content: "";width: 30px;height: 5px;position: absolute;background: #feb136;bottom: -10px;}

.block267 {
    padding-bottom: 20px;
}

.white {
    background: white;
    padding: 20px 20px 50px;
}
.white .kak_h2 {
    margin: 50px 0;
    font-size: 28px;
    color: rgb( 0, 0, 0 );
    font-family: Gothamprobold;
    line-height: 0.75;
    border-left: 5px solid #ef2244;
    padding-left: 15px;
}
.forma p.kak-h3 {
    font-size: 32px;
    color: rgb( 0, 0, 0 );
    font-family: Gothamprobold;
    line-height: 1;
    margin-bottom: 15px;
}
.forma {
    padding: 48px 0px;
    background:url('/upload/medialibrary/c86/hczok6yx003amcsx89l2espiapzs2dtu.png') no-repeat 50% / cover;
    margin: 50px 0;
    position: relative;
}
.forma .part_one {
    position: absolute;
    left: 2%;
    top: 25%;
}
.part_one p {
    background: #dfa7eb;
    padding: 2px 5px;
    margin-bottom: 0px;
    font-size: 15px;
    color: white;
    font-family: Gothamprobold;
}
p.underline {
    left: 14%;
    position: absolute;
    width: 190px;
}
.forma .part_two {
    position: absolute;
    right: 20%;
    top: 25%;
}

.forma .part_two p.one {
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    margin: 0;
}

.forma .part_two p.two {
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.forma .part_three a {
    bottom: 39%!important;
    right: 2%;
    background: #ffc107!important;
    padding: 8px 14px;
}

.text-home h3 {
    font-size: 20px;
    font-family: Gothamprobold;
}
footer .title {
    font-size: 18px;
    font-family: Gothamprobold;
    text-transform: uppercase;
    margin: 15px 0 25px;
    position: relative;
    padding-bottom: 10px;
}

footer .title:before {content: "";width: 30px;height: 5px;position: absolute;background: #feb136;bottom: 0;}

.contact a {
    color: black;
}

.contact a img {
    margin-right: 8px;
}

.contact p {
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb( 33, 33, 33 );
}

p.adress {
    margin-top: 25px;
}
footer .footer-row .col-sm-6 {
    border-right: 1px solid #efefef;
    padding-left: 50px;
}
.razrab{
text-align:right;
}
.razrab a{
color:black;
}

button.navbar-toggle {
    display: none;
}
.bx-title{
    font-size: 24px;
    color: rgb( 0, 0, 0 );
    font-family: Gothamprobold;
    line-height: 0.875;
    margin-bottom: 30px;

}
span.popup-window-titlebar-text {
    font-family: Gothamprobold;
    font-size: 20px;
    color: black;
}
.popup-window {
    border-radius: 10px;
}

.popup-window-with-titlebar .popup-window-content p {
    margin-top: 25px;
    font-weight: normal;
    max-width: 400px;
    font-size: 15px;
    line-height: 1.5;
}

.popup-window-buttons {
    padding: 10px 0 10px;
}


.popup-window-buttons .btn.btn-default {
    background-color: #ffcc00;
    border-color: #ffcc00;
    padding: 10px 15px;
    font-family: Gothamprobold;
    color: black;
}

.bx-green .btn.btn-default:hover {
    background-color: #d9a31b!important;
    border-color: #d9a31b!important;
    color: black!important;
}

.brand .border {
    padding: 20px;
    text-align: center;
    height: 100%;
    border: 1px solid #efefef!important;
}

.brand {
    margin-bottom: 20px;
}

.brand .name {
    font-size: 15px;
    margin-top: 20px;
    display: block;
    color: black;
}

.border span {
display: block;
    height: 80px;
    position: relative;
    width: 100%;
    background-size: contain!important;
}
.opt-box {
    padding: 50px;
    background: #f0f0f0;
    text-align: center;
}

.opt-box h2 {
    font-family: Gothamprobold;
    font-size: 25px;
    text-transform: uppercase;
}

.corporate {
    color: #212529;
    display: block;
    margin: 15px 0;
    font-family: Gothamprobold;
    font-size: 22px;
}

.opt-box  .col-md-6 {
    margin-top: 15px;
}
.opt-box span#form_id_FID1 {
    background-color: #f72346;
    margin-top: 15px;
}
.opt-advantage {
    display: flex;
    position: relative;
    margin-bottom: 45px;
    align-items: center;
}

.shortcut {
    width: 60px;
    position: absolute;
    text-align: center;
    height: 50px;
    background: #f0f0f0;
    font-size: 25px;
    line-height: 50px;
    border-radius: 10px;
    /* margin-bottom: 15px; */
}

.navbar>.container {
    display: block;
}

.top-menu li {
    padding-right: 70px;
}

.wish217 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wish217 p {
    margin: 0;
    margin-left: 10px;
    font-size: 12px;
    color: rgb(0, 0, 0);
}

.wish217 a {
    text-decoration: none;
    display: flex;
    margin-right: 10px;
}

.mr-90{margin-right: 90px;margin-top: 3px;}

.search-link {
    display: none;
}

.bx-basket-block a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-family: Gothamprobold;
    margin-left: 20px;
}
.phone a {
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-family: Gothamprobold;
}

.top-under-menu {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    margin: 0;
	position: relative;
	align-items: center;
}

.top-under-menu li {
    list-style-type: none;
}



.menu-under-top a {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

li.uslugi_link {
    border-radius: 5px;
    background-color: rgb(250, 250, 250);
    padding: 10px 20px;
}

.uslugi_link a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-family: Gothamprobold;
    margin-left: 30px;
}

li.uslugi_link:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url('/upload/medialibrary/437/3nw37aqektlziu0pgopiuz1y7gh5n31b.png');
    background-repeat: no-repeat;
    top: 29px;
}

.top-slider {
    position: absolute;
    top: 10%;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block!important;
}

h2.kak_h2 {
    font-size: 28px;
    color: rgb(0, 0, 0);
    font-family: Gothamprobold;
    margin: 40px 0px;
    font-weight: bold;
    line-height: 0.75;
    border-left: 5px solid #ffcc00;
    padding-left: 15px;
}

.block-level2{
    position: absolute;
    background: white;
    z-index: 50;
    width: 100%;
    left:0;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 70px;
}

li.uslugi_link:hover .block-level2{
    visibility: visible;
    opacity: 1;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container {
    width: 865px!important;
}

.bx_vertical_menu_advanced>ul {
    width: 23%!important;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}
#owl-demo2 .owl-item a img {
    width: auto;
    margin: 0 auto;
    max-width: 150px;
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
#owl-demo2 .owl-stage-outer {
    z-index: 5;
}
#owl-demo2 .owl-item a:hover img{
transform: scale(1.1);
    -webkit-transition-property: -webkit-transform,-webkit-filter;
    transition-property: transform, filter;
    transition-property: transform,-webkit-transform,filter,-webkit-filter;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
#owl-demo2 .owl-nav i{
    font-size: 12px;
    color: #abaaaa;
}
div#owl-demo2 {
    padding: 10px 40px;
}
#owl-demo2 .owl-prev {
    float: left;
}

#owl-demo2 .owl-next {
    float: right;
}
#owl-demo2 .owl-stage {
    display: flex;
    align-items: center;
}
#owl-demo2 .owl-nav {
display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    left: -10px;
    font-size: 0;
    white-space: nowrap;
    width: 100%;
    margin-top: -20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 40px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dlina {
    position: relative;
    display: flex;
}

.dlina img {
    position: absolute;
    top: 2px;
}

.dlina  p.title {
    padding-left: 23px;
    padding-top: 0px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-family: Gothamprobold;
}

.dlina>div {
    margin-right: 30px;
}

.tel1 p {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-family: Gothamprobold;
}

.town2 p {
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.clock4 p {
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.mail3 p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.planka_contacts {
    background: #fff2e8;
    padding: 15px 25px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.planka_contacts p.title {
    text-transform: uppercase;
    padding-left: 35px;
}

.planka_contacts img {
    position: absolute;
}

.title-contact{
  font-size: 20px;
  color: rgb( 0, 0, 0 );
  font-family: Gothamprobold;
  line-height: 0.9;
}
.contact {
    margin-top: 50px;
}
.list-info {
    padding: 20px 0;
    width: 50%;
}
.list-info li {
    display: block;
    padding-bottom: 15px;
    padding-left: 0;
    border-bottom: 1px solid #ecede7;
}
.list-info .left-ch {
    float: left;

}
.list-info .right-ch {
    float: right;
}

.forma_vn {
    padding: 10px 40px;
    background:url('/upload/medialibrary/4bc/8m4d1a4wa25vvrrcda2alc97p9va7cur.png') no-repeat 50% / cover;
    position: relative;
    margin-top: 40px;
}

.forma_vn p.kak-h3 {
	font-size: 30px;
	color: rgb(0, 0, 0);
    font-family: Gothamprobold;
}

.forma_vn span#form_id_FID2 {
    border-radius: 4px;
    background-color: rgb(255, 204, 0);
    padding: 10px 15px 10px 40px;
    display: inline-block;
    font-family: Gothamprobold;
    background: url('/upload/medialibrary/058/q08dtglxx4bomwzb6ff3ty3v0zx157op.png') no-repeat 15px 50% rgb(255, 204, 0);
}

.forma_vn .row {
    align-items: center;
}

.oplata_logo {
    margin-top: 50px;
}

h3.nal {
    font-size: 30px!important;
    color: rgb(0, 0, 0)!important;
    font-family: Gothamprobold;
}

.oplata h3 {
    font-size: 24px;
    color: rgb(124, 124, 124);
}

.new_block img.preview_picture {
    margin-right: 20px;
    margin-bottom: -8px;
}

.new_block {
    border: 3px solid rgb(255, 220, 59);
    margin-bottom: 20px;
}

.new_block p {
    margin: 10px 0px;
}

.menu217 {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

body p.title-dostavka {
    font-size: 17px;
    color: rgb( 136, 136, 136 );
    text-transform: uppercase;
    line-height: 1.235;
    margin-bottom: 20px;
    margin-top: 15px;
}

.title-dostavka{
  font-size: 17px;
  color: rgb( 136, 136, 136 );
  text-transform: uppercase;
  line-height: 1.235;
}
table.table-dostavka {
    width: 100%;
    margin-bottom:20px;
}
table.table-dostavka td span {
    font-family: Gothamprobold;
    color: #f36d24;
}
table.table-dostavka img {
    float: left;
    margin-right: 15px;
}
table.table-dostavka td {
  padding: 5px 10px;
  line-height: 1.4;
  border: 1px solid #e9e9e9;
}

.part {
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 220, 59);
    border-radius: 4px;
    background-color: rgb(250, 246, 208);
    margin-bottom: 30px;
    padding: 10px 20px;
}

a#touch-menu {
    display: none;
}

.block267 .bx-content {
    padding: 0;
}

.pop_cat .bx_catalog_tile .bx_catalog_tile_ul li {
    width: auto;
    position: relative;
}

.pop_cat .bx_catalog_tile .bx_catalog_tile_img {
    width: 300px;
    height: 260px;
    border: none;
}

.pop_cat .bx_catalog_tile_title a {
    position: absolute;
    top: 19px;
    left: 50px;
    font-size: 26px!important;
    color: rgb(0, 0, 0)!important;
    font-family: Gothamprobold;
}

.pop_cat .bx_catalog_tile .bx_catalog_tile_title {
    line-height: inherit;
}

.pop_cat .bx_catalog_tile .bx_catalog_tile_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pop_cat .card217 {
    background-image: url('/upload/medialibrary/d4b/2x1r74ixwizxiszp60kswe7esxso2r67.png');
    margin-right: 50px;
    margin-bottom: 25px;
    width: 310px;
    height: 300px;
    position: relative;
}

.pop_cat .bx_catalog_tile .bx_catalog_tile_img {
    background-color: unset;
}

.card217 img {
    position: absolute;
    right: -20px;
    bottom: 10px;
}

.card217:nth-child(2), .card217:nth-child(4), .card217:nth-child(5), .card217:nth-child(7) {
    background-image: url('/upload/medialibrary/dcc/mx610if4qxdzeo0ttvy09u9ub1bqip7y.png');
}

.footer217 img {
    margin-right: 10px;
}

.footer217 span#form_id_FID2 {
    text-decoration: underline;
}

.footer217 a {
    color: black;
}

p.subtitle {
    font-size: 24px;
    color: rgb(124, 124, 124);
}

p.zadolovok2 {
    font-size: 26px;
    color: rgb(0, 0, 0);
    margin: 20px 0px;
}

.detail_card .product-item-scu-item-color-container {
    position: relative;
}


.description2 .text {
    float: left;
  font-size: 13px;
  color: rgb( 0, 0, 0 );
  line-height: 1.385;
}
.description2 .text2 {
    float: right;
  font-size: 13px;
  color: rgb( 78, 78, 78 );
  line-height: 1.385;
}

.description3 {
    margin: 5px 0;
    padding: 3px 0;
}

.clear2 {
    clear: both;
    border-bottom: 1px dashed #cccccc;
}

.detail_card .product-item-detail-pay-block {
    padding: 0;
    border: none;
}

.detail_card table.bx_item_detail_rating {margin: revert;}

.detail_card .btn.product-item-detail-buy-button span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    min-height: 16px;
    max-width: 100%;
    white-space: normal;
    line-height: 16px;
    transform: translateY(-50%);
}

p.xar {
    text-transform: uppercase;
    font-family: Gothamprobold;
}

.flex-cart {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex-cart > * {
   height: 42px; 
}

.flex-cart .product-item-detail-info-container-title {
    display: none;
}

.detail_card .btn.product-item-detail-buy-button {
    position: relative;
    border-radius: 3px;
    padding: 23px 83px;
    color: black!important;
    border-radius: 4px;
    background: rgb(255, 204, 0)!important;
    border: #ffcc00;
    margin-top: -8px;
}

.border_1 {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    display: flex;
}

.border_1 .product-item-amount-field-btn-plus,.border_1 .product-item-amount-field-btn-minus{
font-size: 18px;
    color: #8b8b8b!important;
    padding: 6px 12px;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
}
.border_1 .product-item-amount-field-btn-plus:after,.border_1  .product-item-amount-field-btn-minus:after {
    background-size: 8px;
}
.border_1 .product-item-amount-field{
    padding: 6px 3px;
    font-size: 16px;
    font-weight: 500;
    width: 40px;
    height: 41px;
    line-height: normal;
}

.detail_card .product-item-detail-info-container.float_left.amount_block {
    margin: 0;
    margin-bottom: 15px;
}

.detail_card button.o-w-btn.o-w-btn-sm.o-w-click-button {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 204, 0);
    border-radius: 4px;
    font-family: Gothamprobold;
    text-decoration: underline;
    margin-top: -8px;
}
.detail_card img {
    margin-right: 5px;
}


span.product-item-amount-description-container {
    display: none;
}

button.o-w-btn.o-w-btn-sm.o-w-click-button {
    padding: 8px 15px;
    background: white;
}

.catalog-element-utility__list {
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
    display: flex;
}

.catalog-element-utility__list > * {
    margin: 0 20px 0 0;
}

.catalog-element-utility__list > *:last-of-type {
    margin: 0;
}

.catalog-element-utility__list .catalog-element-utility__item label{
    font-weight: normal;
    margin: 0;
}

.compare-checkbox {
 	position: absolute;
 	width: 1px;
 	height: 1px;
 	padding: 0;
 	margin: -1px;
 	overflow: hidden;
 	clip: rect(0, 0, 0, 0);
 	white-space: nowrap;
 	border-width: 0;
}

.compare-checkbox-label {
    border: none;
    padding: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.wishlisted-cart-btn {
    display: grid;
    place-content: center;
    width: 100px;
    height: 20px;
    position: relative;
}

.wishlisted-btn {
    border: none;
    padding: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.wishlisted-btn >*:nth-child(n) {
    margin: 0 5px 0 0;
}

.wishlisted-btn >*:last-child {
    margin: 0;
}

.wishlisted-checkbox {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}

.wishlisted-icon {
    transition: all .3s;
}

.wishlisted-counter {
    position: absolute;
    width: 19px;
    height: 19px;
    display: grid;
    transition: all .3s;
    place-content: center;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    top: -10px;
    right: -10px;
    background: #55bc51;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}

a.product-item-detail-tab-link {
    font-size: 16px;
    color: rgb(109, 109, 109);
    text-decoration: auto;
    text-transform: revert;
}

.product-item-detail-tabs-container {
    margin-top: 10px;
}

.product-item-detail-tab-link:after {
    background: #ffcc00!important;
}

.clearfix.edd:nth-child(2n+1) {
    background: #f2f2f2;
}

.clearfix.edd {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    padding: 15px 40px;
    color: #222222;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: block!important;
    opacity: 1!important;
}

.product-item-title {
    white-space: normal!important;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 1!important;
}

form.product-item-compare-container {
    display: block !important;
}

dl.product-item-detail-properties {
    max-width: 100%!important;
}

.bx-basket-block {
    background: none;
    padding: 0px;
}

.product-item-detail-pay-block {
    display: block;
}

.detail_card .product-item-detail-info-container-title {
    margin-bottom: 10px;
}

.detail_card .product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
}

.catalog-all .border>div {
    display: flex;
	align-items: start;
}

.border a.startshop-image {
    margin-right: 15px;
    width: 100%;
	flex: 0 0 150px;
}

.border .startshop-text {
}

.border .startshop-subsections {
    display: flex;
    flex-wrap: wrap;
}

.border a.startshop-subsection.startshop-link.startshop-link-hover-dark {
    margin: 5px 10px 5px 0;
}

.card_in_catalog .product-item-compare-container {
    bottom: 80px;
    display: flex!important;
    top: auto;
}

.card_in_catalog button.btn.btn-primary.btn-sm {
    padding: 10px 40px;
    background: #ffcc00;
    border: #ffcc00;
    color: black;
    font-family: Gothamprobold;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: #ffcc00!important;
    color: black!important;
    font-weight: bold!important;
}

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

div#hide-me {
    display: block;
}
.back-block{
	border: 1px solid #e8e8e8;
    border-top: 3px solid #dddddd;
    margin: 20px 0;
    background: #fbfbfb;
padding:15px;
    padding-bottom: 20px;
}


.ul_block a {
 font-size: 16px;
 padding: 5px 10px;
 font-family: Gothamprobold;
 line-height: 1.5;
 display: inline-block;
 margin-bottom: 10px;
 margin-right: 4px;
 background: url('/upload/medialibrary/dcc/mx610if4qxdzeo0ttvy09u9ub1bqip7y.png');
 border-style: solid;
 border-width: 1px;
 border-color: rgb(235, 209, 252);
 border-radius: 4px;
 text-decoration: none;
 color: rgb(1, 1, 1);
}

.bx_catalog_tile_ul .ul_block:nth-child(even) a {
  background: url('/upload/medialibrary/d4b/2x1r74ixwizxiszp60kswe7esxso2r67.png');
}

.ul_block_top span.more {
    font-weight: 600;
    cursor: pointer;
}
.ul_block_top a.js-hide {
    opacity: 0;
    display: none;
}
.ul_block a:hover {
    background: #cc7ae9;
    color: white;
    text-decoration: none;
    border: 1px solid rgb(204 122 233);
}

.ul_block {
    width: auto;
}

p.zagolovok {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    margin-top: 15px;
}

.ul_block.ul_block_top.active a.js-hide {
    opacity: 1;
    display: inline-block;
}

a#touch-menu2 {
    display: none;
}

#owl-demo2 .carousel-link-text {
	text-decoration: none !important;
	color: inherit !important;
}

#owl-demo2 .item {
	text-align: center;
}

div.news-detail267 img.detail_picture {
   float: left;
    margin: 0 8px 6px 1px;
    -webkit-box-shadow: 0 15px 50px #f1f1f1;
    -moz-box-shadow: 0 15px 50px #f1f1f1;
    box-shadow: 0 15px 50px #f1f1f1;
    padding: 10px;
    max-width: 250px;
}
.brand-item span {
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 25px;
    right: 25px;
    left: 25px;
    bottom: 25px;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
    -ms-transition: filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(/bitrix/templates/universe_s1/components/bitrix/catalog/brands.cost/bitrix/catalog.section/.default/grayscale.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.brand-item a {
    display: block;
    position: relative;
    padding-top: 70%;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
}
.brand-item a:hover{
-webkit-box-shadow: 0 10px 30px 10px #f1f1f1;
    -moz-box-shadow: 0 10px 30px 10px #f1f1f1;
    box-shadow: 0 10px 30px 10px #f1f1f1;
}
.brand-item a:hover span {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
}
.brand-item b {
    font-family: Gothamprobold;
    font-size: 17px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #626262;
}

.zvonok2 .afbf_feedback_poles .afbf_btn {
    color: #fff !important;
    background: #cca300 !important;
}

.wish_mobile {
    display: none;
}

.module-enter.have-user span {
    font-weight: bold!important;
    text-decoration: none!important;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    border: 2px solid #ffcc00!important;
}

.product-item267 span.product-item-image-original {
    width: 100%;
    height: 250px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-item267 a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.cat217 .bx-filter-section.container-fluid {
    background: #f9f9f9;
}

.cat217 .bx-ui-slider-pricebar-v {
    background: #b07de0!important;
}

.cat217 .bx-filter.bx-green .bx-ui-slider-pricebar-vn {
    background: #d6d6d6;
}

.cat217 .bx-filter .bx-ui-slider-handle {
	border-bottom: none;
	position: absolute;
	top: -9px;
	width: 20px;
	height: 20px;
	background: none!important;
	background-color: #FFF!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	z-index: 8522;
}

.cat217 .bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.cat217 .bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.cat217 .bx-filter .bx-ui-slider-handle.left {

}
.cat217 .bx-filter .bx-ui-slider-handle.right {

}

.cat217 span.bx-filter-parameters-box-hint {
    color: black;
}

.cat217 span {
    color: black;
}


.cat217 .bx-filter .bx-filter-parameters-box-title {
    font-size: 13px;
    padding: 14px 0px;
}

.cat217 .bx-filter.bx-green .btn-themes {
    background-color: #ffcc00;
    border-color: #ffcc00;
    color: black;
}

li.product-item-scu-item-color-container {
    height: 35px!important;
}

.text2 a {
    color: #ed9e0d;
    font-size: 13px;
}

.error_404 span {
    font-family: 'Gothamproblack';
    font-size: 175px;
}

p.error_title {
    font-size: 35px;
    font-family: Gothamprobold;
}

p.text_error {
    font-size: 20px;
    margin-bottom: 40px;
}

a.error_button {
    background: #ffcc00;
    padding: 10px;
    text-decoration: none;
}

.cat217 .bx-filter .bx-filter-popup-result.left {
    right: 0%;
}

.sort_filter a i {
    display: inline-block;
    height: 20px;
    width: 18px;
    text-align: center;
    line-height: 20px;
}
 .sort_filter a i {
    position: relative;
}
 .sort_filter a.current:hover i, .sort_filter a.current i {
   
}

.sort_header .sort_filter a {
    display: inline-block;
    text-decoration: none;
    color: #a5a3a3;
    margin: 0px 20px 0px 0px;
}
 .sort_filter a.current{
     color:black
 }
  .sort_filter a span {
    font-size: 14px;
}
.sort_header .sort_filter a > span {
    vertical-align: top;
    /* float: left; */
    display: inline-block;
}
.sort_header .sort_filter a.current.asc:hover i.fa, .sort_header .sort_filter a.current.asc i.fa{
     transform: rotate(180deg);
}
.sort_filter i.icon {
    display: none;
}

.cat217 .bx-filter .bx-filter-parameters-box-title span {
    color: black;
}

.cat217 .bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 1;
}

.cat217 .bx-filter-parameters-box {
    border-bottom: 1px solid #e6e6e6;
}

.cat217 .bx-filter .fa { 
    right: 20px;
    position: absolute;
}

.bx_catalog_tile_ul .ul_block:nth-child(even) a:hover {
    background: #ffcc00;
    color: black;
}

.sort_filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sort_filter p {
    margin-right: 15px;
}

.white .bx-breadcrumb .bx-breadcrumb-item a {
    font-size: 14px;
    font-family: 'Gothampro';
}

.white .bx-breadcrumb .bx-breadcrumb-item span {
    font-family: 'Gothampro';
}

.white .bx-green .btn.btn-default {
    outline: none;
    background-color: #ffcc00;
    border-color: #ffcc00;
    color: black;
    /*padding: 10px 20px;*/
    text-decoration: auto;
}

.cat217.row {
    margin: 0;
}

.pic img {
    width: 36%;
}

.pic {
    margin-bottom: 30px;
}

.title a {
    color: black;
}

span.list-documents__title {
    font-size: 14px;
}

span.list-documents__sub {
    font-size: 14px;
}

span.list-documents__dec {
    font-size: 14px;
}
.product-item-compare input[type="checkbox"]:checked ~ span {
    color: #ff6a00!important;
}

.cat217 form.smartfilter {
    width: 80%;
}

.cat217 .bx-filter-parameters-box-container-block.bx-left:before {
    content: '';
    width: 13px;
    height: 2px;
    position: absolute;
    background: #909290;
    left: 96%;
    top: 18px;
}

.cat217 .row.bx-filter-parameters-box-container {
    position: relative;
}

.cat217 .bx-filter.bx-green .bx-filter-input-container input:focus {
    border: 2px #ffcc00 solid;
}

.cat217 i.smart-filter-toggle-icon.fa {
    margin-left: 15px;
    margin-top: 3px;
}

.cat217 .col-md-6.col-lg-3 {
    margin-bottom: 25px;
}

.smart-filter-toggle-icon.fa-angle-up:before {
    content: '';
}

.smart-filter-toggle-icon.fa-angle-down:before {
    content: '';
}

.bx-sidebar-block .fa-angle-up:before {
    content: '+';
    font-size: 25px;
    top: 0px;
    position: absolute;

}

.bx-sidebar-block .fa-angle-down:before {
    content: '-';
    font-size: 35px;
    top: -13px;
    position: absolute;

}

.bx-green .product-item-detail-slider-controls-image.active { 
    outline-color: #ffcc00!important; 
}

.bx-green .product-item-detail-slider-controls-image:hover { 
    outline-color: #ffcc00!important; 
}

.owl-dots span {
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -ms-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.owl-dots div {display: inline-block;margin: 7px;cursor: pointer;}
.owl-dots {
    display: block;
    text-align: center;
    margin: 25px 0 5px;
}

.owl-dot.active span {
    background: #ffcc00;
}

.bx-soa-cart-total {
padding: 10px!important;
}
.bx-soa-cart-total.bx-soa-cart-total-fixed {
    padding: 10px!important;
}
.white a.sortbutton.current {
    background-color: #cc7ae9!important;
}

.white .bx_compare .bx_sort_container .sortbutton:hover {
    color: #ffffff;
    background: #cc7ae9;
    border: 0px solid #cc7ae9;
}

.white a.bx_bt_button.bx_small {
    background: #ed9e0d;
}

.white .bx_compare.bx_green .bx_bt_button:hover{
    background: linear-gradient(to bottom, #ed9e0d 0%,#cc7ae9 100%);
}

.bx-soa-item-title a {
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-decoration: auto;
    line-height: 1.4;
}

.sale_order_full_table a {
    font-size: 16px;
}

.detail_card a.bx_medium.bx_bt_button {
    background: #ffcc00!important;
    color: black!important;
}

.detail_card .bx_medium.bx_bt_button b {
    font-weight: normal!important;
    padding: 10px!important;
}

.cat217 .bx-filter.bx-green .bx-filter-param-label.bx-active .bx-filter-param-btn, .bx-filter.bx-green .bx-filter-param-btn:hover, .bx-filter.bx-green .bx-filter-param-btn:active, .bx-filter.bx-green .bx-filter-param-btn:focus {
    border: 2px #b07de0 solid;
}

span.city_267 {text-decoration: underline;}

.catalog-element-section-recommended span.product-item-price-current {
    font-weight: bold;
}

.product-item-label-text.product-item-label-small span[title="Рекомендуем"] {
    background: rgb(27, 205, 161);
}

.product-item-label-text.product-item-label-small span[title="Хит"] {
    background: rgb(206, 36, 36);;
}

.product-item-label-text.product-item-label-small span {
    color: white;
    padding: 7px 13px;
    font-size: 12px;
    line-height: 1;
    border-radius: 50px;
}

img.clickBtn {
    display: none;
}

@media (max-width: 1400px){

.phone a {
    font-size: 19px;
}

.rezim p {
  font-size: 13px;
}
}

@media (max-width: 1200px){

.detail_card .product-item-detail-slider-block {
    padding-top: 70%;
}

.phone a {
    font-size: 16px;
}

.top-menu li {
    padding-right: 20px;
}


.forma .part_two {
    display: none;
}


.phone {
    text-align: center;
}

.cart {
    text-align: end;
}
}



@media (max-width: 991px) {

svg.wishlisted-icon {
    margin-bottom: -5px;
}

.catalog-compare-count.mb-2.active {
    margin-bottom: 0px!important;
}

.bx-filter-parameters-box-container-block.bx-left:before {
    left: 98%;
}

.cat217 form.smartfilter {
    width: 100%;
}

.menu-under-top {
    margin-right: 15px;
    margin-left: 15px;
}

li.uslugi_link:before {
    display:none;
}


#touch-menu:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url('/upload/medialibrary/437/3nw37aqektlziu0pgopiuz1y7gh5n31b.png'); 
    background-repeat: no-repeat;
    top: 35%;
    left: 5%;
}

#touch-menu2:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url('/upload/medialibrary/c7a/v8cqyo27yqi17h4lctrh0pgcug6pdv6t/filtr.png'); 
    background-repeat: no-repeat;
    background-size: 80%;
    top: 28%;
    left: 4%;
}

.blok-prei {
    padding: 40px 0 40px 0px;
}

.logo img {
    width: 80px;
}

.wishlisted-cart-btn {
    width: auto;
}

.wish217 {
    display: none;
}

span.wishlisted-counter {
    top: -9px;
    right: -19px;
}

.whats .text {
    display: none;
}

.wish_mobile p {
    display: none;
}

.wish_mobile {
    display: flex;
    align-items: center;
}

.module-enter.have-user, .module-enter.no-have-user {
    display: none;
}

.whats {
    margin-left: 22px;
}

.bx-sidebar-block {
    display: none;
}

.bx-sidebar-block.active {
    display: block;
}

a#touch-menu2 {
    margin-top: 20px;
    padding: 9px 20px;
    border: 0;
    display: flex;
    place-content: center;
    background: #ffcc00;
    color: black;
    width: 100%;
    font-family: Gothamprobold;
    position: relative;
    padding: 15px 0;
}
.blok-prei .title {
    width: auto;
}

.blok-prei img {
    position: static;
}

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

.cart {
    text-align: end;
    margin-top: 15px;
}

.left.col-lg-6 {
    display: none;
}

.block267 {
    margin-top: 15px;
}



li.uslugi_link:before {
    bottom: 0px;
}

.top-under-menu li {
    padding: 15px;
}

.top-under-menu {
    display: none;
}

.button_267 {
    height: 0;
 	overflow: hidden;
}
.button_267.in {
    height: auto;
}
.row.bx-header {
    align-items: center;
    padding: 15px 0;
}

.logo {
    margin-bottom: 20px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: white;
    background: white;
    margin-bottom: 4px;
}
.inline-block.hidden-xs {
    display: none;
}
button.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    display:block;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #f72346;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.caption {
    max-width: 100%;
}

.rezim, .phone {
    margin-top: 15px;
    text-align: center;
}

.rezim p {
    display: none;
}

.wish217 {
    justify-content: center;
}

ul.top-menu {
    justify-content: center;
}

.forma {
    background: url('/upload/medialibrary/c86/hczok6yx003amcsx89l2espiapzs2dtu.png') no-repeat 33% / cover;
}

.top-slider {
    top: 5%;
}

.text_actsii {
    margin-top: 35px;
    width: 80%;
}

}

@media (max-width: 767px){
.flex-menu {
    display: block;
}.menu-under-top {
    background: none;
}

.border .startshop-subsections {
    flex-direction: column;
    display: none;
}
.noHover{
    pointer-events: none;
}

.border a.startshop-subsection.startshop-link.startshop-link-hover-dark {
    margin: 5px 0;
}

.border .startshop-subsections.active {
    display: block;
}

.catalog-all .border {
    position: relative;
}

img.clickBtn {
	position: absolute;
    right: 30px;
    display: block;
    top: 40px;
    cursor: pointer;
    padding: 5px;
}

.catalog-all.catalog-section-list-list a.startshop-image{
    display: none;
}

.pop_cat .card217 {
    margin: 5px;
    width: 45%;
}

.card217 img {
    right: 0;
    left: 0;
    margin: auto auto 10px;
    bottom: 0;
    top: 0;
}

.pop_cat .bx_catalog_tile_title a {
	left: 0;
    right: 0;
    text-align: center;
    line-height: 1.1;
    font-size: 20px!important;
}

.flex-menu .top-menu {
    flex-direction: column;
    padding-top: 20px;
    display: block;
}

.flex-menu .top-menu li a {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.flex-menu .top-menu li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 12px;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
}

a#touch-menu span {
    width: 97%;
    display: block;
    text-align: center;
}

.blok-prei img {
    width: 50px;
}

.blok-prei {
    padding: 0;
}

.blok-prei {
    padding: 0;
}

.block267 .slider {
    display: none;
}


.dlina img {
    position: static;
}

.dlina p.title {
    padding-left: 0px;
}

.dlina {
    display: block;
    text-align: center;
}

/*span#form_id_FID1 {
    padding: 14px 20px 14px 30px;
}*/

a#touch-menu {
    position: relative;
    padding: 15px 20px;
    border: 0;
    display: block;
    place-content: center;
    background: #cc7ae9;
    color: #fff;
    font-family: Gothamprobold;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

footer .title:before {
    left: 46%;
}

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


p.str1 {
    font-size: 30px;
}

p.str2 {
    font-size: 20px;
}

.carusel267.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: none;
}

.forma_vn {
    margin-top: 20px;
    text-align: center;
}

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

.forma .part_one {
    display: none;
}

.forma {
    background: url(/upload/medialibrary/c86/hczok6yx003amcsx89l2espiapzs2dtu.png) no-repeat 60% / cover;
}

}
@media (max-width: 640px){

.product-item-list-col-4 .col-xs-6 {
    padding: 5px;
}

.product-item-button-container {
    text-align: center;
}

.product-item-info-container.product-item-hidden[data-entity=buttons-block] {
    width: auto;
    left: 0;
    right: 0;
}

.card_in_catalog button.btn.btn-primary.btn-sm {
    padding: 10px 20px;
    margin: auto;
}

.product-item-price-current {
    font-size: 16px;
}

.white a {
    font-size: 16px;
}

.card_in_catalog .product-item-amount {
    display: none;
}

.card_in_catalog .product-item-compare-container {
    bottom: auto;
    top: 0;
}

span#form_id_FID1 {
    padding: 14px;
}

footer .footer-row .col-sm-6 {
    padding-left: 0px;
}

.bx-content .col-xs-12 {
    padding: 0px 10px;
}

.clearfix.edd {
    padding: 15px 10px;
}

.white {
    padding: 20px 5px 50px;
}

.sort_filter {
    display: grid;
    justify-content: center;
}

.bx_catalog_tile_ul.row.cat-categorii {
    justify-content: center;
}

.popup-window-buttons .btn.btn-default {
    margin-bottom: 15px;
}

.bx-filter-parameters-box-container-block.bx-left:before {
    left: 96%;
}


.planka_top .right {
    justify-content: center;
}

.phone {width: 100%;}

.menu-under-top {
    width: 100%;
    margin-left: 0px;
}

.cart {
    display: none;
}

.detail_card button.o-w-btn.o-w-btn-sm.o-w-click-button {
    width: 100%;
    margin-top: 16px;
}

.detail_card .product-item-detail-info-container .product-item-detail-buy-button {
    margin: 0px;
    display: block;
    max-width: 100%;
}

.flex-cart {
    display: block;
}

.border_1 {
    width: 100%;
    justify-content: center;
}

.bx-catalog-element .product-item-amount-field-container {
    max-width: 100%;
    margin: 0;
}

.detail_card .bx-catalog-element .product-item-amount-field-container {
    margin: 0;
}

.planka_top .left {
    display: none;
}

.rezim {
    width: 100%;
}

.rezim span#form_id_FID1 {
    margin-top: 10px;
    width: 100%;
}

}
#cookie_notification{background-color: #e1e1e1d1;padding: 0;position: fixed;bottom: 30px;display:none;align-items: center;left: 50%;transform: translate(-50%, 0%);padding: 20px;top: auto;max-width: 850px;width: 100%;font-size: 14px;text-align: left;color: #000000;z-index: 99999;justify-content: space-between;}

#cookie_notification p{
    margin: 0;
    font-size: 14px;
    color: #323232;
    text-align: left;
}
#cookie_notification a {
    color: #cd72e9;
    text-decoration: underline;
    display: block;
}
.cookie_accept{width: auto;height: 40px;cursor: pointer;background: #eaa218;border: none;text-align: center;color: white;margin-top: 0px;}

@media (min-width: 576px){
#cookie_notification.show{display: flex!important;}

}

@media (max-width: 575px){
#cookie_notification.show{display: block;text-align: center;font-size: 12px;left: 20px;right: 20px;transform: none;width: auto;bottom: 70px;}
.cookie_accept{
 margin-top:10px;
}
#cookie_notification p{
 font-size: 12px;
 text-align: center;
}
}
/* End */
/* /bitrix/templates/megameb/fancybox/jquery.fancybox.css?16351514824895 */
/* /bitrix/templates/megameb/carusel/owl.carousel.css?16351514904613 */
/* /bitrix/templates/megameb/carusel/owl.theme.css?16351514901142 */
/* /bitrix/templates/megameb/components/bitrix/system.auth.form/top/style.css?1635151489530 */
/* /bitrix/templates/megameb/components/bitrix/menu/menu-top/style.css?1635151482581 */
/* /bitrix/templates/megameb/components/bitrix/search.title/search/style.css?17017621234062 */
/* /bitrix/templates/megameb/components/bitrix/sale.basket.basket.line/card/style.css?16351514866292 */
/* /bitrix/templates/megameb/components/bitrix/menu/catalog_menu/style.css?17077404348088 */
/* /bitrix/templates/megameb/components/bitrix/breadcrumb/template2/style.css?1635151485607 */
/* /bitrix/templates/megameb/components/bitrix/menu/bottom_menu/style.css?1635151482444 */
/* /bitrix/templates/megameb/components/bitrix/sale.basket.basket.line/bottom-cart/style.css?16351514864814 */
/* /bitrix/components/webes/oneclick/css/styles.css?16397249747895 */
/* /bitrix/templates/megameb/template_styles.css?174799099152472 */
