.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.ui-helper-hidden {
    display: none
}
#vk_community_messages{
    bottom:30px;
}
.ui-helper-hidden-accessible {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px)
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ui-helper-clearfix {
    display: inline-block
}

* html .ui-helper-clearfix {
    height: 1%
}

.ui-helper-clearfix {
    display: block
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor: default!important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee 50% top repeat-x;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 50% 50% repeat-x;
    color: #fff;
    font-weight: 700
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 50% 50% repeat-x;
    font-weight: 700;
    color: #1c94c4
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background: #fdf5ce url(../jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #c77405
}

.ui-state-hover a,.ui-state-hover a:hover {
    color: #c77405;
    text-decoration: none
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url(../jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #eb8f00
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none
}

.ui-widget :active {
    outline: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(../jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(../jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #fff
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
    color: #fff
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../jquery-ui/images/ui-icons_222222_256x240.png)
}

.ui-widget-content .ui-icon {
    background-image: url(../jquery-ui/images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../jquery-ui/images/ui-icons_ffffff_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(../jquery-ui/images/ui-icons_ef8c08_256x240.png)
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
    background-image: url(../jquery-ui/images/ui-icons_ef8c08_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(../jquery-ui/images/ui-icons_ef8c08_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(../jquery-ui/images/ui-icons_228ef1_256x240.png)
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: url(../jquery-ui/images/ui-icons_ffd27a_256x240.png)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-off {
    background-position: -96px -144px
}

.ui-icon-radio-on {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-widget-overlay {
    background: #666 url(../jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(../jquery-ui/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.uiSlider {
    height: 6px;
    background: #fff;
    border: 1px solid #a07240;
    margin-top: 10px;
    padding: 0 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #eabc8a;
    -moz-box-shadow: 0 1px 0 #eabc8a;
    -ms-box-shadow: 0 1px 0 #eabc8a;
    box-shadow: 0 1px 0 #eabc8a
}

.uiSlider>.in {
    position: relative
}

.uiSlider .ui-slider-handle {
    outline: none;
    width: 7px;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    border: none;
    background: url(../images/uiSlider.png) 0 0 no-repeat;
    margin: 0 -3px;
    top: -5px
}

.uiSlider .ui-slider-range {
    height: 4px;
    top: 1px;
    background: #8a8a8a url(../images/uiSlider.png) 0 -50px repeat-x
}

* {
    padding: 0;
    margin: 0
}

body {
    min-height: 100%;
    background: #e7decd;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    line-height: 1.3
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px
}

a:link,a:visited,a:hover {
    color: #222
}

img {
    border: 0
}

button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner {
    border: none
}

select:focus,input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
    outline: none
}

select option {
    padding-left: 3px
}

.inputText>i {
    display: block;
    border: 1px solid #a7a7a7;
    zoom:1;padding: 2px;
    font-style: normal;
    background: #eee
}

.inputText>i>b {
    display: block;
    font-style: normal;
    *margin: -1px 0 -1px 0;
    font-weight: 400
}

.inputText input {
    border: 0;
    display: block;
    width: 100%;
    background: transparent;
    line-height: 17px;
    margin: 0
}

.select>i {
    display: block;
    border: 1px solid #a7a7a7;
    padding: 0;
    font-style: normal;
    background: #eee
}

.select>i>b {
    display: block;
    font-weight: 400;
    zoom:1;overflow: hidden
}

.select>i>b>u {
    display: block;
    *margin: 0 -4px -2px 0;
    text-decoration: none
}

.select select {
    width: 100%;
    border: 0;
    background: transparent;
    zoom:1;*margin: -2px 0 0 -2px;
    display: block
}

.textarea>i {
    display: block;
    border: 1px solid #a7a7a7;
    zoom:1;padding: 2px;
    font-style: normal;
    background: #eee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.textarea>i>b {
    display: block;
    font-style: normal;
    *margin: -1px 0 -1px 0;
    font-weight: 400
}

.textarea textarea {
    border: 0;
    display: block;
    width: 100%;
    background: transparent;
    line-height: 17px;
    overflow: auto;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%
}

table {
    border-collapse: collapse
}

p {
    padding-bottom: 1em
}

strong {
    font-weight: 700
}

h1,h2,h3 {
    color: #4c4c4c;
    padding-bottom: .5em
}

ul {
    padding: 0 0 1em 25px;
    list-style-position: inside;
    margin: 0
}

ul li {
    list-style-type: disc;
    padding: 3px 0
}

ol {
    padding: 0 0 1em 25px;
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0
}

ol li {
    padding: 3px 0
}

ol ol {
    list-style-type: lower-alpha
}

ul ul,ol ol,ul ol,ol ul {
    padding: 0 0 0 25px
}

blockquote {
    background-color: #eee;
    border: 1px dashed #aaa;
    color: #000;
    display: block;
    margin-bottom: 1em;
    padding: 10px 15px;
    font-family: "Courier New",serif
}

div#toc {
    background-color: #F7F9FA;
    border: 1px solid #8CACBB;
    padding: 10px 10px 10px 30px;
    margin-bottom: 20px
}

div#toc strong {
    text-align: center;
    margin: 0 0 5px;
    display: block
}

table.wikitable {
    width: 100%;
    margin-bottom: 1em
}

table.wikitable td {
    border: 1px #A4A4A4 solid;
    padding: 2px 5px;
    background: #f5f5f5
}

.h2 {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: .5em
}

.w {
    background: #fff;
    padding: 16px;
    margin: 8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3)
}

.blocks .w>.w {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.button {
    padding: 8px 15px;
    background: url(../images/shadow.png) repeat-x;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    position: relative
}

.button.red {
    width: 230px;
    padding: 8px 15px;
    background-color: #b01a33;
    color: #fff;
    font-size: 14px;
    line-height: 28px
}

.button.red2 {
    padding: 6px 15px;
    background-color: #b01a33;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

.button.red3 {
    padding: 8px 15px;
    background-color: #b01a33;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 29px
}

.button.gray {
    padding: 8px 13px;
    background-color: #cecece;
    color: #474747;
    font-size: 14px;
    line-height: 28px
}

.button.write>span {
    padding: 3px 0 3px 30px;
    background: url(../images/pen.png) left 1px no-repeat;
    line-height: 28px
}

.button:active {
    top: 1px
}

.button:hover {
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 90);
    filter: alpha(opacity = 90)
}

.topbutton {
    padding: 8px 50px;
    position: fixed;
    top: 0;
    font-size: 15px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3)
}

.topbutton.needhelp {
    top: 0;
    left: 50%;
    margin-left: -144px
}

.topbutton.needhelp a {
    padding-left: 25px;
    background: url(../images/icon1.png) 0 0 no-repeat
}

.topbutton.cart {
    top: 0;
    right: 50%;
    margin-right: -100px;
    color: #a4a4a4
}

.topbutton.cart a {
    padding-left: 25px;
    background: url(../images/icon2.png) 0 0 no-repeat
}

.topbutton.active {
    -webkit-box-shadow: 0 1px 5px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px 3px rgba(0,0,0,0.3)
}

.leftbutton {
    padding: 8px 16px;
    position: fixed;
    font-size: 15px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 0 0;
    border-top-right-radius: 0 0;
    border-bottom-right-radius: 8px 8px;
    border-bottom-left-radius: 8px 8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform: rotate(-90deg);
    transform-origin: 0 0
}

.leftbutton.needhelp {
    top: 60%;
    left: 0
}

.leftbutton.needhelp a {
    padding-left: 25px;
    background: url(../images/icon1.png) 0 0 no-repeat
}

.menu {
    margin: 8px;
    margin-top: 0
}

.menu>ul {
    list-style: none;
    font-size: 0;
    padding: 0
}

.menu>ul>li {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    word-spacing: 0;
    padding: 6px 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.menu>ul>li+li {
    margin-left: 15px
}

.menu a {
    display: block;
    font-size: 15px;
    height: 20px;
    line-height: 20px
}

.menu li a:link,.menu li a:visited {
    text-decoration: none
}

.menu li a:hover {
    text-decoration: underline
}

.menu>ul>li.parent:hover {
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
    border-bottom-right-radius: 0 0;
    border-bottom-left-radius: 0 0
}

.menu span {
    margin: 0px;
    display: block;
    color: #a4a4a4;
    overflow: hidden
}

.menu>ul>li.parent>span {
    padding-right: 15px;
    background: url(../images/bottom.png) right 7px no-repeat
}

.menu>ul>li>ul {
    display: none;
    position: absolute;
    padding: 8px 16px;
    list-style: none;
    z-index: 10;
    top: 32px;
    left: 0;
    min-width: 200px;
    background-color: rgba(255,255,255,0.3);
    *background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
    *zoom:1;border-top-left-radius: 0 0;
    border-top-right-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px
}

.menu>ul>li>ul:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.menu>ul>li:hover>ul {
    display: block
}

.menu>ul>li>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 0
}

.menu>ul>li>ul>li+li {
    padding-top: 4px
}

.menu>ul>li>ul>li.active>span {
    padding-right: 15px;
    background: url(../images/right2.png) right 4px no-repeat
}

.menu2 {
    padding: 8px 16px 12px 4px
}

.menu2>ul:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.menu2>ul {
    list-style: none;
    font-size: 0;
    padding: 0
}

.menu2>ul>li {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    word-spacing: 0;
    margin-top: 4px;
    padding: 0
}

.menu2>ul>li+li {
    border-left: 1px solid #e5e5e5
}

.menu2 span {
    margin: 0 16px;
    display: block;
    font-size: 15px;
    height: 16px;
    line-height: 16px;
    color: #a4a4a4;
    overflow: hidden
}

.menu2>ul>li.parent>span {
    padding-right: 15px;
    background: url(../images/bottom.png) right 7px no-repeat
}

.menu2>ul>li>ul {
    display: none;
    position: absolute;
    padding: 4px 8px 8px 0;
    background: #fff;
    list-style: none;
    z-index: 20;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3)
}

.menu2>ul>li>ul:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.menu2>ul>li:hover>ul {
    display: block
}

.menu2>ul>li>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 0
}

.menu2>ul>li>ul>li+li {
    padding-top: 4px
}

.menu2>ul>li.active>span>a {
    text-decoration: none
}

.menu2 a {
    text-decoration: underline
}

.menu2 a:hover {
    text-decoration: none
}

.header {
    margin-top: 0
}

.header>table {
    width: 100%
}

.header>table>tbody>tr>td {
    padding: 8px
}

.header .logo img {
    border: 0;
    max-width: 820px
}

.header .contact {
    text-align: right
}

.header .contact>.phone,.header .contact>.phone2 {
    white-space: nowrap;
    clear: both
}

.header .contact>.phone>span {
    float: right;
    font-size: 23px;
    color: #000;
    line-height: 22px
}

.header .contact>.phone2>span {
    float: right;
    font-size: 25.4px;
    color: #000;
    line-height: 36px
}

.header .contact>.time {
    font-style: italic;
    color: #4e4e4e;
    margin-bottom: 15px;
    clear: both
}

.header .descript {
    font-size: 17px;
    text-align: center
}

.header .contacts {
    font-size: 15px
}

.cert {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

.cert>.items {
    overflow: hidden;
    height: 110px;
    text-align: center
}

.cert>.items>.item {
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    width: 70px;
    padding: 5px
}

.cert>.items>.item img {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3)
}

.cert>.arrow {
    width: 11px;
    height: 110px;
    cursor: pointer
}

.cert>.arrow.L {
    float: left;
    background: url(../images/left.png) center center no-repeat
}

.cert>.arrow.R {
    float: right;
    background: url(../images/right.png) center center no-repeat
}

.timer {
    width: 124px;
    height: 39px;
    background: url(../images/clock.png) 0 0 no-repeat;
    margin: 10px auto 0;
    text-align: center;
    padding: 3px 5px 3px 40px
}

.timer>p {
    font-size: 12px;
    padding: 0
}

.timer>.digits {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    white-space: nowrap
}

.timer>.digits span {
    font-size: 16px
}

.blocks {
    margin-top: 0
}

.blocks>table {
    width: 996px;
    border-collapse: separate;
    border-spacing: 16px;
    margin: -8px
}

.blocks>table>tbody {
    vertical-align: top
}

.blocks .block {
    height: 100%
}

.block>h2 {
    font-size: 15px;
    padding-bottom: 10px
}

.block:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.block>.R {
    margin-left: 105px;
    color: #575757
}

.block>.L {
    float: left;
    width: 91px;
    text-align: center
}

.block>.L img {
    max-width: 91px
}

.block .text {
    color: #575757;
    font-size: 12px
}

.block .name {
    font-size: 14px;
    padding-bottom: 5px
}

.block .price {
    font-size: 18px;
    text-align: center;
    color: #222
}

.block .price2>span {
    padding-right: 18px;
    background: url(../images/RUB.png) right 3px no-repeat;
    text-align: center
}

.block .oldprice {
    font-size: 13px;
    color: #4e4e4e;
    text-decoration: line-through;
    text-align: center
}

.block .actions {
    padding-top: 20px;
    text-align: center
}

.blocks .block>h2 {
    padding-bottom: 5px
}

.blocks .w {
    padding: 10px
}

.blocks .text p:last-child {
    padding-bottom: 0
}

.cats {
    padding: 8px 16px 12px 0
}

.cats>ul:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.cats>ul {
    list-style: none;
    font-size: 0;
    padding: 0
}

.cats>ul>li {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    word-spacing: 0;
    margin-top: 4px;
    padding: 0
}

.cats span {
    margin: 0 16px;
    display: block;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    color: #a4a4a4;
    overflow: hidden
}

.cats>ul>li.active>span {
    padding-right: 15px;
    background: url(../images/bottom.png) right 7px no-repeat
}

.cats>ul>li>ul {
    display: none;
    position: absolute;
    padding: 4px 8px 8px 0;
    background: #fff;
    list-style: none;
    z-index: 20;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3)
}

