

/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17561497761265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/components/ds-st/socnet/fonts/css/fontello.css?17561498412328*/
@font-face {
  font-family: 'fontello';
  src: url('/local/components/ds-st/socnet/fonts/css/../font/fontello.eot?93754128');
  src: url('/local/components/ds-st/socnet/fonts/css/../font/fontello.eot?93754128#iefix') format('embedded-opentype'),
       url('/local/components/ds-st/socnet/fonts/css/../font/fontello.woff2?93754128') format('woff2'),
       url('/local/components/ds-st/socnet/fonts/css/../font/fontello.woff?93754128') format('woff'),
       url('/local/components/ds-st/socnet/fonts/css/../font/fontello.ttf?93754128') format('truetype'),
       url('/local/components/ds-st/socnet/fonts/css/../font/fontello.svg?93754128#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/local/components/ds-st/socnet/fonts/css/../font/fontello.svg?93754128#fontello') format('svg');
  }
}
*/
 
 [class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-google-plus:before { content: '\f0d5'; } /* '' */
.fa-linkedin:before { content: '\f0e1'; } /* '' */
.fa-youtube:before { content: '\f167'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */
.fa-vk:before { content: '\f189'; } /* '' */
.fa-pinterest-p:before { content: '\f231'; } /* '' */
.fa-odnoklassniki:before { content: '\f263'; } /* '' */
.fa-vimeo:before { content: '\f27d'; } /* '' */
.fa-blogger:before { content: '\f314'; } /* '' */
/* End */


/* Start:/local/components/ds-st/socnet/templates/.default/style.css?1756149841977*/
ul.socnet{
	margin: 10px 0 10px 0;
	padding: 0;
}
ul.socnet > li{
	list-style: none;
	display: inline-block;
}
ul.socnet > li a{
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
	color: #fff;
	padding: 6px 5px;
	display: inline-block;
	font-size: 20px;
	min-width: 36px;
	/*min-height: 36px;*/
}
ul.socnet > li a.gradient{
	background: #8440b6;
	background: -moz-linear-gradient(top, #8440b6 0%, #d12e7c 50%, #f97e2b 100%);
	background: -webkit-linear-gradient(top, #8440b6 0%,#d12e7c 50%,#f97e2b 100%);
	background: linear-gradient(to bottom, #8440b6 0%,#d12e7c 50%,#f97e2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8440b6', endColorstr='#f97e2b',GradientType=0 );
}
ul.socnet > li a:hover{
	text-decoration: none;
	transform: scale(1.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
/* End */


/* Start:/local/templates/new_tkbagira/css/fancybox.css?15522184481891*/
.fancybox-wrap {
	position: absolute;
	top: 0; left: 0;
	z-index: 8020;
}

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

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

.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 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 {
	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-close {

}

.fancybox-nav {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -20px;
	z-index: 8040;
	border-radius: 20px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: -60px;
	background: #FAB21C url(/local/templates/new_tkbagira/css/../img/fancy-prev.png) 50% 50% no-repeat;
}

.fancybox-next {
	right: -60px;
	background: #FAB21C url(/local/templates/new_tkbagira/css/../img/fancy-next.png) 50% 50% no-repeat;
}

.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;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,.5);
}

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

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


/* Start:/local/templates/new_tkbagira/css/style.css?159690438371259*/
body {
	min-width: 320px;
	height: 100%;
	font-size: 14px;
	line-height: 20px;
	font-family: 'g', Arial, sans-serif;
	color: #2d343c;
	font-weight: 400;
	cursor: default;
   position: relative;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-tap-highlight-color: transparent;
	background-color: #F6F6F6;
}

a {
	color: #5c385f;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3 {
	font-family: 'pt', sans-serif;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: 700;
}

h2 {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 10px;
	font-size: 14px;
}

p {
	margin-bottom: 20px;
}

/*-------- CONSTANT --------*/

.center {text-align: center;}
.fleft {float: left;}
.fright {float: right;}
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.row:after, .row:before {display: table; content: ''; line-height: 0;}
.row:after {clear: both;}
.aleft {text-align: left}
.aright {text-align: right;}

.pt {font-family: "pt", sans-serif;}

.container {
   margin-left: auto;
   margin-right: auto;
   padding-left: 15px;
   padding-right: 15px;
   max-width: 1200px;
}

.col-1 {width: 8.33333333%;}
.col-2 {width: 16.66666667%;}
.col-1-5 {width: 20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33333333%;}
.col-5 {width: 41.66666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33333333%;}
.col-8 {width: 66.66666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333333%;}
.col-11 {width: 91.66666667%;}
.col-12 {width: 100%;}

[class^='col-'],
[class*=' col-']{
   float: left;
   padding-left: 15px;
   padding-right: 15px;
   min-height: 1px;
}

/*.box {*/
	/*max-width: 1200px;*/
	/*margin: 0 auto;*/
   /*padding: 0 15px;*/
/*}*/

.columns {
   margin-left: -15px;
   margin-right: -15px;
   display: flex;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.space-between {
   display: flex;
   display: -webkit-flex;
   -webkit-justify-content: space-between;
   justify-content: space-between;
}

.flex-end {
   display: flex;
   display: -webkit-flex;
   -webkit-align-items: flex-end;
   align-items: flex-end;
}

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

.content-center {
   display: flex;
   display: -webkit-flex;
   -webkit-justify-content: center;
   justify-content: center;
}

.flex-right {
   display: flex;
   display: -webkit-flex;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
}

.flex {
   display: flex;
   display: -webkit-flex;
}

.flex-wrap {
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

/*-------- MAIN --------*/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	position: relative;
   overflow-x: hidden;
	border-top: 3px solid #FAB21C;
}

.header {
	background-color: #fff;
	position: relative;
	z-index: 11;
}

.header-top {
   background-color: #6F3E84;
   position: relative;
   padding: 5px 0;
   line-height:16px;
   color: #fff;
}



.header-main {
   position: relative;
   padding: 10px 0 ;
}

.footer {
	position: relative;
	background: #fff;
   border-top: 2px solid #FAB21C;
}

.main {
	position: relative;
   padding-top: 20px;
   padding-bottom: 30px;
}

.index .main {
	padding-top: 45px;
	padding-bottom: 45px;
}

.full .sidebar {
	display: none;
}

.full .page {
	width: 100%;
}

/*-------- header --------*/

.header-box {
	padding-left: 45px;
	position: relative;
	font-size: 14px;
}

.hb__address {background: url(/local/templates/new_tkbagira/css/../img/hb__address.png) no-repeat;}
.hb__phone {background: url(/local/templates/new_tkbagira/css/../img/hb__phone.png) no-repeat;}

.hb__basket {
	/*max-width: 210px;*/
	margin-left: 0;
	background: url(/local/templates/new_tkbagira/css/../img/hb__basket.png) no-repeat;
}

.hb__title {
	font-size: 12px;
	color: #afafaf;
}

.hb__text {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px;
}

.hb__link {
	position: relative;
	z-index: 5;
}

.pp__link {
	border-bottom: 1px dotted currentColor;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	cursor: pointer;
   white-space:nowrap;
}

.header-top .pp__link a {
   color: #fff;
}

.number-value {
	position: absolute;
	left: 8px; top: 14px;
	color: #fab21c;
	font-size: 14px;
	font-weight: 700;
}

.val-basket {
	border-bottom: 1px dotted #2d343c;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
   white-space: nowrap;
}

/*-------- popup-block --------*/

.popup-block {
	position: absolute;
	background: #fff;
	box-shadow: 0 17px 38px rgba(86,37,109,.41);
	border: solid 2px #fab21c;
	padding: 23px;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}

.popup-basket {
	width: 470px;
	right: 0;
	top: 100%;
	margin-top: -10px;
}

.popup-block:after {
	content: '';
	width: 20px;
	height: 11px;
	position: absolute;
	left: 50%; top: -11px;
	margin-left: -10px;
	background: url(/local/templates/new_tkbagira/css/../img/popup-spin.png) no-repeat;
}

.popup-basket:after {
	left: 71%;
	margin: 0;
}

.show .popup-block {
	opacity: 1;
	visibility: visible;
	margin-top: 15px;
}

.popup-recall {
	width: 300px;
	left: 50%;
	margin-left: -150px;
}

.popup-title {
	margin-bottom: 15px;
	text-align: left;
}

/*-------- menu-block --------*/

.menu-block {
	position: relative;
	background: url(/local/templates/new_tkbagira/css/../img/menu-back.png) repeat-x;
	box-shadow: 0 2px 2px rgba(226,226,226,.29);
	z-index: 10;
}

.catalog-menu {
	margin-left: -23px;
}

.cm__title {
	position: relative;
	padding: 18px 30px 18px 45px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
   display: inline-block;
   vertical-align: top;
   background-color: #533255;
   color: #fff;
}

/*.cm__title:before {*/
   /*content: '';*/
   /*position: absolute;*/
   /*right: 100%;*/
   /*top: 0;*/
   /*height: 100%;*/
   /*background-color: #533255;*/
   /*width: 2000px;*/
/*}*/

.cm__title span {
	content: '';
	width: 14px;
	height: 12px;
	position: absolute;
	left: 24px; top: 50%;
   margin-top: -6px;
	background: url(/local/templates/new_tkbagira/css/../img/cm__title.png) 0 -12px;
}

.catalog-menu:hover .cm__title span {
	background-position: 0 -12px;
}

.catalog-menu:hover .cm__title {
	background-color: #533255;
	color: #fff;
}

.catalog-menu:hover .cm__title:after {
	content: '';	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	position: absolute;
	left: 22px; top: 100%;
	border-color: #533255 transparent transparent transparent;
	z-index: 2;
}

.catalog-popup {
	position: absolute;
	left: 0; top: 100%;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 17px 38px rgba(86,37,109,.41);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}

.catalog-menu:hover .catalog-popup {
	opacity: 1;
	visibility: visible;
}

.cp__main {
	padding-top: 45px;
	padding-bottom: 45px;
}

.catalog-popup-list li span {
	font-size: 11px;
	color: #afafaf;
	font-family: 'pt', sans-serif;
	display: block;
}

.catalog-popup-list > li a {
	color: #2d343c;
}

.catalog-popup-list > li > a {
	font-family: 'pt', sans-serif;
	font-size: 21px;
	line-height: 22px;
	font-weight: 700;
}

.catalog-popup-list > li > ul {
	margin-top: 10px;
	line-height: 21px;
}

.catalog-popup-list > li > ul > li,
.category-list li {
	display: inline;
	white-space: nowrap;
}

.catalog-popup-list > li > ul > li:after,
.category-list li:after {
	content: ',';
}

.catalog-popup-list > li > ul > li:last-child:after,
.category-list li:last-child:after {
	content: '';
}

.catalog-popup-list > li > ul > li a:hover {
	text-decoration: underline;
	color: #78468f;
}

/*-------- menu --------*/

.menu {
   margin-right:-20px;
}

.menu li {
	position: relative;
}

.menu-item {
	display: block;
	text-transform: uppercase;
	/*font-size: 18px;*/
	font-size: 16px;
	font-weight: 500;
	/*padding: 18px 20px;*/
	padding: 18px 17px;
	color: #533356;
	position: relative;
}

.menu li +li .menu-item:before {
   content: '';
   width: 5px;
   height: 5px;
   background-color: #ccc;
   border-radius: 100%;
   position: absolute;
   left: 0;
   top: 50%;
   margin-top:-3px;
}

.mobile-menu {
   display: block;
}

.mobile-menu li {
   display: block;
}

.menu-item:hover {
	background-color: #533255;
	color: #fff;
}

.menu-item:hover:before {
   display: none;
}

.spec {
	padding: 5px;
	background: url(/local/templates/new_tkbagira/css/../img/aura.jpg?1) 50% 50% no-repeat;
}

.spec .menu-item {
	background: #fff url(/local/templates/new_tkbagira/css/../img/spec.png) 20px 50% no-repeat;
	padding: 20px 20px 20px 65px;
	font-size: 18px;
	color: #78468f;
	font-weight: 700;
	font-family: 'pt';
	text-transform: none;
}

/*-------- slider-block --------*/

.slider-block {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	max-width: 1335px;
	margin: 0 auto;
}

.slider {
	position: relative;
}

.slick-list,
.slick-track {
	position: relative;
	overflow: hidden;
}

.slick-slide {
	float: left;
}

.slide {
	position: relative;
	/*height: 380px;*/
	height: 376px;
	background: 50% 50% no-repeat;
	background-size: contain;
}

.slide-text {
	padding: 70px 770px 0 100px;
	position: relative;
	z-index: 2;
}

.st__category-title {
	font-size: 14px;
	color: #78468f;
	margin-bottom: 10px;
}

.st__title {
	font-size: 45px;
	/*line-height: 40px;*/
	line-height: 50px;
	color: #4c1b4d;
	margin-bottom: 15px;
	font-weight: 700;
}

.st__info {
	margin-bottom: 20px;
	max-height: 63px;
	overflow: hidden;
}

.st__button {
	display: inline-block;
	vertical-align: top;
	background-color: #78468F;
	border-radius: 17px;
	line-height: 34px;
	color: #fff;
	padding: 0 22px;
	transition: all 0.2s ease;
}

.st__button:hover {
	background-color: #874fa1;
}

.button-more {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding-right: 30px;
	background: url(/local/templates/new_tkbagira/css/../img/button-more.png) 100% 50% no-repeat;
}

.button-more.dark {
	color: #78468f;
	background: url(/local/templates/new_tkbagira/css/../img/button-more_.png) 100% 50% no-repeat;
}

.button-more.min {
	text-transform: none;
	padding-right: 22px;
	background-size: 15px auto;
}

.button-more:hover {
	text-decoration: underline;
}

.slider-nav {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 5;
}

.prev-slide-index {
	/*left: 10%;*/
	left: 0;
	background: url(/local/templates/new_tkbagira/css/../img/prev-slide.png) 50% 50% no-repeat;
}

.next-slide-index {
	/*right: 10%;*/
	right: 0;
	background: url(/local/templates/new_tkbagira/css/../img/next-slide.png) 50% 50% no-repeat;
}

.slider-nav:hover {
	background-color: #fff;
}

.slick-dots {
	position: absolute;
	right: 20px; bottom: 20px;
	height: 10px;
	z-index: 5;
}

.slick-dots li button {display: none;}

.slick-dots li {
	float: left;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 2px solid #F2DEBF;
	transition: all 0.2s ease;
}

.slick-dots li.slick-active {
	background-color: #C1ABCC;
	border-color: #C1ABCC;
}

/*-------- info-panel --------*/

.info-panel {
	background-color: #fff;
	overflow: hidden;
   padding-top: 15px;
   border-bottom: 1px solid #F5F5F5;
}

.ip__item {
   position: relative;
   padding-left: 55px;
   margin: 10px auto;
   max-width: 270px;
   min-height: 36px;
}

.menu-mobile-block .ip__item {
   margin-bottom:20px;
   line-height:36px;
}

.menu-mobile-block .pp__link {
   vertical-align: middle;
}

.ip__item a {
	font-size: 16px;
	line-height: 18px;
	color: #2d343c;
	display: inline-block;
}

.ip__item a:hover {
	text-decoration: underline;
}

.i__price {background: url(/local/templates/new_tkbagira/css/../img/i__price.png) no-repeat;}
.i__size {background: url(/local/templates/new_tkbagira/css/../img/i__size.png) no-repeat;}
.i__paypal {background: url(/local/templates/new_tkbagira/css/../img/i__paypal.png) no-repeat;}

.podarok {
	height: 95px;
	padding-top: 11px;
	margin-top: -30px;
	position: relative;
}

.podarok:after {
	content: '';
	width: 350px;
	height: 100%;
	position: absolute;
	left: -20px; top: 0;
	background: url(/local/templates/new_tkbagira/css/../img/podarki.jpg) 50% 50% no-repeat;
}

.podarok a {
	display: block;
	width: 226px;
	height: 76px;
	margin: 0 auto;
	background: url(/local/templates/new_tkbagira/css/../img/podarok.png) no-repeat;
	position: relative;
	z-index: 2;
}

/*-------- category-block --------*/

.category-block {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.category-item {
   max-width: 395px;
	height: 550px;
	padding: 30px 25px;
	position: relative;
	background-repeat: no-repeat;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   background-size: cover;
}

.category-item.min {
	height: 265px;
}

.ci__title {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #fff;
}

.ci__name {
	display: block;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.category-list {
	width: 175px;
}

.category-list li,
.category-list li a {
	color: rgba(0,0,0,.5);
	font-weight: 500;
}

.category-list li a:hover {
	text-decoration: underline;
}

.ci__button {
	position: absolute;
	left: 25px; bottom: 30px;
}

/*-------- action-block --------*/

.white-big-block {
	background-color: #fff;
	padding: 50px 0;
}

.action-select {
	margin-bottom: 25px;
	min-height: 35px;
	overflow: hidden;
	line-height: 35px;
}

.as__title {
	font-size: 21px;
	font-weight: 700;
   margin-right: 20px;
}

.as__item {
	float: left;
	padding: 0 15px 0 43px;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
}

.as__item:after {
	content: '';
	width: 20px;
	height: 17px;
	position: absolute;
	left: 15px; top: 9px;
	background: url(/local/templates/new_tkbagira/css/../img/action-icon.png);
}

.i__rec:after {background-position: 0 -17px;}
.i__best:after {background-position: -20px -17px;}
.i__day:after {background-position: -40px -17px;}


.i__rec.active:after {background-position: 0 0;}
.i__best.active:after {background-position: -20px 0;}
.i__day.active:after {background-position: -40px 0;}

.as__item.active {
	color: #fff;
	background-color: #78468F;
}

.tab-pane {display: none;}
.tab-pane.active {display: block;}

.actions-item {
	margin-bottom: 25px;
}

.actions-item .element {
	margin: 0;
}

/*-------- UI --------*/

.input,
select {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background: #fff;
	border: solid 2px #f1f1f1;
	border-radius: 3px;
	margin-bottom: 15px;
	transition: all 0.2s ease;
}

.input:hover {
	border-color: #DEDEDE;
}

.input:focus {
	border-color: #3DBED4;
}

.input.error {
	border-color: #ff0000;
}

.textarea {
	padding: 10px;
}

.textarea.big {
	height: 315px;
}

.button {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	line-height: 46px;
	color: #78468F;
	border: solid 2px #f1f1f1;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	padding: 0 15px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	letter-spacing: -0.03em;
	transition: all 0.2s ease;
}

.button.big {
	font-size: 21px;
	height: 57px;
	line-height: 53px;
}

.button:hover {
	border-color: #78468F;
}

.button.full {
	width: 100%;
   display: block;
}

.icon {
	padding-left: 40px;
	line-height: 22px;
	display: inline-block;
}

.disabled {
	filter: gray;
   -webkit-filter: grayscale(100%);
   color: #b1b1b1;
}

.disabled:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	color: #78468F;
}

.button .b__recall {background: url(/local/templates/new_tkbagira/css/../img/b__recall.png) 0 50% no-repeat;}
.button .b__basket {background: url(/local/templates/new_tkbagira/css/../img/b__basket.png) 0 50% no-repeat;}
.button .b__subscribe {background: url(/local/templates/new_tkbagira/css/../img/b__subscribe.png) 0 50% no-repeat;}
.button .b__order {background: url(/local/templates/new_tkbagira/css/../img/b__order.png) 0 50% no-repeat;}
.button .b__return {background: url(/local/templates/new_tkbagira/css/../img/b__return.png) 0 50% no-repeat;}
.button .b__purp {background: url(/local/templates/new_tkbagira/css/../img/b__purp.png) 5px 50% no-repeat;}

.button .b__buy {
	background: url(/local/templates/new_tkbagira/css/../img/b__buy.png) 0 50% no-repeat;
	padding-left: 25px;
}

.b__more {
	width: 55px;
	padding: 0;
	background: url(/local/templates/new_tkbagira/css/../img/b__basket.png) 50% 50% no-repeat;
}

.purp {
	border-color: #8F65A2;
	background: #8F65A2;
	color: #fff;
}

.purp:hover {
	background-color: #78468F;
}

.checkbox { display: none;}

.label-checkbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	padding-left: 28px;
	cursor: pointer;
}

.label-checkbox:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0; top: 0;
	background: url(/local/templates/new_tkbagira/css/../img/checkbox.png) no-repeat;
}

.checkbox:checked + .label-checkbox:after {
	background-position: 0 -20px;
}

/*-------- basket-item --------*/

#basket_items {
   width:100%;
}

.basket-item td {
	position: relative;
	padding: 20px 0 20px;
   vertical-align: top;
}

.basket-item td + td {
   width:100%;
   padding: 20px 40px 20px 0;
}

.basket-item + .basket-item td {
	border-top: 1px dotted #D0DBE6;
}

.bi__image {
	overflow: hidden;
	margin-right: 18px;
}

.bi__image img {
   max-width: none;
   width:45px;
   border: solid 1px #f1f1f1;
   display: block;
}

.bi__block {
	overflow: hidden;
}

.bi__name {
	font-size: 14px;
	margin-bottom: 10px;
}

.bi__name a {
	color: #2d343c;
}

.value-block {
	line-height: 34px;
}

.value-block span {
	font-size: 16px;
	font-weight: 500;
	margin-left: 8px;
	float: left;
}

.value {
	width: 52px;
	height: 34px;
	margin: 0 auto;
	border: 1px solid #F2F2F2;
	padding-right: 17px;
	border-radius: 3px;
	position: relative;
	background: #fff;
}

.value-input {
	height: 32px;
	display: block;
	width: 100%;
	border: none;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border-right: 1px solid #F2F2F2;
}

.value-block span.eq {
	font-size: 13px;
	color: #b5bac0;
}

.val {
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	color: #FAB21C;
	font-size: 18px;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
}

.plus {
	top: 0;
	border-bottom: 1px solid #F2F2F2;
}

.minus {
	bottom: 0;
}

.popup-bottom {
	background: url(/local/templates/new_tkbagira/css/../img/popup-bottom.png);
	border-top: 1px solid #E8F0F9;
	padding: 23px;
	margin: 0 -25px -23px;
}

.pb__itogo {
	font-size: 14px;
	margin-bottom: 20px;
}

.pb__itogo span {
	font-size: 18px;
	font-weight: 500;
}

.bl__table {
	width: 100%;
}

.bl__table td + td {
	text-align: right;
}


/*-------- scroll --------*/

.scroll.on .viewport {
	height: 303px;
	overflow: hidden;
	position: relative;
}

.scroll.on {
	position: relative;
	padding-right: 20px;
}

.scroll.on .overview {
	width: 100%;
	position: absolute;
	left: 0; top: 0;
}

.scrollbar {
	width: 6px;
	height: 100%;
	position: absolute;
	right: 0; top: 0;
	z-index: 2;
}

.scrollbar.disable {
	display: none;
}

.thumb {
	background: #E8F0F9;
	width: 6px;
	border-radius: 3px;
	position: absolute;
	top: 0; left: 0;
}

.noSelect {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

/*-------- element --------*/

.element {
	border: 1px solid #EDEDED;
	position: relative;
	padding: 14px;
	margin-bottom: 25px;
	background: #fff;
}

.element-link {
   position: absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
   z-index: 10;
}

.element-image {
	padding-bottom: 90%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.element.rag .element-image {
   padding-bottom: 148%;
}

.element-image a,
.catitem__image span {
   position: absolute;
   width: 100%;
   height: 100%;
   /*padding: 10px 0;*/
   display: flex;
   display: -webkit-flex;
   align-items: center;
   -webkit-align-items: center;
   justify-content: center;
   -webkit-justify-content: center;
}

.element-image a img,
.catitem__image span img {
   max-height: 100%;
}

.element-name {
	height: 60px;
	/*margin-bottom: 5px;*/
   overflow: hidden;
}

.head {
	color: #2d343c;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}

a.head:hover {
	text-decoration: underline;
}

.element-desc {
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	white-space: nowrap;
   margin-bottom:10px;
	text-overflow: ellipsis;
}

.element-cena {
	margin-bottom: 10px;
	line-height: 25px;
}

.cena {
	font-weight: 700;
	font-size: 21px;
}

.cena-not-strong {
	/*font-size: 21px;*/
	font-size: 16px;
}

.not-cena {
	font-weight: 500;
	font-size: 18px;
	color: #78468F;
	display: block;
	text-align: center;
}

.new-cena {
	color: #ec6217;
}

.old-cena {
	background: url(/local/templates/new_tkbagira/css/../img/old-cena.png) 0 50% no-repeat;
	padding-left: 25px;
	margin-left: 5px;
	font-size: 18px;
	text-decoration: line-through;
}

.not-available {
	background: url(/local/templates/new_tkbagira/css/../img/not-available.png) 0 50% no-repeat;
	font-size: 21px;
	color: #aaafb4;
	padding-left: 30px;
}

.sale-block {
	background: #fff url(/local/templates/new_tkbagira/css/../img/sale-block.png) 50% 50px no-repeat;
	height: 398px;
	text-align: center;
	padding: 120px 20px 0;
}

.ban-sale {
	background: url(/local/templates/new_tkbagira/css/../img/aura.jpg?1) 50% 50% no-repeat;
	border: none;
	padding: 7px;
}

.sale-title {
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.ban-text .element-name,
.ban-text .element-desc {
	height: auto;
	white-space: normal;
}

.ban-image {
	padding: 0;
}

/*-------- article-item --------*/

.article-item {
	height: 267px;
	position: relative;
	border: 1px solid #EDEDED;
	margin-bottom: 25px;
}

.article-image {
	width: 285px;
	height: 265px;
	overflow: hidden;
	position: relative;
}

.article-image:after {
	content: '';
	width: 22px;
	height: 100%;
	position: absolute;
	right: 0; top: 0;
	background: url(/local/templates/new_tkbagira/css/../img/article-image.png);
	z-index: 2;
}

.article-text {
	overflow: hidden;
	padding: 50px 30px 0;
	position: relative;
	height: 265px;
}

.article-bottom {
	position: absolute;
	left: 30px; bottom: 40px;
}

/*-------- about-block --------*/

.about-block {
	/*margin-top: 60px;*/
}

/*-------- subscribe --------*/

.subscribe-block {
	min-height: 290px;
	position: relative;
	padding: 11px;
	margin-bottom: 50px;
	background: url(/local/templates/new_tkbagira/css/../img/subscribe.jpg?1) no-repeat;
}

.subscribe-block__content {
   padding:20px 0;
}

.sm__title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}

.sm__text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.subscribe {
	border: none;
	background: #FAB21C;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.subscribe:hover {
	background-color: #ffc242;
}

.subscribe-form {
	width: 100%;
}

.subscribe-form td {
	vertical-align: top;
   width:100%;
}

.subscribe-form td + td {
	padding-left: 10px;
   width:auto;
}

/*-------- papers --------*/

.papers-head {
	line-height: 20px;
	margin-bottom: 20px;
}

.paper-item {
   padding-bottom: 40px;
   max-width: 570px;
	background-color: #fff;
	margin: 0 0 25px;
	position: relative;
}

.paper-image {
	height: 290px;
	overflow: hidden;
}

.paper-image img {
   max-width: none;
}

.paper-main {
	padding: 25px;
}

.paper-text {
	height: 80px;
	overflow: hidden;
}

.paper-bottom {
	position: absolute;
	left: 25px; bottom: 25px;
}

.paper-main .button-more {
	opacity: .5;
	transition: all 0.2s ease;
}

.paper-main .button-more:hover {
	opacity: 1;
}

.paper-title {
	height: 20px;
	white-space: nowrap;
	margin-bottom: 10px;
	text-overflow: ellipsis;
}

.paper-title a {
	color: #2d343c;
	font-weight: 700;
	font-size: 18px;
	transition: all 0.2s ease;
}

.paper-title a:hover {
	color: #78468f;
	text-decoration: underline;
}

.paper-desc {
	margin-bottom: 15px;
	line-height: 25px;
}

.paper-date {
	font-size: 11px;
	color: #b1b1b1;
}

.tag {
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
}

.t-green {background-color: #A8BF6B;}
.t-purple {background-color: #CB87CA;}
.t-blue {background-color: #7D8DD5;}

.full-paper,
.center-paper {
	height: 360px;
   max-width: 100%;
}

.full-paper .paper-main {
	position: absolute;
	left: 0; bottom: 0;
	max-width: 520px;
   width:100%;
	color: #fff;
}

.full-paper .paper-image {
	height: 360px;
}

.full-paper a {
	color: #fff;
}

.full-paper a:hover {
	color: #fff;
	text-decoration: underline;
}

.full-paper .paper-desc li {
	float: left;
	margin-right: 10px;
}

.full-paper .paper-bottom {
	position: static;
	margin-top: 15px;
}

.full-paper .button-more {
	background-image: url(/local/templates/new_tkbagira/css/../img/button-more.png);
	filter: none;
	-webkit-filter: grayscale(0%);
	color: #fff;
	opacity: 1;
}

.center-paper .paper-main {
	position: absolute;
	top: 0; left: 50%;
	margin-left: -260px;
	width: 520px;
	padding-top: 70px;
	color: #fff;
	text-align: center;
}

.center-paper .paper-desc li {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 5px;
}

/*-------- footer --------*/

.footer-top {
	position: relative;
	border-bottom: 1px solid #F9F9F9;
	padding: 10px 0;
	background: url(/local/templates/new_tkbagira/css/../img/popup-bottom.png);
}

.footer-menu li {
	display: inline-block;
   vertical-align: top;
	line-height: 50px;
}

.footer-menu li + li {
	background: url(/local/templates/new_tkbagira/css/../img/fm__dotted.png) 0 50% no-repeat;
	margin-left: 25px;
	padding-left: 30px;
}

.footer-menu li a {
	color: #2d343c;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-menu li a:hover,
.footer-column-menu li a:hover {
	text-decoration: underline;
}

.search-block {
	position: relative;
}

.header-search-block .input {
   height: 44px;
   margin-top:5px;
}

.search-block .input {
   margin-bottom:0;
}

.search-block.full-search {
	width: auto;
}

.full-search .input {
	margin: 0;
}

.search-button {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px; top: 15px;
	cursor: pointer;
	border: none;
	background: url(/local/templates/new_tkbagira/css/../img/search-button.png) 50% 50% no-repeat;
}

.footer-bottom {
	padding: 25px 0;
	position: relative;
}

.footer-title {
	font-size: 12px;
	color: #afafaf;
	margin-bottom: 10px;
}

.footer-contact li {
	padding-left: 30px;
	line-height: 18px;
	min-height: 22px;
}

.footer-contact li + li {
	margin-top: 15px;
}

.fc__phone {background: url(/local/templates/new_tkbagira/css/../img/fc__phone.png) no-repeat;}
.fc__email {background: url(/local/templates/new_tkbagira/css/../img/fc__email.png) 0 3px no-repeat;}
.fc__address {background: url(/local/templates/new_tkbagira/css/../img/fc__address.png) no-repeat;}

.footer-column-menu li + li {
	margin-top: 5px;
}

.footer-column-menu li a {
	color: #2d343c;
}

/*== overlay-block ========================================*/

.overlay-block {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	background: rgba(73,52,91,.8);
	z-index: 1999;
   cursor: pointer;
	display: none;
}

.overlay-tb {
	display: table;
	width: 100%;
	height: 100%;
}

.overlay-td {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.overlay-main {
	background: #fff;
	position: relative;
	text-align: left;
   margin-top: 0 !important;
   margin-bottom: 0 !important;
   cursor: default;
}

.overlay-block .overlay-main {
   /*max-width: 400px;*/
   padding: 25px;
   margin: 0 auto;
   box-shadow: 0 8px 11px rgba(24,24,25,.47);
}

.win-show .overlay-main {
	-webkit-animation: show .3s ease alternate;
	animation: show .3s ease alternate;
}

@-webkit-keyframes show {
	0% { top: -20px; }
	100% { top: 0; }
}

@keyframes show {
	0% { top: -20px; }
	100% { top: 0; }
}

.register {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.or {
	font-size: 14px;
	color: #afafaf;
	margin: 20px 0;
	text-align: center;
	font-style: italic;
}

.label-text {
	margin-bottom: 3px;
}

.submit-button {
	margin-top: 25px;
}

.overlay-title {
	margin-bottom: 20px;
}

.overlay-close,
.fancybox-close {
	position: absolute;
	width: 56px;
	height: 56px;
	right: -28px; top: -28px;
	border-radius: 28px;
	cursor: pointer;
	background: #FAB21C url(/local/templates/new_tkbagira/css/../img/close.png) 50% 50% no-repeat;
}

/*-------- breadcrumbs --------*/

.breadcrumbs {
	margin: -20px 0 30px;
}

.breadcrumbs li {
	float: left;
	font-size: 11px;
	margin-right: 10px;
	white-space: nowrap;
}

.breadcrumbs li + li {
	background: url(/local/templates/new_tkbagira/css/../img/breadcrumbs.png) 0 8px no-repeat;
	padding-left: 20px;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

/*-------- catalog-title --------*/

.catalog-title {
	height: 50px;
	position: relative;
	line-height: 50px;
	background: #8F65A2;
	padding-left: 45px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

.catalog-title:before {
	content: '';	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	position: absolute;
	left: 22px; top: 100%;
	border-color: #8F65A2 transparent transparent transparent;
	z-index: 2;
}

.catalog-title:after {
	content: '';
	width: 14px;
	height: 12px;
	position: absolute;
	left: 15px; top: 19px;
	background: url(/local/templates/new_tkbagira/css/../img/cm__title.png) 0 -36px;
}

.catalog-list {
	background: #fff;
	padding-top: 10px;
	margin-bottom: 20px;
}

.menu-mobile .catalog-list {
   margin-bottom:0;
}

.cl__item {
	position: relative;
	background-color: #fff;
}

.cl__item > a {
	font-size: 18px;
	font-weight: 700;
   padding: 17px 15px;
   display: block;
	font-family: 'pt', sans-serif;
	color: #2d343c;
	transition: all 0.2s ease;
}

.cl__item > a:hover,
.cl__item.active > a {
	color: #78468f;
}

.cl__item + li {
	border-top: 1px solid #E8F0F9;
}

.cl__item > ul li {
   margin: 0 15px 10px;
	font-size: 15px;
	position: relative;
}

.cl__item > ul {
	padding-top: 10px;
	display: none;
}

.cl__item.active > ul {
	display: block;
}

.cl__item > ul li a {
	color: #8a8a8a;
	transition: all 0.2s ease;
}

.cl__item > ul li a:hover,
.cl__item > ul li.active a {
	color: #78468f;
	text-decoration: underline;
}

.item-spin,
.user-list .cl__item:after {
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	right: 15px; top: 17px;
	background: url(/local/templates/new_tkbagira/css/../img/item-spin.png);
}

.user-list .cl__item:after {
	content: '';
}

.cl__item.active .item-spin,
.useful-item.active .item-spin {
	background-position: 0 -25px;
}

/*-------- product-block --------*/

.product-block {
	background: #fff;
	padding: 25px;
	margin-bottom: 40px;
}

.product-table-touch {
   /*overflow-x: auto;*/
   /*overflow-y: hidden;*/
}

.product-table {
   /*min-width: 450px;*/
	width: 100%;
	margin: 10px 0 30px;
}

.product-table th {
	background: #FAFAFA;
	font-family: 'pt',sans-serif;
	font-size: 12px;
	color: #afafaf;
	padding: 0 10px;
	line-height: 22px;
	font-weight: normal;
}

.product-table td {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	/*padding: 10px;*/
	padding: 10px 5px 10px 5px;
	white-space: nowrap;
	border-bottom: 1px solid #E8F0F9;
}

.product-cena-block {
	margin-top: 30px;
}

.product-cena-block li {
   margin-bottom:15px;
}

.product-cena-block .cena {
	/*font-size: 24px;*/
	font-size: 20px;
	font-weight: 500;
}

.product-cena-block .hb__title {
	margin-bottom: 5px;
}

.product-cena-block .button {
	font-size: 18px;
}

.order-button {
	font-size: 21px;
	font-weight: 400;
	height: 60px;
	line-height: 60px;
	filter: gray;
   -webkit-filter: grayscale(100%);
}

.order-button:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.in-basket {
	position: relative;
}

.in-basket-block {
	bottom: 90%;
	right: 0;
	width: 400px;
}

.in-basket-block:after {
	display: none;
}

.show .in-basket-block {
	bottom: 100%;
}

.ib__value {
	margin: 10px 0 25px;
}

.ib__value a {text-decoration: underline;}
.ib__value a:hover {text-decoration: none;}

.b__cancel {
	background: url(/local/templates/new_tkbagira/css/../img/b__cancel.png) 0 50% no-repeat;
	font-size: 14px;
	padding-left: 25px;
	cursor: pointer;
	color: #2d343c;
}

.b__cancel_order {
	background: url(/local/templates/new_tkbagira/css/../img/b__cancel.png) 0 50% no-repeat;
	font-size: 14px;
	padding-left: 25px;
	cursor: pointer;
	color: #fff;
}

/*-------- product-slider --------*/

.product-slider {
	position: relative;
}

.pr__container {
	position: relative;
	max-width: 270px;
	height: 250px;
	margin: 0 auto 20px;
}

.pr__container.pr__container___tricotage{
	height: 400px;
}

.product-slide {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.product-slide a {
	width: 270px;
	height: 250px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product-slide.active {
	opacity: 1;
	visibility: visible;
}

.pr__view {
   font-size:0;
}

.pr__pagi {
	padding-bottom: 15px;
   margin:0 10px 10px 0;
   display: inline-block;
   vertical-align: top;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	position: relative;
}

.pr__pagi.active:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #8F65A2 transparent;
	position: absolute;
	left: 50%; bottom:0;
	margin-left: -4px;
}

.pr__pagi.active {
	border-color: #8F65A2;
}

.prev,
.next {
	width: 26px;
	height: 26px;
	position: absolute;
	cursor: pointer;
   top:112px;
   border-radius: 100%;
	z-index: 2;
}

.prev {
	background: #fff url(/local/templates/new_tkbagira/css/../img/prev.png);
}

.next {
	background: #fff url(/local/templates/new_tkbagira/css/../img/next.png);
}

.prev-slide {
	left: 0;
}

.next-slide {
	right: 0;
}

.product-slider .prev,
.product-slider .next {
   top:50%;
   margin-top: -73px;
}

/*-------- description --------*/

.description {
	margin-top: 30px;
}

.description li {
	white-space: nowrap;
	float: left;
	margin: 0 40px 20px 0;
	line-height: 25px;
	font-size: 14px;
	padding-left: 35px;

	width: 125px;
}

.material-breath {background: url(/local/templates/new_tkbagira/css/../img/material-breath.png) no-repeat;}
.material-sheep {background: url(/local/templates/new_tkbagira/css/../img/material-sheep.png) no-repeat;}
.material-eucalyptus {background: url(/local/templates/new_tkbagira/css/../img/material-eucalyptus.png) no-repeat;}
.material-icon-1 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/1.png) no-repeat;background-size: 25px;}
.material-icon-2 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/2.png) no-repeat;background-size: 25px;}
.material-icon-3 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/3.png) no-repeat;background-size: 25px;}
.material-icon-4 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/4.png) no-repeat;background-size: 25px;}
.material-icon-5 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/5.png) no-repeat;background-size: 25px;}
.material-icon-6 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/6.png) no-repeat;background-size: 25px;}
.material-icon-7 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/7.png) no-repeat;background-size: 25px;}
.material-icon-8 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/8.png) no-repeat;background-size: 25px;}
.material-icon-9 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/9.png) no-repeat;background-size: 25px;}
.material-icon-10 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/10.png) no-repeat;background-size: 25px;}
.material-icon-11 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/11.png) no-repeat;background-size: 25px;}
.material-icon-12 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/12.png) no-repeat;background-size: 25px;}
.material-icon-13 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/13.png) no-repeat;background-size: 25px;}
.material-icon-14 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/14.png) no-repeat;background-size: 25px;}
.material-icon-15 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/15.png) no-repeat;background-size: 25px;}
.material-icon-16 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/16.png) no-repeat;background-size: 25px;}
.material-icon-17 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/17.png) no-repeat;background-size: 25px;}
.material-icon-18 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/18.png) no-repeat;background-size: 25px;}
.material-icon-19 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/19.png) no-repeat;background-size: 25px;}
.material-icon-20 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/20.png) no-repeat;background-size: 25px;}
.material-icon-21 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/21.png) no-repeat;background-size: 25px;}
.material-icon-22 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/22.png) no-repeat;background-size: 25px;}
.material-icon-23 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/23.png) no-repeat;background-size: 25px;}
.material-icon-24 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/24.png) no-repeat;background-size: 25px;}
.material-icon-25 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/25.png) no-repeat;background-size: 25px;}
.material-icon-26 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/26.png) no-repeat;background-size: 25px;}
.material-icon-27 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/27.png) no-repeat;background-size: 25px;}
.material-icon-28 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/28.png) no-repeat;background-size: 25px;}
.material-icon-29 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/29.png) no-repeat;background-size: 25px;}
.material-icon-30 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/30.png) no-repeat;background-size: 25px;}
.material-icon-31 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/31.png) no-repeat;background-size: 25px;}
.material-icon-32 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/32.png) no-repeat;background-size: 25px;}
.material-icon-33 {background: url(/local/templates/new_tkbagira/css/../img/catalog/icon/33.png) no-repeat;background-size: 25px;}

