

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

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

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

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

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


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



/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1539076965501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/tpl_inner/components/bitrix/sale.basket.basket.line/template/style.css?17428287895235*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

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

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

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

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

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

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

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

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

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

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

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

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

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

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

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

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

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

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

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

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

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

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

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

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

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

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

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

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

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

.basket-line-container {
	margin-left: 20px;
}

.bx-basket-block .basket-link {
	position: relative;
	display: inline-block;
	height: 100%;
}

.bx-basket-block .basket-link .count {
	position: absolute;
	right: -3px;
	top: -3px;
	color: #fff;
	background-color: red;
	border-radius: 50%;
	padding: 5px 8px;
}

.bx-basket-block .basket-link svg {
	width: 40px;
}

#b-top-container {
	display: flex;
	overflow: visible !important;
}
/* End */


/* Start:/local/templates/tpl_inner/components/bitrix/menu/pr_menu/style.css?1551204922842*/
div.menu-sitemap-tree
{
	font-size:100%;
}

div.menu-sitemap-tree ul
{
	list-style-type: none;
	margin: 0; 
	padding: 0 1em 0 0;
}

div.menu-sitemap-tree ul ul
{
	width: auto;
	margin:-0.75em 0 0 0;
	padding: 0 0 0 0.75em;
}

div.menu-sitemap-tree li
{
	margin: 0 0 -0.85em 0;
	padding:0;
}

div.menu-sitemap-tree li li
{
	margin: 0 0 -0.85em 0.5em; 
	padding:0;
}

div.menu-sitemap-tree li.close ul
{
	display: none;
}

div.menu-sitemap-tree div.item-text
{
	position:relative;
	top:-19px;left:19px;
}

/*Icons*/
div.folder, div.page
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}
div.folder{cursor:pointer; cursor: hand;background-image:url(/local/templates/tpl_inner/components/bitrix/menu/pr_menu/images/folder_open.gif);}
div.menu-sitemap-tree li.close div.folder{background-image:url(/local/templates/tpl_inner/components/bitrix/menu/pr_menu/images/folder_close.gif);}
div.page{background-image:url(/local/templates/tpl_inner/components/bitrix/menu/pr_menu/images/page.gif);}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?153907696851*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/tpl_inner/fancybox/jquery.fancybox.css?164780562517400*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/tpl_inner/styles.css?17255791951373*/
table.table_menu {
	width: 215px;
}

table.table_menu tr.tr_menu {
	background-color: #f6f6f6;
}

table.table_menu td a {
	color: #000;
	/* font-family: 'Calibri', 'Arial', sans-serif; */
  font-family:Tahoma;
	text-decoration: none;
	font-weight: bold;
}
table.table_menu td a:hover {
	text-decoration: underline;
}

.text-menu {
	margin: 15px 5px;
}

.img-menu {
	margin: 5px 3px 5px 10px;
}
.stati ul {

list-style: disc inside none;
line-height: 28px;
}
#b-main img{
margin-right:10px;
margin-bottom:10px;
}

.delivery-form {
	padding: 20px;
	width: 530px;
	background-color: #eee;
	border: 1px solid #ccc;
}

.delivery-form img {
	margin: 0 !important;
	padding: 0 !important;
}

.delivery-form table {
	width: 100%;
}

.delivery-form td {
	padding: 3px 0;
}

.delivery-form  input[type="radio"] {
	display: inline;
}

.delivery-form  input[type="text"] {
	padding: 5px;
}

.delivery-form  .inputtext {
	width: 300px;
}

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

.get-delivery input{
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
}

.inline-checkbox br {
	float: left;
}

.inline-checkbox label {
	margin-right: 30px;
}


div#b-copyright {
	font-size: 10pt;
	font-family: 'Tahoma' !important;
}

.catalog-section-list img{
	width: 230px;
	max-height: 86%;
	/* height: 160px!important; */
}
.fancybox-caption__body{
	font-size: 1.3rem;
    font-weight: 800;
}
/* End */


/* Start:/local/templates/tpl_inner/template_styles.css?175190124114776*/
/* global settings */

* { margin: 0; padding: 0; }