.cats>ul>li>ul:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.cats>ul>li:hover>ul {
    display: block
}

.cats>ul>li>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 0
}

.cats>ul>li>ul>li+li {
    padding-top: 4px
}

.cats>ul>li>ul>li.active>span {
    padding-right: 15px;
    background: url(../images/right2.png) right 4px no-repeat
}

.cats>ul>li>ul>li:hover>ul {
    display: block
}

.cats>ul>li>ul>li>ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    padding: 4px 0 8px;
    background: #fff;
    list-style: none;
    z-index: 10;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3)
}

.cats>ul>li>ul>li>ul>li {
    white-space: nowrap;
    overflow: hidden;
    padding: 0
}

.cats>ul>li>ul>li>ul>li+li {
    padding-top: 4px
}

.cats2>h2 {
    font-size: 15px;
    padding-bottom: 10px
}

.cats2>ul:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.cats2>ul {
    list-style: none;
    font-size: 0;
    padding: 0
}

.cats2>ul>li {
    vertical-align: top;
    word-spacing: 0;
    padding: 0;
    padding-right: 8px;
    position: relative;
    height: 30px;
    list-style: none
}

.cats2>ul>li:hover {
    background: #b01a33
}

.cats2>ul>li:hover>span>a {
    color: #fff
}

.cats2>ul>li.active,.cats2>ul>li.active:hover {
    background: #cecece
}