.icon-hide{display: none}
/*-------- product-buttom --------*/

.product-buttom {
	border-top: 1px solid #E8F0F9;
	margin-top: 30px;
}

.product-info {
	font-size: 0;
}

.product-info li {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	padding-right: 20px;
	width: 50%;
}

.pi__info {
	position: relative;
	font-size: 14px;
	padding-left: 140px;
}

.pi__info span {
	position: absolute;
	left: 0; top: 5px;
	font-weight: 700;
	border-bottom: 1px dotted #DDE5ED;
	line-height: 8px;
	width: 135px;
}

.warning {
	font-size: 11px;
	color: #9665a2;
	margin-top: 25px;
}

.tovar-slider {
	position: relative;
	margin-right: -25px;
	margin-bottom: 30px;
}

.tovar-slide {
   padding-right: 30px;
}

.tovar-slider:after,
.sert-slider:after {
	content: '';
	width: 25px;
	height: 100%;
	position: absolute;
	right: 0; top: 0;
	background: #F6F6F6;
	z-index: 2;
}

.tovar-nav {
	top: -45px;
}

.tovar-nav.prev {right: 60px;}
.tovar-nav.next {right: 25px;}

/*-------- basket-table --------*/

.basket-table {
	width: 100%;
}

.basket-table td {
	vertical-align: top;
	padding: 20px 20px 40px;
	background: #fff;
	position: relative;
}