html { font-size: 100.01%; }
body { font-size: 62.5%; min-width: 990px; font-size: 10pt; font-family: 'Tahoma' !important; }
h1 {font-size: 18pt; font-family: 'Tahoma'; font-weight:normal; margin:25px 0 8px 0; }
h2 { font-size: 12pt; font-family: 'Tahoma'; font-weight:normal; }
h3 { padding-bottom: 15px; }

/* text-transform: uppercase; */

ul, ol { margin-bottom: 15px;}
ul { list-style: none; }
a  { color: #2f6591; }
a img { border: 0; }

.clear {
    clear: both;
}

/* header */

div#b-header { position: relative; height: 140px; background: url( '/i/bg-nav.jpg') repeat-x; overflow: hidden; }
img#b-logo { position: absolute; left: 40px; top: 55px;}
/* div#b-banner-cup { position: absolute; left: 263px; top: 87px; width: 78%; right: 10px; background: url( '/i/bg-cup.jpg') repeat-x; }*/
/* div#b-banner-cup div { position: absolute; width: 3px; right: 0px; height: 90px; background: url( '/i/bg-cup-end.jpg') no-repeat; } */
div#b-banner-cup { position: absolute; left: 230px; top: 55px; width: 78%; right: 10px;}
div#b-nav-icons { position: absolute; top: 20px; left: 74px; }
ul#b-top-sections { position: absolute; top: 20px; left: 215px; }
li.b-sections { display: inline; padding: 1px 10px 1px 15px; background: url( '/i/ul.jpg') no-repeat; font-family: Tahoma;  }
li.b-sections a { text-decoration: none; color: black; }
li.b-sections a:hover { text-decoration: underline; }
li.first { background: none; }

/* banners */
img#banner-souvenir { margin-top: 40px; } 
ul.souvenir { margin-top: 10px; }
ul.souvenir li, ul#article-tree ul.a-list li  { margin-botttom: 6px; padding-left: 15px; background: url( '/i/arrow.jpg') 0px 4px no-repeat; 	}
*:first-child+html ul.souvenir li { margin-bottom: 3px; padding-left: 15px; background: url( '/i/arrow.jpg') 12px 4px no-repeat; }

/* left navigation */

div#b-menu { float: left; overflow: hidden; zoom: 1; width: 217px; margin: 25px 0 0 40px; }
* html div#b-menu { margin-left: 20px; }
div#b-menu ul { background: #f6f6f6; }
div#b-menu ul li { border: 1px solid #fff; padding: 15px 65px; /* text-transform: uppercase;  */}
div#b-menu ul li a { color: #000; font-family: 'Tahoma'; text-decoration: none; font-weight: bold; font-size: 8pt;}
div#b-menu ul li a:hover { text-decoration: underline; }
div#b-menu ul li ul { margin-top: 10px; }
div#b-menu ul li ul li { border: 0; padding: 5px; width: 125px; list-style: square;}
div#b-menu ul li ul li a { text-transform: none; font-weight: normal; }
div#b-menu ul li ul li a.current { font-weight: bold; }
		
div#b-menu li#category-pen { background: url( '/i/category-pen.png') 10px 5px no-repeat; position: relative; }
div#b-menu li#category-lighters { background: url( '/i/category-lighters.png') 10px 5px no-repeat; }
div#b-menu li#category-flash { background: url( '/i/category-flash.png') 10px 5px no-repeat; }
div#b-menu li#category-keyrings { background: url( '/i/category-keyrings.png') 10px 5px no-repeat; }
div#b-menu li#category-openers { background: url( '/i/category-openers.png') 10px 10px no-repeat; }
div#b-menu li#category-crocodiles { background: url( '/i/category-crocodiles.png') 14px 12px no-repeat; }
div#b-menu li#category-dishes { background: url( '/i/category-dishes.png') 10px 5px no-repeat; }
div#b-menu li#category-comp { background: url( '/i/category-comp.png') 10px 15px no-repeat; }
div#b-menu li#category-tekstile { background: url( '/i/category-tekstile.png') 10px 5px no-repeat; }
div#b-menu li#category-poli { background: url( '/i/category-t-souvenir.png') 5px 10px no-repeat; }	
div#b-menu li#category-t-souvenir { background: url( '/i/category-poli.png') 10px 5px no-repeat; }	
div#b-menu li#category-vip { background: url( '/i/category-vip.png') 15px 16px no-repeat; }	
div#b-menu li#category-tematic { background: url( '/i/category-tematic.png') 14px 15px no-repeat; }	

div#b-banner { float: left; /*overflow: hidden; zoom: 1;*/ width: 217px; /*margin: 25px 0 0 40px;*/ clear:both;}
* html div#b-banner { margin-left: 20px; }
/* main content */

div#b-main { margin: 26px 50px 20px 265px; }
* html div#b-main { width: 70%; }
div#b-main h2 { font-size: 1.3em; margin: 0.7em 0; }
div#b-main p { margin-bottom: 1em; /* line-height: 1.5em; font-size:8pt; */ }

/* catalogue page */
div.cat-element { float: right; width: 46%; overflow: hidden; padding: 10px; margin-top: 10px; height: 270px; border: #ebebeb solid 1px; }

div.cat-left {float: left !important; }
div.cat-element h3 { font-size: 11pt; margin: 0px 0 15px 0; }



div.cat-element span.catDesc { font-size:11pt; color:#2F6591; font-weight:bold; padding-bottom:15px; margin:0 0 15px; }


div.cat-pr { width: 190px; height: 270px; position: relative; float: left; margin-right:20px; z-index: 10; }
div.cat-pr img { max-width: 100%;max-height: 244px;}
ul.cat-prop span { font-weight: bold; }
div.cat-art { /*position: absolute; bottom: 0; left: 0;*/ font-size: 8pt; color: #348509; margin-bottom: 10px; }	
div.cat-price { margin-top: 15px; font-size: 13pt; color: #d91c46; }
div.cat-price span { font-weight: bold; }
div.cat-color { position: absolute; left: 0px; bottom: 3px; }
div.cat-color img { border: 0; }

div.cat-desc { height: 270px; position: relative; }	
div.cat-desc ul li { font-size: 9pt; margin-bottom: 3px; }
div.more a { color: #777777; font-size: 9pt; }

/* product page */

div#product { width: 100%; overflow: hidden; zoom: 1; }

div#price { margin-top: 15px; font-size: 13pt; color: #d91c46; }
div#price span { font-weight: bold; }

div#product-photo { float: left; width: 300px; padding-bottom: 20px; margin-right: 20px;}
div#product-photo img { border: #ebebeb solid 1px; max-width: 300px;}

div#center { border-top: #ebebeb solid 1px; border-bottom: #ebebeb solid 1px; overflow: hidden;	zoom: 1; padding: 5px 0; *padding-bottom:10px; margin: 10px 0; }	
p#articul { color: #348509; font-size: 11pt; }
ul#properties li { margin-bottom: 5px; }
ul#properties li span { font-weight: bold; }

div#print { margin-bottom: 20px; }
div#print table{ border-left: #ebebeb solid 1px; border-bottom: #ebebeb solid 1px; width: 100%; font-size: 9pt; }
div#print table td { border-top: #ebebeb solid 1px; border-right: #ebebeb solid 1px; height: 25px; }
td.first-col { padding-left: 30px; }
tr#first-row { text-align: center; font-weight: bolder; height: 35px; }
tr.dark-row { background-color: #f4f4f4; }

table#prices td { text-align: center;}
table#prices td.first-col { font-weight: bold; }
ul.text li { list-style: disc; margin: 0 0 5px 20px; }

/* offers */

div#b-offers-container { width: 99.7%; margin-bottom: 20px; overflow: hidden; clear: both; background: url( '/i/offer-out.png') 0px 60px repeat-x; }
div#b-offers { width: 1000px; margin: 0 auto; clear: both; }
div.offer { float: left; width: 186px; padding: 0 6px; overflow: hidden; background: url( '/i/offer-in.png') 0 60px repeat-x; text-align: center; text-decoration: none; }
div#b-offers   p { padding-left: 10px; text-align: left; height: 60px; }
div#b-restaraunts  p { background: url( '/i/one.jpg') 100% 100% no-repeat; }
div#b-exhibitions p { background: url( '/i/two.jpg') 100% 100% no-repeat; }
div#b-offices  p { background: url( '/i/three.jpg') 100% 100% no-repeat; }
div#b-campaigns p { background: url( '/i/four.jpg') 100% 100% no-repeat; }
div#b-agencies p { background: url( '/i/five.jpg') 100% 100% no-repeat; }
div#b-restaraunts p a { color: black; text-decoration: none; font-size: 10pt; font-weight: bold;}
div#b-exhibitions  p a { color: #488259; text-decoration: none; font-size: 10pt; font-weight: bold; }
div#b-offices p a { color: #3c5e84; text-decoration: none; font-size: 10pt; font-weight: bold; }
div#b-campaigns p a { color: #a33a3f; text-decoration: none;  font-size: 10pt; font-weight: bold;}
div#b-agencies p a { color: #e0670a; text-decoration: none; font-size: 10pt; font-weight: bold;}

/* footer */
		
div#b-footer { clear: both; position: relative; background: #ECECEC; margin-top: 1px; }
div#b-footer ul {  position: absolute; top: 30px; left: 283px; }
div#b-copyright { padding: 30px 0 15px 5%; }
* html div#b-copyright { padding-top: 10px; }

/* other */

form#search { position: relative; z-index: 3; margin: 0 0 20px 0; float: right; width: 210px; margin-right: 50px; }
*html form#search { margin-right: 25px; }
	form#search dt { 
        float: left; 
		width: 26%; 
		padding-right: 4%; 
		height: 30px; 
		text-align: right;
        color: #d91c46; 
	}
form#search dd { float: right; width: 65%;  height: 30px; }
form#search dd select { width: 100%; }
form#search div { text-align: right; }
form#search div input { width: 100px; }

form#order { overflow: hidden; }
	form#order {	background: #f6f6f6; border: #ebebeb solid 1px; overflow: hidden; zoom: 1; padding: 20px; width: 530px; }
	form#order dl {	 }
		form#order dl dt { float: left; text-align: right; width: 25%; margin-right: 1%; padding: 12px 0; }
		form#order dl dd {  float: left; width: 73%; padding: 7px 0; }
			form#order dl dd input { width: 97%; padding: 5px; }
			form#order dl dd textarea { width: 100%; }
	form#order div { clear: both; text-align: center; padding-top: 17px; }
		form#order div input { width: 150px; }
ul#bread {  background: #f6f6f6; overflow: hidden; padding: 10px 5px; /*width: 428px;*/  margin-bottom: 0px; }
    ul#bread li { float: left; margin-right: 5px; color: #000; }
    ul#bread li a { text-decoration: underline; color: #000; padding-left: 5px; }
    ul#bread li a:hover { text-decoration:none; color: #000; }

.required:after {
	color: red;
	content: " * ";
}

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

.form-btn input{
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
}

	
ul#article-tree { margin-left: 20px; }
ul#article-tree li { margin-top: 15px; }    
ul#article-tree ul.a-list li { margin: 0 0 0 12px; }

div.catalog-section-list ul {margin: 0 0 5px 10px;}
span.t495 {font-size:85%;}

/images/icons

#list3 { }
#list3 ul { list-style-image: url("http://alteprint.ru/images/icons/krug.png"); font-size: 10pt; }
#list3 ul li { line-height:30px; }


table.new_table {
border-collapse:separate;
border-spacing: 2px;
width:100%;
}

table.new_table td {
background:url("/i/table.png") repeat scroll 0 0 transparent;
padding:1px 12px 10px;
width: 25%;
align: top;
}

table.new_table td:hover {
background:none repeat scroll 0 0 #D5D5D5;
}

ul.stati {


line-height: 28px;
}
ul.stati li {
background:url("/images/point_1.jpg") no-repeat scroll left center transparent;
padding-left: 15px;
}

ul.stati li:hover {
background:none repeat scroll 0 0 #D5D5D5;
background:url("/images/point_2.jpg") no-repeat scroll left center transparent;
}
ul.stati a {

color: black;

}

ul.link-husler {
     font-size: 11px;
    list-style: none outside none;
    margin: 10px 0px;
    padding: 0;
    text-align: left;
}

ul.link-husler li {
     color: #575757; 
     font-size: 11px;
     margin:0px;
	 color: #575757;
}
ul.link-husler a {

text-decoration: none;
color: #2C2C2C;
}
#b-menu ul ul ul li{
margin-left:10px;
list-style:none !important;
}

#contacts {
	text-align: right;
}

#contacts .phones {
	font-size: 16pt;
}

#contacts .email {
	margin-top: 10px;
	font-size: 18px;
}

#contacts .email a {
}

#contacts .info {
	margin-top: 4px;
	margin-left: -50px;
	font-size: 14.5px;
	font-weight: bold;
}