.cats2>ul>li.active>span>a,.cats2>ul>li; .active:hover>span>a {
    font-weight: 700;
    text-decoration: none;
    color: #474747
}

.cats2>ul>li+li {
    border-top: 1px solid #e5e5e5
}

.cats2>ul>li.arrow>span {
    padding-right: 15px;
    background: url(../images/right2.png) right 10px no-repeat
}

.cats2 span {
    margin: 0;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #a4a4a4;
    overflow: hidden
}

.cats2 a {
    text-decoration: none;
    padding: 0 8px;
    display: block
}

.cats2>ul>li>ul {
    display: none;
    padding: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    position: relative;
    top: -30px;
    left: 280px;
    z-index: 25;
    border-left: 5px solid #e5e5e5;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3)
}

.cats2>ul>li:hover>ul {
    display: block
}

.cats2>ul>li>ul>li {
    position: relative;
    height: 30px;
    vertical-align: top;
    word-spacing: 0;
    padding: 0;
    padding-right: 8px;
    list-style: none
}

.cats2>ul>li>ul>li+li {
    border-top: 1px solid #e5e5e5
}

.cats2>ul>li>ul>li.arrow>span {
    padding-right: 15px;
    background: url(../images/right2.png) right 10px no-repeat
}

.cats2>ul>li>ul>li>ul {
    display: none;
    padding: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    position: relative;
    top: -30px;
    left: 265px;
    z-index: 25;
    border-left: 5px solid #e5e5e5;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3)
}

