.bottom-menu a {
    text-decoration: none;
    color: #000000;
}
.bottom-menu a.d-large {
    font-size: 16px;
    font-weight: bold;
}
.bottom-menu a.d-large::after {
    border-bottom: 1px solid #dedede;
    width: 90%;
    content: " ";
    display: block;
    margin: 8px 0 15px 0;
}

.bottom-menu .d-new-menu-small::after {
    background: rgba(0, 179, 28, 1) none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    color: aliceblue;
    content: "NEW";
    display: inline-block;
    font-size: 0.6em;
    line-height: 1.8em;
    margin-left: 2em;
    margin-top: 4px;
    padding: 0 10px;
    position: absolute;
    transform: rotate(5deg);
}
.bottom-menu .d-sale-menu-small::after {
    background: rgba(201, 48, 48, 1) none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    color: aliceblue;
    content: "SALE";
    display: inline-block;
    font-size: 0.6em;
    line-height: 1.8em;
    margin-left: 2em;
    margin-top: 4px;
    padding: 0 10px;
    position: absolute;
	height: auto;
	width: auto;
    transform: rotate(-5deg);
}

#d-content td,#d-content th
{
	border-bottom: 1px solid #dadada;
	padding: 1em 1em 1em 0;
	vertical-align: inherit;
}
#d-content th
{
	font-size: 1.37em;
	font-weight: 400;
	text-align: left;
}
#d-content tfoot th
{
	border: 0;
	padding-bottom: 0;
}
#d-content table.d-plain,#d-content table.d-plain th,#d-content table.d-plain td
{
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
#d-content .d-vat,#d-content .d-vat td
{
	vertical-align: top;
}
#d-content .d-vab,#d-content .d-vab td
{
	vertical-align: bottom;
}
#d-content td.d-nobrd,#d-content th.d-nobrd
{
	border-bottom: 0;
}
#d-content table.d-tbl-userinfo
{
	width: 100%;
}
#d-content table.d-tbl-userinfo th
{
	color: #000;
	padding-top: 2em;
}
#d-content table.d-tbl-userinfo td
{
	border: 0;
	padding: .25em 0;
}
#d-content table.d-tbl-contacts
{
	border-bottom: 1px solid #dadada;
	margin: 2em 0;
	width: 100%;
}
#d-content table.d-tbl-contacts td
{
	line-height: 1.25em;
	padding-bottom: .5em;
	vertical-align: top;
}
#d-content table.d-vac-i
{
	width: 100%;
}
#d-content table.d-vac-i td
{
	border: 0;
	padding-right: 2em;
}
#d-content table.d-vac-i li
{
	line-height: 1.16em;
	margin-bottom: .75em;
}
#d-content table.d-vac-i p.d-large
{
	margin-bottom: .5em;
}
#d-content table.d-tbl-orders
{
	width: 100%;
}
#d-content table.d-tbl-orders td,#d-content table.d-tbl-orders th
{
	padding-right: 15px;
}
#d-content table.d-tbl-orders td
{
	padding-top: 2em;
}
#d-content table.d-tbl-orders th
{
	white-space: nowrap;
}
#d-content table.d-tbl-orders tr td:last-child,#d-content table.d-tbl-orders tr th:last-child,#d-content table.d-tbl-orders tr td.last-child,#d-content table.d-tbl-orders tr th.last-child
{
	padding-right: 0;
}
#d-content table.d-tbl-orders p
{
	margin-bottom: .5em;
}
#d-content table.d-tbl-orders p.d-small
{
	margin-bottom: 1.5em;
}
.d-tbl-orders-repeat
{
	height: 3.5em;
	position: relative;
}
.d-tbl-orders-repeat a
{
	position: absolute;
	white-space: nowrap;
}
#d-content table.d-tbl-sale
{
	margin: 0 0 0 -1.05em;
}
#d-content table.d-tbl-sale td
{
	border-left: 1px solid #7d7d7d;
	padding: 0 1em;
	text-shadow: 0 1px 1px #aaa;
}
iframe
{
	display: block;
}
iframe[name=google_conversion_frame]
{
	display: none!important;
}
input[type="password"],input[type="search"],input[type="text"],input[type="tel"],input[type="email"],textarea
{
	border: 1px solid #b6b6b6;
	padding: .5em;
}
input[type="button"],input[type="reset"],input[type="submit"],button,.d-btn
{
	background: #ffe000;
	border: 0;
	color: #000;
	padding: .75em 1.5em;
}
.d-btn
{
	border-radius: 2px;
	display: inline-block;
	text-decoration: none;
}
.d-btn:active
{
	background: #00C2FF;
}
.dt-abtn:active
{
	background: #00C2FF;
}
input.d-btn-odd,button.d-btn-odd,a.d-btn-inv
{
	background: #dadada;
}
a:hover.d-btn-inv
{
	background: #ffe000;
}
input.d-btn-thin
{
	padding: .25em 1.5em;
}
input.d-btn-thin:active
{
	background: #00C2FF;
}
input.d-btn-wide
{
	padding: .75em 3em;
}
.d-btn-short
{
	padding: .75em;
}
.d-btn.d-n
{
	border-bottom: 2px #D0AD24 solid;
	border-radius: 4px;
}
.d-btn.d-n:hover
{
	background: #FFE555;
}
.d-error,.d-error input,.d-error textarea
{
	border-color: #ed1c24;
}
.d-inp-wide
{
	width: 300px;
}
select.d-inp-wide
{
	width: 312px;
}
.d-inp
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.d-inp input
{
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
.d-inp-cb,.d-inp-r
{
	background: url(/bitrix/templates/.default/img/ico_.png) -7px -328px no-repeat;
	height: 16px;
	margin: -.15em .25em 0 0;
	overflow: hidden;
	width: 16px;
}
.d-inp-cb input,.d-inp-r input
{
	cursor: pointer;
	display: block;
	filter: alpha(opacity=0);
	height: 16px;
	opacity: 0;
	position: relative;
	width: 16px;
	z-index: 1;
}
.d-inp-cb b,.d-inp-r b
{
	display: none;
}
.d-inp-cb-checked,.d-inp-r-checked
{
	background-position: -7px -360px;
}
.d-inp-f
{
	position: relative;
}
.d-inp-file
{
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.d-inp-f input[type="text"]
{
	border: 1px solid #b6b6b6;
	float: left;
	padding: .5em;
}
.d-inp-f button
{
	float: right;
	padding: .7em 0;
	width: 110px;
}
.d-sel
{
	border: 1px solid #b6b6b6;
	line-height: 26px;
}
.d-sel span
{
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: .5em;
	top: 0;
	white-space: nowrap;
	z-index: 1;
}
.d-sel b
{
	display: block;
	font-weight: 400;
	overflow: hidden;
	position: relative;
}
.d-sel i
{
	background: url(../img/bg-sel.png) 50% 50% no-repeat;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -999px;
	top: 0;
	width: 32px;
}
.d-sel select
{
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 26px;
	min-width: 100px;
	opacity: 0;
	position: relative;
	webkit-appearance: menulist-text;
	z-index: 2;
}
.d-cb:after
{
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.d-clear
{
	clear: both;
}
.d-ha:after,.d-hb:before
{
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
.d-fl
{
	float: left;
}
.d-fr
{
	float: right;
}
.d-tac
{
	text-align: center;
}
.d-tal
{
	text-align: left;
}
.d-tar
{
	text-align: right;
}
.d-taj
{
	text-align: justify;
}
.d-ttu
{
	text-transform: uppercase;
}
.d-ht
{
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
.d-hidden
{
	display: none;
}
.d-css3
{
	behavior: url(/css/css3.htc);
	position: relative;
}
.d-wrap
{
	overflow: hidden;
	padding: 30px 0 0;
	position: relative;
	width: 100%;
}
.d-ib
{
	display: inline-block;
}
.d-tdn
{
	text-decoration: none;
}
.d-blk
{
	display: block;
}
.d-m0a
{
	margin: 0 auto;
}
.d-mb0
{
	margin-bottom: 0;
}
.d-mb1
{
	margin-bottom: 1em;
}
.d-mb2
{
	margin-bottom: 2em;
}
.d-mb3
{
	margin-bottom: 3em;
}
.d-mt05
{
	margin-top: .5em;
}
.d-mt1
{
	margin-top: 1em;
}
.d-mt2
{
	margin-top: 2em;
}
.d-mt3
{
	margin-top: 3em;
}
.d-mt-1
{
	margin-top: 1em;
}
.d-mt-2
{
	margin-top: 2em;
}
.d-mt-3
{
	margin-top: 3em;
}
.d-ml1
{
	margin-left: 1em;
}
.d-ml2
{
	margin-left: 2em;
}
.d-ml3
{
	margin-left: 3em;
}
.d-ml4
{
	margin-left: 3em;
}
.d-mr1
{
	margin-right: 1em;
}
.d-mr2
{
	margin-right: 2em;
}
.d-mr3
{
	margin-right: 3em;
}
.d-mr4
{
	margin-right: 5em;
}
.d-mr10
{
	margin-right: 10em;
}
.d-light
{
	color: #ababab;
}
.d-dark
{
	color: #333;
}
.d-green
{
	color: #39b54a;
}
.d-red
{
	color: #ed1c24;
}
.d-darkred
{
	color: #8B0000;
}
.d-yellow
{
	color: #ffe000;
}
.d-black
{
	color: #000;
}
.d-blue
{
	color: #1E80FF;
}
.d-black
{
	color: #000;
}
.d-white
{
	color: #fff;
}
.d-gray
{
	color: #5a5a5a;
}
.d-amber
{
	color: #FFBF00;
}
.d-small
{
	font-size: .92em;
}
.d-x-small
{
	font-size: .8em;
}
.d-xx-small
{
	font-size: .75em;
}
.d-large
{
	font-size: 1.17em;
}
.d-x-large
{
	font-size: 1.33em;
}
.d-xxx-large
{
	font-size: 1.79em;
}
.d-x2-large
{
	font-size: 2em;
}
.d-x25-large
{
	font-size: 2.5em;
}
.d-x3-large
{
	font-size: 3em;
}
.d-x4-large
{
	font-size: 4em;
}
.d-x5-large
{
	font-size: 5em;
}
.d-x6-large
{
	font-size: 6em;
}
.d-x7-large
{
	font-size: 7em;
}
.d-strng
{
	font-weight: 800;
}
.d-italic
{
	font-style: italic;
}
.d-wdth150
{
	width: 150px;
}
table.d-tbl-cart tbody tr.b_product_card_0 td a.d-large
{
	font-size: 1.37em;
}

#d-wrap
{
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
#d-wrap:after
{
	clear: both;
	content: '.';
	display: block;
	height: 180px;
	visibility: hidden;
}
.d-body-bgd #d-wrap
{
	background: url(../img/bg4.jpg) 50% 632px no-repeat;
}
.d-center
{
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}
#d-header
{
	background: #fff;
	min-height: 100px;
	position: relative;
	z-index: 5;
}
.d-h-row
{
	background: #FFF;
	color: #000;
	line-height: 20px;
	margin-bottom: 1.5em;
}
.d-h-row a
{
	color: #000;
}
.d-h-row a.d-blue
{
	color: #1E80FF;
}
.d-h-row span
{
	margin-left: 3em;
}
.d-h-logo
{
	height: 49px;
	margin-bottom: 1.17em;
	width: 313px;
}
#d-header .d-frm-search
{
	margin: .5em 1em 0 0;
}
img.d-h-logo.d-fl
{
	height: 49px;
	margin-bottom: 0;
	width: 542px;
}
.d-frm-search .d-ico
{
	background-color: #fdfdfd;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	height: 1.68em;
	margin: 0;
	padding: .25em 0 .24em 20px;
	width: 360px;
}
input.d-ico:focus
{
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
.d-frm-search input[type="submit"]
{
	border-radius: 2px;
	display: inline-block;
	font-weight: 700;
	height: 2.4em;
	padding: 0 2.6em;
	text-decoration: none;
}
.d-h-phones
{
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1em;
	margin-right: 1em;
}
.d-ssmall
{
	font-size: .6em;
	margin-left: 5px;
}

.d-drop ul li>ul
{
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(100,100,100,0.5);
	list-style: none;
	margin-top: -.5em;
	padding: 0 1em 1em;
	position: absolute;
	visibility: hidden;
	z-index: 99999;
}
.d-drop ul li:hover>ul
{
	visibility: visible;
}
div.d-center div#Ajax_add a.d-h-cart_item2
{
	background-color: #0F0;
	background-position: 2px -154px;
	border-radius: 2px;
}
.d-body-bgd #d-content
{
	min-height: 750px;
	padding-top: 450px;
}
.d-content
{
	float: right;
	min-height: 500px;
	width: 810px;
}
.d-content-404
{
	min-height: 830px;
}

.d-lst-lics
{
	margin-right: -2em;
}
.d-lst-lics li
{
	float: left;
	height: 390px;
	line-height: 390px;
	margin: 0 15px 15px 0;
	overflow: hidden;
	width: 260px;
}
.d-lst-lics img
{
	vertical-align: middle;
}
.d-lst-events li
{
	margin-bottom: 3em;
}
.d-lst-event-img
{
	overflow: hidden;
	width: 310px;
}
.d-lst-event-img img
{
	display: block;
}
.d-lst-event-txt
{
	margin-left: 330px;
}
.d-vacs
{
	background: #dadada;
	border: 15px solid #dadada;
	margin-bottom: 4em;
}
.d-vac
{
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 1em;
	padding: 15px;
}
.d-vac:last-child,.d-vac.last-child
{
	border: 0;
	margin: 0;
	padding-bottom: 5px;
}
.d-vac-opened
{
	background: #fff;
	border: 0;
}
.d-vac-opened .d-hidden
{
	display: block;
}
.d-vac .d-x-large
{
	line-height: 16px;
	margin-bottom: .75em;
}
.d-vac-toggle
{
	max-width: 60%;
	padding-right: 32px;
}
.d-sitemap
{
	margin-top: -.75em;
	width: 350px;
}
.d-sitemap ul
{
	margin: .25em 0 0;
}
.d-sitemap ul ul
{
	margin: 0 0 0 1em;
}
.d-sitemap-eshop li li
{
	font-weight: 700;
}
.d-sitemap-eshop li li li
{
	font-weight: 400;
}
.d-404
{
	background: linear-gradient(to bottom,#ddd,#444);
	background: -moz-linear-gradient(top,#ddd,#444);
	background: -ms-linear-gradient(top,#ddd,#444);
	background: -o-linear-gradient(top,#ddd,#444);
	background: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#444));
	background: webkit-linear-gradient(top,#ddd,#444);
	bottom: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',endColorstr='#444444');
	left: 0;
	padding: 80px 0;
	position: absolute;
	right: 0;
	top: 130px;
}
.d-404-i
{
	background: url(../img/bg404.png) 50% 0 no-repeat;
	margin: 0 auto;
	min-height: 510px;
	width: 900px;
}
.d-sale-i
{
	background: url(../img/bgsale.png) 100% 0 no-repeat;
}
.d-404 p
{
	line-height: 1.25em;
}
.d-404-title
{
	color: #333;
	font-size: 3.33em;
	margin-bottom: 10em;
	margin-left: 10%;
}
.d-404-descr
{
	color: #333;
	font-size: 2.5em;
}
.d-404-text
{
	font-size: 1.67em;
	margin-left: 50%;
}
.d-404-text a
{
	color: #ffe000;
}
.d-frm-personal fieldset.d-fl
{
	margin-right: 1.5em;
}
.d-frm-personal-img
{
	line-height: 1.1em;
	padding-left: 15px;
	width: 130px;
}
.d-personal-img
{
	background: #bbb;
	height: 115px;
	margin-bottom: 1.5em;
	overflow: hidden;
	width: 115px;
}
#d-content ul.logo_application
{
	list-style: none;
	margin: 20px 0;
}
#d-content ul.logo_application li
{
	border-bottom: 1px solid #ababab;
	margin-bottom: 3em;
}
#d-content ul.logo_application li a.logo_ap_a
{
	overflow: hidden;
	width: 166px;
}
#d-content ul.logo_application li a.logo_ap_a img
{
	display: block;
}
#d-content ul.logo_application li .logo_ap_text
{
	margin-left: 156px;
}
#d-content ul.logo_application li .logo_ap_text a
{
	text-decoration: none;
}
#d-content ul.logo_application li .logo_ap_text a:hover
{
	color: #000;
}
#d-content ul.logo_application li .logo_ap_text a.heading
{
	font-size: 1.3em;
}
.serigraphy_h
{
	display: block;
	font-size: 14px;
	margin: 15px 0 10px;
}
.img_pad
{
	margin: 20px 0 30px;
}
#d-content table.serigraphy_table
{
	border-bottom: 1px solid #ababab;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 0 5px;
	text-align: center;
	width: 100%;
}
#d-content table.serigraphy_table thead th
{
	border: 0!important;
	font-size: 12px;
	padding: 1em;
	text-align: center;
}
#d-content table.serigraphy_table thead
{
	border: 1px solid #ababab;
}
#d-content table.serigraphy_table tbody td
{
	border-bottom: 0;
	padding: 1em;
}
.col_1
{
	padding: 1em 1em 1em 0 !important;
	text-align: left!important;
}
.col_7
{
	padding: 1em 0!important;
	text-align: right!important;
}
.clarification
{
	color: #ababab;
	margin: 0 0 20px;
}
.d-lst-services
{
	border: 0 solid #dadada;
	border-width: 1px 0;
	line-height: 1.1em;
	margin: 1em 0 2em;
	padding: 2em 0;
}
.d-lst-services li
{
	float: left;
	padding-left: 4em;
}
.d-lst-services li:first-child,.d-lst-services li.first-child
{
	padding: 0;
}
.d-lst-services a
{
	min-height: 3em;
	padding-left: 4em;
	text-decoration: none;
}
.d-lst-services a:hover
{
	color: #000;
}
.nobullit,.nobullit li
{
	list-style: none;
}
.colors,.colors li
{
	display: inline-block;
	margin: 0 1em 1em 0;
	vertical-align: top;
}
.profile-table input,.profile-table select,.profile-table textarea
{
	width: 300px;
}
.profile-table select
{
	width: 312px;
}
.profile-table .d-inp-f
{
	width: 312px;
}
.profile-table .d-inp-f input
{
	width: 180px;
}
#d-description-txt
{
	background: #FFF;
	border-top: 3px solid #ffe000;
	box-shadow: 0 -26px 16px #FFF;
	margin-top: 3em;
	padding-top: 3px;
}
.d-description-txt
{
	background: url(../img/bg.png);
	border-top: 3px solid #000;
	padding: 3em 0;
}
#d-description-txt .d-center
{
	column-count: 3;
	column-gap: 3em;
	moz-column-count: 3;
	moz-column-gap: 3em;
	webkit-column-count: 3;
	webkit-column-gap: 3em;
}
#d-description-txt .d-center h1
{
	font-size: 1.27em;
}
#d-description-txt .d-center h2
{
	font-size: 1.17em;
}
#d-description-txt .d-center ul li
{
	margin-bottom: 0;
}
#d-footer
{
/*	background: #fff;*/
	height: 180px;
	line-height: 1.29em;
	margin: -180px auto 0;
	position: relative;
	z-index: 5;
}
.top_right_corner
{
	position: absolute;
	right: 0;
	top: 0;
}
.d-center.footer-wraper .bottom_right_corner
{
	bottom: 0;
	position: absolute;
	right: 0;
}
#d-footer .d-center
{
	padding-top: 3em;
	width: 940px;
}
#d-footer img
{
	margin-right: -.5em;
}
#colorbox,#cboxOverlay,#cboxWrapper
{
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 9999;
}
#cboxOverlay
{
	height: 100%;
	position: fixed;
	width: 100%;
}
#cboxMiddleLeft,#cboxBottomLeft
{
	clear: left;
}
#cboxContent
{
	position: relative;
}
#cboxLoadedContent
{
	overflow: auto;
	webkit-overflow-scrolling: touch;
}
#cboxTitle
{
	margin: 0;
}
#cboxLoadingOverlay,#cboxLoadingGraphic
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow
{
	cursor: pointer;
}
.cboxPhoto
{
	display: block;
	margin-bottom: 40px;
	max-width: none;
	ms-interpolation-mode: bicubic;
}
.cboxIframe
{
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}
#colorbox,#cboxContent,#cboxLoadedContent
{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-box-sizing: content-box;
}
#cboxOverlay
{
	background: #000;
}
#colorbox
{
	outline: 0;
}
#cboxContent
{
	background: #fff;
	overflow: visible;
}
.cboxIframe
{
	background: #fff;
}
#cboxError
{
	border: 1px solid #ccc;
	padding: 50px;
}
#cboxLoadedContent
{
	padding: 1.5em;
}
#cboxLoadingGraphic
{
	background: url(../img/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay
{
	background: #000;
}
#cboxTitle,#cboxCurrent
{
	color: #8b8b8b;
	float: none!important;
	line-height: 1.16em;
	padding: 0 1.5em;
}
#cboxTitle
{
	font-weight: 700;
	margin-top: -40px;
}
#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose
{
	background: url(../img/controls.png) no-repeat 0 0;
	border: 0;
	height: 20px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 20px;
}
#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active
{
	outline: 0;
}
#cboxPrevious
{
	background-position: 0 0;
	right: 44px;
}
#cboxPrevious:hover
{
	background-position: 0 -25px;
}
#cboxNext
{
	background-position: -25px 0;
	right: 22px;
}
#cboxNext:hover
{
	background-position: -25px -25px;
}
#cboxClose
{
	background-position: -50px 0;
	right: 0;
}
#cboxClose:hover
{
	background-position: -50px -25px;
}
.d-gallery-box
{
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
	width: 930px;
}
.d-gallery-box ul
{
	display: block;
}
.mad-image-wrapper
{
	height: 560px;
	margin-bottom: 2em;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.mad-loader
{
	left: 48%;
	position: absolute;
	top: 48%;
	z-index: 10;
}
.mad-prev,.mad-next
{
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	width: 25%;
	z-index: 200;
}
.mad-prev
{
	left: 0;
}
.mad-next
{
	right: 0;
}
.mad-prev-image,.mad-next-image
{
	background: url(../img/bg-gallery-0.png) no-repeat;
	display: block!important;
	height: 44px;
	margin-top: -22px;
	opacity: 1!important;
	position: absolute;
	top: 50%;
	width: 20px;
	z-index: 101;
}
.mad-prev-image
{
	background-position: 0 0;
	left: 0;
}
.mad-next-image
{
	background-position: 100% 0;
	right: 0;
}
.mad-prev-image:hover
{
	background-position: 0 100%;
	left: 0;
}
.mad-next-image:hover
{
	background-position: 100% 100%;
	right: 0;
}
.mad-image
{
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 9;
}
.mad-description-title
{
	display: block;
}
.mad-controls
{
	height: 20px;
}
.mad-info,.mad-descr
{
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
	width: 850px;
}
.mad-nav
{
	margin: 0 auto;
	position: relative;
	width: 810px;
}
.mad-forward,.mad-back
{
	background: #dadada url(../img/bg-gallery-1.png) no-repeat;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	width: 13px;
	z-index: 10;
}
.mad-back
{
	background-position: -1px 50%;
	left: -20px;
}
.mad-forward
{
	background-position: -15px 50%;
	right: -20px;
}
.mad-thumbs
{
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
}
.mad-thumbs ul
{
	float: left;
	list-style: none;
	width: 9000px;
}
.mad-thumbs li
{
	float: left;
	padding-right: 10px;
}
.mad-thumbs li a
{
	background: #000;
	display: block;
}
.mad-thumbs li img
{
	display: block;
	height: 66px;
}
.mad-preloads
{
	left: -9000px;
	position: absolute;
	top: -9000px;
}
.mad-slideshow-controls
{
	display: none!important;
}
.nav_bautton
{
	cursor: pointer;
}
.scr-hide-prnt-show
{
	display: none;
}
@media screen and (max-device-width:760px)
{
	html,body
	{
		font-family: Helvetica,Arial,sans-serif;
		webkit-text-size-adjust: none;
	}
}
@media print
{
	@page
	{
		margin: .5cm;
	}
	*
	{
		background: #fff!important;
		color: #333!important;
		text-shadow: none!important;
	}
	a,a:visited
	{
		border: 0!important;
		color: #333!important;
		text-decoration: underline!important;
	}
	abbr:after
	{
		content: " (" attr(title) ")";
	}
	pre,blockquote
	{
		border: 1px solid #333;
		page-break-inside: avoid;
	}
	thead
	{
		display: table-header-group;
	}
	tr,img
	{
		page-break-inside: avoid;
	}
	p,h2,h3
	{
		orphans: 3;
		widows: 3;
	}
	h2,h3
	{
		page-break-after: avoid;
	}
	.d-content aside
	{
		display: none;
	}
	nav
	{
		display: none;
	}
	#d-header .d-frm-search
	{
		display: none;
	}
	#d-header .d-h-row
	{
		display: none;
	}
	#d-header:before
	{
		content: url(/img/logo_5882.png);
		height: 92px;
		position: relative;
		width: 588px;
	}
	.d-content aside nav
	{
		display: none;
	}
	.d-h-cart,.advantages-list
	{
		display: none;
	}
	.d-h-phones
	{
		float: right!important;
		padding-top: 25px;
	}
	.dddbutton
	{
		display: none;
	}
	.viewed,.gototop,.d-index-slider,.sertificates,.d-item-gallery-thumbs,.reviews-collapse
	{
		display: none!important;
	}
	.d-item-info.d-fr>p:first-of-type
	{
		display: none!important;
	}
	#d-content > div > div.d-item-info.d-fr > div > p:nth-child(4)
	{
		display: none!important;
	}
	#d-footer > div > div.d-fr.d-tar
	{
		display: none;
	}
	#our_clients,#why_we,#profit,#aboutus,#shops,#logo,#bottom-menu,#also,#customers-feedback,#LinkModalEaist
	{
		display: none!important;
	}
	noindex
	{
		display: none!important;
	}
	.bx-yandex-view-layout
	{
		display: none;
	}
	.scr-hide-prnt-show
	{
		display: block;
	}
	.tab-legend,#advantage,.button_logo_modal,.d-dt-test,#dt-sticker,.discont
	{
		display: none!important;
	}
	#d-content table.characters
	{
		left: 325px;
		position: absolute;
		top: 180px;
	}
	#d-footer > div > div.d-fl > div > div.d-fl.d-tal > p:nth-child(4)
	{
		display: none;
	}
	#d-footer > div > div.d-fl > p:nth-child(2)
	{
		display: none;
	}
	#d-footer > div > div.d-fl > p:nth-child(3)
	{
		display: none;
	}
	#rh-badge,#rc-phone,#rc-phone-form
	{
		display: none!important;
	}
}
#cart
{
	color: #333;
	margin-bottom: 80px;
	padding: 1px 9px;
}
#d-nav-tabs-d
{
	margin-bottom: 0;
}
#d-content .d-tbl-cart thead th
{
	padding: 37px 24px 17px 7px;
}
#d-content .d-tbl-cart td
{
	padding: 17px 7px;
}
table.d-tbl-cart a.d-lnk-tdn
{
	text-decoration: underline;
}
li label.d-large
{
	border-bottom: 1px #aaa dashed;
}
div#d-tab-0.d-tab fieldset.d-order-opts ul li form span.d-inp-cb
{
	background: url(../img/telephone5.png) no-repeat 0 0;
	height: 46px;
	margin: 0;
	overflow: hidden;
	width: 230px;
}
div#d-tab-0.d-tab fieldset.d-order-opts ul li form span.d-inp-cb:hover
{
	background: url(../img/telephone5.png) no-repeat 0 -46px;
}
.d-inp-cb input,.d-inp-r input
{
	cursor: pointer;
	display: block;
	height: 76px;
	opacity: 0;
	position: relative;
	width: 216px;
	z-index: 1131;
}
.to_Checkout
{
	background-color: #ffe000;
	border-radius: 2px;
	color: #000;
	cursor: pointer;
	float: right;
	font-size: 23px;
	height: 57px;
	line-height: 2.6;
	margin: 0 4px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 357px;
}
input.d-fr
{
	background: url(../img/confirm.png) no-repeat 0 0;
	height: 57px;
	margin: 84px 0 0 250px;
	position: absolute;
	text-indent: -9999px;
	width: 357px;
}
.bonus_text_blocks
{
	display: none;
}
.add_text_block
{
	border: 1px solid #DDD;
	box-shadow: 0 0 1px rgba(0,0,0,0.12);
	float: left;
	font-size: 14px;
	height: 88px;
	line-height: 18px;
	margin: 2%;
	padding: 13px 5px;
	width: 28%;
}
.add_text_block_wide
{
	border: 1px solid #ffe000;
	box-shadow: 0 0 1px rgba(0,0,0,0.12);
	float: left;
	font-size: 14px;
	height: 120px;
	line-height: 18px;
	margin: 2% auto;
	padding: 13px 0;
	width: 99%;
}
.add_text_block .img
{
	background: url(../img/teaserico1.png) no-repeat;
	float: left;
	height: 40px;
	margin-top: 20px;
	width: 60px;
}
.add_text_block .text
{
	float: right;
	margin-top: 6px;
	width: 213px;
}
.add_text_block .img_perc
{
	background-position: 0 0;
	height: 35px;
	margin-top: 23px;
}
.add_text_block .img_cour
{
	background-position: 0 -47px;
	height: 46px;
}
.add_text_block .img_deliv
{
	background-position: 0 -93px;
	height: 40px;
	margin-top: 26px;
}
.add_text_block .img_note
{
	background-position: 0 -151px;
	height: 35px;
	margin-top: 23px;
}
.confirm_block
{
	background: url(/bitrix/templates/.default/img/confirmbgleft.png) no-repeat scroll 1px 1px rgba(0,0,0,0);
	border: 1px solid #DDD;
	display: block;
	font-size: 16px;
	height: 94px;
	line-height: 20px;
	margin: 0 auto;
	padding: 15px 90px;
	width: 450px;
}
.confirm_block_r
{
	background: url(/bitrix/templates/.default/img/confirmbgright.png) no-repeat scroll 607px 2px rgba(0,0,0,0);
	margin: 0 0 0 130px;
	width: 765px;
}
.confirm_title
{
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 6px;
}
.order_num
{
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
}
.test
{
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 300px;
	z-index: 1000;
}
table.d-tbl-cart tbody tr.b_product_card_1 td a.cboxElement
{
	display: none;
}
.pin-wrapper
{
	float: right;
	position: absolute;
	top: 0;
	width: 305px;
	z-index: -2;
}
table.cart_table
{
	margin-left: -9px;
	width: 980px;
}
#d-content table thead,#d-content table tbody
{
	border-left: 1px #DDD solid;
	border-right: 1px #DDD solid;
}
#d-content table thead tr th:first-child,#d-content table tbody tr td:first-child,div#cart_content_confirm table.d-tbl-userinfo tbody tr th:first-child
{
	padding-left: 15px;
}
#cart_content_confirm table.d-tbl-cart
{
	border: 1px solid #DDD;
}
.d-ico.d-lnk-remove.d-ht
{
	margin: 0 7px 0 0;
}
#cart_table tfoot th:last-child
{
	padding-bottom: 10px;
}
div#d-tab-0.d-tab div#cart table.cart_table
{
	margin-bottom: 0;
}
div#cart_content.d-content div#cart_content_confirm table.d-tbl-cart
{
	border: medium none;
}
div#cart_content.d-content div#cart_content_confirm table.d-tbl-cart thead,div#cart_content.d-content div#cart_content_confirm table.d-tbl-cart tbody#this_bascet
{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
div#cart_content.d-content div#cart_content_confirm table.d-tbl-userinfo
{
	border-top: 1px solid #DDD;
}
.minbanr
{
	background-color: #b1b2b3;
	background-image: url(/img/minbanr.png);
	background-repeat: repeat;
	color: #fff;
	display: block;
	font-family: arial-narrow,arial,sans-serif;
	font-size: 16pt;
	height: 166px;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 2px #7d7d7d;
	text-transform: uppercase;
	width: 315px;
}
.mbi
{
	border: 0;
	float: left;
	height: 166px;
	margin: 0;
	outline-style: none;
	outline-width: 0;
	padding: 0;
	position: relative;
	width: 140px;
}
.minbanr h4
{
	color: #ffe000;
	line-height: 2.25;
}
.minbanr span
{
	display: block;
	float: left;
	font-weight: 700;
	height: 146px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 175px;
}
.labl
{
	background-color: #fee000;
	background-image: url(/img/r.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	color: #000;
	display: none;
	font-weight: 400;
	height: 32px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	position: absolute;
	right: 0;
	text-align: right;
	text-shadow: none;
	top: 132px;
	width: 100px;
}
div.vivakom
{
	position: relative;
	top: -5px;
}
.vivakom
{
	color: #333;
}
.vivakom a
{
	color: #333;
	text-decoration: none;
}
.vivakom img
{
	bottom: -4px;
	margin: 0!important;
	position: relative;
}
.border-top
{
	border-top: 1px solid #DADADA;
}
.dt-nw
{
	background-image: url(/img/nwib.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #1E90FF;
	padding-right: 16px;
}
.dt-nwi
{
	background-image: url(/img/nwibw.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 16px;
}
.dth3
{
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 1.5px em;
	font-weight: 800;
	line-height: 1.17em;
	margin-bottom: 1.5em;
}
.light_teaser
{
	float: left;
	margin: 10px;
	padding: 9px;
	width: 230px;
}
#dt-sticker
{
	background-color: #ffe000;
	bottom: 0;
	box-shadow: 0 0 8px 0 rgba(50,50,50,0.75);
	display: block;
	font-family: tahoma,sans-serif;
	font-size: 12pt;
	height: 70px;
	moz-box-shadow: 0 -2px 5px 0 rgba(50,50,50,0.75);
	padding: 5px;
	position: fixed;
	right: 1px;
	webkit-box-shadow: 0 -2px 5px 0 rgba(50,50,50,0.75);
	width: 220px;
	z-index: 1;
}
#dt-stiker-hide
{
	color: #404040;
	cursor: pointer;
	line-height: 1;
	position: absolute;
	right: 5px;
	text-decoration: none;
	top: 1px;
}
#dt-stiker-hide:hover
{
	color: #404040;
	text-shadow: 0 0 2px rgba(0,0,0,1);
}
#dt-stiker-hide:active
{
	color: #1E80FF;
}
.dt-abtn
{
	background-color: #ffe000;
	background-image: url(/img/order-ico.png);
	background-repeat: no-repeat;
	border-radius: 2px;
	color: #000;
	font-weight: 700;
	padding: 10px 10px 10px 70px;
	text-decoration: none;
	width: 116px;
}
#addtobasket
{
	background-image: url(/img/order-ico.png);
	background-position: 2px 4px;
	background-repeat: no-repeat;
	line-height: 3;
	padding: 10px 10px 10px 70px;
	width: 116px;
}
#ordbytel
{
	background-position: 2px -55px;
}
#getcons
{
	background-position: 2px -118px;
}
#ordbymail
{
	background-position: 2px -179px;
}
.alLinkedImage
{
	float: left;
	padding-right: 10px;
}
.alLinkedLi
{
	margin-left: -59px!important;
	width: 260px;
}
.alLinkedB
{
	margin-left: -21px;
	width: 220px;
}
.alLinkedRightBlock
{
	box-shadow: 2px 0 5px 0 rgba(50,50,50,0.35);
	margin-left: 60px;
	padding-left: 2px;
}
.alLinkedGoodName
{
	padding: 0;
	padding-left: 2px;
	padding-right: 5px;
	width: 100px;
}
.alLinkedGoodName a
{
	text-decoration: none!important;
}
.alLinkedGoodQuan
{
	padding-top: 2px;
}
.alLinkedRetailPr
{
	margin-left: 15px;
}
.alLinkedTable
{
	border: 0!important;
	margin-bottom: 0!important;
}
.alLinkedTable tbody
{
	border: 0!important;
}
.alLinkedTable td
{
	border: 0!important;
	padding: 0!important;
}
.alLinkedPrices
{
	padding-left: 2px;
	padding-top: 0;
}
#alFilterForm .alFilterLi
{
	background: #fff;
	border: 1px solid #A5A4A4;
	border-top: 0;
	margin-left: 1px!important;
	padding-left: 3px;
	padding-right: 3px!important;
	position: absolute;
	top: 38px;
	z-index: 999;
}
#alFilterForm .alFilterButton
{
	clear: both;
	margin-bottom: 6px;
	margin-top: 5px!important;
	padding-left: 30px!important;
	padding-right: 30px!important;
}
#alFilterForm .alFilterSectionName
{
	background: #ffe000;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	cursor: pointer;
	display: block;
	margin-left: 8px;
	padding: 2px 10px;
	text-decoration: none;
}
#alFilterForm .alFilterSectionName:hover
{
	box-shadow: 0 0 7px rgba(0,0,0,0.75);
	color: #000;
}
#alFilterForm
{
	width: 900px;
}
#alFilterForm .alFilterElementWrapper
{
	position: relative;
}
#alFilterForm .alFilterShowHide1
{
	display: none;
}
#alFilterForm .alAltFilterSection
{
	background: #FFE000;
	border-bottom: 0!important;
	float: left;
	padding: 2px 10px;
	text-align: center;
}
#alFilterForm .alCloseFilter
{
	background: #FFE000;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin-left: 2px;
	min-height: 24px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
}
#alFilterForm .alCloseFilter:hover:after
{
	background: #fff;
	box-shadow: 0 0 7px rgba(0,0,0,0.75);
	color: #5a5a5a;
	content: '�ž�‚мени�‚�Œ в�‹бо�€';
	display: block;
	font-size: 11pt;
	font-weith: normal;
	margin-top: 5px;
	padding: 10px;
	position: absolute;
	width: 150px;
	z-index: 999;
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none)
{
	#alFilterForm .alCloseFilter
	{
		font-size: 18.5px;
	}
}
#alFilterForm .alFilterBlockDisabled
{
	color: #D3D3D3;
}
.alFilterElementWrapper td
{
	padding: 0!important;
	vertical-align: top!important;
}
#alFilterForm table
{
	margin-bottom: 0!important;
	margin-right: 10px;
}
#alFilterForm .alCheckedSectClass
{
	display: block;
}
.bottom-menu
{
	border-bottom: 2px dashed #ccc;
	margin-top: 2em;
	min-height: 486px;
	padding: 2em 0;
	margin-bottom:10px;
	padding-bottom: 20px;
}
.bottom-menu .d-center
{
	width: 940px;
	height: 600px;
}
.bottom-menu .d-center:after{
	clear: both;
	content: '';
	display: block;
}
.bottom-menu ul
{
	list-style: none;
	margin-left: 0;
}
.bottom-menu li
{
	margin-bottom: 0;
}
.bottom-menu li a
{
	color: #333;
}
s
{
	visibility: hidden;
}

.table-sizes h2 {

	font-size:16px;

	padding-bottom:14px;

	margin-bottom: 20px;

	border-bottom: 1px #cbcbcb solid;

	margin-top:50px;

}

.table-sizes table th,

.table-sizes table td{

	padding:10px;

	width:55px;

	text-align: center;

	font-size: 14px;

	font-weight: normal;

}



.table-sizes .football table th,

.table-sizes .football table td{

	width:65px;

}



.table-sizes table {

	margin-bottom: 15px;

}

.table-sizes table  tr{

	display: block;

	border:1px #fff solid;

}

.table-sizes table tbody tr{

	border:1px #cbcbcb solid;

	display: block;

	border-radius: 0px;

}

.table-sizes table tbody tr:first-of-type{

	border-radius: 10px 10px 0px 0px;

  	-webkit-border-radius: 10px 10px 0px 0px;

  	-moz-border-radius: 10px 10px 0px 0px;

  	-khtml-border-radius: 10px 10px 0px 0px;

}

.table-sizes table tbody tr:last-of-type{

	border-radius: 0px 0px 10px 10px;

  	-webkit-border-radius: 0px 0px 10px 10px;

  	-moz-border-radius: 0px 0px 10px 10px;

  	-khtml-border-radius: 0px 0px 10px 10px;

  	border-top:0px;

}

.table-sizes table tbody tr:first-of-type:last-of-type{

	border:1px #cbcbcb solid;

	border-radius: 10px;

  	-webkit-border-radius: 10px;

  	-moz-border-radius: 10px;

  	-khtml-border-radius: 10px;

}



.table-sizes table tr th:first-of-type,

.table-sizes table tr td:first-of-type{

	width:100px;

}



.table-sizes .shoes table tr th:first-of-type,

.table-sizes .shoes table tr td:first-of-type{

	width:140px;

}

.table-sizes p {

	color:#999999;

	font-size: 12px;

}

.table-sizes .colspan2 table,

.table-sizes .colspan2 p{

	margin-left: 35px;

}

.mini{
	max-width: 140px;
}

.bottom-menu{
	width: 100%;
}