#sitesearch {
	margin: 20px 0;
}

#sitesearch .search-suggest {
	border: solid 1px #ccc;
	width: 565px;
	padding: 5px;
}

#sitesearch input[type="submit"] {
	border: solid 1px #ccc;
	width: 80px;
	padding: 5px;
}

div#b-top-container {
	overflow: hidden; padding: 0 0 0 40px; display: flex; /*background: url( '/i/bg-text.jpg') 0 100% repeat-x;*/
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 20px;
}div#b-top-left { float: left; width: 670px; }
div#b-top-right { float: left; width: 226px; }


div#b-banner-holiday { } 
#b-banner-holiday a {position:relative; float:left; width:218px; height:90px; display:block; margin-left: 2px; margin-right: 2px;}
/*#b-banner-holiday a {position:relative; float:left; width:218px; height:90px; display:block;}
#b-banner-holiday span {position:relative; float:left; width:218px; height:90px; display:block;
margin-left: 4px; margin-right: 4px; margin-top: -1px;}*/
#slider_top2 a {display:none;}

.popular-products .cat-element {
	border: 1px solid #d1edb3;
	position: relative;
}

.popular-products .cat-element:after {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url("/i/hit.png") no-repeat;
	z-index: 10;
	content: "";
}

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

.footer-social__links {
  /*margin-right: 45px;*/
	margin-right: auto;
	margin-left: auto;
}