.cats2>ul>li>ul>li:hover>ul {
    display: block
}

.cats2>ul>li>ul>li>ul>li {
    height: 30px;
    vertical-align: top;
    word-spacing: 0;
    padding: 0;
    list-style: none
}

.cats2>ul>li>ul>li>ul>li+li {
    border-top: 1px solid #e5e5e5
}

.cats3 {
    margin: 8px
}

.cats3>table {
    width: 100%
}

.cats3 td {
    overflow: hidden;
    cursor: pointer;
    background: #32C0E2 url(../images/shadow2.png) repeat-x;
    color: #fff;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.2)
}

.cats3 td:hover {
    -webkit-box-shadow: inset 0 5px 10px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 5px 10px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 5px 10px 2px rgba(0,0,0,0.2)
}

.cats3 td>a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 30px;
    font-size: 20px;
    height: 50px;
    line-height: 50px
}

.cats3 td>ul {
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
    list-style: none;
    z-index: 10;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3)
}

.cats3 td>ul:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.cats3 td:hover>ul {
    display: block;
    min-width: 200px
}

.cats3 td li {
    position: relative;
    white-space: nowrap;
    padding: 0;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2)
}

.cats3 td>a {
    font-weight: 500;
    font-size: 24px
}

.cats3 td>ul>li+li {
    padding-top: 4px
}

.cats3 td>ul>li.active>span {
    padding-right: 15px;
    background: url(../images/right2.png) right 12px no-repeat
}

.cats3 td>ul>li:hover>ul {
    display: block
}

.cats3 td>ul>li>ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    padding: 0;
    background: #fff;
    list-style: none;
    z-index: 10;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3)
}

.cats3 td>ul>li>ul>li {
    white-space: nowrap;
    overflow: hidden;
    padding: 0
}

.cats3 td>ul>li>ul>li+li {
    padding-top: 4px
}

.cats3 span {
    margin: 0 16px;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    color: #a4a4a4;
    overflow: hidden
}

.cats3 span>a {
    display: block;
    font-weight: 500
}

.cats4>h2 {
    font-size: 15px;
    padding-bottom: 10px
}


.testimonials {
    overflow: hidden
}

.testimonials>h2 {
    font-size: 15px;
    padding-bottom: 20px
}

.testimonials .item {
    zoom:1;padding: 0 0 20px
}

.testimonials .item+.item {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0
}

.testimonials .item:after {
    content: ' ';
    clear: left;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.testimonials .item>.R {
    margin-left: 90px
}

.testimonials .item>.L {
    float: left;
    width: 80px
}

.testimonials .item .text {
    color: #575757;
    font-style: italic;
    padding-bottom: 5px
}

.testimonials .item .text>.bullshit {
    display: none
}

.testimonials .item .author {
    color: #222;
    font-size: 12px;
    font-weight: 700;
    text-align: right
}

.testimonials .all {
    float: right;
    color: #a4a4a4;
    padding-top: 6px
}

.testimonials .button {
    clear: both
}

.justbuy {
    overflow: hidden
}

.justbuy>h2 {
    font-size: 15px;
    padding-bottom: 20px
}

.justbuy .item {
    zoom:1;padding: 0 0 20px
}

.justbuy .item+.item {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0
}

.justbuy .item:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.justbuy .item>.R {
    margin-left: 110px
}

.justbuy .item>.L {
    float: left;
    width: 100px
}

.justbuy .item>.L img {
    width: 100px
}

.filter {
    position: relative
}

.filter .opt:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.filter>h3 {
    padding-bottom: 8px;
    clear: both
}

.filter .items {
    margin: 5px 10px 15px
}

.filter .items>.item {
    margin: 3px 0
}

.filter .opt>.item {
    margin: 3px 0;
    min-width: 49%;
    float: left
}

.filter .items>.item>label {
    padding: 0 10px
}

.filter .items>.item input[type='text'] {
    font-size: 16px;
    margin: 0 5px
}

.filter .items>.item.slider {
    margin-top: 10px
}

.filter .notice {
    position: absolute;
    display: none;
    top: 0;
    right: 300px;
    background: #e03760;
    color: #fff;
    white-space: nowrap;
    padding: 5px 10px;
    z-index: 10;
    margin-top: -8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3)
}