.basket-table tr td:nth-child(1),
.basket-table td:nth-child(2) {
   padding: 20px 0 40px 20px;
}

.basket-table td:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0; left: 0;
	background: #F6F6F6;
}

.bt__cena,
.bt__old-cena {
	white-space: nowrap;
}

.bt__cena {
	font-weight: 700;
	font-size: 18px;
}

.bt__old-cena {
	font-size: 13px;
	color: #afafaf;
	text-decoration: line-through;
}

.bt__image {
	overflow: hidden;
   min-width: 90px;
}

.bt__info {
	/*height: 120px;*/
	overflow: hidden;
}

.bt__box {
	height: 120px;
	padding-bottom: 22px;
	position: relative;
}

.basket-table .value {
	margin: 0;
}

.bt__bottom {
	position: absolute;
	left: 50%; bottom: 0;
	margin-left: -45px;
	text-align: center;
}

.set {
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	line-height: 15px;
	color: #494e52;
	opacity: 0.5;
	transition: all 0.2s ease;
}

.set:hover {
	opacity: 1;
}

.setaside {background: url(/local/templates/new_tkbagira/css/../img/b__setaside.png) no-repeat;}
.delete {background: url(/local/templates/new_tkbagira/css/../img/b__delete.png) no-repeat;}

.promo {
	margin-right: 5px;
	max-width: 195px;
}