.social__links {
  padding-top: 15px;
  display: flex;
  text-decoration: none;
}

.social__links span {
  margin-left: 15px;
  color: #000000;
}


.catalog-section-list img{
	width: 230px;
	max-height: 86%;
	/* height: 160px!important; */
}


/*FIX*/
#b-top-container {
	display: flex;
}

#b-banner-cup .phones {
	margin-left: 750px;
	font-size: 16pt;
	margin-top: 25px;
}

#b-top-container .order-text {
	margin-left: 12px;
	margin-top: 28px;
}

@media (max-width: 1006px) {
	#b-banner-cup .phones {
		margin-left: 0;
		margin-top: 10px;
	}

	#b-top-container .order-text {
		margin-left: 20px;
	}
}

.order-text {
	position: relative;
	font-weight: 600;
	margin-top: 10px;
	text-align: right;
	margin-right: 10px;
}
.tooltip-switcher {
	border: 1px solid #333;
	border-radius: 50%;
	padding: 1px 7px;
	cursor: pointer;
}
.tooltip-text {
	display: none;
	position: absolute;
	top: 50px;
}

.tooltip-switcher:hover .tooltip-text {
	display: block;
	padding: 3px;
	border: 1px solid #333;
	background-color: #fff;
	border-radius: 3px;
}