.filter .notice>a {
    color: #fff;
    padding: 0 0 0 5px
}

.filter .reset {
    float: right;
    position: absolute;
    top: 15px;
    right: 20px
}

.search input[type='text'] {
    width: 220px;
    font-size: 19px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cecece;
    padding: 2px 2px 2px 30px;
    background: #fff url(../images/magnifying.gif) 2% center no-repeat
}

.search .button {
    float: right;
    border: 0;
    padding: 0 15px;
    line-height: 28px;
    height: 27px
}

.body:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.body>.L {
    margin-right: 328px;
    padding: 1px 0 8px
}

.body>.R {
    float: right;
    width: 328px;
    padding: 1px 0 8px
}

.body>.R>.w+.w {
    margin-top: 16px
}

.body>.L>.w+.w {
    margin-top: 16px
}

.body .cats>ul:after {
    clear: none
}

.body img {
    max-width: 820px
}

.pano {
    margin-bottom: 0
}

.pano>.in {
    margin: 0;
    height: 350px;
    width: 636px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3)
}

.pano img {
    max-width: 636px;
    height: 350px
}

.pano .Pager {
    z-index: 5
}

.pano .Pager>.in {
    text-align: center;
    padding: 10px;
    margin: -30px auto 0
}

.pano .Pager>.in>a {
    background: url(../images/points_sprite.png) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin: 3px
}

.pano .Pager>.in>a.active {
    background-position: right center
}

.pano .Slider>a {
    display: block;
    width: 636px;
    height: 344px
}

.catalog {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px
}

.catalog>div+div {
    border-top: 1px solid #e5e5e5;
    padding: 20px 10px 0
}

.catalog>.head {
    padding: 0 0 10px;
    margin: 0 10px
}

.catalog>.cats {
    padding: 10px 0 14px
}