.coupon-group {
   white-space:nowrap;
}

/*.good{
	border: 2px solid #56dd69;
}

.bad{
	border: 2px solid #dd2c15;
}*/

.interval-cena {
	font-size: 14px;
	margin-bottom: 10px;
}

.interval-cena span {
	text-decoration: line-through;
	padding-right: 17px;
	background: url(/local/templates/new_tkbagira/css/../img/b__interval.png) 100% 5px no-repeat;
	margin-right: 5px;
}

.itogo-cena {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 30px;
}

.bb__list li {
   display: inline-block;
   vertical-align: top;
	margin-left: 35px;
	line-height: 50px;
}

.step-button {
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	border: none;
	padding: 0 20px;
	background: #8F65A2;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.step-button span {
	background: url(/local/templates/new_tkbagira/css/../img/b__step.png) 100% 50% no-repeat;
	padding-right: 25px;
}

.step-button:hover {
	background: #ad7ac4;
}

/*-------- categories --------*/

.categories {
	margin-bottom: 10px;
}

.cat-item {
	position: relative;
	background: #fff;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 25px;
	transition: all 0.2s ease;
}

.cat-item:hover {
	border-color: #FBBF28;
	box-shadow: 0 0 0 3px #FBBF28, 0 25px 38px rgba(83,78,100,.28);
}

.catitem__image {
   position: relative;
   padding-bottom: 70%;
}

.catitem__image.rag {
   padding-bottom: 135%;
}

.catitem__image span {
   padding: 0;
}

.catitem__name {
	width: 400px;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	padding: 0 10px;
	font-size: 18px;
}

/*-------- useful-block --------*/

.useful-block {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid #D0DBE6;
}

.useful-item {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
}

.useful-header {
	padding: 15px 20px;
	position: relative;
	line-height: 20px;
	cursor: pointer;
}

.useful-header span {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px dotted #2d343c;
}

.useful-content {
	padding: 10px 20px 20px;
	display: none;
}

.useful-item .item-spin {
	top: 14px;
}

/*-------- filter-block --------*/

.white-block {
	background: #fff;
	margin-bottom: 35px;
	position: relative;
	padding: 20px 25px;
	line-height: 20px;
}

.index .white-block {
   padding-left: 0;
   padding-right: 0;
   margin-bottom:0;
}

.filter-list li {
	float: left;
	margin-right: 15px;
	font-size: 16px;
}

.filter-list li a {
	border-bottom: 1px dotted #78468f;
}

.link-size {
	padding-left: 20px;
	background: url(/local/templates/new_tkbagira/css/../img/b__size.png) 0 50% no-repeat;
}

/*-------- navigation --------*/

.navigation li {
	font-size: 16px;
	margin-right: 25px;
	float: left;
}

.navigation li.current {
	font-weight: 700;
}

.prev-navigation {
	background: url(/local/templates/new_tkbagira/css/../img/prev-navigation.png) 0 7px no-repeat;
	padding-left: 27px;
}

.next-navigation {
	background: url(/local/templates/new_tkbagira/css/../img/next-navigation.png) 100% 7px no-repeat;
	padding-right: 27px;
}

/*-------- 404 --------*/

.not-found {
	background: url(/local/templates/new_tkbagira/css/../img/404.jpg) 50% 50% no-repeat;
}

.not-found-block {
	padding: 100px 0;
	width: 370px;
	margin: 0 auto;
	text-align: center;
}

.nf__logo {
	width: 161px;
	height: 98px;
	margin: 0 auto 45px;
	background: url(/local/templates/new_tkbagira/css/../img/x_logotype_tm.png);
}

.nf__text {
	font-size: 16px;
	margin-bottom: 35px;
}

.nf__text span {
	display: block;
	font-size: 60px;
	line-height: 60px;
	color: #4c3f41;
	font-weight: bold;
}

/*-------- usefull-about --------*/

.usefull-about {
	background: #fff;
	padding: 20px;
	margin-bottom: 50px;
}

.ua__left {width: 530px;}
.ua__right {width: 250px;}

.border-logo {
	height: 175px;
	border: 1px solid #E8F0F9;
	margin-bottom: 25px;
	background: url(/local/templates/new_tkbagira/css/../img/x_logotype_tm.png) 50% 50% no-repeat;
}

.ua__text {
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	margin: 5px 0 10px;
}

.ua__map {
	background-size: 12px auto;
	padding-left: 20px;
}

