/**************
/js/noty/noty.css
/css/dialogs.css
/css/fonts-min.css
/css/grids-min.css
/css/style.css
/css/main-header.css
/js/jqModal.css
/css/fixed-width.css
/css/cool-select.css
/css/search-btn.css
/css/fxSearch.css
/css/top-menu.css
**************/
/**************
/js/noty/noty.css
**************/
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight{position: fixed; margin: 0; padding: 0; z-index: 9999999; -webkit-transform: translateZ(0) scale(1, 1); transform: translateZ(0) scale(1, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-font-smoothing: subpixel-antialiased; filter: blur(0); -webkit-filter: blur(0); max-width: 90%;}#noty_layout__top{top: 0; left: 5%; width: 90%;}#noty_layout__topLeft{top: 20px; left: 20px; width: 325px;}#noty_layout__topCenter{top: 5%; left: 50%; width: 325px; -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);}#noty_layout__topRight{top: 20px; right: 20px; width: 325px;}#noty_layout__bottom{bottom: 0; left: 5%; width: 90%;}#noty_layout__bottomLeft{bottom: 20px; left: 20px; width: 325px;}#noty_layout__bottomCenter{bottom: 5%; left: 50%; width: 325px; -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);}#noty_layout__bottomRight{bottom: 20px; right: 20px; width: 325px;}#noty_layout__center{top: 50%; left: 50%; width: 325px; -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);}#noty_layout__centerLeft{top: 50%; left: 20px; width: 325px; -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);}#noty_layout__centerRight{top: 50%; right: 20px; width: 325px; -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);}.noty_progressbar{display: none;}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display: block; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background-color: #646464; opacity: 0.2; filter: alpha(opacity=10);}.noty_bar{-webkit-backface-visibility: hidden; -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1); -ms-transform: translate(0, 0) scale(1, 1); transform: translate(0, 0) scale(1, 1); -webkit-font-smoothing: subpixel-antialiased; overflow: hidden;}.noty_effects_open{opacity: 0; -webkit-transform: translate(50%); -ms-transform: translate(50%); transform: translate(50%); -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;}.noty_effects_close{-webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;}.noty_fix_effects_height{-webkit-animation: noty_anim_height 75ms ease-out; animation: noty_anim_height 75ms ease-out;}.noty_close_with_click{cursor: pointer;}.noty_close_button{position: absolute; top: 2px; right: 2px; font-weight: bold; width: 20px; height: 20px; text-align: center; line-height: 20px; background-color: rgba(0, 0, 0, 0.05); border-radius: 2px; cursor: pointer; -webkit-transition: all .2s ease-out; transition: all .2s ease-out;}.noty_close_button:hover{background-color: rgba(0, 0, 0, 0.1);}.noty_modal{position: fixed; width: 100%; height: 100%; background-color: #000; z-index: 10000; opacity: .3; left: 0; top: 0;}.noty_modal.noty_modal_open{opacity: 0; -webkit-animation: noty_modal_in .3s ease-out; animation: noty_modal_in .3s ease-out;}.noty_modal.noty_modal_close{-webkit-animation: noty_modal_out .3s ease-out; animation: noty_modal_out .3s ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;}@-webkit-keyframes noty_modal_in{100%{opacity: .3;}}@keyframes noty_modal_in{100%{opacity: .3;}}@-webkit-keyframes noty_modal_out{100%{opacity: 0;}}@keyframes noty_modal_out{100%{opacity: 0;}}@keyframes noty_modal_out{100%{opacity: 0;}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform: translate(0); transform: translate(0); opacity: 1;}}@keyframes noty_anim_in{100%{-webkit-transform: translate(0); transform: translate(0); opacity: 1;}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform: translate(50%); transform: translate(50%); opacity: 0;}}@keyframes noty_anim_out{100%{-webkit-transform: translate(50%); transform: translate(50%); opacity: 0;}}@-webkit-keyframes noty_anim_height{100%{height: 0;}}@keyframes noty_anim_height{100%{height: 0;}}.noty_theme__relax.noty_bar{margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative;}.noty_theme__relax.noty_bar .noty_body{padding: 10px;}.noty_theme__relax.noty_bar .noty_buttons{border-top: 1px solid #e7e7e7; padding: 5px 10px;}.noty_theme__relax.noty_type__alert, .noty_theme__relax.noty_type__notification{background-color: #fff; border: 1px solid #dedede; color: #444;}.noty_theme__relax.noty_type__warning{background-color: #FFEAA8; border: 1px solid #FFC237; color: #826200;}.noty_theme__relax.noty_type__warning .noty_buttons{border-color: #dfaa30;}.noty_theme__relax.noty_type__error{background-color: #FF8181; border: 1px solid #e25353; color: #FFF;}.noty_theme__relax.noty_type__error .noty_buttons{border-color: darkred;}.noty_theme__relax.noty_type__info, .noty_theme__relax.noty_type__information{background-color: #78C5E7; border: 1px solid #3badd6; color: #FFF;}.noty_theme__relax.noty_type__info .noty_buttons, .noty_theme__relax.noty_type__information .noty_buttons{border-color: #0B90C4;}.noty_theme__relax.noty_type__success{background-color: #BCF5BC; border: 1px solid #7cdd77; color: darkgreen;}.noty_theme__relax.noty_type__success .noty_buttons{border-color: #50C24E;}.noty_theme__metroui.noty_bar{margin: 4px 0; overflow: hidden; position: relative; box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;}.noty_theme__metroui.noty_bar .noty_progressbar{position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background-color: #000; opacity: 0.2; filter: alpha(opacity=20);}.noty_theme__metroui.noty_bar .noty_body{padding: 1.25em; font-size: 14px;}.noty_theme__metroui.noty_bar .noty_buttons{padding: 0 10px .5em 10px;}.noty_theme__metroui.noty_type__alert, .noty_theme__metroui.noty_type__notification{background-color: #fff; color: #1d1d1d;}.noty_theme__metroui.noty_type__warning{background-color: #FA6800; color: #fff;}.noty_theme__metroui.noty_type__error{background-color: #CE352C; color: #FFF;}.noty_theme__metroui.noty_type__info, .noty_theme__metroui.noty_type__information{background-color: #1BA1E2; color: #FFF;}.noty_theme__metroui.noty_type__success{background-color: #60A917; color: #fff;}.noty_theme__mint.noty_bar{margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative;}.noty_theme__mint.noty_bar .noty_body{padding: 10px; font-size: 14px;}.noty_theme__mint.noty_bar .noty_buttons{padding: 10px;}.noty_theme__mint.noty_type__alert, .noty_theme__mint.noty_type__notification{background-color: #fff; border-bottom: 1px solid #D1D1D1; color: #2F2F2F;}.noty_theme__mint.noty_type__warning{background-color: #FFAE42; border-bottom: 1px solid #E89F3C; color: #fff;}.noty_theme__mint.noty_type__error{background-color: #DE636F; border-bottom: 1px solid #CA5A65; color: #fff;}.noty_theme__mint.noty_type__info, .noty_theme__mint.noty_type__information{background-color: #7F7EFF; border-bottom: 1px solid #7473E8; color: #fff;}.noty_theme__mint.noty_type__success{background-color: #AFC765; border-bottom: 1px solid #A0B55C; color: #fff;}.noty_theme__sunset.noty_bar{margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative;}.noty_theme__sunset.noty_bar .noty_body{padding: 10px; font-size: 14px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);}.noty_theme__sunset.noty_bar .noty_buttons{padding: 10px;}.noty_theme__sunset.noty_type__alert, .noty_theme__sunset.noty_type__notification{background-color: #073B4C; color: #fff;}.noty_theme__sunset.noty_type__alert .noty_progressbar, .noty_theme__sunset.noty_type__notification .noty_progressbar{background-color: #fff;}.noty_theme__sunset.noty_type__warning{background-color: #FFD166; color: #fff;}.noty_theme__sunset.noty_type__error{background-color: #EF476F; color: #fff;}.noty_theme__sunset.noty_type__error .noty_progressbar{opacity: .4;}.noty_theme__sunset.noty_type__info, .noty_theme__sunset.noty_type__information{background-color: #118AB2; color: #fff;}.noty_theme__sunset.noty_type__info .noty_progressbar, .noty_theme__sunset.noty_type__information .noty_progressbar{opacity: .6;}.noty_theme__sunset.noty_type__success{background-color: #06D6A0; color: #fff;}.noty_theme__bootstrap-v3.noty_bar{margin: 4px 0; overflow: hidden; position: relative; border: 1px solid transparent; border-radius: 4px;}.noty_theme__bootstrap-v3.noty_bar .noty_body{padding: 15px;}.noty_theme__bootstrap-v3.noty_bar .noty_buttons{padding: 10px;}.noty_theme__bootstrap-v3.noty_bar .noty_close_button{font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; background: transparent;}.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{background: transparent; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5;}.noty_theme__bootstrap-v3.noty_type__alert, .noty_theme__bootstrap-v3.noty_type__notification{background-color: #fff; color: inherit;}.noty_theme__bootstrap-v3.noty_type__warning{background-color: #fcf8e3; color: #8a6d3b; border-color: #faebcc;}.noty_theme__bootstrap-v3.noty_type__error{background-color: #f2dede; color: #a94442; border-color: #ebccd1;}.noty_theme__bootstrap-v3.noty_type__info, .noty_theme__bootstrap-v3.noty_type__information{background-color: #d9edf7; color: #31708f; border-color: #bce8f1;}.noty_theme__bootstrap-v3.noty_type__success{background-color: #dff0d8; color: #3c763d; border-color: #d6e9c6;}.noty_theme__bootstrap-v4.noty_bar{margin: 4px 0; overflow: hidden; position: relative; border: 1px solid transparent; border-radius: .25rem;}.noty_theme__bootstrap-v4.noty_bar .noty_body{padding: .75rem 1.25rem;}.noty_theme__bootstrap-v4.noty_bar .noty_buttons{padding: 10px;}.noty_theme__bootstrap-v4.noty_bar .noty_close_button{font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .5; background: transparent;}.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{background: transparent; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .75;}.noty_theme__bootstrap-v4.noty_type__alert, .noty_theme__bootstrap-v4.noty_type__notification{background-color: #fff; color: inherit;}.noty_theme__bootstrap-v4.noty_type__warning{background-color: #fcf8e3; color: #8a6d3b; border-color: #faebcc;}.noty_theme__bootstrap-v4.noty_type__error{background-color: #f2dede; color: #a94442; border-color: #ebccd1;}.noty_theme__bootstrap-v4.noty_type__info, .noty_theme__bootstrap-v4.noty_type__information{background-color: #d9edf7; color: #31708f; border-color: #bce8f1;}.noty_theme__bootstrap-v4.noty_type__success{background-color: #dff0d8; color: #3c763d; border-color: #d6e9c6;}.noty_theme__semanticui.noty_bar{margin: 4px 0; overflow: hidden; position: relative; border: 1px solid transparent; font-size: 1em; border-radius: .28571429rem; box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;}.noty_theme__semanticui.noty_bar .noty_body{padding: 1em 1.5em; line-height: 1.4285em;}.noty_theme__semanticui.noty_bar .noty_buttons{padding: 10px;}.noty_theme__semanticui.noty_type__alert, .noty_theme__semanticui.noty_type__notification{background-color: #f8f8f9; color: rgba(0, 0, 0, 0.87);}.noty_theme__semanticui.noty_type__warning{background-color: #fffaf3; color: #573a08; box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;}.noty_theme__semanticui.noty_type__error{background-color: #fff6f6; color: #9f3a38; box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;}.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information{background-color: #f8ffff; color: #276f86; box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;}.noty_theme__semanticui.noty_type__success{background-color: #fcfff5; color: #2c662d; box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;}.noty_theme__nest.noty_bar{margin: 0 0 15px 0; overflow: hidden; border-radius: 2px; position: relative; box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;}.noty_theme__nest.noty_bar .noty_body{padding: 10px; font-size: 14px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);}.noty_theme__nest.noty_bar .noty_buttons{padding: 10px;}.noty_layout .noty_theme__nest.noty_bar{z-index: 5;}.noty_layout .noty_theme__nest.noty_bar:nth-child(2){position: absolute; top: 0; margin-top: 4px; margin-right: -4px; margin-left: 4px; z-index: 4; width: 100%;}.noty_layout .noty_theme__nest.noty_bar:nth-child(3){position: absolute; top: 0; margin-top: 8px; margin-right: -8px; margin-left: 8px; z-index: 3; width: 100%;}.noty_layout .noty_theme__nest.noty_bar:nth-child(4){position: absolute; top: 0; margin-top: 12px; margin-right: -12px; margin-left: 12px; z-index: 2; width: 100%;}.noty_layout .noty_theme__nest.noty_bar:nth-child(5){position: absolute; top: 0; margin-top: 16px; margin-right: -16px; margin-left: 16px; z-index: 1; width: 100%;}.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){position: absolute; top: 0; margin-top: 20px; margin-right: -20px; margin-left: 20px; z-index: -1; width: 100%;}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){margin-top: 4px; margin-left: -4px; margin-right: 4px;}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){margin-top: 8px; margin-left: -8px; margin-right: 8px;}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){margin-top: 12px; margin-left: -12px; margin-right: 12px;}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){margin-top: 16px; margin-left: -16px; margin-right: 16px;}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){margin-top: 20px; margin-left: -20px; margin-right: 20px;}.noty_theme__nest.noty_type__alert, .noty_theme__nest.noty_type__notification{background-color: #073B4C; color: #fff;}.noty_theme__nest.noty_type__alert .noty_progressbar, .noty_theme__nest.noty_type__notification .noty_progressbar{background-color: #fff;}.noty_theme__nest.noty_type__warning{background-color: #FFD166; color: #fff;}.noty_theme__nest.noty_type__error{background-color: #EF476F; color: #fff;}.noty_theme__nest.noty_type__error .noty_progressbar{opacity: .4;}.noty_theme__nest.noty_type__info, .noty_theme__nest.noty_type__information{background-color: #118AB2; color: #fff;}.noty_theme__nest.noty_type__info .noty_progressbar, .noty_theme__nest.noty_type__information .noty_progressbar{opacity: .6;}.noty_theme__nest.noty_type__success{background-color: #06D6A0; color: #fff;}.noty_theme__light.noty_bar{margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative;}.noty_theme__light.noty_bar .noty_body{padding: 10px;}.noty_theme__light.noty_bar .noty_buttons{border-top: 1px solid #e7e7e7; padding: 5px 10px;}.noty_theme__light.noty_type__alert, .noty_theme__light.noty_type__notification{background-color: #fff; border: 1px solid #dedede; color: #444;}.noty_theme__light.noty_type__warning{background-color: #FFEAA8; border: 1px solid #FFC237; color: #826200;}.noty_theme__light.noty_type__warning .noty_buttons{border-color: #dfaa30;}.noty_theme__light.noty_type__error{background-color: #ED7000; border: 1px solid #e25353; color: #FFF;}.noty_theme__light.noty_type__error .noty_buttons{border-color: darkred;}.noty_theme__light.noty_type__info, .noty_theme__light.noty_type__information{background-color: #78C5E7; border: 1px solid #3badd6; color: #FFF;}.noty_theme__light.noty_type__info .noty_buttons, .noty_theme__light.noty_type__information .noty_buttons{border-color: #0B90C4;}.noty_theme__light.noty_type__success{background-color: #57C880; border: 1px solid #7cdd77; color: darkgreen;}.noty_theme__light.noty_type__success .noty_buttons{border-color: #50C24E;}

/**************
/css/dialogs.css
**************/
html, body{scrollbar-gutter: stable;}body:has(dialog:modal[open]){overflow: hidden;}.dlg__dialog::backdrop{background-color: rgba(0, 0, 0, 0.1); opacity: 1; transition: opacity 0.2s;}.dlg__dialog{--dlg-form-gap: 0.66em; min-width: 400px; max-width: calc(100vw - 40px); background-color: #fff; box-sizing: border-box; padding: 0; border: none; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 2px 4px 15px rgba(0, 0, 0, 0.2), 2px 4px 25px rgba(0, 0, 0, 0.1); border-radius: 6px; text-align: start; font-size: 14px; opacity: 0; translate: 0 -20px; transition: opacity 0.2s, translate 0.2s, display 0.2s allow-discrete, overlay 0.2s allow-discrete;}.dlg__dialog[open]{opacity: 1; translate: 0;}@starting-style{.dlg__dialog[open]{opacity: 0; translate: 0 -20px;}.dlg__dialog::backdrop{opacity: 0;}}.dlg__form{padding: var(--dlg-form-gap); display: flex; flex-direction: column; gap: var(--dlg-form-gap);}.dlg__body{flex: 1; padding-block: var(--dlg-form-gap);}.dlg__footer{display: flex; gap: var(--dlg-form-gap); justify-content: flex-end;}.dlg__btn{--dlg-btn-color: #fff; --dlg-btn-bg-color: #999; --dlg-btn-bg-color-hover: #666; font: inherit; cursor: pointer; background-color: var(--dlg-btn-bg-color); border: none; border-radius: 4px; padding: 0.35em 1em; color: var(--dlg-btn-color); transition: background-color .2s;}.dlg__btn:hover{background-color: var(--dlg-btn-bg-color-hover);}.dlg__btn--primary{--dlg-btn-bg-color: #bf1f3f; --dlg-btn-bg-color-hover: #D82246; --dlg-btn-color: #fff; font-weight: bold;}

/**************
/css/fonts-min.css
**************/
body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table{font-size:inherit;font:100%;}select, input, textarea{font:99% arial,helvetica,clean,sans-serif;}pre, code{font:115% monospace;*font-size:100%;}body *{line-height:1.35;}

/**************
/css/grids-min.css
**************/
body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:18.4615em;*width:18.0166em;}.yui-t2 #yui-main .yui-b{margin-left:19.4615em;*margin-left:19.0166em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}

/**************
/css/style.css
**************/
body{background: white; margin: 0; padding: 0;}body *{max-height: 1000000px;}a{color: #000;}a:hover{color: #c33;}a:visited{color: #666;}a.black{color: #000;}img{border: none;}a.pdf, a.rtf, a.doc, a.mail, a.image, a.video, .phone-number, a.telegram, a.whatsapp{padding-left: 13px; background: transparent none no-repeat left center;}a.pdf{background-image: url("/css/pdf-icon.gif");}a.rtf, a.doc{background-image: url("/css/word-icon.gif");}a.mail{background-image: url(/css/email.svg); background-size: 10px; background-position: 0 3px;}a.image{background-image: url("/css/image-icon.gif");}a.image.video{background-image: url("/css/film-icon.png"); background-position: -2px center;}.phone-number{background-image: url("/css/telephone.svg"); white-space: nowrap; background-size: 10px;}a.telegram, a.whatsapp{position: relative; padding-left: 16px;}a.telegram::before{content: url(/css/telegram.svg); width: 15px; height: 15px; position: absolute; top: -1px; left: -3px;}a.whatsapp::before{content: url(/css/whatsapp.svg); width: 14px; height: 14px; position: absolute; top: -1px; left: -3px;}a.image.noicon{background-image: none; padding-left: 0;}h1{font-weight: normal; font-size: 160%;}h2{font-weight: normal; font-size: 140%; margin-top: 1.66em;}pre{white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}.without-js .show-if-js{display: none;}.with-js .hide-if-js{display: none;}.crackedmail{display: none;}form{margin: 0; padding: 0;}table.with-borders{border-collapse: collapse;}table.with-borders th, table.with-borders td{border: 1px solid #ccc; padding: 0.5em;}table.hor-lines{border-collapse: collapse;}table.hor-lines td, table.hor-lines th{padding: 0.25em; padding-left: 0; border-bottom: 1px solid #ddd; vertical-align: top;}table.hor-lines th{border-bottom: 1px solid #000; vertical-align: bottom;}table.hor-lines tr.skip-line th{border-bottom: none;}table.hor-lines tr.total td{padding-top: 0.5em; border-bottom: 1px solid #000;}table.hor-lines--top-line td, table.hor-lines--top-line th{border-top: 1px solid #ddd;}table.hor-lines.cozy td, table.hor-lines.cozy th{padding: 0.5em 0 0.5em 0.5em;}table.hor-lines.cozy td:first-child, table.hor-lines.cozy th:first-child{padding: 0.5em 0.5em 0.5em 0;}table.hor-lines.cozy tr.total td{padding-top: 1.5em;}td.sum{padding-left: 3em ! important; text-align: right;}th.sum{text-align: right;}#mouseHint{position: absolute; top: 0; left: 0; padding: 0.33em 0.5em; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 2px; -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px; box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px; background: #ffd; display: none; z-index: 5000; text-align: left;}#mouseHint small{color: #666;}.thumbnail{border: 1px solid #999; position: relative;}.th-list{overflow: hidden; zoom: 1;}.th-block{width: 160px; font-size: 80%; margin-bottom: 10px; position: relative; padding-left: 18px; padding-right: 18px;}.th-block .tollbtn{width: 18px; height: 18px; position: absolute; left: 0; top: 0; background: transparent none no-repeat; cursor: pointer;}.th-block .tollbtn.autohide{visibility: hidden; opacity: 0; transform: translate(10px, 0); transition: transform 0.1s, opacity 0.1s, visibility 0s 0.1s;}.th-block .tollbtn.autohide.right{transform: translate(-10px, 0);}.th-block.hover .tollbtn.autohide{visibility: visible; opacity: 0.6; transform: translate(0, 0); transition: transform 0.1s, opacity 0.1s, visibility 0s;}.th-block .tollbtn.autohide:hover{opacity: 1;}.th-block .tollbtn.add-to-cart{background-image: url("/css/cart16x16-add.png");}.th-block .tollbtn.add-to-cart.in-cart{background-image: url("/css/cart16x16.png");}.svg-supported .th-block .tollbtn.add-to-cart{background-image: url("/css/cart16x16-add.svg");}.svg-supported .th-block .tollbtn.add-to-cart.in-cart{background-image: url("/css/cart16x16.svg");}.th-block .tollbtn.add-to-album{background-image: url("/css/star-gray.png"); top: 20px;}.th-block .tollbtn.add-to-album.in-album{background-image: url("/css/star.png");}.svg-supported .th-block .tollbtn.add-to-album{background-image: url("/css/star-gray.svg"); top: 20px;}.svg-supported .th-block .tollbtn.add-to-album.in-album{background-image: url("/css/star.svg");}.th-block .tollbtn.mute-this{background-image: url("/css/mute-gray.png");}.th-block .tollbtn.in-process{background-image: url("/css/loading.gif") ! important; display: block ! important;}.th-block .blackfriday{position: absolute; z-index: 1; background: #000; color: #fff; font-weight: bold; font-size: 12px; left: 14px; top: -3px; border-radius: 50%; cursor: pointer; text-decoration: none; width: 2em; height: 2em; box-sizing: border-box; line-height: 2em; text-align: center;}.th-block .blackfriday::before{content: "Ч";}.ext-ss-prv{display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover;}.fp-ttl{font-size: 140%; margin-bottom: 1ex;}.paginator{text-align: center; font-size: 90%; margin: 1ex; color: #999;}.paginator strong{color: black; padding: 0.125em 0.25em; margin: 0 0.15em; background-color: #eda; border-radius: 0.25em;}.forum .paginator-block .paginator strong{background-color: white; border: 1px solid #ccc; margin: 1px 0.15em;}.paginator a{padding: 0.125em 0.25em; margin: 0 0.15em;}.paginator .page, .paginator a[rel="prev"]{margin-right: 0.5em;}.paginator a[rel="next"]{margin-left: 0.5em;}.seek-paginator{text-align: center; font-size: 90%; margin: 1ex; color: #999;}.seek-paginator--at-begin .seek-paginator--to-begin{display: none;}.seek-paginator--prev::before{content: "\2190"; margin-right: 0.25em;}.seek-paginator--next::after{content: "\2192"; margin-left: 0.25em;}.seek-paginator--to-begin{margin-right: 0.5em;}.seek-paginator--to-begin::after{content: "\2022"; margin-left: 0.5em;}.seek-paginator--begin{margin-right: 0.5em;}.listator{text-align: center; font-size: 90%; margin: 1ex; color: #999;}.listator span{margin: 0 1em;}.image-table{border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px;}.catalogue{margin-top: 20px; width: 200px;}.catalogue ul{margin: 0; padding: 0; margin-left: 1.5em;}.catalogue strong{border-bottom: 2px solid #f93; color: #000000;}.catalogue ul{color: #999;}.catalogue li{line-height: 1.5;}#hd{position: relative;}img.triple-check{background: transparent url("/css/3-check.png") no-repeat;}img.triple-check.hover.val1{background-position: 0 -39px;}img.triple-check.hover.val0{background-position: 0 -52px;}img.triple-check.hover.val-1{background-position: 0 -65px;}img.triple-check.val1{background-position: 0 0;}img.triple-check.val0{background-position: 0 -13px;}img.triple-check.val-1{background-position: 0 -26px;}.HEADER .LOGO{position: relative; width: 200px; height: 160px; background: transparent url("/css/logo-t.rev2.png") no-repeat; margin: 0; padding: 0;}.HEADER .LOGO.russia{background-image: url("/css/logo-8-800.rev2.png");}.HEADER .LOGO a{display: block; width: 200px; height: 160px; font-size: 1px; text-indent: -1000px;}.searchblock{-moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; background-color: #fff; width: 80%;}.searchblock input{font-weight: bold;}.searchblock .serachInput{font-size: 120%; font-weight: bold; width: 98%; padding: 0.2em 0.25em; border: 2px solid #ccc; -moz-border-radius: 0.5ex; -webkit-border-radius: 0.5ex; border-radius: 0.5ex;}.FOOTER{margin-top: 60px; border-top: 1px solid #ccc; font-size: 90%; padding: 1em 1em 50px; overflow: hidden; zoom: 1; text-align: left; color: #333;}.FOOTER p{color: #333;}.FOOTER strong{color: #333;}.FOOTER .quiet-link-inner{color: #333;}.FOOTER .counters{float: right; margin-top: 2em; margin-left: 2em;}.FOOTER .counters > div{margin-bottom: 2px;}.FOOTER .ssl-seal{text-align: center; font-size: 10px;}.FOOTER ul{margin: 0 0 0 1.5em; padding: 0; color: #999;}.FOOTER li{line-height: 1.5;}.FOOTER p{margin: 1em 0;}.copyright-warning{border-top: 1px solid #FCC; border-bottom: 1px solid #FCC; background-color: #FFF8F8; margin: 1em -1ex !important; padding: 1ex; color: #922;}.image-info{margin: 0; padding: 0; margin-left: 0.5em;}.image-info dt{margin: 0; padding: 0; color: #666; font-size: 90%;}.image-info dt a{color: #444;}.image-info dt a:hover{color: #c33;}.image-info dd{margin: 0; padding: 0; margin-top: 0.3em; margin-bottom: 2em;}#searchHelpCont{position: relative; margin-top: 4px;}#searchHelpBlock{background: #eed;}.TOPMENU{font-weight: bold; list-style-type: none; margin: 0; padding: 0; overflow: hidden; zoom: 1;}.TOPMENU li{float: left; margin: 0.5em; white-space: nowrap;}.TOPMENU li.right{float: right;}.TOPMENU a{color: #000000;}.TOPMENU .userpic{width: 16px; height: 16px; vertical-align: top; border: 1px solid #CCC;}.DOC{margin: 0 5%;}.TOPMENU li.auth{margin-left: 2em; padding-left: 16px; background: transparent url("/css/bullet_key.png") no-repeat left center;}.TOPMENU li.auth-user{margin-left: 2em; line-height: 2em; border: 1px solid red;}.TOPMENU li.auth-user a.username{padding-left: 14px; background: transparent url("/css/user-icon.gif") no-repeat left center;}.TOPMENU li.auth-user .switched a{color: #fff;}.TOPMENU li.auth-user .switched{background-color: #06f; color: #fff; padding: 0.25em 0.5em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; -opera-border-radius: 0.25em; border-radius: 0.25em; background-position: 6px center; margin-right: 0.25em;}.TOPMENU li.auth-user .switched.admin{background-color: #f30;}.TOPMENU li.auth-user form{display: inline;}.TOPMENU a.auth-required{padding-left: 14px; background: transparent url("/css/secure-icon.gif") no-repeat left center;}.users-cloud{margin: 1em; padding: 1em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}.users-cloud a{color: black !important; margin: 0 2ex 0 0; text-decoration: none; border-bottom: 1px solid #ddd; white-space: nowrap;}.users-cloud a:hover, .users-cloud a:active{background: #eec; border-bottom: 2px solid #f93;}.formItems{margin: 1em 2em;}.formItems dd{margin: 0; margin-bottom: 1ex;}.form-comment{margin: 0; color: #666;}.form-comment-error{color: #c00;}.formItems dd.shift{margin-top: 2em;}.submitButton{padding: 0.33em 1em;}input.with-error, textarea.with-error{background-color: #fee;}label.required-field{font-weight: bold;}.formErrors{list-style-type: none; margin: 1ex 0; padding: 1ex; border-left: 2px solid #c33; color: #c33; font-weight: bold;}.logoutBtn{font-size: 80%; padding: 0.25em 0.5em;}.NOTIFICATIONS{list-style-type: none; margin: 0; padding: 1ex 1em; border-bottom: 1px solid #bbb; position: relative; font-weight: bold; cursor: pointer !important; background: #ffc url("/css/notif-close.png") no-repeat 8px 8px; padding-left: 26px; text-align: left;}.with-js .NOTIFICATIONS{display: none;}#ie6-warning{background: #ffc; text-align: center; padding: 0.25em; border-bottom: 1px solid #bbb;}#ie6-warning a{color: #900;}.link-with-icon{background: transparent none no-repeat left center; padding-left: 20px;}.link-with-icon.in-process{background-image: url("/css/loading.gif") ! important;}.link-with-icon-add{background: transparent none no-repeat left center; padding-left: 20px; outline: 0; background-image: url(/css/16-em-plus.png);}.link-with-icon-add.px12{padding-left: 16px; background-image: url(/css/12-em-plus.png);}.link-with-icon-edit{background: transparent none no-repeat left center; padding-left: 20px; outline: 0; background-image: url(/css/16-em-pencil.png);}.link-with-icon-edit.px12{padding-left: 16px; background-image: url(/css/12-em-pencil.png);}.link-with-icon-del{background: transparent none no-repeat left center; padding-left: 20px; outline: 0; background-image: url(/css/16-em-cross.png);}.text-with-icon{display: inline-block; line-height: 18px; vertical-align: bottom;}.text-with-icon > *{display: inline; float: left;}.text-with-icon--icon{margin-right: .4ex;}.pseudolink.text-with-icon{text-decoration: none;}.pseudolink .text-with-icon--text{text-decoration: underline;}.longInput{width: 80%;}.longInputPx{width: 400px;}.bigTextArea{width: 80%; height: 150px;}.insituEditor{}.insituEditor textarea{width: 90%; height: 150px; border: none; background: #ffe;}.insituEditor .textarea.ajax{background: #eee; color: #999;}.insituEditor .buttons{width: 90%; text-align: left; margin-top: 2px;}.insituEditor .btnOK{font-size: 90%; background-color: #933; color: #fff;}.insituEditor .btnCancel{font-size: 90%; background-color: #ccc; color: #000;}.formTable{border-collapse: collapse;}.formTable td{padding: 1ex; vertical-align: top;}.formTable .labelColumn{text-align: right; width: 10em;}.formTable label, .formTable .pseudolink{vertical-align: initial;}.formTable .fieldGroup{}.formTable .formSubhead{font-weight: bold; border-bottom: 1px solid #c33; padding-top: 1.5em; padding-bottom: .5ex;}.markup-help-link{font-size: 80%; margin-left: 1em; color: #999;}.markup-help-link a{color: #666;}code{background-color: #eee; white-space: nowrap;}#markup-help{margin: 0 2em; font-size: 90%; display: none;}.user-markup blockquote{margin: 1em 0; padding: 0; overflow: hidden; zoom: 1; background: transparent url("/css/quote-bg-left.png") no-repeat left top;}.user-markup blockquote .in-quote{padding: 0 16px; background: transparent url("/css/quote-bg-right.png") no-repeat right bottom; float: left;}.user-markup blockquote .in-quote2{padding: 0 0.5ex; background: #f4f4f4;}.user-markup hr{border: none; border-top: 1px solid #ccc; margin: 1em 0;}.user-markup li{margin-bottom: 1em;}.user-markup ul, .user-markup ol{margin: 1em 0 1em 2em; padding: 0;}.user-markup a .link-head{padding-right: 16px; background: transparent url('/css/link-dots.png') no-repeat right center;}.user-markup a .link-body{display: none;}.user-markup a .link-tail{padding-left: 3px;}.DropDownMenu{position: absolute; left: 10px; top: 10px; z-index: 4000; list-style-type: none; margin: 0; padding: 0; background-color: #eee; border: 1px outset; display: none; font-size: 90%; text-align: left;}.DropDownMenu li{white-space: nowrap; padding: 0.5ex 1ex; cursor: pointer; min-width: 60px; background: no-repeat 1ex center; max-width: 350px; overflow: hidden; text-overflow: ellipsis;}.DropDownMenu li.static{color: #666; cursor: default;}.DropDownMenu li.separator{height: 0; padding: 0; border-top: 1px solid #ccc; margin: 0 0.5ex; cursor: default;}.DropDownMenu li.check{padding-left: 26px;}.DropDownMenu li.check.on{background-image: url("/css/check-on.png");}.DropDownMenu li.check.off{background-image: url("/css/check-off.png");}.DropDownMenu li.check.on.hl{background-image: url("/css/check-on-inv.png");}.DropDownMenu li.check.off.hl{background-image: url("/css/check-off-inv.png");}.DropDownMenu li.hl{background-color: #922; color: #fff;}.DropDownMenu li.with-link{padding: 0;}.DropDownMenu a{display: block; text-decoration: none; color: inherit; padding: 0.5ex 1ex;}.userMenu{margin-top: 2em;}.userMenu ul{margin: 0 0 2em 1.3em; padding: 0;}.userMenu ul li{margin: 0.5em 0;}.checkboxList{list-style-type: none; margin: 0; padding: 0;}.helplink{background-color: #ffc;}.helplink a{color: #000;}.yellow-highlight{background-color: #ffc;}.extended-options{margin: 0; padding: 0; margin-bottom: 3px; list-style-type: none; font-size: 85%; overflow: hidden; zoom: 1;}.extended-options li{white-space: nowrap; float: left; margin-right: 3px; padding: 2px; border: 2px solid white;}.extended-options li.active{border-color: #eda;}.flipper-body{padding: 0.5em 0; margin-left: 3px; padding-left: 9px; border-left: 2px solid #eda; margin-bottom: 0.5em;}.flipper-header span{padding-left: 14px; background: transparent url("/css/tree-plus.png") no-repeat left center; cursor: pointer;}.flipper.opened .flipper-header span{background-image: url("/css/tree-minus.png");}.flipper-header a{color: black;}.flipper.opened .flipper-header a{background-color: #eee;}#picker-wnd{position: absolute; border: 1px solid #999; background-color: white; text-align: left;}#no-color-btn{position: absolute; top: 5px; left: 5px; cursor: pointer; z-index: 10;}a.cart{background-image: url("/css/cart16x16.png");}.svg-supported a.cart{background-image: url("/css/cart16x16.svg");}a.cabinet{background-image: url("/css/icon_key.gif");}a.albums{background-image: url("/css/images.png");}a.forum-link{background-image: url("/css/comment.gif");}.svg-supported a.forum-link{background-image: url("/css/comment.svg");}#image-list-size:hover{color: #000; background-color: #ffc;}#sort-para{position: absolute; left: 0; bottom: 0.8em; font-size: 85%; color: #666;}.icon_tag, .icon2_tag{border: 1px solid #ccc;}table.nowrap td, table.nowrap th{white-space: nowrap;}.clearfix:after{content: ' '; clear:both; display: block; width: 0; height: 0; overflow: hidden; font-size: 0;}#search-suggest a{color: #c00; background-color: #ffc; padding: 0 0.25em;}#search-suggest a ins{font-weight: bold; font-style: italic;}.typo-dig-interval{margin: 0 2pt;}.typo-dig-block{margin-right: 3pt;}.typo-half-space{font-size: 50%;}.pseudolink{text-decoration: underline; cursor: pointer;}.pseudolink.disabled{color: #999; cursor: default;}.ajaxlink{border-bottom: 1px dashed #999; cursor: pointer;}.red-warning{color: #c00; padding-left: 0.5em; margin: 1em 0 1em -0.5em; border-left: 2px solid #c33;}.red-warning a{color: #600;}#conf-banner{float: right; text-align: right; color: #999; margin-top: -30px; background: white; -moz-border-radius: 2ex; -webkit-border-radius: 2ex; padding: 1ex; margin-right: -20px; margin-left: 0.5ex;}a#visited-test{color: #000000 ! important; display: none;}a#visited-test:visited{color: #FF0000 ! important; display: inline;}input.userSelectField{background: white url(/css/user-icon.gif) no-repeat 2px center; padding-left: 14px; border: 1px solid #bbb;}ul.autocomplete-list{margin: 0; padding: 0; list-style-type: none; overflow: hidden; -moz-border-radius-bottomleft: 1ex; -moz-border-radius-bottomright: 1ex; background-color: #f8f8f8; color: #000; border: 1px solid #666; position: absolute; z-index: 1000; display: none;}ul.autocomplete-list li{padding: 0.125em 0.5em; cursor: pointer; text-align: left;}ul.autocomplete-list li.selected{background-color: #eda;}ul.autocomplete-list li small{color: #999;}.is_muted span{background-color: #ffd;}.coolbtn{border: 2px solid #ccc; border-radius: 5px; background-color: #d7425d; color: white; padding: 8px 24px; position: relative; outline: none; cursor: pointer; font-weight: bold; font-size: 110%;}.coolbtn[type='submit']{border-color: #ccc;}.coolbtn:hover, .coolbtn:focus, .coolbtn:active{border-color: #f2a6b4;}.coolbtn:active{background-color: #c41c3b; color: #fff;}.coolbtn.disabled, .coolbtn[disabled]{background-image: none; background-color: #ccc; border-color: #ddd; color: #fff; cursor: default; text-shadow: none;}.coolbtn.disabled:active, .coolbtn[disabled]:active{background-color: #ccc;}.coolbtn.disabled:hover, .coolbtn.disabled:focus, .coolbtn.disabled:active, .coolbtn[disabled]:hover, .coolbtn[disabled]:focus, .coolbtn[disabled]:active{border-color: #ddd;}.coolbtn.green{background-color: #1ac742;}.coolbtn.green:hover, .coolbtn.green:focus, .coolbtn.green:active{border-color: #a7f2b9;}.coolbtn.green.disabled, .coolbtn.green[disabled]{background: #ccc none; border-color: #ddd; color: #fff; cursor: default;}.coolbtn.green.disabled:active, .coolbtn.green[disabled]:active{background-color: #ccc;}.coolbtn.green.disabled:hover, .coolbtn.green.disabled:focus, .coolbtn.green.disabled:active, .coolbtn.green[disabled]:hover, .coolbtn.green[disabled]:focus, .coolbtn.green[disabled]:active{border-color: #ddd;}.share-table{color: #999;}.share-btn{padding: 2px; padding-left: 22px; padding-right: 4px; background: transparent none 2px center no-repeat; border: 1px solid #ccc; height: 16px; line-height: 16px; color: #000; font-size: 85%; cursor: pointer; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.share-all .share-btn{background-color: #ddeedd; background-image: url(/css/add.png);}.vkontakte .share-btn{background-color: #d6dfe7; background-image: url(/css/icon_vkontakte.png);}.facebook .share-btn{background-color: #d6ddeb; background-image: url(/css/icon_facebook.png);}.twitter .share-btn{background-color: #e6f6fc; background-image: url(/css/icon_twitter.gif);}.buzz .share-btn{background-color: #d5e6f7; background-image: url(/css/icon_buzz.png);}.ya_ru .share-btn{background-color: #eee; background-image: url(http://wow.ya.ru/favicon.ico);}.odnokl .share-btn{background-color: #fed; background-image: url(http://stg.odnoklassniki.ru/share/odkl_klass_s.gif);}.mail .share-btn{background-color: #cde; background-image: url(/css/icon_mail_ru.png);}.share-count{margin-left: 2px; padding: 2px 12px; background: transparent none 2px center no-repeat; border: 1px solid #ccc; height: 16px; line-height: 16px; position: relative; text-align: right; color: #666; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.twitter .share-count, .ya_ru .share-count{cursor: pointer; color: black;}.share-arrow{width: 5px; height: 9px; background: transparent url(/css/share-arrow.png) no-repeat; position: absolute; left: -5px; top: 5px;}.share-container{position: absolute; z-index: 1; right: -8px; top: 5px; overflow: hidden; height: 24px; border: 1px solid #fff; background-color: white; padding: 4px;}.share-container.opened{height: auto; border-color: #ccc; -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);}#al-search-box{display:none;}#al-search-box input{padding-left: 17px; background: white url(/css/magnifier-medium.png) left center no-repeat; border: 1px solid #ccc;}.quiet-link{color: #999;}.quiet-link:visited{color: #999;}.quiet-link:hover{color: #f33;}.quiet-link-inner{color: #000;}.quiet-link.red .quiet-link-inner{color: #911;}.quiet-link-inner:hover{color: #c22;}.quiet-link.red .quiet-link-inner:hover{color: #c22;}h1 .separator, h2 .separator{color: #999;}.thumbnail a{text-decoration: none;}.mk18-t-mark{position: absolute; top: 50%; left: 50%; margin-top: -35px; margin-left: -35px; width: 70px; height: 70px; background-color: #c34; color: white; border-radius: 50%; line-height: 70px; text-align: center; border: 2px solid white; font-size: 25px; font-weight: bold; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);}.mk18-t-shadow{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ccc; background-color: rgba(204, 204, 204, 0.95); content: ""; z-index: 1;}.mk18-shadow{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(204, 204, 204, 0.95); z-index: 10001;}.mk18-content{position: absolute; background-color: #ffffff; width: 400px; left: 50%; top: 20px; margin-left: -200px; padding: 120px 20px 20px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); border: 2px solid #999; border-radius: 10px; text-align: left;}.mk18-mark{position: absolute; top: 20px; left: 50%; margin-left: -35px; width: 70px; height: 70px; background-color: #c34; color: white; border-radius: 50%; line-height: 70px; text-align: center; border: 2px solid white; font-size: 25px; font-weight: bold; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);}.show18plus .mk18-t-shadow{display: none;}.show18plus .mk18-shadow{display: none;}ul.form-items{margin: 0; padding: 0; list-style-type: none;}ul.form-items > li{margin-bottom: 0.5em; position: relative; padding-left: 10em;}ul.form-items > li > label{position: absolute; left: 0; top: 0.4em; width: 10em;}ul.form-items > li.pre-space{margin-top: 1em;}.footer-social-links{margin: 0 !important; padding: 0; list-style-type: none;}.footer-social-links li{padding-left: 20px; background: transparent url("//yandex.st/share/static/b-share-icon.png") no-repeat left top; line-height: 16px; height: 16px; margin-bottom: 6px;}.footer-social-links li.no-icon{padding-left: 0; background: none;}.footer-social-links .twitter{background-position: 0 -50px;}.footer-social-links .facebook{background-position: 0 -68px;}.footer-social-links .vkontakte{background-position: 0 0;}.footer-social-links .livejournal{background-position: 0 -34px;}.footer-social-links .googleplus{background-image: url(/css/gplus-16.svg);}.footer-social-links .pinterest{background-image: url(//favicon.yandex.net/favicon/pinterest.com);}.footer-social-links .youtube{background-image: url(/css/YouTube-social-icon_red_24px.png); background-size: 16px; background-position: 0 3px;}.footer-social-links .english{background-image: url(/css/us.png); background-position: 0 3px;}.footer-social-links--icon{width: 16px; height: 16px; vertical-align: bottom;}.Doctor_LizaAction-menu-link{background-color: #9ee6bc; padding: 0.5em;}.buy-window--warning{text-align: left; background: #ffc url(/css/24-message-warn.png) no-repeat 12px 3px; padding: 0.5em 12px 0.5em 42px; margin: -12px -12px 0; border-bottom: 1px solid #ccc;}.new-label{color: #f30; font-size: 80%; position: relative; top: -0.5em;}.mono-font{font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;}.align-right{text-align: right;}.alt-media-search{font-size: 13px;}.media-search-query{color: #c00;}.fixed-search-info{position: relative; top: -0.66em; color: #666;}.fixed-search-info__query{color: #c00;}.imglist-anon-warning{position: relative; background-color: #fec; padding: 0.33em 0.66em 0.33em 2em; border-radius: 0.25em; width: 50em; max-width: 100%;}.imglist-anon-warning::before{content: "⚠"; position: absolute; top: 0.33em; left: 0.66em;}.rouble-sign{display: none; font-size: 90%;}.rouble-supported .rouble-sign{display: inline;}.rouble-supported .rouble-text{display: none;}.imageListFloater{position: absolute; top: 0; left: 0; border: 4px solid #fff; box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.33); background-color: #fff; z-index: 10; opacity: 1; transition: opacity 0.2s, visibility 0s; pointer-events: none; padding-bottom: 17px; transform-origin: left bottom;}.imageListFloater.hidden{transition: opacity 0.2s, visibility 0s 0.2s; opacity: 0; visibility: hidden;}.imageListFloater-media{position: relative; overflow: hidden; background-size: cover; background-repeat: no-repeat;}.imageListFloater-media video{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}.imageListFloater-media img{float: left;}.imageListFloater-title{float: left; text-align: left; color: #666; font-size: 11px; white-space: nowrap; overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; text-overflow: ellipsis;}.jivo-btn{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-transform: none; cursor: pointer; background-image: none; display: inline-block; padding: 6px 12px; margin: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; vertical-align: middle; border: 0; border-radius: 4px; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}.jivo-btn:hover{box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 20px 10px rgba(255, 255, 255, 0.3); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 20px 10px rgba(255, 255, 255, 0.3); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 20px 10px rgba(255, 255, 255, 0.3);}.jivo-btn.jivo-btn-light:hover{box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 20px 10px rgba(255, 255, 255, 0.1); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 20px 10px rgba(255, 255, 255, 0.1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 20px 10px rgba(255, 255, 255, 0.1);}.jivo-btn.jivo-btn-light{box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3);}.jivo-btn:active, .jivo-btn.jivo-btn-light:active{box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.2); cursor: pointer;}.jivo-btn:active{outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}.jivo-btn-gradient{background-image: url(//static.jivosite.com/button/white_grad_light.png); background-repeat: repeat-x;}.jivo-btn-light.jivo-btn-gradient{background-image: url(//static.jivosite.com/button/white_grad.png);}.jivo-btn-icon{width: 17px; height: 20px; background-repeat: no-repeat; display: inline-block; vertical-align: middle; margin-right: 10px; margin-left: -5px;}.jivo-btn-light{color: #fff;}.jivo-btn-dark{color: #222;}.dokuwiki{font-size: 15px;}.dokuwiki > .page{line-height: 1.5em !important;}.dokuwiki > div{max-width: 900px; margin-left: auto !important; margin-right: auto !important;}@media (max-width: 1000px){.dokuwiki > div{max-width: none; margin-left: 40px !important; margin-right: 40px !important;}}@media (max-width: 500px){.dokuwiki > div{margin-left: 20px !important; margin-right: 20px !important;}}.dokuwiki .dw__toc{font-size: 14px;}#bar__bottom{margin: 0 !important; margin-top: 1em !important;}.dokuwiki h1{border-bottom: none !important; text-align: left !important;}.dokuwiki li{margin-bottom: 1em;}div.dokuwiki ul{list-style-type: disc !important;}div.dokuwiki ul.toc li{background: none !important; padding-left: 0 !important;}#toc__inside{border: none !important;}div.dokuwiki div.dw__toc{margin: 1.2em 0 0 2em; float: right; width: 200px; clear: both; text-align: left !important;}@media (max-width: 600px){div.dokuwiki div.dw__toc{float: none; width: auto; margin: 1.2em 0;}}.dw__toc > h3{border: none !important; border-bottom: 1px solid #ccc !important; background: none !important; font-weight: bold !important; font-size: 1em !important;}.dw__toc > h3 > strong{margin-right: 0.33em;}#toc__toggle{margin-right: 0.33em;}#toc__inside{padding-left: 0.7em !important;}.dokuwiki ul.toc{padding-left: 0.75em !important;}div.dokuwiki div.page a:link, div.dokuwiki div.page a:visited{text-decoration: none !important;}div.dokuwiki h2, div.dokuwiki h3, div.dokuwiki h4, div.dokuwiki h5{font-weight: normal !important; margin-top: 1.33em !important; margin-bottom: 0.66em !important; padding: 0 !important; text-align: left !important;}.geo-mini-map{background: #eee none no-repeat top left; background-size: cover; border-radius: 4px; cursor: pointer;}.geo-big-map{width: 800px; height: 600px; border: 1px solid #bbb;}.geo-place-title{color: #666; text-overflow: ellipsis; overflow: hidden;}.geo-place-coords{text-align: right; font-size: 10px; color: #666;}.geo-text-input{margin: 10px 12px; border: 1px solid transparent; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; height: 30px; outline: none; box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3); background: #fff none no-repeat left center; font-family: Roboto, Arial, sans-serif; font-size: 15px; font-weight: 300; padding: 0 11px 0 13px; text-overflow: ellipsis; width: 300px;}.geo-text-input.geo-text-input--copy{width: 200px;}.geo-text-input:focus{border-color: #4d90fe;}.geo-zoom-warning{background-color: #ffc; margin-bottom: 25px; font-size: 13px; border-radius: 2px; box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3); padding: 0.25em 0.75em 0.25em 5px; pointer-events: none;}.geo-zoom-warning svg{vertical-align: bottom;}.geo-zoom-warning path{fill: #EC8C8C;}.pac-container{z-index: 3001;}.geoEditor-container{position: relative; width: 781px; height: 600px;}.geoEditor-map{position: absolute; top: 0; left: 0; width: 100%; bottom: 65px; box-sizing: border-box; border: 1px solid #999;}.geoEditor-prvLine{position: absolute; height: 65px; left: 0; width: 100%; bottom: 0; overflow: hidden; background-color: #999;}.geoEditor-prvLine-image{width: 64px; height: 64px; cursor: pointer; margin-right: 1px; margin-bottom: 1px;}.geoEditor-prvLine-image:first-child{margin-left: 1px;}.map-editor-cnt .geoEditor-container{margin: auto;}.jqmWindowGeo{height: 760px;}@media (max-height: 800px){.jqmWindowGeo{height: auto; top: 20px !important; bottom: 20px;}}.jqmWindowGeo.jqmWindowMaximized{height: auto; max-height: none;}.jqmWindowGeo .geoEditor-container{position: absolute; left: 16px; top: 56px; right: 16px; width: auto; bottom: 100px; height: auto;}.jqmWindowGeo .map-edit-footer{position: absolute; left: 15px; bottom: 15px; right: 15px;}.jqmWindowGeo .map-edit-footer .jqmFooter{margin: 15px -15px -15px -15px;}.so-date-type{height: 22px; box-sizing: border-box; border: 1px solid #ccc; margin-bottom: 0.3em;}.so-date-input, .so-date-input2{width: 140px; margin-right: 0.5em; height: 22px; box-sizing: border-box; margin-bottom: 0.3em;}.menu-container .title .h{float: right; margin-top: -1px; cursor: pointer;}.menu-container .title .h::before{content: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjQUFBQUFBIiBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxN2gtMnYtMmgydjJ6bTIuMDctNy43NWwtLjkuOTJDMTMuNDUgMTIuOSAxMyAxMy41IDEzIDE1aC0ydi0uNWMwLTEuMS40NS0yLjEgMS4xNy0yLjgzbDEuMjQtMS4yNmMuMzctLjM2LjU5LS44Ni41OS0xLjQxIDAtMS4xLS45LTItMi0ycy0yIC45LTIgMkg4YzAtMi4yMSAxLjc5LTQgNC00czQgMS43OSA0IDRjMCAuODgtLjM2IDEuNjgtLjkzIDIuMjV6Ii8+PC9zdmc+);}.search-date-help-text code{background-color: #FFF; white-space: nowrap; padding: 0 0.3em; border-radius: 4px;}.so-date-label{display: inline-block; width: 1.5em; text-align: right; margin-right: 0.2em;}.so-date-including{margin-left: 1.6em; font-style: italic; color: #999;}.red-ribbon{position: relative; background: #c02; color: #fff; height: 1.5em; line-height: 1.5em; padding: 0 1em; cursor: pointer; font-style: italic;}.red-ribbon b{display: block; position: absolute; right: -0.64em; top: 0.5em; height: 1.5em; width: 1.5em; background: #a02; z-index: -2; -ms-transform: skew(-10deg); -webkit-transform: skew(-10deg); transform: skew(-10deg);}.red-ribbon i{position: absolute; right: 0; top: 0.25em; height: 1.5em; width: 1em; background: #701; -ms-transform: skew(0deg, -26.57deg); -webkit-transform: skew(0deg, -26.57deg); transform: skew(0deg, -26.57deg); z-index: -1;}.red-ribbon i.left{left: 0; -ms-transform: skew(0deg, 26.57deg); -webkit-transform: skew(0deg, 26.57deg); transform: skew(0deg, 26.57deg);}.red-ribbon b.left{left: -0.64em; -ms-transform: skew(10deg); -webkit-transform: skew(10deg); transform: skew(10deg);}.fall-ribbon{position: absolute; right: 0; top: 3.2em; font-size: 15px; color: #9c2900; background: #fdba0052; padding: 0.3em 0.6em; border-radius: 8px; margin-right: -0.6em; cursor: pointer; border: 1px solid #fdba0033;}.fall-ribbon::before{content: "🍂";}.spring-ribbon{position: absolute; right: 0; top: 3.2em; font-size: 15px; color: #fff; background: #8c0; padding: 0.3em 0.6em; border-radius: 8px; margin-right: -0.6em; cursor: pointer; border: 1px solid #88cc0033;}.spring-ribbon::before{content: "🌸";}.blackfriday-ribbon{position: absolute; right: 0; top: 3.2em; font-size: 15px; color: #000000; background: #e4e4e4; padding: 0.3em 0.6em; border-radius: 8px; margin-right: -0.6em; cursor: pointer; max-width: 16em;}.blackfriday-ribbon::before{content: "🔥";}.blackfriday-ribbon a{color: #d7425d;}.albumList-container{position: relative;}.albumList-item{width: 240px; display: inline-block; margin-bottom: 30px; margin-right: 30px;}.albumList-alCount{color: #666; margin-bottom: 0.2em;}.albumList-icon{font-size: 150%; width: 1em; height: 1em; vertical-align: bottom; cursor: help}.albumList-icon--lock{font-size: 120%;}.albumList-icon--lamp{position: relative; top: -1px;}.albumList-icon--pen{cursor: pointer;}.albumPreview-link{display: inline-block;}.albumPreview-figure{position: relative; display: inline-block; background: #999; margin: 0; overflow: hidden; width: 240px; height: 240px;}.albumPreview-figure--group{background: #fff;}.albumPreview-figure > img{float: left;}.albumPreview-caption{position: absolute; top: 0; left: 0; width: 100%; font-size: 16px; color: #fff; padding: 0.3em 0.5em; box-sizing: border-box; white-space: normal;}.albumPreview-caption::first-line{font-size: 20px;}.albumPreview-figure::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 40%; background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0.5) 0%, hsla(0, 0%, 0%, 0.494) 8.1%, hsla(0, 0%, 0%, 0.476) 15.5%, hsla(0, 0%, 0%, 0.448) 22.5%, hsla(0, 0%, 0%, 0.412) 29%, hsla(0, 0%, 0%, 0.37) 35.3%, hsla(0, 0%, 0%, 0.324) 41.2%, hsla(0, 0%, 0%, 0.275) 47.1%, hsla(0, 0%, 0%, 0.225) 52.9%, hsla(0, 0%, 0%, 0.176) 58.8%, hsla(0, 0%, 0%, 0.13) 64.7%, hsla(0, 0%, 0%, 0.088) 71%, hsla(0, 0%, 0%, 0.052) 77.5%, hsla(0, 0%, 0%, 0.024) 84.5%, hsla(0, 0%, 0%, 0.006) 91.9%, hsla(0, 0%, 0%, 0) 100% );}.albumPreview-groupIcons img{border: 1px solid #999; margin-right: 9px; margin-bottom: 9px; float: left; width: 72px; height: 72px;}.albumPreview-groupIcons img:nth-child(3n){margin-right: 0;}.sr-only{position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden;}.reset-style{appearance: none; list-style: none; padding: 0; margin: 0; border: none; background-color: transparent; font: inherit; cursor: inherit; color: inherit;}

/**************
/css/main-header.css
**************/
.main-site-header{text-align: left; position: relative; min-width: 900px; min-height: 150px; background-image: linear-gradient(bottom, rgb(255,255,255) 15%, rgb(238,238,238) 65%); background-image: -o-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(238,238,238) 65%); background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(238,238,238) 65%); background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(238,238,238) 65%); background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 15%, rgb(238,238,238) 65%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.15, rgb(255,255,255)), color-stop(0.65, rgb(238,238,238)) ); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );}.main-site-logo{position: absolute; top: 0; left: 0; width: 200px; height: 150px;}.main-site-menu, .main-site-search{margin-left: 200px;}.svg-logo{position: absolute; left: 20px; top: 10px; width: 164px; height: auto;}.svg-logo-block{display: none}.svg-supported .svg-logo-block{display: block;}.svg-supported .image-logo-block{display: none;}.main-site-phone{position: absolute; top: 113px; left: 33px; font-size: 17px; color: #666; text-align: center; width: 151px; font-family: Calibri,arial,helvetica,clean,sans-serif; white-space: nowrap; -webkit-transform: rotate(-7deg) translateZ(0); -moz-transform: rotate(-7deg); -ms-transform: rotate(-7deg); -o-transform: rotate(-7deg); transform: rotate(-7deg);}.main-site-phone-small{font-size: 12px; color: #999; position: relative; top: -3px;}.main-site-menu{margin-top: 0.5em; margin-right: 1em; overflow: hidden;}.main-site-menu ul{list-style-type: none; margin: 0; padding: 0;}.main-site-menu ul li{float: left; margin-right: 1em; white-space: nowrap;}.main-site-menu ul li.right{float: right; margin-right: 0; margin-left: 1em;}.main-site-menu a{color: #000; font-weight: bold;}.main-site-menu ul li img, .main-site-menu ul li .input-img{position: relative; top: 0.33em;}.main-site-menu .userpic{width: 14px; height: 14px; vertical-align: top; border: 1px solid #CCC;}.main-site-menu .switched a{color: #fff;}.main-site-menu .switched{background-color: #06f; color: #fff; padding: 0.25em 0.5em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; -opera-border-radius: 0.25em; border-radius: 0.25em; margin-right: 0.25em;}.main-site-menu .switched.admin{background-color: #f30;}.main-site-menu form{display: inline;}#cart-count-label{color: #c00; font-weight: bold;}.main-site-search{margin-top: 0.5em; overflow: hidden; margin-right: 15%; min-width: 750px;}.main-site-search-input-cnt{border: 2px solid #999; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; border-radius: 0.5em; height: 32px; position: relative; overflow: hidden; background: white; z-index: 2;}.main-site-search-input-button{position: absolute; top: 0; right: 0; width: 48px; height: 100%; background: #999 url(/css/loupe-white.png) no-repeat center center; cursor: pointer;}.svg-supported .main-site-search-input-button{background-image: url(/css/loupe-white.svg); background-size: 20px;}.svg-smil .submitted .main-site-search-input-button{background-image: url("/css/loading-spokes.svg"); background-size: 50%;}.focused .main-site-search-input-button{background-color: #d02040;}.focused .main-site-search-input-cnt{border-color: #d02040;}.focused .main-site-search-media-tabs .selected{border-color: #d02040;}.main-site-search-input-button input{visibility: hidden; font-size: 0; width: 0; height: 0;}.main-site-search-input-text{position: absolute; left: 0.5em; right: 60px; top: 0; height: 100%;}.main-site-search-input-text input{font-size: 120%; font-weight: bold; outline: none; border: 0; width: 100%; margin-top: 4px;}.main-site-search-placeholder{color: #999; font-style: italic; font-size: 120%; line-height: 1.5em; height: 1.5em; position: absolute; left: 0; top: 0.333em; display: none; cursor: text;}.main-site-search-example-link{border-bottom: 1px dotted; cursor: pointer;}.main-site-search .help{float: right; color: #666; right: 0.5em; position: relative; top: 5px; white-space: nowrap;}.main-site-search-media-tabs{left: 0.75em; position: relative;}.main-site-search-media-tabs .tabs-label{display: inline-block; position: relative; top: 2px;}.main-site-search-media-tabs .tab{display: inline-block; font-weight: bold; color: #777; background-color: #ccc; cursor: pointer; border: 2px solid #aaa; padding: 2px 0.5em 4px; top: 2px; z-index: 1; position: relative; margin-right: 0.5em; border-bottom: none; -webkit-border-top-left-radius: 0.5em; -webkit-border-top-right-radius: 0.5em; -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em;}.main-site-search-media-tabs .tab.selected{background-color: #fff; color: #333; cursor: default; z-index: 3;}.main-site-search-hidden-options{display: none;}.main-site-search-context{}.main-site-extended-search-cnt{margin: 0 0.75em; position: relative;}.main-site-extended-search-cnt .handler{cursor: pointer; padding: 0.5em 1em 0.4em 0.5em; float: left; -webkit-border-bottom-left-radius: 0.5em; -webkit-border-bottom-right-radius: 0.5em; -moz-border-radius-bottomleft: 0.5em; -moz-border-radius-bottomright: 0.5em; border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; border: 1px solid #CCC; border-top: none; color: #444; font-size: 90%; background: #EEE;}.main-site-extended-search-cnt .handler::before{content: "\25bc"; color: #aaa; margin-right: 0.25em;}.main-site-extended-search-cnt .handler:hover{background-color: #ddd;}.search-option-value{display: inline-block; cursor: pointer; background-color: #fff; border: 1px solid #ccc; padding: 0 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; border-radius: 0.5em; white-space: nowrap; line-height: 1.5em; *display: inline; zoom: 1;}.search-option-value::after{content: "\25bc"; margin-left: 0.3em; font-size: 66%; color: #999;}.search-option-value.setted{background-color: #fffcbb; border-color: #ba9;}.search-options-friendly{line-height: 2em; margin-left: 11em;}.search-options-friendly .search-option-value{margin-top: 0.25em; margin-left: 0.5em; border-color: #ccc; background-color: #F8F0aa;}.search-option-value .color-patch{display: inline-block; width: 12px; height: 12px; border: 1px solid rgba(0,0,0,0.2); vertical-align: middle; border-radius: 50%; pointer-events: none;}.main-site-extended-search-selector{padding: 0; margin: 0; list-style-type: none; text-align: left; cursor: default;}.main-site-extended-search-selector li{padding: 0.25em 0.5em;}.main-site-extended-search-selector li.menu-item{cursor: pointer;}.main-site-extended-search-selector li.menu-item.none{color: #666; border-top: 1px solid #CCC;}.main-site-extended-search-selector li.menu-item:hover{border-color: #fff; background-color: #EDA; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius: 0.25em;}.main-site-extended-search-selector li.menu-header{font-weight: bold; padding-bottom: 0.5em;}.main-site-extended-search-selector li.menu-container{padding: 0;}.main-site-extended-search-selector li.menu-container .body{display: none;}.main-site-extended-search-selector li.menu-container .title{padding: 0.25em 0.5em; cursor: pointer;}.main-site-extended-search-selector li.menu-container .title:hover{background-color: #EDA; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius: 0.25em;}.main-site-extended-search-selector li.menu-container.expanded{border-top: 1px solid #CCC; padding-bottom: 0.25em;}.main-site-extended-search-selector li.menu-container.expanded:first-child{border-top: none;}.main-site-extended-search-selector li.menu-container.expanded .body{display: block; padding: 0 0.5em 0.25em;}.main-site-extended-search-selector li.menu-container.expanded .title{cursor: default;}.main-site-extended-search-selector li.menu-container.expanded .title:hover{background: none;}.main-site-extended-search-selector .color-sample{width: 7.5em; border: 1px solid #999; margin-bottom: 0.5em; padding: 0.25em; text-align: center; font-size: 90%; height: 1.333em;}.main-site-extended-search-selector .color-btn{margin: 0; float: right; cursor: pointer;}.border-selector{width: 100px; height: 100px; border: 1px solid #999; position: relative; margin: 4px auto;}.border-selector .center{width: 60px; height: 60px; background-color: #d0d0d0; position: absolute; top: 20px; left: 20px;}.border-selector .bs-frame{width: 60px; height: 60px; background-color: #d8d8d8; border: 20px solid #d8d8d8; cursor: pointer;}.border-selector .bs-frame:hover{border-color: #e0e0e0;}.border-selector.t .bs-frame{border-top-color: white;}.border-selector.b .bs-frame{border-bottom-color: white;}.border-selector.l .bs-frame{border-left-color: white;}.border-selector.r .bs-frame{border-right-color: white;}.megapixel-size input{width: 2em; text-align: right;}.march8-logo-patch{z-index: 1; position: absolute; top: 0.3em; left: 0; width: 75px; height: 75px; background: transparent url('/css/romashka2.png') no-repeat; background-size: 100%;}.ny-logo-patch{position: absolute; z-index: 1; top: 18px; left: 87px; width: 42px; height: 42px; background: transparent url(/css/new-year-hat.svg) no-repeat; display: none; transform: rotate(15deg) scale(1.05, 0.85);}.ny-body .ny-logo-patch{display: block;}@media (max-width: 1100px){.main-site-logo{top: 1.3em; transition: top 0.25s;}.main-site-menu{margin-left: 2em; transition: margin-left 0.25s;}.main-site-header{min-height: 160px; transition: min-height 0.25s;}}

/**************
/js/jqModal.css
**************/
.jqmWindow{display: none; position: fixed; top: 17%; left: 50%; margin-left: -312px; width: 600px; color: #333; padding: 18px; text-align: left; box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.5); border-radius: 4px; background: #EEE; font-size: 14px;}.jqmWindow.jqmWindowWide{margin-left: -412px; width: 800px;}.jqmWindow.jqmWindowMaximized{top: 20px !important; left: 20px; bottom: 20px; right: 20px; margin-left: 0; width: auto; transform: translate(0, 0) !important;}.jqmWindow.jqmWindowMuted::after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: #eee; opacity: 0.4;}.jqmWindow .jqmHeader{margin: -18px -18px 18px; padding: 10px 18px; background-color: #B83950; font-size: 15px; color: #fff; border-top-left-radius: 3px; border-top-right-radius: 3px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); position: relative;}.jqmDraggable .jqmHeader{cursor: move; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;}.jqmHeaderCloseBtn{float: right; position: relative; margin-top: -3px; margin-left: 2px; margin-right: -10px; width: 1.8em; height: 1.8em; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'><path fill='%23ffffff' d='M24.778,21.419 19.276,15.917 24.777,10.415 21.949,7.585 16.447,13.087 10.945,7.585 8.117,10.415 13.618,15.917 8.116,21.419 10.946,24.248 16.447,18.746 21.948,24.248z'/></svg>") center; background-size: 100%; cursor: pointer; border-radius: 2px; opacity: 0.8;}.jqmHeaderCloseBtn:hover{opacity: 1; background-color: rgba(255, 255, 255, 0.2);}.jqmHeaderMaximizeBtn{float: right; position: relative; margin-top: -3px; margin-left: 2px; width: 1.8em; height: 1.8em; cursor: pointer; border-radius: 2px; opacity: 0.8;}.jqmHeaderMaximizeBtn:hover{opacity: 1; background-color: rgba(255, 255, 255, 0.2);}.jqmHeaderMaximizeBtn::before{content: ""; position: absolute; top: 6px; left: 5px; bottom: 6px; right: 5px; border: 3px solid #fff; border-radius: 2px; border-top-width: 5px;}.jqmWindowMaximized .jqmHeaderMaximizeBtn::before{top: 9px; left: 6px; bottom: 9px; right: 6px; border-top-width: 3px;}.jqmFooter{text-align: center; padding: 0.75em; margin: 18px -18px -18px -18px; background-color: #ddd; border-bottom-left-radius: 3px; border-bottom-right-radius: 4px;}.jqmFooter button, .jqmFooter input[type="submit"], .jqmFooter input[type="button"], .jqmFooter input[type="reset"]{padding: 0.5em 1em; margin: 0 0.5em;}.jqmFooter button[type="submit"], .jqmFooter input[type="submit"]{font-weight: bold;}.jqmOverlay{background-color: #000;}

/**************
/css/fixed-width.css
**************/
.container{width:950px; margin: 0 auto 0.5em;}.container:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.container{display:inline-block;}* html .container{height:1%;}.container{display:block;}.container.hr-over{border-top: 1px solid #ccc; margin-top: 1em;}.container .column{float: left; width: 230px; margin-right: 10px; overflow: hidden;}.container .column.last{margin-right: 0;}.container .column2{float: left; width: 470px; margin-right: 10px; overflow: hidden; max-width: 100%;}.container .column2.last{margin-right: 0;}.container .column3{float: left; width: 310px; margin-right: 10px; overflow: hidden;}.container .column3.last{margin-right: 0;}

/**************
/css/cool-select.css
**************/
.cool-selector-shadow{position: absolute; z-index: 9; display: none; background-color: #000;}.cool-selector{position: absolute; z-index: 10; display: none; min-height: 40px; background-color: white; border: 1px solid #999; -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25); box-shadow: 0 0 16px rgba(0, 0, 0, 0.25); white-space: nowrap; padding: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; border-radius: 0.5em;}.cool-selector-arrow{position: absolute; background: transparent url(/css/menu-arrows.png) no-repeat 0 0; width: 17px; height: 33px; left: -17px; top: 50%; margin-top: -16px;}.cool-selector-arrow.small{width: 13px; left: -13px;}.bottom > .cool-selector-arrow{width: 33px; height: 17px; top: -17px; left: 50%; margin: 0; margin-left: -16px;}.bottom > .cool-selector-arrow.small{height: 13px; top: -13px;}.left > .cool-selector-arrow{left: auto; right: -17px; background-position: -17px 0;}.left > .cool-selector-arrow.small{background-position: -13px 0; right: -13px;}.selector-table{border-spacing: 0; border-collapse:collapse;}.selector-table td{padding: 0; text-align: left;}.selector-table tr.unavailable .t2{text-decoration: line-through; color: #999;}.selector-table .t1{color: #999; font-variant: small-caps; padding-right: 1em;}.selector-table .t2{padding: 0 0;}.selector-table .t2 div{padding: 0.2em 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; border-radius: 0.5em; cursor: pointer;}.selector-table .t2 div:hover{background-color: #eee;}.selector-table .selected .t2 div{background-color: #eda;}.selector-table .s{height: 1px; background-color: #ccc;}.cool-select-combo{padding-right: 26px; padding-top: 0.25em; padding-bottom: 0.25em; background: transparent url(/css/arrow-down-normal.png) no-repeat right center; background-image: url(/css/arrow-down-normal.png), -webkit-linear-gradient(bottom, #F0F0F0 0%, rgb(255,255,255) 58%); border: 1px solid #BBB; border-radius: 0.4em; cursor: pointer;}.cool-select-combo:hover{background-color: #eee; background-image: url(/css/arrow-down-hover.png); background-image: url(/css/arrow-down-hover.png), -webkit-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(238,238,238) 58%); border-color: #666;}.cool-select-combo.unselected{color: #C66;}

/**************
/css/search-btn.css
**************/
@charset "UTF-8";.svg-supported .main-site-search-input-button{background-image:none}.main-site-search-input-button{width:auto;background-image:none;padding:0 30px;color:#fff;font-size:120%;line-height:40px}.main-site-search-input-button input{position:absolute}.main-site-search-input-button::before{content:"Искать"}.svg-smil .submitted .main-site-search-input-button{background-size:30%}.svg-smil .submitted .main-site-search-input-button::before{visibility:hidden}.main-site-search-media-tabs .tab{border-width:1px;top:1px;padding:4px 16px 6px;border-top-left-radius:4px;border-top-right-radius:4px}.main-site-search-input-cnt{border-width:1px;border-radius:4px;height:40px}.main-site-search-placeholder{font-size:133%;top:0;height:40px;line-height:40px}.main-site-search-input-text{left:11px}.main-site-search-input-text input{font-size:133%;font-weight:400;margin-top:0;padding:0;height:40px}.main-site-extended-search-cnt .handler{padding:0 16px 0 10px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:28px;line-height:29px}.main-site-search{overflow:visible;box-sizing:border-box;margin:0;min-width:705px;max-width:1100px;position:absolute;left:220px;right:24px;top:24px}@media (min-width:1540px){.main-site-search{right:220px;max-width:none}}.main-site-search .help{position:absolute;float:none;right:9px;bottom:4px;top:77px;background-image:none!important}.main-site-search .help::before{content:"?";background-color:#ddd;color:#fff;border-radius:50%;text-decoration:none;width:18px;position:absolute;text-align:center;height:18px;line-height:19px;overflow:hidden;left:-3px;top:0;font-weight:700}.main-site-search .help:hover{color:#333}.main-site-search .help:hover::before{background-color:#ccc}.search-options-friendly .search-option-value{margin-top:4px;margin-left:8px}.search-option-value{border-radius:4px}

/**************
/css/fxSearch.css
**************/
.fxSearch{font-size: 14px; position: absolute; left: 264px; top: 52px; min-width: 705px; max-width: 825pt; right: 24px;}.fxSearch-frame{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}.fxSearch-inputBag{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; border: 1px solid #999; border-right: none; border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: #fff;}.fxSearch-buttonBag{background-color: #999; border: 1px solid #999; border-left: none; border-top-right-radius: 4px; border-bottom-right-radius: 4px; overflow: hidden;}.fxSearch-searchActive .fxSearch-buttonBag{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAASUlEQVQYlX3O0REAMAQD0Daj2NpyZulfaUR9cfeQ7e5LlZndHnWoFRGJaEk69OPdQYYgh/p7cqCM0oEySpeZPg51mNyDJsdIugMlICNJgpCafgAAAABJRU5ErkJggg=="); -webkit-animation: fxSearch-button 1s linear infinite; animation: fxSearch-button 1s linear infinite;}@keyframes fxSearch-button{from{background-position: 0 0;}to{background-position: 12px 0;}}@-webkit-keyframes fxSearch-button{from{background-position: 0 0;}to{background-position: 12px 0;}}.fxSearch-buttonBag:hover{background-color: #666;}.fxSearch-mainInput{-webkit-box-flex: 3; -moz-box-flex: 3; -webkit-flex: 3; -ms-flex: 3; flex: 3; position: relative; overflow: hidden; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}.fxSearch-secondInput{-webkit-flex-grow: 0; flex-grow: 0; position: relative;}.fxSearch-secondInput::before{content: ""; position: absolute; left: 0; top: 20%; bottom: 20%; border-left: 1px solid #ccc;}.fxSearch-selectorTitle{box-sizing: border-box; height: 40px; line-height: 40px; padding-left: 16px; padding-right: 16px; cursor: pointer; color: #666;}.fxSearch-mainInput input{height: 40px; padding-left: 0.5em; border: 0; box-sizing: border-box; position: absolute; width: 100%; left: 0; top: 0; font-size: 18px;}.fxSearch-buttonBag label{display: block; width: 66px; height: 40px; color: #fff; position: relative; cursor: pointer;}.fxSearch-loupeImage{width: 36px; height: 36px; position: absolute; top: 3px; left: 17px;}.fxSearch-buttonBag input{visibility: hidden; font-size: 0; width: 0; height: 0; position: absolute; bottom: 0; right: 0;}.fxSearch-selectorArrow{width: 18px; height: 18px; color: #999; vertical-align: middle;}.fxSearch-selectorTitle:hover .fxSearch-selectorArrow{color: #000;}.fxSearch-selectorTitle:hover .fxSearch-selectorIcon{color: #333;}.fxSearch-selectorTitle:hover{color: #000;}.fxSearch-selector.-highlighted .fxSearch-selectorIcon{color: #D82C49;}.fxSearch-selectorList{position: absolute; z-index: 10; background-color: #fff; border: 1px solid #999; border-top-color: #eee; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; top: 40px; right: 0; min-width: 100%; box-sizing: border-box; padding: 8px 0; white-space: nowrap; display: none; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);}.fxSearch-selector.-opened .fxSearch-selectorList{display: block;}.fxSearch-selector.-opened .fxSearch-selectorArrow{color: #000; transform: rotate(180deg);}.fxSearch-selector.-opened .fxSearch-selectorTitle{color: #000; background-color: #f0f0f0;}.fxSearch-selectorItem{padding: 8px 14px 8px 32px; cursor: pointer; background-repeat: no-repeat; background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTggMzIuMzRMOS42NiAyNGwtMi44MyAyLjgzTDE4IDM4bDI0LTI0LTIuODMtMi44M3oiLz48L3N2Zz4=); background-size: 18px; background-position: 8px center; color: #999;}.fxSearch-selectorItem:hover{background-color: #eee;}.fxSearch-selectorItem.-group{border-top: 1px solid #eee;}.fxSearch-selectorItem.-group:first-child{border-top: none;}.fxSearch-selectorItem.-shift{padding-left: 48px; background-position-x: 24px;}.fxSearch-selectorItem.-checked{color: #000; background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBkPSJNMTggMzIuMzRMOS42NiAyNGwtMi44MyAyLjgzTDE4IDM4bDI0LTI0LTIuODMtMi44M3oiLz48L3N2Zz4=);}.fxSearch-selectorItem.-radio{color: #000; background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M24%204C12.95%204%204%2012.95%204%2024s8.95%2020%2020%2020%2020-8.95%2020-20S35.05%204%2024%204zm0%2036c-8.84%200-16-7.16-16-16S15.16%208%2024%208s16%207.16%2016%2016-7.16%2016-16%2016z%22%2F%3E%3C%2Fsvg%3E);}.fxSearch-selectorItem.-radio.-checked{background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M24%2014c-5.52%200-10%204.48-10%2010s4.48%2010%2010%2010%2010-4.48%2010-10-4.48-10-10-10zm0-10C12.95%204%204%2012.95%204%2024s8.95%2020%2020%2020%2020-8.95%2020-20S35.05%204%2024%204zm0%2036c-8.84%200-16-7.16-16-16S15.16%208%2024%208s16%207.16%2016%2016-7.16%2016-16%2016z%22%2F%3E%3C%2Fsvg%3E);}.fxSearch-selectorItem.-price::before{content: "$"; background-color: #c6c; color: white; padding: 0 0.25em; border-radius: 2px; margin-right: 0.25em; vertical-align: baseline; display: inline-block;}.fxSearch-header{padding: 8px 14px 8px 9px; color: #999; font-style: italic;}.fxSearch-selectorFooter{padding: 8px 14px 4px 9px; color: #999; border-top: 1px solid #ddd; margin-top: 8px;}.fxSearch-selectorComment{white-space: normal; font-size: 11px; margin-top: 0;}.fxSearch-selectorButton{font-size: 14px; padding: 4px 8px; background-color: #f0f0f0; border: 1px solid #ccc; border-radius: 4px; color: #444; cursor: pointer;}.fxSearch-saveColls{color: #333;}.fxSearch-selectorButtonOK{display: inline-block; width: 24px; height: 24px; content: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBkPSJNMTggMzIuMzRMOS42NiAyNGwtMi44MyAyLjgzTDE4IDM4bDI0LTI0LTIuODMtMi44M3oiIGZpbGw9IiMwMGFhMDAiLz48L3N2Zz4=); background-size: 100%; vertical-align: middle; visibility: hidden; opacity: 0; transition: opacity 3s ease-in, visibility 0s 3s;}.fxSearch-selectorButtonOK.-visible{visibility: visible; opacity: 1; transition: opacity 0.5s, visibility 0s;}.fxSearch-selectorButton:hover{color: #000; background-color: #ddd;}.fxSearch-selectorButton[disabled]{color: #999; background-color: #f0f0f0; cursor: default;}.fxSearch-footer{color: #666; margin-top: 0.5em;}.fxSearch-extSearchArrow{width: 18px; height: 18px; vertical-align: middle;}.fxSearch-extSearchLink{cursor: pointer;}.fxSearch-extSearchLink:hover{color: #000;}.fxSearch-settingsIcon{vertical-align: middle; width: 24px; height: 24px; color: #999;}.fxSearch-optionsPanel{padding: 0.5em 1em; font-size: 13px;}.fxSearch-optionsPanel .close-label, .fxSearch-optionsPanel .media-block{display: none;}.fxSearch-optionsPanel[data-media="images"] .media-block.images, .fxSearch-optionsPanel[data-media="video"] .media-block.video{display: block;}.fxSearch-optionsPanel .opt-block{vertical-align: top; border-left: 1px solid #eee; padding-left: 1.52em; padding-right: 0.5em;}.fxSearch-optionsPanel .opt-block:first-child{border-left: none; padding-left: 0;}.fxSearch-optionsPanel .opt-list td{padding: 0.25em 0.5em 0.25em 0;}.search-option-value.setted{background-color: #fffddd; border-color: #ccc;}.fxSearch-quickOptions{font-size: 13px; text-align: right; padding-right: 70px;}.fxSearch-quickOptions .search-option-value{margin-left: 0.66em; margin-bottom: 0.4em;}.fxSearch-suggestion{color: #999;}.fxSearch-suggestionLink{text-decoration: underline; cursor: pointer;}.fxSearch-suggestionLink:hover{color: #000;}.fxSearch-helpLink{text-align: right;}.fxSearch-helpLink{color: #999;}.fxSearch-settingsLabel{margin-right: 5px;}@media (max-width: 1280px){.fxSearch-settingsLabel{display: none;}}.fxSearch-loadIndicator{position: absolute; left: -50px; top: 50%; height: 15px; width: 15px; margin-top: -7.5px; pointer-events: none; background-image: url("data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik00NzkuOTcxLDMyLjE4Yy0yMS43MiwyMS4yMTEtNDIuODksNDMtNjQuNTIsNjQuMzAxYy0xLjA1LDEuMjMtMi4yNi0wLjE2LTMuMDktMC44NQ0KCQljLTI0LjUxMS0yMy45OC01NC41OC00Mi4yODEtODcuMjIxLTUyLjg0Yy0zNy42LTEyLjE2LTc4LjQ0OS0xNC4wNy0xMTcuMDI5LTUuNTljLTY4LjY3LDE0LjY3LTEyOC44MTEsNjQuMDU5LTE1Ni40NCwxMjguNjA5DQoJCWMwLjAzMSwwLjAxNCwwLjA2MiwwLjAyNSwwLjA5MywwLjAzOWMtMi4zLDQuNTM3LTMuNjA1LDkuNjY2LTMuNjA1LDE1LjFjMCwxOC40NzUsMTQuOTc3LDMzLjQ1MSwzMy40NTEsMzMuNDUxDQoJCWMxNS44MzEsMCwyOS4wODQtMTEuMDAyLDMyLjU1NS0yNS43NzNjMTkuNzU3LTQxLjk3OSw1OC44MzItNzQuNDQ1LDEwMy45NjctODUuNTI3YzUyLjItMTMuMTcsMTExLjM3LDEuMzMsMTQ5LjQsNDAuMDQxDQoJCWMtMjIuMDMsMjEuODMtNDQuMzkxLDQzLjM0LTY2LjMzLDY1LjI2YzU5LjUyLTAuMzIsMTE5LjA2LTAuMTQxLDE3OC41OS0wLjA5QzQ4MC4yOTEsMTQ5LjYxMSw0NzkuOTMxLDkwLjg5MSw0NzkuOTcxLDMyLjE4eiIvPg0KCTxwYXRoIGQ9Ik00MzEuNjA5LDI5Ny41Yy0xNC42MiwwLTI3LjA0MSw5LjM4My0zMS41OTEsMjIuNDUzYy0wLjAwOS0wLjAwNC0wLjAxOS0wLjAwOC0wLjAyNy0wLjAxMg0KCQljLTE5LjExLDQyLjU5LTU3LjU3LDc2LjIxOS0xMDIuODQsODguMThjLTUyLjc5OSwxNC4zMTEtMTEzLjQ1LDAuMjk5LTE1Mi4xNzktMzkuMDUxYzIxLjkyLTIxLjc2LDQ0LjM2OS00My4wMSw2Ni4xODktNjQuODY5DQoJCWMtNTkuNywwLjA0OS0xMTkuNDEsMC4wMjktMTc5LjExLDAuMDFjLTAuMTQsNTguNi0wLjE1OSwxMTcuMTg5LDAuMDExLDE3NS43ODljMjEuOTItMjEuOTEsNDMuNzUtNDMuOTEsNjUuNzktNjUuNjk5DQoJCWMxNC4xMDksMTMuNzg5LDI5Ljc2LDI2LjA3LDQ2LjkyLDM1Ljg2OWM1NC43MzksMzEuOTcxLDEyMy4zOTksMzguNjAyLDE4My4yOTksMTcuODkxDQoJCWM1Ny40NzctMTkuMjk3LDEwNi4wNzMtNjMuMTc4LDEzMS4yMTItMTE4LjMxOGMzLjY0NS01LjM1Nyw1Ljc3Ni0xMS44MjQsNS43NzYtMTguNzkzQzQ2NS4wNiwzMTIuNDc3LDQ1MC4wODMsMjk3LjUsNDMxLjYwOSwyOTcuNQ0KCQl6Ii8+DQo8L2c+DQo8L3N2Zz4="); background-size: 100%; margin-left: 5px; opacity: 0.33; animation: indicator-spin infinite 3s linear; display: none;}@keyframes indicator-spin{from{transform: rotate(0deg);}to{transform: rotate(360deg);}}.fxSearch-searchActive .fxSearch-loadIndicator{display: block;}

/**************
/css/top-menu.css
**************/
.TopMenu-item--selected .TopMenu-icon--active,.TopMenu-item:hover .TopMenu-icon--active,a.TopMenu-item--selected .TopMenu-icon--active{opacity:1}.TopMenu-altTitle,.TopMenu-cartCounter:empty,.TopMenu-item.-menu{display:none}.TopMenu a{text-decoration:none;color:currentColor}.TopMenu{height:40px;color:#000;white-space:nowrap;position:relative;background-color:#ddd;min-width:950px;box-shadow:0 0 7px rgba(0,0,0,.4);z-index:10;font-size:15px}.TopMenu-list{position:absolute;top:0;left:0}@media (min-width:1600px){.TopMenu-list{left:40px}}.TopMenu-list--right{left:auto;right:0}@media (min-width:1600px){.TopMenu-list--right{right:40px}}.TopMenu-item{box-sizing:border-box;position:relative;float:left;transition:all .1s;padding:0 16px;height:40px;line-height:40px;cursor:pointer}.TopMenu-item:hover{background-color:#666;color:#fff}.TopMenu-item:hover .TopMenu-icon--inactive{opacity:.54}.TopMenu-item--right{float:right}.TopMenu-item--userName{overflow-x:hidden;text-overflow:ellipsis;max-width:14em}.TopMenu-item.-menu:hover{color:inherit;background-color:inherit}.TopMenu-item--selected,a.TopMenu-item--selected{background-color:#666;color:#fff}.TopMenu-item--selected .TopMenu-icon--inactive,a.TopMenu-item--selected .TopMenu-icon--inactive{opacity:.54}.TopMenu-userBlock{float:right;background-color:#c4c4c4}.TopMenu-userBlock--admin{background-color:#f30;color:#fff}.TopMenu-userBlock--switcher,.TopMenu-userSelect{background-color:#508AE2;color:#fff}.TopMenu-userBlock--admin .TopMenu-icon--active,.TopMenu-userBlock--switcher .TopMenu-icon--active{opacity:1}.TopMenu-userBlock--admin .TopMenu-icon--inactive,.TopMenu-userBlock--switcher .TopMenu-icon--inactive{opacity:.54}.TopMenu-icon{width:24px;height:24px;position:absolute;left:12px;top:50%;margin-top:-12px}.TopMenu-icon--avatar{border-radius:50%;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23ffffff' fill-opacity='0.54' d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/></svg>") #aaa}.TopMenu-icon--inactive{opacity:.26}@media (max-width:1200px){.TopMenu{font-size:13px}.TopMenu-item{padding:0 8px}.TopMenu-icon--inactive{display:none}}.TopMenu-icon--active{opacity:.54}svg.TopMenu-icon{fill:currentColor}.TopMenu-item--withIcon{padding-left:44px}.TopMenu-item--withSmallIcon{padding-left:34px}@media (max-width:1200px){.TopMenu-item--withSmallIcon{padding-left:8px}.main-site-header{min-height:145px}}.TopMenu-item--withSmallIcon .TopMenu-icon{width:18px;height:18px;margin-top:-9px}.TopMenu-item--spacer:hover{background-color:transparent;cursor:default}.TopMenu-item--iconic{width:48px}.TopMenu-item--cart{width:56px}.TopMenu-cartCounter{position:absolute;top:2px;left:28px;background-color:#c02;color:#fff;font-weight:700;padding:0 .4em;border-radius:.8em;box-shadow:0 1px .5px rgba(0,0,0,.2)}.TopMenu-logoutLabel{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;overflow:hidden}.android-stock .TopMenu-item--cart,.android-stock .TopMenu-item--iconic,.svg-not-supported .TopMenu-item--cart,.svg-not-supported .TopMenu-item--iconic{width:auto}.TopMenu-logoutButton{position:absolute;top:-10em;left:-10em}.TopMenu-userSelect{position:absolute;z-index:1;top:50px;right:48px;box-shadow:0 0 7px rgba(0,0,0,.4);text-align:left}@media (min-width:1600px){.TopMenu-userSelect{right:88px}}.TopMenu-userSelect::before{position:absolute;content:"";border-bottom:10px solid #508AE2;border-left:10px solid transparent;border-right:10px solid transparent;margin-right:-10px;top:-10px;right:24px}.TopMenu-userSelect .TopMenu-item{float:none;max-width:28em;text-overflow:ellipsis;overflow-x:hidden}.main-site-header{padding-top:10px;min-height:145px}.main-site-header.with-search-context{min-height:165px}.main-site-logo{top:8px}.android-stock .TopMenu-altTitle,.svg-not-supported .TopMenu-altTitle{display:inline;line-height:40px}.android-stock .TopMenu-item--withSmallIcon,.svg-not-supported .TopMenu-item--withSmallIcon{padding-left:16px}@media (max-width:1200px){.main-site-header.with-search-context{min-height:165px}.main-site-logo{top:8px}.android-stock .TopMenu-item--withSmallIcon,.svg-not-supported .TopMenu-item--withSmallIcon{padding-left:8px}}.android-stock .TopMenu-cartCounter,.svg-not-supported .TopMenu-cartCounter{left:auto;right:2px}.android-stock .TopMenu-icon,.svg-not-supported .TopMenu-icon{display:none}.android-stock .TopMenu-icon--avatar,.svg-not-supported .TopMenu-icon--avatar{display:block}.android-stock .TopMenu-logoutLabel,.svg-not-supported .TopMenu-logoutLabel{position:static;display:block}