.catalog .items {
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.catalog .items>.item {
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    width: 182px;
    padding: 0 0 25px;
    margin: 0 10px
}

.catalog .items>.item h3 {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.catalog .items>.item h3>a {
    text-decoration: none;
    color: #4c4c4c
}

.catalog .items>.item h2 {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.catalog .items>.item h2>a {
    text-decoration: none
}

.catalog .items>.item .img {
    position: relative
}

.catalog .items>.item .img img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 182px
}

.catalog .items>.item .img.new:after {
    content: ' ';
    padding-bottom: 44px;
    width: 44px;
    height: 0;
    overflow: hidden;
    background: url(../images/new.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

.catalog .items>.item .img.hit:after {
    content: ' ';
    padding-bottom: 44px;
    width: 44px;
    height: 0;
    overflow: hidden;
    background: url(../images/hit.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

.catalog .items>.item .img.discount:after {
    content: ' ';
    padding-bottom: 44px;
    width: 44px;
    height: 0;
    overflow: hidden;
    background: url(../images/skidka.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

.catalog .items>.item .img.promo:after {
    content: ' ';
    padding-bottom: 44px;
    width: 44px;
    height: 0;
    overflow: hidden;
    background: url(../images/promo.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

.catalog .items>.item .brief {
    font-size: 12px;
    color: #606060;
    padding: 3px 0
}

.catalog .items>.item .price {
    font-size: 18px;
    color: #222
}

.catalog .items>.item .price2>span {
    padding-right: 18px;
    background: url(../images/RUB.png) right 3px no-repeat
}

.catalog .items>.item .oldprice {
    font-size: 13px;
    font-style: italic;
    color: #4e4e4e;
    text-decoration: line-through
}

.catalog .items>.item .actions {
    padding-top: 10px
}

.catalog .items>.item .param {
    padding-bottom: 10px
}

.catalog .items>.item .param select {
    max-width: 182px
}

.catalog .uppercats {
    padding: 0 0 5px
}

.catalog .basement {
    border-top: 1px solid #e5e5e5;
    padding: 10px 10px 20px;
    margin: 15px 0 -1em
}

.catalog>.text {
    padding: 0 5px
}

.product {
    overflow: hidden
}

.product:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.product>.R {
    color: #575757;
    margin-left: 310px
}

.product>.L {
    float: left;
    width: 290px;
    text-align: center;
    padding: 0 15px 15px 0
}

.product .text {
    color: #575757;
    font-size: 13px;
    padding: 5px 0
}

.product .text table {
    width: 100%;
    margin-bottom: 1em
}

.product .text table td {
    border: 1px #A4A4A4 solid;
    padding: 2px 5px;
    background: #f5f5f5
}

.product .text ul {
    padding-left: 15px
}

.product .text iframe {
    margin-bottom: 15px
}

.product .price {
    font-size: 18px;
    text-align: center;
    color: #222;
    padding-bottom: 10px
}

.product .price2>span {
    padding-right: 18px;
    background: url(../images/RUB.png) right 3px no-repeat;
    text-align: center
}

.product .oldprice {
    font-size: 13px;
    font-style: italic;
    color: #4e4e4e;
    text-decoration: line-through;
    text-align: center
}

.product .actions {
    padding-top: 10px;
    text-align: center;
    margin: 0 auto
}

.product .param {
    padding-bottom: 10px
}

.product .img {
    position: relative;
    height: 290px
}

.product .img img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 290px
}

.product .img.new:after {
    content: ' ';
    padding-bottom: 44px;
    width: 44px;
    height: 0;
    overflow: hidden;
    background: url(../images/new.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15
}

.product .img.hit:after {
    content: ' ';
    padding-bottom: 44px;
    width: 44px;
    height: 0;
    overflow: hidden;
    background: url(../images/hit.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15
}

.product .img.discount:after {
    content: ' ';
    padding-bottom: 44px;
    width: 44px;
    height: 0;
    overflow: hidden;
    background: url(../images/skidka.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15
}

.product .img.promo:after {
    content: ' ';
    padding-bottom: 44px;
    width: 44px;
    height: 0;
    overflow: hidden;
    background: url(../images/promo.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15
}

.product .img>a {
    cursor: pointer;
    position: relative;
    display: block
}

.product .img>a:after {
    content: ' ';
    padding-top: 21px;
    width: 21px;
    height: 0;
    overflow: hidden;
    background: url(../images/plus.png) 0 0 no-repeat;
    position: absolute;
    bottom: 4px;
    left: 4px
}

.product .vk_like {
    padding: 20px 0 0
}

.product #vk_comments {
    width:calc(100%) !important;
    margin: 50px 0 10px;
    clear: both
}

.vk_comments {
    
    width:calc(100%) !important;
}

.product .album {
    margin: 20px 0 10px;
    text-align: left
}

.product .album img {
    width: 65px;
    padding: 3px
}

.product .uppercats {
    padding: 0 0 10px
}

.product .basement {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 0;
    margin: 15px 0 -1em;
    clear: both
}

.product h1 {
    font-size: 20px
}

.blog {
    overflow: hidden
}

.blog .item {
    zoom:1;padding: 0 0 20px
}

.blog .item+.item {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0
}

.blog .item:after {
    content: ' ';
    clear: left;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.blog .item .text {
    color: #575757;
    padding: 5px 0
}

.blog .item .date {
    color: #222;
    font-size: 12px;
    font-weight: 700;
    text-align: right
}

.blog .rss {
    float: right;
    margin: 0;
    padding: 0 0 0 18px;
    width: 0;
    height: 18px;
    overflow: hidden;
    background: url(../images/rss.png) 0 0 no-repeat
}

.cart table {
    width: 100%;
    margin-bottom: 15px
}

.cart table>*>tr>td {
    border: 1px solid #ccc;
    font-style: normal;
    padding: 3px
}

.cart table>thead>tr>td {
    vertical-align: bottom;
    padding: 5px 0;
    border-color: #eee #eee #ccc;
    background: #eee;
    white-space: nowrap
}

.cart table>thead>tr>td:first-child {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-right-color: #ccc;
    border-left-color: #eee
}

.cart table>thead>tr>td+td {
    padding-left: 5px;
    padding-right: 5px;
    border-color: #eee #ccc #ccc;
    text-align: center
}

.cart table>thead>tr>td:last-child {
    border-right-color: #eee
}

.cart table>tbody>tr>td {
    vertical-align: center
}

.cart table>tbody>tr>td:first-child {
    padding: 2px 8px
}

.cart table>tbody>tr>td+td {
    width: 30px
}

.cart table>tbody>tr>td+td input {
    text-align: center
}

.cart .button.delete {
    font-style: normal;
    font-size: 20px;
    padding: 2px 10px
}

img.toCart {
    position: absolute;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 5px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px 3px rgba(0,0,0,0.3)
}

.foot {
    min-width: 1200px;
    width: 100%;
    background: #fff;

    color: #000000;
    box-shadow: 0px -5px 20px 0px black;
    opacity:50;
    margin-top: 0
}

.foot>.in {
    width: 950px;
    margin: 0 auto;
    zoom:1;padding: 25px 0 15px;
    font-size: 13px
}

.foot>.in:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.foot>.in>.L {
    float: left;
    width: 300px;
    font-size: 14px
}

.foot>.in>.R {
    float: right;
    width: 300px;
    text-align: right
}

.foot>.in>.C {
    text-align: center;
    width: 300px;
    margin: 0 auto
}

.foot .phone>span {
    font-size: 20px;
    color: #000
}

.foot .time {
    font-style: italic;
    color: #4e4e4e;
    font-size: 12px;
    margin-bottom: 10px
}

.foot .skype {
    padding-left: 25px;
    background: url(../images/skype.png) 0 0 no-repeat
}

.foot .icq {
    padding-left: 25px;
    background: url(../images/icq.png) 0 0 no-repeat
}

.foot .email {
    padding-left: 25px;
    background: url(../images/email.png) 0 0 no-repeat
}

.oPager {
    font-size: 0;
    margin: 0 0 0 10px;
    text-align: center
}

.oPager>a,.oPager>i,.oPager>ins {
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;font-size: 14px;
    margin-left: 5px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px
}

.oPager>a:first-child,.oPager>ins:first-child,.oPager>i:first-child {
    margin-left: 0
}

.oPager a:link,.oPager a:visited {
    background: transparent;
    color: #222
}

.oPager a:hover {
    background: #CECECE;
    color: #fff
}

.oPager ins {
    text-decoration: none
}

.oPager i {
    font-style: normal;
    background: #D20F24;
    color: #fff
}
.oT2 {
    display: flex;align-items: center;align-content: center;justify-content: center;overflow: auto;

}

.oT2>table {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    width: 100%
}

.oT2>table>tbody>tr>td {
    vertical-align: top;
    padding: 5px 0
}

.oT2>table>tbody>tr>td+td {
    width: 5000px
}

.oT2>table>tbody>tr>td[colspan="2"] {
    width: 100%
}

.oT2>table>tbody>tr>td:first-child>span {
    display: block;
    white-space: nowrap;
    padding: 1px 10px 0 0;
    font-style: italic
}

.oT2>table>tbody>tr>td.empty {
    overflow: hidden;
    text-indent: -9999px
}

.oT2>table>tbody>tr>td>.error {
    color: #c00;
    clear: both;
    font-size: 17px;
    padding: 1px 0 3px 2px
}

.oT2>table>tbody>tr>td>.value {
    padding: 3px 0 0
}

.oT2>table>tbody>tr>td>.Example {
    color: gray;
    font-size: 12px;
    font-style: italic
}

.PopupBlock {
    padding: 20px;
    color: #222;
    *background: #fff
}

.PopupBlock .Title {
    font-size: 28px;
    padding: 0 0 10px
}

.PopupBlock .Descr {
    padding: 0 0 10px
}

.PopupBlock .Buttons {
    font-size: 0;
    padding: 5px 0 0
}

.PopupBlock .Buttons>.button+.button {
    margin-left: 10px
}

.PopupBlock .catalog {
    padding: 0
}

.PopupBlock .catalog .items>.item {
    width: 150px
}

.PopupBlock .catalog .items>.item .img img {
    width: 150px
}

.DarkBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 500;
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

.Popup {
    position: absolute;
    left: 50%;
    z-index: 501
}

.Popup>.in {
    position: relative
}

.Popup>.in>.Bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display: none
}

.Popup>.in>.Bg>.t {
    position: absolute;
    height: 33px;
    background: url(../images/Popup1.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    right: 0
}

.Popup>.in>.Bg>.t>i {
    display: block;
    background: url(../images/Popup1.png) 100% -33px no-repeat;
    padding: 0 34px
}

.Popup>.in>.Bg>.t>i>b {
    display: block;
    background: url(../images/Popup1.png) 0 -66px repeat-x;
    padding-top: 33px;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.Popup>.in>.Bg>.b {
    position: absolute;
    height: 33px;
    background: url(../images/Popup1.png) 0 -99px no-repeat;
    bottom: 0;
    left: 0;
    right: 0
}

.Popup>.in>.Bg>.b>i {
    display: block;
    background: url(../images/Popup1.png) 100% -132px no-repeat;
    padding: 0 34px
}

.Popup>.in>.Bg>.b>i>b {
    display: block;
    background: url(../images/Popup1.png) 0 -165px repeat-x;
    padding-top: 33px;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.Popup>.in>.Bg>.m {
    height: 100%;
    overflow: hidden
}

.Popup>.in>.Bg>.m>i {
    display: block;
    height: 100%;
    margin-top: -33px;
    overflow: hidden
}

.Popup>.in>.Bg>.m>i>b {
    display: block;
    height: 100%;
    margin-top: 66px;
    background: url(../images/Popup2.png) -34px 0 repeat-y;
    overflow: hidden
}

.Popup>.in>.Bg>.m>i>b>u {
    display: block;
    text-decoration: none;
    height: 100%;
    margin-right: -34px;
    background: url(../images/Popup2.png) 100% 0 repeat-y;
    padding: 0 68px 0 34px
}

.Popup>.in>.Bg>.m>i>b>u>tt {
    display: block;
    height: 100%;
    background: #fff;
    font-size: 0
}

.Popup>.in>.C {
    position: relative;
    min-height: 34px;
    padding: 11px 16px 21px
}

.Popup>.in>.C>.in {
	background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.5);
}

.Popup>.in>.C>.in>.CloseButton {
    position: absolute;
    width: 57px;
    padding-top: 56px;
    height: 0;
    overflow: hidden;
    font-size: 0;
    background: url(../images/Popup1.png) 0 -198px no-repeat;
    top: -10px;
    right: -10px;
    cursor: pointer;
    z-index: 4
}

.Popup>.in>.C .CloseButton:hover {
    opacity: .9
}

#gpWidget {
    z-index: 101
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(../images/fancybox/fancybox.png)
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    display: none
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url(../images/fancybox/fancybox.png) -40px 0;
    cursor: pointer;
    z-index: 1103;
    display: none
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}

#fancybox-left,#fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url(../images/fancybox/blank.gif);
    z-index: 1102;
    display: none
}

#fancybox-left {
    left: 0
}

#fancybox-right {
    right: 0
}

#fancybox-left-ico,#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}

#fancybox-left-ico {
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -30px
}

#fancybox-right-ico {
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -60px
}

#fancybox-left:hover,#fancybox-right:hover {
    visibility: visible
}

#fancybox-left:hover span {
    left: 20px
}

#fancybox-right:hover span {
    left: auto;
    right: 20px
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url(../images/fancybox/fancybox-x.png)
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -162px
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(../images/fancybox/fancybox-y.png);
    background-position: -20px 0
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -182px
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(../images/fancybox/fancybox-x.png);
    background-position: 0 -20px
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -142px
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(../images/fancybox/fancybox-y.png)
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(../images/fancybox/fancybox.png);
    background-position: -40px -122px
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    background-image: url(../images/fancybox/fancy_title_over.png);
    display: block
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 3px;
    background: url(../images/fancybox/fancybox-x.png) 0 -40px
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat
}

.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png',sizingMethod='scale')
}

.fancybox-ie6 #fancybox-left-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png',sizingMethod='scale')
}

.fancybox-ie6 #fancybox-right-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png',sizingMethod='scale')
}

.fancybox-ie6 #fancybox-title-over {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png',sizingMethod='scale');
    zoom:1}

.fancybox-ie6 #fancybox-title-float-left {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png',sizingMethod='scale')
}