.ua__text span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

hr.line {
	border: none;
	margin: 20px 0;
	height: 3px;
	background: url(/local/templates/new_tkbagira/css/../img/line.png) repeat-x;
}

/*-------- sert-slider --------*/

.sert-slider {
	position: relative;
	margin-bottom: 35px;
	margin-right: -20px;
}

.sert-slide a {
	display: block;
	width: 200px;
	height: 266px;
	border: 3px solid #D9E2EB;
	box-shadow: 0 2px 11px #e0e0e0;
   margin-bottom: 10px;
	position: relative;
	transition: all 0.2s ease;
}

.sert-slide span {
	display: block;
	font-size: 11px;
	line-height: 13px;
}

.sert-slide a:hover {
	border-color: #FAB21C;
}

.sert-slide a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	opacity: 0;
	background: url(/local/templates/new_tkbagira/css/../img/zomm.png) 50% 50% no-repeat;
	transition: all 0.2s ease;
}

.sert-slide a:hover:after {
	opacity: 1;
}

.sert-slider:after {
 	right: -10px;
}

/*-------- galery-slider --------*/

.galery-slider {
	position: relative;
	margin-bottom: 40px;
}

.galery-container {
	position: relative;
	overflow: hidden;
}

.galery-slide {
   display: none;
	transition: all 0.5s ease;
}

.galery-slide img {
   width:100%;
}

.galery-slide.active {
   display: block;
}

.galery-view li {
	width: 70px;
	height: 65px;
	margin: 3px 2px 0 0;
	float: left;
	cursor: pointer;
}

.galery-slider .prev-slide,
.galery-slider .next-slide {
	top: 50%;
   margin-top: -10px;
}

.galery-slider .prev-slide {
	left: 20px;
}

.galery-slider .next-slide {
	right: 20px;
}

/*-------- payment --------*/

.payment-item {
	padding-left: 70px;
	min-height: 100px;
	padding-bottom: 40px;
	position: relative;
}

.payment-item:after {
	content: '';
	width: 54px;
	height: 35px;
	background: url(/local/templates/new_tkbagira/css/../img/payment-dotted.png) 50% 0 no-repeat;
	position: absolute;
	left: 0; top: 50%;
	margin-top: 10px;
}

.payment-item:last-child {
	padding-bottom: 0;
	min-height: 80px;
}

.payment-item:last-child:after {
	display: none;
}

.payment-item.item1 {background: url(/local/templates/new_tkbagira/css/../img/b__payment1.png) no-repeat;}
.payment-item.item2 {background: url(/local/templates/new_tkbagira/css/../img/b__payment2.png) no-repeat;}
.payment-item.item3 {background: url(/local/templates/new_tkbagira/css/../img/b__payment3.png) no-repeat;}

.payment-items {
	height: 270px;
	background: url(/local/templates/new_tkbagira/css/../img/payment-list.jpg?1) 50% 50% no-repeat;
}

.pay-info {
	background: url(/local/templates/new_tkbagira/css/../img/b__payinfo.png) 0 50% no-repeat;
	padding-left: 25px;
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
}

.how-payment {
	height: 120px;
	padding-top: 60px;
	text-align: center;
	margin: 20px -25px -20px;
	background: url(/local/templates/new_tkbagira/css/../img/how-payment.png?1) 50% 0 no-repeat;
}

.how-payment a {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	padding-right: 40px;
	background: url(/local/templates/new_tkbagira/css/../img/b__howto.png) 100% 50% no-repeat;
	text-decoration: underline;
}

/*-------- size --------*/

#size .overlay-main {width: 530px;}

.table-size {margin: 0;}

.table-size th {text-align: center;}

.table-size td {padding: 5px 0;}


/*-------- step-howto-order --------*/

.step-howto-order {
	margin-bottom: 40px;
	position: relative;
}

.step-howto-order:after {
	content: '';
	position: absolute;
	width: 715px;
	height: 616px;
	right: -70px; top: -90px;
	z-index: -1;
	background: url(/local/templates/new_tkbagira/css/../img/step-howto-order.png) no-repeat;
}

.step-howto-list li {
	padding-left: 70px;
	min-height: 70px;
	position: relative;
}

.step-howto-list li + li {
	margin-top: 30px;
}

.step-howto-list span {
	position: absolute;
	width: 54px;
	height: 54px;
	left: 0; top: 0;
	background-color: #D9E2EB;
	border-radius: 27px;
	font-size: 25px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-weight: 700;
}

.b__attention {
	background: url(/local/templates/new_tkbagira/css/../img/b__attention.png) no-repeat;
}

.attention {
   background: url(/local/templates/new_tkbagira/css/../img/b__attention.png) no-repeat;
   padding-left: 50px;
   background-size: 40px 40px;
}

/*-------- transport-item --------*/

.transport-item {
	background: #fff;
	position: relative;
	padding: 10px 20px;
	text-align: center;
	margin-bottom: 25px;
}

.transport-image {
	width: 770px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
}