.email {
	text-align: right;
	margin-right: 10px;
}

.phones {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 10px;
}

.basket-line-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.phones .phone {
	font-size: 15pt;
}

.form-b24-callback {
	background-color: #e0e0e0;
	text-transform: uppercase;
	cursor: pointer;
	height: fit-content;
	padding: 10px 5px;
	margin-left: 20px;
	margin-top: auto;
	margin-bottom: auto;
}

.manufacturing {}
.manufacturing .name {
	font-weight: 600;
	text-transform: uppercase;
}

.manufacturing .text {
	margin-top: 10px;
	width: 60%;
}

.manufacturing .items-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.manufacturing .items-list .item {
	width: 18%;
	margin: 1%;
	text-align: center;
}

.manufacturing .items-list .item img {
	width: 100%;
	border-radius: 50%;
}

.manufacturing .items-list .item a,
.manufacturing .items-list .item a:hover
{
	color: #333;
	text-align: center;
	text-decoration: none;
}
/*END FIX*/
/* End */
/* /local/templates/tpl_inner/components/bitrix/menu/template1/style.css?1551204923583 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1539076965501 */
/* /local/templates/tpl_inner/components/bitrix/sale.basket.basket.line/template/style.css?17428287895235 */
/* /local/templates/tpl_inner/components/bitrix/menu/pr_menu/style.css?1551204922842 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?153907696851 */
/* /local/templates/tpl_inner/fancybox/jquery.fancybox.css?164780562517400 */
/* /local/templates/tpl_inner/styles.css?17255791951373 */
/* /local/templates/tpl_inner/template_styles.css?175190124114776 */