.fancybox-ie6 #fancybox-title-float-main {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png',sizingMethod='scale')
}

.fancybox-ie6 #fancybox-title-float-right {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png',sizingMethod='scale')
}

.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right,#fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px")
}

#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2) + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px')
}

#fancybox-loading.fancybox-ie6 div {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png',sizingMethod='scale')
}

.fancybox-ie .fancybox-bg {
    background: transparent!important
}

.fancybox-ie #fancybox-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png',sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png',sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png',sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png',sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png',sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png',sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png',sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png',sizingMethod='scale')
}

.block .h2, .R > .w > .h2 {
    background-color: #fff !important;
}

.ic {
    display: inline-block;
    position: relative;
    width: calc(100% / 5);
}
.dar{
    display: inline-block;
    right:0%;
    transform: rotate(0deg);
}
.dar.rot{
    display: inline-block;
    right:0%;
    transform: rotate(180deg);
}
.catname{
    display:inline-block;
   width:200px;
}
.ic>last-child {
    margin-right: 0;
}
.mset.open ul{
       display:block; height:auto;
}
.mset ul{
     display:none;  height:0; 
}
.yset{
    width:calc(100%);
    display:none;
}
.yset.yvis{
    width:calc(100%);
    display:inherit;
}


.cats4>ul {
    list-style: none;
    font-size: 0;
    padding: 0
}