.transport-name {
	margin: 5px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.transport-link a {color: #2d343c;}
.transport-link a:hover {text-decoration: underline;}

/*-------- comment-block --------*/

.cb__top {
	margin-bottom: 15px;
	width: 100%;
}

.cb__top td {
	vertical-align: top;
	width: 90%;
}

.cb__top td + td {
	padding-left: 20px;
}

.cb__town {
	font-size: 11px;
	padding-left: 15px;
	color: #b1b1b1;
	white-space: nowrap;
	background: url(/local/templates/new_tkbagira/css/../img/cb__town.png) 0 50% no-repeat;
}

.cb__name {
	font-size: 18px;
	font-weight: bold;
}

.comment-block.vip {
	background-color: #FFFDE9;
}

/*-------- contact --------*/

.contact-block {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.contact-list {
	display: table;
	width: 100%;
	background: #fff;
	padding: 25px 0;
}

.contact-list li {
	display: table-cell;
	vertical-align: top;
	width: 33.33%;
	text-align: center;
	position: relative;
	padding-top: 85px;
}

.contact-list li + li:after {
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	background: url(/local/templates/new_tkbagira/css/../img/snake-ver.png) 0 50% no-repeat;
}

.contact-list li .pp__link {
	color: #78468f;
	border-color: #78468f;
}

.contact-list li a {
	text-decoration: underline;
}

.cl__text {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin: 5px 0 10px;
}

.cl__phone {background: url(/local/templates/new_tkbagira/css/../img/cl__phone.png) 50% 10px no-repeat;}
.cl__address {background: url(/local/templates/new_tkbagira/css/../img/cl__address.png) 50% 10px no-repeat;}
.cl__email {background: url(/local/templates/new_tkbagira/css/../img/cl__email.png) 50% 10px no-repeat;}

.contact-map {
	position: relative;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.contact-map.show {
	height: 335px;
	opacity: 1;
}

/*-------- manager-block --------*/

.manager-block {
	margin-bottom: 20px;
}

.manager-list {
	display: table;
	width: 100%;
	background: #fff;
	margin-bottom: 25px;
}

.manager-list li {
	display: table-cell;
	vertical-align: top;
	padding: 15px 20px;
	/*white-space: nowrap;*/
	text-align: center;
}

.manager-list li span {
	cursor: pointer;
	color: #78468f;
	border-bottom: 1px dotted #78468f;
	font-size: 16px;
}

.manager-list li.active span {
	cursor: default;
	color: #2d343c;
	border-bottom: none;
}

.manager-item {
	padding: 25px;
	position: relative;
	margin-bottom: 25px;
	background: #fff;
	text-align: center;
   height:calc(100% - 25px);
}

.manager-image {
	max-width: 180px;
	border-radius: 90px;
	border: 5px solid #FAB21C;
	overflow: hidden;
	margin: 0 auto 25px;
}

.manager-name {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.manager-phone {
	margin: 5px 0;
}

.manager-email a {text-decoration: underline;}
.manager-email a:hover {text-decoration: none;}

/*-------- stock-item --------*/

.si__town {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 26px;
	padding-left: 25px;
}

.stock-table {
	width: 100%;
}

.stock-table td {
	vertical-align: top;
	width: 50%;
}

.ivanovo {background: url(/local/templates/new_tkbagira/css/../img/ivanovo.png) 0 50% no-repeat;}
.yaroslavl {background: url(/local/templates/new_tkbagira/css/../img/yaroslavl.png) 0 50% no-repeat;}
.vologda {background: url(/local/templates/new_tkbagira/css/../img/vologda.png) 0 50% no-repeat;}

.stock-table tr + tr td {
	padding-top: 30px;
}

.stock-table tr td + td {
	padding-left: 30px;
	background: url(/local/templates/new_tkbagira/css/../img/snake-ver.png) no-repeat;
}

.stock-table tr + tr td {
	background-position: 0 30px;
}

/*-------- return-page --------*/

.filler-block {
	margin-bottom: 40px;
}

.return-page {
	margin-top: 30px;
}

.return-page a {
	color: #b1b1b1;
	background: url(/local/templates/new_tkbagira/css/../img/button-more__.png) 0 50% no-repeat;
	padding-left: 25px;
	font-weight: 500;
	transition: all 0.2s ease;
}

.return-page a:hover {
	text-decoration: underline;
}

.filler-top {
	width: 100%;
	margin-bottom: 30px;
}

.filler-top li {
	display: table-cell;
	vertical-align: top;
}

.filler-top li + li {
	padding-left: 80px;
}

.filler-price {
	width: 255px;
	padding-left: 40px;
   height: 36px;
	background: url(/local/templates/new_tkbagira/css/../img/i__price.png) no-repeat;
}

.filler-table {
	width: 100%;
}

.filler-table td {
	vertical-align: top;
	padding: 0 20px;
	width: 50%;
}

.filler-table .head {
	font-size: 18px;
	margin-bottom: 10px;
}

/*-------- search-item --------*/

.search-image {
	width: 70px;
	height: 70px;
	margin-right: 25px;
}

.search-info {
	overflow: hidden;
}

.search-info .breadcrumbs {
	margin: 0 0 10px;
}

.search-element {
	font-size: 16px;
	font-weight: 500;
}

.search-element a {color: #2d343c;}
.search-element a:hover {text-decoration: underline;}

/*-------- article-element --------*/

.article-element {
	width: 272px;
	height: 257px;
	border: 1px solid #EDEDED;
}

.ae__image {
	height: 190px;
	overflow: hidden;
}

.ae__main {
	height: 65px;
	padding: 10px 15px;
}

.article-element.fright {
	margin: 0 0 20px 20px;
}

.article-element.fleft {
	margin: 0 20px 20px 0;
}

/*-------- special --------*/

.special-order {
	margin-bottom: 25px;
}

.special-list li {
	margin-bottom: 15px;
	min-height: 30px;
	padding-left: 40px;
	padding-top: 3px;
	font-size: 15px;
	background: url(/local/templates/new_tkbagira/css/../img/b__special.png) no-repeat;
}

.special-info {
	border-left: 3px solid #FAB930;
	padding-left: 25px;
	margin-bottom: 15px;
}

.special-contact li {
	margin-top: 20px;
	min-height: 45px;
	padding-left: 55px;
}

.s__phone {
	background: url(/local/templates/new_tkbagira/css/../img/cl__phone.png) no-repeat;
	background-size: 45px 45px;
}

.s__email {
	background: url(/local/templates/new_tkbagira/css/../img/cl__email.png) no-repeat;
	background-size: 45px 45px;
}

.si__table {width: 100%;}

.si__table td {
	vertical-align: top;
	width: 50%;
	padding-top: 15px;
   white-space: nowrap;
}

.si__table td img {
	margin-right: 8px;
}

/*-------- user --------*/

.link {text-decoration: underline;}
.link:hover {text-decoration: none;}

.ul-link li {
	margin-top: 10px;
}

.user-panel li {
	float: left;
	margin-right: 30px;
}

.white-head {
	padding: 13px 25px;
	background-color: #fff;
	margin-bottom: 1px;
}

.wh__title {
	font-size: 18px;
	font-weight: 700;
}

.user-table {width: 100%;}

.user-table td {
	width: 30%;
	vertical-align: top;
}

.user-table td + td {width: 70%;}

.user-table tr + tr td {
	padding-top: 15px;
}

.status-list li+li {
   margin-top:20px;
}

.status-zakaz {
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	padding-left: 30px;
}

.status-list .button {font-size: 18px;}

.cancel {
	color: #f4788f;
	background: url(/local/templates/new_tkbagira/css/../img/cancel.png) no-repeat;
}

.waiting {
	color: #a5d877;
	background: url(/local/templates/new_tkbagira/css/../img/waiting.png) no-repeat;
}

.paid {
	color: #1f98a6;
	background: url(/local/templates/new_tkbagira/css/../img/paid.png) no-repeat;
}

.status-cancel {background: url(/local/templates/new_tkbagira/css/../img/status-cancel.png) 10px 50% no-repeat;}

.status-reload {
	display: inline-block;
	vertical-align: top;
	line-height: 15px;
	padding-left: 25px;
	font-size: 16px;
	color: #0080FF;
	background: url(/local/templates/new_tkbagira/css/../img/status-reload.png) 0 50% no-repeat;
}

.status-reload:hover {
	color: #0080FF;
}

.status-done {
	font-size: 16px;
	line-height: 18px;
	color: #1f98a6;
	padding-left: 30px;
	margin-top: 5px;
}

.cancel-zakaz {
	display: inline-block;
	vertical-align: top;
	color: #d0dbe6;
	font-size: 16px;
	margin: -7px 0 0 10px;
	border: 2px solid #d0dbe6;
	background: url(/local/templates/new_tkbagira/css/../img/status-cancel.png) 10px 50% no-repeat;
	background-size: 8px auto;
	border-radius: 3px;
	padding: 5px 10px 5px 25px;
	transition: all 0.2s ease;
}

.cancel-zakaz:hover {
	color: #F4788F;
	border-color: #F4788F;
}

.basket-bottom-table td {
	padding-left: 20px;
	text-align: left;
	line-height: 24px;
}

.go-return {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	color: #010002;
	margin-top: 20px;
	background: url(/local/templates/new_tkbagira/css/../img/return.png) 0 50% no-repeat;
}

/*-------- order-container --------*/

.order-container {
	position: relative;
}

.order-container-main {
	width: 770px;
	float: left;
}

.order-main {
	display: none;
	margin: 0;
}

.order-item {
	margin-bottom: 25px;
	position: relative;
}

.order-item.current .order-main {
	display: block;
}

.order-item.done {
	box-shadow: 0 0 0 2px #bee69b;
}

.order-item.done .order-value {
	opacity: 0;
}

.order-item.done:after {
	content: '';
	width: 27px;
	height: 27px;
	left: 20px; top: 13px;
	position: absolute;
	background: url(/local/templates/new_tkbagira/css/../img/order-done.png) no-repeat;
}

.order-item--title {
	background: #fff;
	line-height: 24px;
	position: relative;
	padding: 14px 25px;
	margin-bottom: 2px;
}

.order-value {
	width: 26px;
	height: 26px;
	border-radius: 13px;
	border: 1px solid #d0dbe9;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	font-weight: 700;
	color: #d0dbe9;
	margin-right: 10px;
	margin-left: -5px;
}

.order-item__step {
	font-size: 18px;
	font-weight: 700;
}

.order-item__link {
	color: #4C1B4D;
	margin-top: 3px;
}

.order-main .basket-table td:after {
	display: none;
}

.order-main .basket-table td {
	padding: 0 0 30px;
}

.order-main .basket-table td + td {
	padding-left: 20px;
}

.order-main .bt__info,
.order-main .bt__box {
	height: auto;
}

/*-------- radio-input --------*/

.radio-input,
.rs__input {
	display: none;
}

.radio-block {
	margin-bottom: 20px;
}

.radio-label {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 14px;
}

.radio-input:checked + .radio-label:after {
	background-position: 0 -22px;
}

.radio-label:after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0; top: 0;
	background: url(/local/templates/new_tkbagira/css/../img/radio.png) no-repeat;
}

.order-select {
	margin-right: -25px;
	margin-bottom: 30px;
}

.order-select li {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 30px 0;
	font-size: 0;
}

.rs__label {
	display: block;
	position: relative;
	font-size: 14px;
}

.rs__image {
	width: 120px;
	height: 120px;
	line-height: 116px;
	border: 2px solid #F1F1F1;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 3px;
}

.rs__image img {
	display: inline-block;
	vertical-align: middle;
}

.rs__text span {
	font-size: 14px;
	border-bottom: 1px dotted #2d343c;
	cursor: pointer;
}

.rs__input:checked + .rs__label .rs__image {
	border-color: #FAB930;
	box-shadow: 0 5px 9px rgba(24,24,25,.23);
}

.rs__input:checked + .rs__label .rs__image:after {
	content: '';
	width: 13px;
	height: 11px;
	position: absolute;
	right: 10px; top: 10px;
	background: url(/local/templates/new_tkbagira/css/../img/radio-check.png);
	z-index: 2;
}

.paypal-info {
	border-left: 3px solid #FAB930;
	padding-left: 15px;
}

.paypal-info img {
	display: block;
	margin-bottom: 10px;
}

/*-------- order-cena --------*/

.order-cena {
	float: right;
	width: 370px;
	top: 0;
	transition: top 0.2s ease;
}

.order-cena .itogo-cena {
	margin: 0;
}

.order-cena.fixed {
	position: fixed;
	top: 20px;
	margin-left: 800px;
}

/* ^_^ */


.h2-section{
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 0;
}

/*--------- menu-mobile-block ---------*/

.menu-mobile-block.win-show {
   display: block;
}

.overlay-block .menu-mobile {
   background-color: #fff;
   max-width: 270px;
   padding: 20px 0;
   min-height: 100%;
   margin: 0;
}

.menu-block-footer {
   padding: 15px 15px 0;
   border-top: 1px solid #E8F0F9;
}

/*--------- winter ---------*/

.winter .header {
   background: #fff url(/local/templates/new_tkbagira/css/../img/winter/winter-back-old.jpg?2) 50% 0 no-repeat;
}

.winter .wrapper {
	border-top:none;
}

.logotype-winter,
.winter .logotype,
.logotype-mans,
.mans .logotype {
   display: none;
}

.winter .logotype-winter {
   display: block;
}

.winter .header-box {
   background: none;
}

.winter .header-box:after {
   content: '';
   position: absolute;
   left:0;
   top:-25px;
   width:38px;
   height:74px;
}

.winter .hb__welcome:after {
   background: url(/local/templates/new_tkbagira/css/../img/winter/winter-ballow-welcome.png) no-repeat;
}

.winter .hb__phone:after {
   background: url(/local/templates/new_tkbagira/css/../img/winter/winter-ballow-phone.png) no-repeat;
}

.winter .hb__basket:after {
   background: url(/local/templates/new_tkbagira/css/../img/winter/winter-ballow-basket.png) no-repeat;
}

.winter .number-value {
   z-index: 5;
   font-size: 20px;
   color: #fff;
   font-family: "pt", sans-serif;
   top: 19px;
   left: 6px;
}

/*--------- mart ---------*/

.mart .header {
   background: url(/local/templates/new_tkbagira/css/../img/mart/mart-back.png) 50% 0 repeat-x;
}

.mart .header-box {
   background: none;
   padding-left: 55px;
}

.mart .header-box:after {
   content: '';
   position: absolute;
   left: -12px;
   top: 0px;
   width: 59px;
   height: 55px;
}

.mart .hb__welcome:after {
   background: url(/local/templates/new_tkbagira/css/../img/mart/mart-flower-welcome.png) no-repeat;
}

.mart .hb__phone:after {
   background: url(/local/templates/new_tkbagira/css/../img/mart/mart-flower-phone.png) no-repeat;
}

.mart .hb__basket:after {
   background: url(/local/templates/new_tkbagira/css/../img/mart/mart-flower-basket.png) no-repeat;
}

.mart .number-value {
   z-index: 5;
   font-size: 20px;
   color: #ca6edf;
   font-family: "pt", sans-serif;
   top: 19px;
   left: 6px;
}

/*--------- mans ---------*/

.mans .wrapper {
   border-top: none;
}

.mans .header {
   background: url(/local/templates/new_tkbagira/css/../img/mans/mans-back.png) 50% 0 repeat-x, url(/local/templates/new_tkbagira/css/../img/mans/mans-header-back.png) repeat-x, #fff url(/local/templates/new_tkbagira/css/../img/mans/mans-header-right.png) 100% 100% no-repeat;
}

.mans .logotype-mans {
   display: block;
   position: relative;
}

.mans .logotype-mans:after {
   content: '';
   width:137px;
   height:101px;
   position: absolute;
   left: -145px;
   top: 2px;
   background: url(/local/templates/new_tkbagira/css/../img/mans/mans-star.png);
}

.mans .header-box {
   background: none;
   padding-left: 55px;
}

.mans .header-box:after {
   content: '';
   position: absolute;
   left: -25px;
   top: -3px;
   width: 68px;
   height: 64px;
}

.mans .hb__welcome:after {
   background: url(/local/templates/new_tkbagira/css/../img/mans/mans-welcome.png) no-repeat;
}

.mans .hb__phone:after {
   background: url(/local/templates/new_tkbagira/css/../img/mans/mans-phone.png) no-repeat;
}

.mans .hb__basket:after {
   background: url(/local/templates/new_tkbagira/css/../img/mans/mans-basket.png) no-repeat;
}

.mans .number-value {
   z-index: 5;
   font-size: 20px;
   color: #ca6edf;
   font-family: "pt", sans-serif;
   top: 22px;
   left: -2px;
}

/*--------- advantages-block ---------*/

.advantages-block {
   background-color: #fff;
   position: relative;
   box-shadow: 0 0 4px rgba(0,0,0,.2);
   padding-top: 20px;
}

.advantages-list li {
   font-size:15px;
   line-height:17px;
   color: #5c385f;
   padding-right: 15px;
   margin-bottom: 20px;
}

.advantages-list li a {
   color: #5c385f;
}

.advantages-list li img {
   flex-shrink: 0;
   -webkit-flex-shrink: 0;
   margin-right:10px;
}

/*--------- list ---------*/

.list li {
   position: relative;
   padding-left: 15px;
   margin-bottom:5px;
   line-height:20px;
}

.list li a {
   text-decoration: underline;
}

.list li:before {
   content: '';
   width: 4px;
   height: 4px;
   border-radius: 100%;
   background-color: #F5A83C;
   position: absolute;
   left: 0;
   top: 8px;
}

.column-3 {
   columns: 3;
}

.column-4 {
   columns: 4;
}

.snake {
   height: 3px;
   border: none;
   margin: 30px 0;
   background: url(/local/templates/new_tkbagira/css/../img/snake-hor.png) repeat-x;
}

.bay-icon1 {background: url(/local/templates/new_tkbagira/css/../img/bay-icon1.png) no-repeat;}
.bay-icon2 {background: url(/local/templates/new_tkbagira/css/../img/bay-icon2.png) no-repeat;}
.bay-icon3 {background: url(/local/templates/new_tkbagira/css/../img/bay-icon3.png) no-repeat;}

.column-shake {
   background: url(/local/templates/new_tkbagira/css/../img/snake-ver.png) repeat-y;
}

.bay-list {
   margin-left:10px;
}

.bay-list li {
   padding-left: 50px;
}

.table {
   width: 100%;
}

.table td {
   padding: 0 10px 10px 0;
}

.table strong {
   font-weight:500;
   font-size:16px;
}

.border-venz {
   display: inline-block;
   background: url(/local/templates/new_tkbagira/css/../img/border-venz.png) 50% 100% no-repeat;
   padding-bottom: 4px;
}

/*-------- media --------*/

@media (min-width: 1199px) {
   .lg-visible {
      display: none;
   }
}

@media (max-width: 1199px) { /* md */

   .md-col-1 {width: 8.33333333%;}
   .md-col-2 {width: 16.66666667%;}
   .md-col-3 {width: 25%;}
   .md-col-4 {width: 33.33333333%;}
   .md-col-5 {width: 41.66666667%;}
   .md-col-6 {width: 50%;}
   .md-col-7 {width: 58.33333333%;}
   .md-col-8 {width: 66.66666667%;}
   .md-col-9 {width: 75%;}
   .md-col-10 {width: 83.33333333%;}
   .md-col-11 {width: 91.66666667%;}
   .md-col-12 {width: 100%;}

   .container {
      max-width: 1024px;
   }

   .slider-block {
      max-width: 1024px;
   }

   .slide {
      height:288px;
   }

   .md-hidden {
      display: none;
   }

   .menu-item {
      padding: 15px 15px;
      font-size:15px;
   }

   .cm__title {
      padding: 15px 15px 15px 50px;
   }

   .spec .menu-item {
      padding: 10px 10px;
      background: #fff;
   }

   .hb__welcome,
   .hb__phone {
      background: none !important;
      padding-left: 0;
   }

   .hb__welcome:after,
   .hb__phone:after {
      display: none;
   }

   .mart .header-box:not(.hb__basket) {
      padding-left: 0;
   }

   .st__title {
      font-size: 30px;
      line-height: 36px;
   }

   .subscribe-block {
      background-image: -webkit-linear-gradient(left, #e4daf9, #f7a6b9 25%, #e7d6f6 50%, #fce9f2 75%, #e3d6f7);
      background-image: linear-gradient(to right, #e4daf9, #f7a6b9 25%, #e7d6f6 50%, #fce9f2 75%, #e3d6f7);
      min-height: 20px;
   }

   .subscribe-block__content {
      background-color: #fff;
      padding-left: 15px;
      padding-right: 15px;
   }

   .advantages-list li {
      width: 33%;
   }

}

@media (min-width: 1024px) {
   .sm-visible {
      display: none;
   }
}

@media (max-width: 1023px) { /* sm */

   .container {
      /*max-width: 768px;*/
   }

   .sm-hidden {
      display: none;
   }

   .sm-col-1 {width: 8.33333333%;}
   .sm-col-2 {width: 16.66666667%;}
   .sm-col-3 {width: 25%;}
   .sm-col-4 {width: 33.33333333%;}
   .sm-col-5 {width: 41.66666667%;}
   .sm-col-6 {width: 50%;}
   .sm-col-7 {width: 58.33333333%;}
   .sm-col-8 {width: 66.66666667%;}
   .sm-col-9 {width: 75%;}
   .sm-col-10 {width: 83.33333333%;}
   .sm-col-11 {width: 91.66666667%;}
   .sm-col-12 {width: 100%;}

   .sm-flex-column {
      -webkit-flex-direction: column;
      flex-direction: column;
   }

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

   .cm__title-mobile {
      /*padding-left: 25px;*/
   }

   .cm__title-mobile:before {
      left:0;
   }

   .slide {
      height: 218px;
   }

   .st__title {
      font-size: 16px;
      line-height: 20px;
   }

   .slide-text {
      padding: 30px 325px 0 30px;
   }

   .pr__view {
      text-align: center;
   }

   .menu {
      margin-right:0;
   }

   .column-3 {
      columns: 2;
   }

   .column-4 {
      columns: 3;
   }

   .column-shake {
      background: none;
   }

   .bay-list {
      margin-left:0;
   }



}

@media (min-width: 768px) {
   .xs-visible {
      display: none;
   }
}

@media (max-width: 767px) { /* xs */
   .xs-hidden {
      display: none;
   }

   .xs-col-1 {width: 8.33333333%;}
   .xs-col-2 {width: 16.66666667%;}
   .xs-col-3 {width: 25%;}
   .xs-col-4 {width: 33.33333333%;}
   .xs-col-5 {width: 41.66666667%;}
   .xs-col-6 {width: 50%;}
   .xs-col-7 {width: 58.33333333%;}
   .xs-col-8 {width: 66.66666667%;}
   .xs-col-9 {width: 75%;}
   .xs-col-10 {width: 83.33333333%;}
   .xs-col-11 {width: 91.66666667%;}
   .xs-col-12 {width: 100%;}

   .xs-flex-column {
      -webkit-flex-direction: column;
      flex-direction: column;
   }

   .xs-columns-min {
      margin-left: -10px;
      margin-right: -10px;
   }

   .xs-columns-min [class^='col-'],
   .xs-columns-min [class*=' col-'] {
      padding-left: 10px;
      padding-right: 10px;
   }

   .xs-mt-20 {
      margin-top:20px;
   }

   .subscribe-form td {
      display: block;
   }

   .subscribe-form td + td {
      padding-left: 0;
      padding-bottom: 15px;
   }

   .element-cena {
      margin-bottom: 0;
   }

   .element .cena {
      font-size: 16px;
   }

   .catitem__name {
      height: 50px;
      font-size:14px;
   }

   .filler-table td {
      display: block;
      width:auto;
      padding: 0;
   }

   .stock-table td {
      display: block;
      width:auto;
      padding: 0 !important;
   }

   .stock-table tr td + td {
      background: none;
   }

   .filler-table tr {
      display: block;
      padding: 20px 10px;
      border: 1px solid #f2f2f2;
   }

   .white-block {
      padding: 20px;
   }

   .ip__item {
      margin-top: 10px;
      margin-bottom:10px;
   }

   .sert-slide a {
      margin-right: auto;
      margin-left: auto;
   }

   .sert-slide span {
      text-align: center;
   }

   .contact-list li,
   .manager-list li,
   .user-table td {
      display: block;
      width:auto !important;
   }

   .manager-list li {
      padding: 10px;
   }

   .contact-list li + li:after {
      display: none;
   }

   .overlay-close,
   .fancybox-close {
      width:25px;
      height:25px;
      right:15px;
      top:15px;
      background-size: 13px 13px;
   }

   .user-table tr + tr td {
      padding-top: 0;
   }

   .navigation li:first-child,
   .navigation li:last-child {
      float: none;
      margin-right: 0;
   }

   .basket-table tr,
   .basket-table td {
      display: block;
   }

   .basket-table tr {
      padding: 10px 0 20px;
      background-color: #fff;
   }

   .basket-table tr + tr {
      margin-bottom:20px;
   }

   .basket-table tr:first-child {
      padding: 0;
   }

   .basket-table td:after {
      display: none;
   }

   .basket-table tr td:nth-child(1),
   .basket-table td,
   .basket-table td:nth-child(2) {
      padding: 10px 20px 0;
   }

   .bt__box {
      height:auto;
      padding: 0;
   }

   .bt__bottom {
      position: static;
      margin: 10px 0 0;
      text-align: left;
   }

   .basket-bottom li {
      text-align: left;
   }

   .bb__list li {
      margin: 0;
      display: block;
   }

   .product-block {
      padding: 20px 15px;
      margin-left: -15px;
      margin-right: -15px;
   }

   .product-info li {
      display: block;
      padding-right: 0;
      width:auto;
   }

   .pi__info {
      padding-left: 0;
   }

   .pi__info span {
      position: static;
      border: none;
      width:auto;
      line-height:20px;
      display: block;
   }

   #sliza_widget_btn {
      display: none !important;
   }

   .product-table th {
      font-size: 10px;
      line-height:12px;
      padding: 3px 5px;
      white-space: nowrap;
   }

   .product-table td {
      font-size:10px;
      padding: 5px;
      line-height:14px;
   }

   .product-table .cena-not-strong,
   .product-table .cena {
      font-size:10px;
   }

   .advantages-list li {
      width: 50%;
      font-size:14px;
      line-height:16px;
   }

   .column-3 {
      columns: 1;
   }

   .column-4 {
      columns: 1;
   }

}



/*-------- new-category-item --------*/

.new-category-item {
	position: relative;
	border: 1px solid #f4f4f4;
	box-shadow: 0 2px 5px rgba(228,228,228,.65);
	padding: 25px;
	background-color: #fff;
	flex-direction: column;
	-webkit-flex-direction: column;
	overflow: hidden;
	/*height: 480px;*/
	/*height: 630px;*/
	height: 710px;
}

.new-category-item.min {
	height: 330px;
}

.afisha {
	padding: 0;
}

.afisha-block {
	height: 100%;
}

.afisha-column {
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.afisha-text {
	font-size: 18px;
	font-weight: 500;
	display: block;
	line-height: 30px;
}

.new-category-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #2d343c;
}

.afisha-title {
	padding: 7px;
	line-height: 30px;
	background-color: #2165A6;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}

.afisha-title span {
	color: #f0d12b;
}

.textile {background: #fff url(/local/templates/new_tkbagira/css/../img/textile.jpg) 100% 100% no-repeat;}
.jersey {
	background: #fff url(/local/templates/new_tkbagira/css/../img/jersey.jpg) 100% 100% no-repeat;

}
.afisha {
	background: #fff url(/local/templates/new_tkbagira/css/../img/afisha.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.sop {
	background: #fff url(/local/templates/new_tkbagira/css/../img/soputka.jpg) 50% 50% no-repeat;
	background-size: 300px;
	background-position: right bottom;
}

.auto-column {
	display: flex;
	display: -webkit-flex;
}

.auto-column .col {
	max-width: 100%;
}

.new-category-list li {
	position: relative;
	font-size: 15px;
	padding: 0 15px 0 10px;
	/*margin-bottom: 8px;*/
	margin-bottom: 4px;
	letter-spacing: -.04em;
	white-space: nowrap;
}

.new-category-list li:before {
	content: '.';
	font-size: 15px;
	font-weight: 500;
	color: #f8b034;
	position: absolute;
	left: 0;
	top: -4px;

}

.goods-slider {
	margin-top: 24px;
	position: relative;
}

.goods-slide {
	width: 50%;
	padding: 0 20px;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.goods-image {
	width: 84px;
	height: 84px;
	border-radius: 100%;
	overflow: hidden;
	margin:0 auto 10px;
	box-shadow: 0 2px 5px rgba(228,228,228,.65);
}

.goods-nav {
	width: 9px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	top: 35px;
	z-index: 3;
}

.prev-goods {
	background: url(/local/templates/new_tkbagira/css/../img/arrow-prev.png) no-repeat;
	left: 0;
}

.next-goods {
	background: url(/local/templates/new_tkbagira/css/../img/arrow-next.png) no-repeat;
	right: 0;
}



/* End */


/* Start:/local/templates/new_tkbagira/css/custom.css?161270858015969*/
.paper-title {
    overflow: hidden;
}
.number-value{
    left: 3px;
    width: 25px;
    text-align: center;
}
.sert-slide a {
    overflow: hidden;
}
.sert-slide img {
    width: 200px;
}

.st__button{
    float: left;
    margin-right: 20px;
}

.st__button.white {
    background-color: #fff;
    color:#78468F;
}

.slider-link {
    padding-left: 100px;
}
.slide-text{
    /*padding: 70px 720px 0 100px;*/
    padding: 70px 520px 0 100px;
}
.slide-text.white{
    color: #fff;
}

.st__title.white{
    color: #fff;
}
.search-image{
    overflow: hidden;
    height: 70px;
}

.interval-cena #allSum_wVAT_FORMATED{
    display: inline;
}

.itogo-cena #allSum_FORMATED {
    display: inline;
}

.show .popup-block {
    z-index: 2;
}

.product-table td.is-reset-nowrap {
    white-space: normal;
    text-align: left;
}
.map-header{
    width: 800px;
}
.overlay-main--product {
    width: 900px;
}

.podarok a {
    display: block;
    width: 150px;
    height: 76px;
    margin: 10px auto;
    background: url(/local/templates/new_tkbagira/css/../img/actions.png?1) no-repeat;
    position: relative;
    z-index: 2;
}


.category-list li {
    display: block;
    font-size: 15px;
}

.catalog-popup-list > li > ul > li {
    display: block;
}

.domashniy_trikotazh{
    /*background-image: url(/local/templates/new_tkbagira/css/../img/catalog/dom_trik.jpg);*/
    background-image: url(/local/templates/new_tkbagira/css/../img/catalog/trik_catalog_index.jpg);
}

.domashniy_tekstil{
    background-image: url(/local/templates/new_tkbagira/css/../img/catalog/domashniy_tekstil.jpg);
}

.napolniteli{
    background-image: url(/local/templates/new_tkbagira/css/../img/catalog/x_napolniteli.png);
}

.soputstvuyushchie_tovary{
    background-image: url(/local/templates/new_tkbagira/css/../img/catalog/VENZEL-2.jpg);
}

.hb__welcome {background: url(/local/templates/new_tkbagira/css/../img/smile.png) no-repeat;background-size: 39px 38px;}

.bx_sort_container {
   margin-bottom:20px;
}

.btn-basket-list{
    margin-right: 10px;
}

.btn-basket-list.current{
    font-weight: 600;
}

.textarea{
    background: #fff;
    border: solid 2px #f1f1f1;
    border-radius: 3px;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}

.actions-item {
    /*height:290px;*/
    overflow: hidden;
}

.overlay-block {
    overflow-y: auto;
}

.overlay-main {
    margin-top: 50px;
    margin-bottom: 50px;
}

body.lock {
    overflow: hidden;
}
.return-list{

}
.return-list li {
    margin-bottom: 20px;
}

.scroll-table {
    height: 400px;
    overflow-y: scroll;
    display: block;
}
.marginTop25{
    margin-top: 25px;
}

.pull-left{
    float: left;
}
.sticker {
    position: absolute;
    /*left:5px;*/
    right: 5px;
    top: 5px;
}

.sticker .hide{
    display: none;
}

.action-sticker {
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/action.png) no-repeat;
    width: 60px;
    height: 31px;
}
.hit-prodag-sticker {
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/hit_prodag.png) no-repeat;
    width: 89px;
    height: 31px;
}
.recommend-sticker {
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/recommend.png) no-repeat;
    width: 97px;
    height: 31px;
}
.sale-sticker {
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/sale.png) no-repeat;
    width: 60px;
    height: 31px;
}
.tovar-dnya-sticker {
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/tovar_dnya.png) no-repeat;
    width: 83px;
    height: 31px;
}

.stiker-company{
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.stiker-icon{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9;
}

.sticker-section{
    right: 5px;
    left:unset;
}

.stiker-company.hide{
    display: none;
}

.stiker-icon .hide{
    display: none;
}

.stiker-company.bagira-style{
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/BagiraStyle.png?1) no-repeat;
    width: 50px;
    height: 50px;
}

.stiker-icon .baby{
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/baby.png?1) no-repeat;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.stiker-icon .new{
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/new.png?1) no-repeat;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    background-position: center center;
}

.stiker-company.modniy-dom{
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/logo_md.png?1) no-repeat;
    width: 27px;
    height: 50px;
}



.stiker-sale{
    position: absolute;
    top: 5px;
    right: 5px;
}

.stiker-sale.actions{
    font-size: 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 10px;
    text-align: center;
    background: #d81059;
}

.stiker-sale.hide{
    display: none;
}

.stiker-sale.sale{
    background: url(/local/templates/new_tkbagira/css/../img/catalog/stickers/sale_big.png) no-repeat;
    width: 65px;
    height: 50px;
}
/*-------- brands-slider --------*/

.brands-slide {
   width:25%;
   padding-right: 20px;
   text-align: center;
}

.brands-slider {
    position: relative;
    margin-bottom: 35px;
    margin-right: -20px;
}

.brands-slide a {
    display: block;
    /*height: 120px;*/
    margin-bottom: 10px;
    position: relative;
    transition: all 0.2s ease;
}

.brands-slide span {
    display: block;
    font-size: 11px;
    line-height: 13px;
}

.element.img-ban {
    padding: 0;
}

.element.img-ban_auto img,
.element.img-ban img {
   max-width: 100%;
   width: auto !important;
   height: auto !important;
}

.element.img-ban_auto {
    padding: 0;
}
.hide {
    display: none;
}
.search-sidebar{
    height: 50px;
    margin-bottom: 20px;
}

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

.price-sidebar{
    height: 50px;
    margin-bottom: 10px;
}
.price-sidebar .link{
    padding-top: 7px;
}