.cats4>ul:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.cats4>ul>li {
    vertical-align: top;
    word-spacing: 0;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    list-style: none
}

.cats4>ul>li:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.cats4>ul>li>.R {
    margin-left: 55px
}

.cats4>ul>li>.L {
    float: left;
    width: 45px
}

.cats4>ul>li>.L img {
    width: 45px
}

.cats4>ul>li>.R a:first-child {
    font-size: 14px
}

.cats4>ul>li ul {
    list-style-position: outside;
    padding: 5px 0 0 15px
}

.cats4>ul>li ul>li {
    padding: 0
}

.cats4>ul>li ul>li>a {
    font-size: 12px;
    text-decoration: none
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
 
.youtube .play {
    background: url('/images/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
 
.youtube:hover .play {
    background-position: 0 0;
}



.socseti a {
  max-width: 40px;
  height: auto;
  display: inline-block;
  margin: 10px 0 0 0;
}

.socseti a img {
  max-width: 100%;
}



/* Inline таблица стилей #5 | https://trip-moto.ru/ */

#search_box-result .img {
  max-width: 50px;
  margin-left: -20px;
  margin-right: 10px;
}

#search_box-result .img img {
  max-width: 100%;
}

#search_box-result .img {
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
}

#search_box-result .item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}



#search_box-result h3 {
  font-size: 13px;
  line-height: 1.3em;
}

#search_box-result .price {
  font-size: 14px;
  text-align: left;
}

#search_box-result {
  max-height: 425px;
  overflow-y: auto;
  width: 100%;margin-top: 21px;
}

#search_box-result .description.text {
  text-align: center;
  margin-top: 10px;
}

#search_box-result .items.fix {
  padding-top: 10px;
}

#search_box-result_mobile .img {
  max-width: 50px;
  margin-left: -20px;
  margin-right: 10px;
}

#search_box-result_mobile .img img {
  max-width: 100%;
}

#search_box-result_mobile .img {
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
}

#search_box-result_mobile .item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}



#search_box-result_mobile h3 {
  font-size: 13px;
  line-height: 1.3em;
}

#search_box-result_mobile .price {
  font-size: 14px;
  text-align: left;
}

#search_box-result_mobile {
  max-height: 425px;
  overflow-y: auto;
  width: 100%;margin-top: 21px;
}

#search_box-result_mobile .description.text {
  text-align: center;
  margin-top: 10px;
}

#search_box-result_mobile .items.fix {
  padding-top: 10px;
}


#search_box-result_mobile  .items > .item {
	width: 100% !important;
}