.disable-price-catalog {
    opacity: 0.3;
}

.size-table {
    width: 100%;
    margin: 30px 0;
}

.size-table th {
    background: #FAFAFA;
    font-family: 'pt';
    font-size: 12px;
    color: #afafaf;
    padding: 0 10px;
    line-height: 22px;
    font-weight: normal;
}

.size-table td {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 10px;
    white-space: nowrap;
    border-bottom: 1px solid #E8F0F9;
}

.size-right {
    width: 350px;
}
.size-right-kpb{
    width: 500px;
}
.kpb{
    width: 700px;
}
.link-slider-index-all{
    position: absolute;width: 100%; height: 100%; display: block;
}
.show_number {
   margin-bottom:20px;
}

.number_list{

}
.number_list .current{
    font-weight: 500;
    color:#000;
}

.subSubSection{
    display: none;
}
.subSubSection.active{
    font-size: 11px;
    margin-left: 12px;
    display: block;
}

.box-slider-items-catalog{
    margin: 15px;height: 25px;
}


.tabs__content {
    display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
    display: block; /* по умолчанию показываем нужный блок */
}

.drop-block{
    position: relative;
}

.drop-block .title-drop {
    display: block;
    margin: 10px 0 -5px 0;
    font-weight: 600;
    color:#78468F;
}
.input-block {
    max-width: 270px;
   width:calc(100% - 70px);
    height: 40px;
    padding: 0 10px;
    background: #fff;
    border: solid 2px #f1f1f1;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-top: 10px;
    transition: all 0.2s ease;
    font-family: 'g', Arial, sans-serif;
    resize: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
   float: left;
}
.drop{
    height: 40px;
    line-height: 41px;
    color: #78468F;
    border: solid 2px #78468F;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    padding: 0 15px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    /* position: relative; */
    transition: all 0.2s ease;
    /*background: url(/local/templates/new_tkbagira/css/../img/b__recall.png) 0 50% no-repeat;*/
    display: block;
    float: left;
   margin-left: 10px;
    margin-top: 10px;

}
.drop-list{
    position: absolute;
    left: 1px;
    top: 65px;
    background: #fff;
    width: 268px;
    padding: 5px 0;
    -webkit-box-shadow: 0 0 3px #bfbeb6;
    -moz-box-shadow: 0 0 3px #bfbeb6;
    box-shadow: 0 0 3px #bfbeb6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    z-index: 10;
}
.drop-list li{
    cursor: pointer;
    padding: 3px 10px;
}
.drop-list li:hover{
    background: #78468F;
    color: #fff;
}

.size-right .table table{
    width: 100%;
    margin: 30px 0;
}

.size-right .table table th {
    background: #FAFAFA;
    font-family: 'pt';
    font-size: 12px;
    color: #afafaf;
    padding: 0 10px;
    line-height: 22px;
    font-weight: normal;
}

.size-right .table table td {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 10px;
    white-space: nowrap;
    border-bottom: 1px solid #E8F0F9;
}

.pos-link-slider{
    position: absolute;
    height: 50px;
    width: 100px;
    display: block;
}

.talign-left{
    text-align: left
}


/*.button-size-table-style{
    padding: 12px;
    background: #8F65A2;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 5px;
}*/
.button-size-table-style{
    padding: 12px;
    /* background: #8F65A2; */
    color: #8F65A2;
    text-decoration: none;
    border-bottom: 1px solid #8F65A2;
    border-top: 1px solid #8F65A2;
    border-right: 1px solid #8F65A2;
    border-left: 1px solid #8F65A2;
    border-radius: 5px;
}

.running_line_header{
    font-size: 18px!important;
    height: 30px!important;
    line-height: 30px!important;
    max-width: 1170px!important;
    margin: 0 auto!important;
    font-weight: 700;
}
.running_line_header a {
    margin-right: 20px;
    /*color: #693d7d!important;*/
    color: #ff0007 !important;
}

.custom-column{
 margin: 0 35px!important;
}


.bubblingG {
    text-align: center;
    width:78px;
    height:49px;
    margin: auto;
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 24px auto;
    background: rgb(0,0,0);
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: bubblingG 1.5s infinite alternate;
    -o-animation: bubblingG 1.5s infinite alternate;
    -ms-animation: bubblingG 1.5s infinite alternate;
    -webkit-animation: bubblingG 1.5s infinite alternate;
    -moz-animation: bubblingG 1.5s infinite alternate;
}

#bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

#bubblingG_2 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#bubblingG_3 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}



@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:rgb(0,0,0);
        transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color:rgb(255,255,255);
        transform: translateY(-20px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:rgb(0,0,0);
        -o-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color:rgb(255,255,255);
        -o-transform: translateY(-20px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:rgb(0,0,0);
        -ms-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color:rgb(255,255,255);
        -ms-transform: translateY(-20px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:rgb(0,0,0);
        -webkit-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color:rgb(255,255,255);
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:rgb(0,0,0);
        -moz-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color:rgb(255,255,255);
        -moz-transform: translateY(-20px);
    }
}

.h1-detail-page-item {
    font-family: 'pt', sans-serif;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}

.happy-link a{
    font-size: 17px!important;
}
.happy-link img{
    width: 25px!important;
    margin-right: 5px;
}

.index-happy-link{
    text-align: center;font-weight: 500;padding: 10px;
}

.marginBottom15{
    margin-bottom: 15px;
}

#bx-soa-paysystem .bx-soa-pp-desc-container{
    display:none;
}


#toTop {
    width: 75px;
    border: 1px solid #ccc;
    background: #78468F;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    left: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
}

.subscribe-form td a{
    font-weight: 500;
}

.dev-block {
    position: relative;
    height: 175px
}

.dev-block div.dev-link {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right
}

.rekvizit-footer {
    font-size: 11px;
    margin-bottom: 0
}


.bxmaker__geoip__city{
    margin-bottom: -20px;
    /*margin-top: 7px;*/
}
.search-block .input{
    margin-bottom:5px;
}
.header-search-block .input{
    height: 38px;
    margin-top: 2px;
}
.search-button{
    top:11px;
}
.bxmaker__geoip__city__line-name{
    color: #533356;
}
.bxmaker__geoip__city__line-info-btn{
    background: #533255;
}
.bxmaker__geoip__city__line-info-btn:hover{
    background: #78468F;
}
.bxmaker__geoip__city__line-info-content a{
    color: #533356;
    border-bottom:1px dashed #533356;
}

.header-ver-2{
    background-size: 30px;padding-left:35px;margin-top:20px;
}

.header-ver-2 .hb__text{
    font-size: 15px;
}
.social-icons-header{
    text-align: center;margin-top: 5px
}
.mr10{
    margin-right:10px;
}

.title-desc-kpb{
    font-family: 'pt', sans-serif;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.messanger-box{
    font-size: 11px;line-height: 12px;
}

.mr-03{
    margin-right: 3px;
}

.image-messanger-header{
    width: 15px;
}

.b2b-popup {
    position: absolute;
    left: 0; top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 17px 38px rgba(86,37,109,.41);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

ul.menu li.submenu:hover .b2b-popup {
    opacity: 1;
    visibility: visible;
}
.cp__main__b2b {
    padding-top: 15px;
    padding-bottom: 15px;
}

.b2b-popup-list li span {
    font-size: 11px;
    color: #afafaf;
    font-family: 'pt', sans-serif;
    display: block;
}

.b2b-popup-list > li a {
    color: #2d343c;
}

.b2b-popup-list > li > a {
    /*font-family: 'pt', sans-serif;
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;*/
    line-height: 25px;
}

.b2b-popup-list > li > ul {
    margin-top: 10px;
    line-height: 21px;
}

.b2b-popup-list > li > ul > li{
    display: inline;
    white-space: nowrap;
}

.b2b-popup-list > li > ul > li:after{
    content: ',';
}

.b2b-popup-list > li > ul > li:last-child:after
{
    content: '';
}

.b2b-popup-list > li > a:hover {
    text-decoration: underline;
    color: #78468f;
}

.B2B{
    width: 330px!important;
    left: -262px!important;
}

.submenu-header{
    font-size: 16px;
    /*background-color: #fff;*/
    /*color: #533255;*/
    padding: 0 10px 0 10px;
}

.catalog-menu:hover .submenu-header{
    color: #fff;
}

.header-menu-custom{
    padding: 15px;
}


/* End */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17561497761265 */
/* /local/components/ds-st/socnet/fonts/css/fontello.css?17561498412328 */
/* /local/components/ds-st/socnet/templates/.default/style.css?1756149841977 */
/* /local/templates/new_tkbagira/css/fancybox.css?15522184481891 */
/* /local/templates/new_tkbagira/css/style.css?159690438371259 */
/* /local/templates/new_tkbagira/css/custom.css?161270858015969 */
