* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

body {
    font: 62.51% Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    padding: 5px;
    top: 0;
    left: 0;
    margin: 0;
    background: #fff;
}

.main_wrapper {
    min-width: 1245px;
    max-width: 1350px;
    margin: 0 auto;
}

#body {
    min-width: 980px;
    width: 100%;
    position: relative;
    padding: 0;
}

img {
    border-style: none;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    color: #0066B3;
}

a:hover {
    text-decoration: underline;
    color: #f56522;
}

:focus {
    outline: none;
}

p {
    margin: 0;
    padding-bottom: 10px;
    line-height: 145%;
    font-size: 140%;
}

ul {
    line-height: 130%;
    font-size: 140%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000;
    clear: both;
}

h1 {
    font: normal 280%/100% Arial, Helvetica, sans-serif;
    padding: 15px 0;
    text-align: center;
}

h2 {
    font-size: 200%;
    font-weight: normal;
    padding: 15px 0 10px;
}

h3 {
    font-size: 150%;
    padding-bottom: 10px;
}

table {
    border-collapse: collapse;
}

.none {
    clear: both;
    width: 100%;
    line-height: 1px;
    height: 1px;
}

.clear {
    list-style: none;
}

.clr {
    width: 100%;
    line-height: 1px;
    height: 1px;
    float: left;
}

.clrall {
    width: 100%;
    line-height: 1px;
    height: 1px;
    float: left;
    clear: both;
}

.hide {
    display: none;
}

.button {
    border: 1px solid #999;
    background: #ffffff url(img/button_bg.png) repeat-x 0 bottom;
    font: bold 120% Arial, Helvetica, sans-serif;
    line-height: 1em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -opera-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 1px #fff;
    padding: 0;
    color: #000;
    display: inline;
    cursor: pointer;
    height: 30px;
    width: 120px;
}

.button:hover,
.button:focus {
    border: 1px solid #707070;
    color: #f00;
}

#fon {
    background-color: #000000;
    position: absolute;
    z-index: 1000;
    width: 100%;
    display: none;
    float: none;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    margin-left: -50px;
    padding-left: 50px;
    text-decoration: none;
    outline: none;
}

#fon:hover {
    text-decoration: none;
}

#pict_div {
    display: none;
    padding: 40px 10px 10px;
    left: 50%;
    top: 50%;
    z-index: 2000;
    background: #ffffff url(img/loading_mini.gif) no-repeat center center;
    position: fixed;
}

#pict_div img {
    border: 1px solid #CCC;
}

#loading {
    background-image: url(img/clock-line-perpendicular.gif);
    background-repeat: no-repeat;
    height: 102px;
    width: 20px;
    margin-top: -51px;
    position: fixed;
    left: 26%;
    top: 50%;
    margin-left: 18px;
    display: none;
}

#loading_mini {
    display: none;
    left: 50%;
    top: 50%;
    z-index: 2000;
    background: #ffffff url(img/loading_mini.gif) no-repeat center center;
    position: fixed;
    margin: -20px 0 0 -20px;
    height: 20px;
    width: 20px;
    padding: 20px;
}

#hidden {
    display: none;
}

#cart_hidden {
    display: none;
}

#cat_hidden {
    display: none;
}

.form {
    margin-top: 15px;
    float: left;
    width: 415px;
    padding: 20px;
    color: #000000;
    margin-bottom: 15px;
    clear: left;
    font-size: 120%;
    background: #f0f0f0;
}

.form span {
    display: block;
    float: left;
    width: 130px;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: right;
    clear: left;
    padding: 2px 10px 2px 0;
    margin: 0;
}

.form label {
    font-size: 110%;
    font-weight: normal;
    line-height: 140%;
    padding: 2px 10px 2px 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.form .input {
    display: block;
    float: left;
    width: 265px;
    font: normal 130%/24px Arial, Helvetica, sans-serif;
    border: 1px solid #999;
    padding: 2px 3px;
    margin: 0;
    background: #fff;
    color: #000;
}

.form select.input {
    width: 273px;
}

.form .button {
    float: right;
    cursor: pointer;
    margin-right: 2px;
}

.form textarea {
    font: 100%/120% Arial, Helvetica, sans-serif;
}

.form p {
    clear: both;
    font-weight: bold;
    font-size: 1em;
}

.form_empty {
    font-size: 1.2em;
    margin-top: 15px;
    float: left;
    padding: 10px 30px 10px 20px;
    margin-bottom: 15px;
}

.form ul {
    font-size: 100%;
}

.form em {
    display: block;
    font-style: normal;
    margin: 3px 0 8px 140px;
    font-size: 90%;
    float: left;
    line-height: 120%;
    width: 270px;
}

.form .norm {
    font-size: 100%;
    line-height: 160%;
    float: none;
}

.form li,
.form .fd {
    margin: 0 0 5px;
    list-style-type: none;
    float: left;
    width: 100%;
}

.back {
    padding-top: 0;
    padding-left: 23px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    width: 90%;
    clear: both;
    margin-top: 20px;
}

.back2 {
    padding-top: 0;
    padding-left: 23px;
    font-size: 1.2em;
    font-weight: normal;
    display: block;
    width: 99%;
    clear: both;
    margin-top: 20px;
}

#err,
.err {
    font-weight: bold;
    color: #FF0000;
}

#msg {
    padding-bottom: 300px;
}

.red {
    color: #F00;
}

.printer {
    display: block;
    height: 32px;
    padding-left: 35px;
    background: url(img/printer_icon.png) no-repeat 0 0;
    font: 140%/32px Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

#button_print {
    height: 26px;
    width: 75px;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    margin: 0;
}

#pict_div .printer {
    position: absolute;
    top: 4px;
    left: 10px;
}

#pict_div .x {
    position: absolute;
    display: block;
    top: 14px;
    right: 10px;
    width: 11px;
    height: 11px;
    padding: 0;
    background: url(img/x.gif) no-repeat 0 0;
    font-size: 1px;
    line-height: 1px;
    text-indent: -5000px;
}

#pict_div .x:hover {
    background-position: 0 -11px;
}

#items_form #button_print {
    font-size: 1.2em;
    float: right;
}

.emla {
    display: none;
}

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

.print {
    padding: 20px;
    position: relative;
    font: 100% Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    display: block;
    margin: 0;
    height: 100%;
}

.print #order {
    width: 100%;
}

.print #button_print {
    font-size: 110%;
}

.print .il {
    float: none;
    width: 100%;
    padding-right: 0;
}

.w60px {
    width: 60px;
}

.icq_status {
    position: relative;
    top: 4px;
}

.hd1,
.hd2,
.hd3,
.hd4,
.hd5,
.hd6 {
    font-size: 120%;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #000;
}

.chet {
    background: #fafafa;
}

#b_print {
    float: none;
    font: 140%/32px Arial, Helvetica, sans-serif;
    clear: both;
    width: 100%;
}

.toright {
    float: right;
}

.ancor {
    visibility: hidden;
}

.hidden_sect_wrapper {
    margin-bottom: 20px;
}

.hidden_sect_wrapper .hidden_content {
    overflow: hidden;
    line-height: 20px;
}

.hidden_sect_wrapper .show_full_section_list {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 7px 0 10px 0;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px dotted #0066b7;
    line-height: 12px;
}

.hidden_sect_wrapper .show_full_section_list span {
    color: #0066b7;
    font-size: 14px;
}

.hidden_sect_wrapper .show_full_section_list:hover {
    border-bottom: 1px dotted #f26522;
}

.hidden_sect_wrapper .show_full_section_list:hover span {
    color: #f26522;
}

#top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 990;
    height: 120px;
    width: 100%;
}

.logo {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 990;
    height: 79px;
    width: 295px;
    font-size: 1px;
    text-decoration: none;
    text-indent: -5000px;
    margin: 0;
    padding: 0;
    background: url(img/logo3.gif) no-repeat 0 0;
}

.logo a {
    display: block;
    height: 79px;
    text-indent: -5000px;
    width: 295px;
}

.logo a:hover {
    text-decoration: none;
}

#slogan {
    color: #0066B3;
    font: 1.2em Arial, Helvetica, sans-serif;
    height: 67px;
    width: 36%;
    margin-left: -16%;
    position: absolute;
    left: 50%;
    top: 10px;
    text-align: center;
}

#slogan ul {
    display: block;
    list-style: none;
}

#slogan ul li {
    font-size: 12px;
    line-height: 100%;
}

#top_login {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 120%;
}

#top_login a {
    color: #0066B3;
}

#top_login a:hover {
    color: #f00;
}

#tel {
    position: absolute;
    top: 30px;
    right: 22px;
    z-index: 990;
    height: 53px;
    text-align: right;
    color: #0066B3;
    font-size: 2em;
}

#tel i {
    font-size: 0.8em;
    font-weight: normal;
    color: #999;
    font-style: normal;
}

#tel span {
    font-size: 60%;
    display: block;
    text-align: right;
}

#worktime {
    float: none;
    margin-top: 0;
    margin-right: 1px;
    vertical-align: bottom;
    position: absolute;
    top: 85px;
    right: 22px;
    font-size: 1.1em;
}

#worktime i {
    color: #0066b3;
    font-style: normal;
    font-weight: bold;
}

#worktime span {
    font: 1.1em/1em Tahoma, Geneva, sans-serif;
    color: #555;
}

#worktime .red {
    color: #f00;
}

#switcher {
    background: url(img/switcher.jpg) no-repeat 0 0;
    height: 67px;
    width: 70px;
    position: absolute;
    top: 40px;
    right: 22px;
    text-decoration: none;
    z-index: 991;
}

#switcher i,
#switcher b {
    position: absolute;
    padding: 7px 15px;
    left: -35px;
    top: 55px;
    font: bold normal 120%/100% Arial, Helvetica, sans-serif;
    color: #FFF;
    background: #F60;
    white-space: nowrap;
    text-decoration: none;
    display: none;
}

#switcher:hover i {
    display: block;
}

#switcher b {
    left: -30px;
    top: -20px;
}

#panel {
    position: absolute;
    left: 0;
    top: 125px;
    height: 60px;
    z-index: 999;
    right: 0;
    background: #fff;
}

#panel_fixed {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    background: #FFF;
    z-index: 999;
    right: 0;
}

#search {
    display: block;
    font-size: 1.2em;
    background: #E0E0E0;
    height: 26px;
    position: relative;
    padding: 6px 0;
    margin: 0 250px 0 0;
    top: 20px;
    left: 25px;
    right: 0;
}

#search label {
    font-size: 120%;
    font-weight: bold;
    display: block;
    color: #000000;
    position: absolute;
    left: 10px;
    top: 12px;
    height: 26px;
}

#search span {
    margin: 0 105px 0 125px;
    display: block;
}

#search .text {
    font-weight: normal;
    color: #000000;
    text-align: left;
    display: block;
    border: 1px solid #999;
    clear: none;
    float: none;
    width: 100%;
    padding: 2px;
    height: 20px;
    font-size: 150%;
    background: #fffcdc;
}

#search .button {
    display: block;
    width: 80px;
    height: 26px;
    font: bold 120% Arial, Helvetica, sans-serif;
    position: absolute;
    top: 6px;
    right: 10px;
}

#basket {
    position: absolute;
    top: 0;
    right: 0;
    width: 195px;
    height: 60px;
    text-align: center;
    background: #FFF;
    padding-right: 25px;
    padding-left: 5px;
}

#panel_fixed #basket {
    width: 220px;
    padding-right: 0;
}

#basket p {
    background-color: #00ac00;
    height: 30px;
    color: #fff;
    width: 145px;
    padding: 4px 0 4px 50px;
    font-size: 160%;
    margin-top: 20px;
}

#panel_fixed #basket p {
    width: 170px;
}

#basket .empty {
    background-color: #777;
}

#basket a {
    display: block;
    height: 56px;
    width: 145px;
    padding: 0 0 0 50px;
    font: 120% Arial, Helvetica, sans-serif;
    color: #0066B3;
    background: url(img/basket.png) no-repeat 5px 4px;
    position: absolute;
    top: 0;
    left: 10px;
}

#basket a:hover {
    color: #f00;
}

.top_banner {
    left: 25px;
    right: 25px;
    position: absolute;
    top: 190px;
}

.top_banner div {
    height: 70px;
    width: 50%;
}

.top_banner a,
.top_banner span {
    display: block;
    text-indent: -10000px;
    height: 70px;
    background: #000;
}

.top_banner .right {
    float: right;
    width: 50%;
    border-left: 5px solid #FFF;
}

.main2 {
    /*float: right;
    position: relative;*/
    position: absolute;
    left: 380px;
    margin: 215px 0 50px;
    width: 70%;
}

.main {
    float: right;
    position: relative;
    margin: 0 0 50px 0;
    width: 74%;
}

@media all and (max-width: 1240px) {
    .main {
        width: 68%;
    }
}

.cont {
    margin: 10px 0 0 0;
    position: relative;
}

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

.breadcrumb {
    margin-top: 50px;
    margin-bottom: 20px;
}

.cont_in {
    float: left;
    width: 100%;
}

.banners {
    width: 195px;
    position: absolute;
    top: 51px;
    right: 25px;
}

.banners h2 {
    color: #888;
}

.banners a {
    display: block;
    width: 195px;
    height: 115px;
    background-image: url(/fotos/banner/2-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 15px;
    text-indent: -10000px;
}

#menu {
    font-size: 140%;
    clear: both;
    font-weight: bold;
    position: absolute;
    left: 25px;
    top: 2px;
}

#menu a,
#menu span {
    margin-right: 7px;
    padding-left: 8px;
    border-left: 1px solid #b3b3b3;
    text-decoration: none;
    line-height: 100%;
}

#menu a:hover {
    color: #f00;
    text-decoration: underline;
}

#menu span {
    color: #f00;
}

#menu .frst {
    border-left: none;
}

#login {
    background-color: #fdf6de;
    padding: 20px 40px 20px 40px;
    position: absolute;
    top: 3em;
    width: 300px;
    display: none;
    z-index: 995;
    margin-left: -15px;
}

#login a {
    display: block;
    float: right;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0066b3;
    margin-right: 7px;
}

#login a:hover {
    color: #ff8a00;
}

#login span {
    display: block;
    float: left;
    width: 60px;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000;
    clear: left;
    padding: 0.2em;
}

#login .input {
    display: block;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 120px;
    font-size: 1.1em;
    color: #000000;
    border: 1px solid #555;
    padding: 2px;
}

#login #login_button {
    float: right;
    clear: right;
    background-color: #fdf6de;
    font-size: 1em;
    border: 0 solid #fdf6de;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#login #login_button:hover {
    color: #ff8a00;
}

#footer {
    border-top: 3px solid #E8E8E7;
    padding: 10px 10px 10px 0;
    margin: 0 25px;
    clear: both;
    position: relative;
}

.mini_logo {
    background: url(img/logo-mini.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    text-indent: -10000px;
    float: left;
    margin-left: 20px;
}

#footer p {
    padding-bottom: 0;
    font-size: 110%;
    margin-left: 58px;
}

#lacomp {
    float: right;
    color: #808080;
}

#lacomp a {
    color: #0066b3;
    font-weight: bold;
    text-decoration: none;
}

#lacomp a:hover {
    color: #f00;
    text-decoration: underline;
}

#index .cont h2 {
    padding-top: 5px;
    font: normal 280%/100% Arial, Helvetica, sans-serif;
}

#specs {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.spec {
    width: 170px;
    margin-right: 5%;
    float: left;
    text-align: center;
    position: relative;
    height: 230px;
    margin-bottom: 5px;
    overflow: hidden;
}

.spec .pic {
    height: 100px;
    width: 130px;
    text-align: center;
    padding: 25px;
    margin-bottom: 15px;
}

.spec b {
    font-size: 140%;
    line-height: 100%;
    font-weight: bold;
    color: #FFF;
    background: #0066B3;
    float: right;
    padding: 7px 12px;
    position: absolute;
    top: 115px;
    right: 25px;
}

.spec i {
    font-size: 100%;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: 145px;
    right: 0;
    width: 100px;
    font-style: normal;
    text-align: left;
}

.spec .name {
    font-size: 140%;
}

#content {
    margin-top: 50px;
}

.il h2.spec_header {
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.similar {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 23%;
    margin: 10px 2% 20px 0;
    height: 270px;
    position: relative;
}

.similar .price_block {
    position: absolute;
    bottom: 0;
}

.similar .pic {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
    position: relative;
}

.similar .pic a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.similar .pic a img {
    vertical-align: middle;
}

.similar .price {
    margin: 5px 0 0 0;
}

.similar .price span {
    font-size: 23px;
    color: #050505;
}

.similar .name {
    padding: 0 5px;
    font-size: 13px;
    line-height: 17px;
    height: 50px;
    overflow: hidden;
}

.similar .specprice {
    margin: 3px 0 7px 0;
}

.similar .specprice a {
    font-size: 13px;
    text-decoration: none;
    color: #ff6514;
}

.similar input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset -2px 3px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -2px 3px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset -2px 3px 3px 1px rgba(0, 0, 0, 0.1);
    width: 48px;
    height: 26px;
    background: #e9eff0;
    line-height: 25px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #ebebeb;
    margin: 9px 5px 0 0;
}

.similar input.orange,
.similar input.gray,
.similar input.green {
    padding: 0;
    font-weight: normal;
}

.similar .unit_measure {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: bottom;
    color: #000;
}

.similar .section_element_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 63px;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 12px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #0066b7;
    margin-top: 10px;
}

.similar .section_element_button:hover {
    background: #F26522;
}

.similar .section_element_button.buy {
    width: 72px;
    background: transparent;
    text-decoration: underline;
    color: #0066B3;
    padding: 6px 9px;
}

.cat {
    float: left;
    width: 26%;
    *width: 25%;
    font-size: 110%;
    margin: 0 0 30px 0;
}

.cat h2 {
    color: #888;
    margin: 0 0 0 25px;
}

.cat ul {
    margin: 0 0 0 5px;
    padding: 0 0 0 1px;
    line-height: 100%;
}

.cat li {
    list-style: none;
}

.cat li a {
    line-height: 1em;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.category_level_2 li a {
    padding-top: 0;
    font-weight: normal;
    color: #0066b3;
    font-size: 13px;
}

.category_level_2 li a:hover {
    color: #f26522;
}

.category_level_2 {
    display: none;
    position: absolute;
}

.category_level_2 li a:before {
    padding-left: 0;
    content: "";
}

.category_level_3 li a:before {
    content: "�";
    text-decoration: none !important;
    left: 63px;
    position: absolute;
}

.category_level_3 li a {
    border: 0;
    padding-left: 22px;
}

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

.cat ul ul {
    padding-left: 6px;
    font-weight: normal;
    font-size: 90%;
    padding-top: 0;
    margin: 0;
    z-index: 900;
}

.cat .active {
    margin-left: 0;
    background-image: none;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-left: 18px;
    display: block;
}

.cat .active_in {
    margin-left: 18px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.cat .active_a {
    color: #f00;
    text-decoration: underline;
    /*text-decoration: none;
    background-image: url(img/minus.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;*/
}

.cat .active_a:hover {
    text-decoration: underline;
}

.cat .active_a2 {
    background: #eaeeef;
    color: #f26522;
}

/* * * filter * * */
.filter_section .filter_section h2 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.filter_section .filter {
    margin-top: 5px;
    line-height: 15px;
}

.filter_section .filter > span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #5e6266;
    font-size: 13px;
    padding: 4px 10px 4px 0;
}

.filter_section .filter a,
.filter_section .filter .active {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 4px 6px;
    font-size: 13px;
    text-decoration: none;
    color: #111111;
}

.filter_section .filter a span {
    color: #111111;
    border-bottom: 1px solid #757575;
}

.filter_section .filter a span:hover {
    border-bottom: none;
}

.filter_section .filter .active {
    background: #e9eff0;
}

.filter_section .filter .action_filter span {
    color: #f26522;
    border-color: #ff4300;
}

.section_list_wrapper {
    margin: 20px 0;
}

.section_list_wrapper .section_list {
    margin: 10px 0;
}

.section_list_wrapper .section_image {
    width: 15%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: center;
}

.section_list_wrapper .section_element {
    width: 84%;
    *width: 83%;
    padding-left: 1%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: left;
}

.section_element > p {
    padding: 0;
}

.section_element > p > a {
    font-size: 16px;
    color: #0066b7;
    color: rgba(0, 102, 179, 0.3);
}

.section_element > p > a span {
    color: #0066b7;
    display: inline-block;
    padding-right: 75px;
}

.discountIcon {
    background: url(/images/rasp.png) no-repeat right center;
}

.section_element > p > a:hover,
.section_element > p > a:hover span {
    color: #f26522;
    text-decoration: none;
}

/**/
.section_element .left_part {
    float: left;
}

.left_part ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 5px 10px 10px 0;
}

.left_part ul > li {
    font-size: 12px;
    line-height: 14px;
    min-height: 14px;
    list-style: none;
}

.left_part ul:nth-child(2) > li {
    display: block;
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.left_part ul > li span {
    font-weight: bold;
}

/**/
.section_element .availability {
    position: absolute;
    text-align: left;
    margin: 8px 0 0 0;
    vertical-align: top;
    font-size: 11px;
    color: #00b774;
    left: 207px /*background: url(img/availability_ico.png) 0 -13px no-repeat;*/;
}

span.nlch {
    background: url(img/availability_ico.png) 0 -13px no-repeat;
    padding-left: 15px;
}

span.rc {
    display: block;
    /*background: url(img/availability_ico.png) 0 1px no-repeat;*/
    margin-top: 2px;
}

span.pl {
    font-size: 17px;
    color: #00b774;
    font-weight: bold;
    position: relative;
    left: 1px;
}

.rc span:not(.pl) {
    position: relative;
    top: -2px;
    left: 3px;
}

#catitem .item_form .availability.not_available {
    background: none !important;
    padding-left: 0 !important;
}

.availability.not_available span span.tl,
.availability.not_available span.quantity {
    position: relative;
    top: -2px;
    left: 4px;
}

@media all and (max-width: 1200px) {
    .right_part .availability {
        width: 71%;
    }

    .right_part {
        max-width: 58%;
    }
}

.right_part .availability.not_available {
    color: #5e6266;
    background: url(img/availability_ico.png) 0 3px no-repeat;
    padding-left: 15px;
}

.right_part .action_and_price_block {
    float: right;
}

.right_part .price_block {
    min-width: 340px;
    text-align: right;
    /* margin-right: 41px;*/
}

@media all and (max-width: 1024px) {
    .right_part .price_block {
        min-width: 300px;
    }
}

.right_part .price_block span.cost {
    font-size: 22px;
    padding-right: 10px;
}

.right_part .price_block .minus,
.right_part .price_block .plus {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 15px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cccccc;
    background: #f1f1f1;
    color: #bbbbbb;
    text-align: center;
    font-size: 16px;
}

.right_part .price_block .minus.active,
.right_part .price_block .plus.active {
    color: #444444;
    background: #fafafa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #b4b4b4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%, #b4b4b4 100%);
    /* W3C */
    cursor: pointer;
}

.right_part .price_block .minus.active:hover,
.right_part .price_block .plus.active:hover {
    color: #FF0000;
}

.right_part .price_block .minus.active:active,
.right_part .price_block .plus.active:active {
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.right_part .price_block .minus {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.right_part .price_block .plus {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.right_part .price_block input {
    width: 53px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #cccccc;
    border-width: 1px 0;
}

.right_part .price_block input.orange,
.right_part .price_block input.gray,
.right_part .price_block input.green {
    padding: 0;
}

.right_part .price_block .section_element_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #0066b7;
    margin-left: 10px;
}

.right_part .price_block .section_element_button:hover {
    background: #F26522;
}

.right_part .price_block .section_element_button.buy {
    width: 72px;
    background: #fff;
    text-decoration: underline;
    color: #0066B3;
    padding: 8px 0;
}

.right_part .action_block {
    text-align: center;
    margin-top: 10px;
}

.right_part .action_block a {
    color: #22b14c;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
}

/*
#form_goods a.show-more.button{
opacity: 0;
}*/
.show-more {
    background: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0066b3;
    border: 1px solid #0066b3;
    font: 18px Arial, Helvetica, sans-serif;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -opera-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 1px #fff;
    display: block;
    cursor: pointer;
    height: 26px;
    width: 124px;
    margin-left: 445px;
    text-decoration: none;
}

/* popup sale */
.popup_sales {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9000;
    font-size: 140%;
    line-height: 130%;
    color: #252525;
    background: #f9f5e4;
    border: 1px solid #cccccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 25px;
    width: 380px;
}

.popup_sales::after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #f9f5e4;
    right: 40px;
    bottom: -20px;
    z-index: 10;
}

.popup_sales::before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #cccccc;
    right: 40px;
    bottom: -21px;
    z-index: 1;
}

/*������������old version��������������������*/
/*
.cat {
float: left;
width: 22%;
font-size: 110%;
margin: 0 0 30px 0;
}

.cat h2 {
color: #888;
margin: 0 0 0 25px;
}

.cat ul {
margin: 0 0 0 5px;
padding: 0 0 0 1px;
line-height: 100%;
}

.cat li {
list-style: none;
}

.cat li a {
text-decoration: none;
}

.category_level_2 li a {
padding-top: 0;
font-size: 12px;
font-weight: normal;
color: #0066b3;
font-size: 13px;
}

.category_level_2 li a:hover {
color: #f26522;
}

.category_level_2 {
display: none;
position: absolute;
}


.category_level_2 li a:before {
padding-left: 0;
content: "";
}

.category_level_3 li a:before {
content: "�";
text-decoration: none !important;
left: 63px;
position: absolute;
}

.category_level_3 li a {
border: 0;
padding-left: 22px;
}

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

.cat ul ul {
padding-left: 6px;
font-weight: normal;
font-size: 90%;
padding-top: 0;
margin: 0;
z-index: 900;
}

.cat .active {
margin-left: 0;
background-image: none;
padding-top: 5px;
margin-bottom: 10px;
padding-left: 18px;
display: block;
}

.cat .active_in {
margin-left: 18px;
padding-left: 18px;
background-repeat: no-repeat;
background-position: 0 5px;
}

.cat .active_a {
color: #f00;
text-decoration: underline;
}

.cat .active_a:hover {
text-decoration: underline;
}

.cat .active_a2 {
color: #f00;
text-decoration: underline;
}

.cat .active_a2:hover {
text-decoration: underline;
}*/
/* ����������������������������������� */
.il #address_line {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #808080;
    margin-top: 0;
    line-height: 1.8em;
}

.il #address_line a {
    color: #808080;
    text-decoration: underline;
}

.il #address_line a:hover {
    color: #fe8401;
    text-decoration: underline;
}

.il h1 {
    padding: 0;
    font-size: 250%;
    font-weight: normal;
    margin: 5px 0 10px;
    clear: both;
}

.il h2,
.il h3,
.il h4,
.il h5,
.il h6 {
    padding: 0;
    font-size: 180%;
    font-weight: bold;
    line-height: 140%;
    margin: 10px 0 0;
}

.il h3 {
    font-size: 150%;
}

.il h4 {
    font-size: 130%;
}

.il h5 {
    font-size: 120%;
}

.il h6 {
    font-size: 110%;
}

.il table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
    float: none;
    padding: 0;
    margin: 10px 0 20px;
    clear: both;
}

.il #form_goods {
    clear: both;
}

.il th {
    font-weight: normal;
    text-align: left;
    padding: 4px 5px;
    border-bottom: 1px solid #dfdfdf;
}

.il th a {
    color: #0066B3;
}

.il th a:hover {
    color: #f00;
}

.il td {
    border-bottom: 1px solid #DFDFDF;
    padding: 2px 5px;
    border-right: 1px solid #DFDFDF;
}

.il .num_td,
.il .num_td2,
.il .num_th2,
.il .unit_td,
.il .sum_td,
.il .sum_th,
.il .sum_td2,
.il .del_td,
.il .basket_td {
    border-right: none;
}

.il .sum_td,
.il .price_td {
    border-left: 1px solid #DFDFDF;
}

.il .foto_td {
    width: 32px;
}

.il .foto_td a img {
    border: 1px solid #FFF;
}

.il .foto_td a:hover img {
    border: 1px solid #dfdfdf;
}

.il .code_td {
    width: 4em;
}

.il .article_td {
    width: 6em;
}

.il .price_td {
    text-align: right;
    white-space: nowrap;
    width: 5.5em;
}

.il .num_td {
    width: 4em;
}

.il .num_td2 {
    text-align: right;
    width: 4em;
}

.il .num_th {
    text-align: center;
}

.il .num_th2 {
    text-align: center;
    width: 7em;
}

.il .unit_td {
    text-align: left;
    width: 2em;
}

.il .sum_td {
    text-align: right;
    white-space: nowrap;
}

.il .sum_th {
    text-align: center;
}

.il .sum_td2 {
    text-align: right;
    white-space: nowrap;
}

.il .basket_td {
    width: 100px;
    padding: 0;
}

.il .del_td {
    width: 11px;
}

.il .del_td a {
    width: 11px;
    padding: 0;
    background: url(img/x.gif) no-repeat 0 0;
    height: 11px;
    display: block;
    font-size: 1px;
    line-height: 1px;
    text-indent: -5000px;
}

.il .del_td a:hover {
    background-position: 0 -11px;
}

.il .hd th {
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 7px;
    font-weight: bold;
    background: #999;
    color: #fff;
    border-right: 1px solid #dfdfdf;
}

.il .sd td {
    font-size: 1em;
    border-bottom-style: none;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: normal;
}

.il .sd th {
    border-bottom-style: none;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}

.il .orange,
.il .gray,
.il .green {
    width: 3.5em;
    text-align: center;
    border: 1px solid #999;
    color: #000;
    font-weight: bold;
    background: #fff;
    padding: 3px 0;
}

.il .gray {
    font-weight: normal;
}

.il .green {
    border: 1px solid #0066B3;
    color: #000;
    background: #fff;
}

.il .arrow {
    color: #0768A9;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
    margin: 0;
}

.il .arrow:hover {
    color: #FF8A00;
    text-decoration: none;
}

.il td .basket {
    background-image: url(img/basket.gif);
    background-repeat: no-repeat;
    background-position: 0 -11px;
    padding: 0;
    height: 11px;
    width: 11px;
    display: block;
    float: right;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.il td .basket:hover {
    background-position: 0 -22px;
}

.il td .basket b {
    display: none;
}

.il #submit_goods {
    float: right;
    margin-right: 34px;
    font-size: 1.2em;
}

* html .il #submit_goods {
    margin-right: 17px;
}

.il #modify_cart {
    float: right;
    font-size: 85%;
}

* html .il #modify_cart {
    margin-right: 5px;
}

.il .submit_buy {
    float: right;
    margin-right: 30px;
    margin-bottom: 23px;
}

.il .specin_tr td,
.il .specin_tr th,
.il .specin_tr th a {
    color: #f00;
    font-weight: bold;
}

.il .specin_tr td {
    padding: 0 5px 6px;
}

.il .specin_tr th {
    padding: 0 5px 6px;
}

.il .spec_tr .price_td,
.il .spec_tr .unit_td {
    border-bottom: none;
}

.il .spec_tr .num_td {
    border-bottom: none;
    padding: 2px 0 2px 5px;
}

.il .spec_tr .basket_td {
    border-bottom: none;
}

.il .spec_tr th {
    border-bottom: none;
    padding: 2px 5px 0;
}

.il .specin_tr .num_td {
    text-align: center;
}

.price_td i {
    font-style: normal;
    font-weight: bold;
    color: #F00;
}

#order_button {
    height: 35px;
    width: 108px;
    text-decoration: none;
    text-align: center;
    background-position: 0 -60px;
    line-height: 1.2em;
    padding-top: 10px;
    padding-right: 8px;
    display: block;
    padding-bottom: 10px;
    padding-left: 2px;
    margin-top: 10px;
}

#folder_root {
    list-style-type: none;
    line-height: 1.6em;
}

.il .h1_descr {
    display: block;
    margin-bottom: 20px;
}

.pager {
    padding-top: 0;
    padding-left: 23px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    width: 90%;
    margin-top: 0;
    clear: both;
    float: left;
    border: none;
}

.pager strong {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
}

.pager a {
    float: left;
    margin-right: 8px;
    text-align: center;
    border: 1px solid #C0C0C0;
    color: #0066B3;
    text-decoration: none;
    cursor: pointer;
    padding: 1px 12px;
}

.pager a:hover {
    color: #f00;
    text-decoration: none;
}

.pager i {
    font-style: normal;
    float: left;
    margin-right: 8px;
    color: #FFFFFF;
    background-color: #0066b3;
    text-align: center;
    padding: 2px 12px;
}

.page_navigator {
    margin-top: 0;
    padding-top: 10px;
    border-top-width: 0;
    border-top-style: solid;
    border-top-color: #c0c0c0;
    font-size: 1.2em;
    padding-left: 19px;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #c0c0c0;
    padding-bottom: 10px;
    clear: both;
    display: block;
    width: 90%;
    float: left;
    margin-bottom: 10px;
}

.page_navigator strong {
    font-style: inherit;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-left: 4px;
    margin-right: 1px;
    margin-top: 5px;
    font-weight: bold;
}

.page_navigator a {
    float: left;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-left: 4px;
    margin-right: 1px;
    margin-top: 5px;
}

.page_navigator a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #f00;
}

.page_navigator b {
    font-style: normal;
    float: left;
    color: #FFFFFF;
    background-color: #0066b3;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-left: 4px;
    margin-right: 1px;
    margin-top: 5px;
}

.basket_td .full {
    padding: 0 0 0 28px;
}

.basket_td .button {
    background: #ffffff url(img/button_bg.png) repeat-x 0 top;
    display: block;
    height: 23px;
    width: 70px;
    text-align: left;
    text-decoration: none;
    font: bold 100%/23px Arial, Helvetica, sans-serif;
    padding-left: 25px;
    position: relative;
    color: #333;
}

.basket_td .button:hover {
    color: #f00;
    text-decoration: none;
}

.button i,
.button b {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: 7px;
    background: url(img/baskets.gif) no-repeat 0 -44px;
    font: 1px/1px Arial, Helvetica, sans-serif;
    text-indent: -10000px;
}

.basket_td .full {
    padding: 0 0 0 28px;
    position: relative;
}

.basket_td .full i {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 3px;
    left: 11px;
    font: 1px/1px Arial, Helvetica, sans-serif;
    text-indent: -10000px;
    background: url(img/baskets.gif) no-repeat 0 -22px;
}

.basket_td .actv {
    background: #0066b3 url(img/button_bg_blue.gif) repeat-x 0 top;
    border: solid 1px #0066B3;
    text-shadow: none;
    color: #fff;
    cursor: pointer;
}

.basket_td .actv:hover {
    color: #c0e0ff;
}

.basket_td .actv b {
    background: url(img/baskets.gif) no-repeat 0 0;
}

.basket_td .inactive {
    background-image: url(img/baskets3.png);
    background-repeat: no-repeat;
    background-position: 0 -60px;
    display: block;
    height: 30px;
    width: 100px;
    text-indent: -10000px;
}

.basket_td .butn {
    background-image: url(img/baskets3.png);
    background-repeat: no-repeat;
    background-position: 0 -29px;
    display: block;
    height: 30px;
    width: 100px;
    text-indent: -10000px;
}

.basket_td button.button {
    height: 26px;
    width: 80px;
}

a b {
    color: #F60;
    text-decoration: underline;
}

#basket .search {
    display: none;
}

#basket h2 {
    margin-top: 30px;
}

#basket .choose {
    float: left;
    clear: left;
    margin-top: 10px;
    font-size: 130%;
    margin-left: 20px;
}

#basket_login {
    display: none;
}

#user_descr_out {
    font-size: 1.1em;
}

.specprice {
    font-size: 120%;
    color: #F00;
    font-weight: bold;
}

.il #button_print {
    font-size: 1.2em;
    float: right;
}

/*
.cattitle, .cattitle2 {
font-weight: bold;
padding: 0;
margin: 0 0 7px;
float: left;
width: 100%;
clear: both;
}

.cattitle .lapict {
float: left;
}

.cattitle .catname {
margin-left: 10px;
}

.cattitle2 .catname {
margin-left: 42px;
}
*/
.cattitle,
.cattitle2 {
    font-weight: bold;
    list-style: none;
    float: left;
    margin-right: 15px;
    line-height: 24px;
}

.cattitle a.special_link,
.cattitle2 a.special_link {
    color: #0066b3;
    color: rgba(0, 102, 179, 0.3);
}

.cattitle a.special_link span,
.cattitle2 a.special_link span {
    color: #0066b3;
}

.cattitle a.special_link:hover,
.cattitle2 a.special_link:hover,
.cattitle a.special_link:hover span,
.cattitle2 a.special_link:hover span {
    color: #f26522;
    text-decoration: none;
}

.cattitle .lapict {
    float: left;
}

.cattitle .catname {
    margin-left: 10px;
}

/*--------catalog main-------*/
.il .cattitle_parent.main_catalog .catalog_main_lvl {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 23%;
    *width: 22%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    padding-left: 9%;
    text-align: left;
}

@media all and (max-width: 1240px) {
    .il .cattitle_parent.main_catalog .catalog_main_lvl {
        width: 20%;
        *width: 19%;
        padding-left: 12%;
    }
}

.il .cattitle_parent.main_catalog .catalog_main_lvl.last_in_row {
    margin-right: 0;
}

.il .cattitle_parent.main_catalog .catalog_main_lvl > a.img_holder {
    position: absolute;
    top: 0;
    left: 0;
}

.il .cattitle_parent.main_catalog .catalog_main_lvl > a.img_holder img {
    width: 75%;
}

.il .cattitle_parent.main_catalog .catalog_main_lvl h5 {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.catalog_main_lvl ul.hidden_content {
    vertical-align: top;
}

.catalog_main_lvl ul.hidden_content li {
    display: block;
    font-size: 11px;
    list-style: none;
    line-height: 16px;
    width: 100%;
}

.catalog_main_lvl ul.hidden_content li a {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.il .cattitle_parent.main_catalog .show_full_section_list span {
    font-size: 11px;
    font-weight: bold;
}

/*old version of catalog item
#catitem h3 {
margin: 20px 0 0;
}

#catitem .il p {
padding-bottom: 5px;
}

#catitem .lapict {
float: left;
margin-bottom: 20px;
margin-right: 10px;
}

#catitem .lapict img {
border: 1px solid #FFF;
padding: 2px;
}

#catitem .price {
font-size: 1.6em;
color: #0066B3;
margin: 10px 0 0;
font-weight: bold;
}

#catitem #low_cost {
font-size: 100%;
font-weight: bold;
padding-left: 15px;
color: red;
}

#catitem .printer {
float: right;
}

#catitem #b_print {
float: none;
}

#in_good {
width: auto;
margin: 10px 0 0;
}
*/
#catitem h1 {
    text-align: left;
    margin: 18px 0 22px;
}

#catitem .item_left {
    float: left;
    width: 60%;
    margin-right: 5%;
    margin-bottom: 5%;
}

#catitem .item_image {
    width: 260px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

#catitem .item_image a {
    text-decoration: none;
}

#catitem .item_image > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 256px;
    max-height: 256px;
    text-align: center;
}

#catitem .item_image > a > img.loaded {
    position: absolute;
    top: 0;
    left: 0;
}

#catitem .item_image .prew a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 5px 5px 10px 0;
    border: 1px solid #c4c4c4;
}

#catitem .item_image .prew a.active {
    border: 1px solid #0066b7;
}

#catitem dl {
    margin-left: 270px;
    margin-top: 20px;
}

#catitem dd,
#catitem dt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50%;
    *width: 49%;
    font-size: 14px;
    line-height: 21px;
    vertical-align: top;
    color: #000;
}

#catitem dt {
    color: #777;
}

#catitem .printer {
    background: url(img/print_ico.png) no-repeat 0 50%;
    line-height: normal;
    padding-left: 20px;
    height: auto;
    margin: 0 0 30px 0;
    font-size: 11px;
}

#catitem .item_desc {
    margin-top: 20px;
}

#catitem .item_desc p {
    float: left;
    width: 40%;
    padding-left: 10%;
    background: url(img/item_desc_ico.png) no-repeat;
}

#catitem .item_desc p.opt_price {
    background-position: 0 -62px;
}

@media (max-width: 1240px) {
    #catitem .item_desc p {
        padding-left: 60px;
        margin: 10px 0;
    }
}

/* forma */
#catitem .item_form .price span {
    font-size: 23px;
    color: #050505;
}

#catitem .item_form .deals a {
    font-size: 18px;
    text-decoration: none;
    color: #ff6514;
}

#catitem .item_form .want_low_cost {
    font-size: 13px;
}

#catitem .item_form .price_block {
    margin-top: 10px;
}

#catitem .item_form .minus,
#catitem .item_form .plus {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 15px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cccccc;
    background: #f1f1f1;
    color: #bbbbbb;
    text-align: center;
    font-size: 16px;
}

#catitem .item_form .minus.active,
#catitem .item_form .plus.active {
    color: #444444;
    background: #fafafa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #b4b4b4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%, #b4b4b4 100%);
    /* W3C */
    cursor: pointer;
}

#catitem .item_form .minus.active:active,
#catitem .item_form .plus.active:active {
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

#catitem .item_form .minus {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

#catitem .item_form .plus {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#catitem .item_form .price_block input {
    width: 53px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #cccccc;
    border-width: 1px 0;
}

#catitem .item_form input.orange,
#catitem .item_form input.gray,
#catitem .item_form input.green {
    padding: 0;
    font-weight: normal;
}

#catitem .item_form .unit_measure {
    font-size: 22px;
    padding-left: 12px;
    vertical-align: bottom;
    color: #000;
}

#catitem .item_form .section_element_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 63px;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 12px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #0066b7;
    margin-top: 10px;
}

#catitem .item_form .section_element_button:hover {
    background: #F26522;
}

#catitem .item_form .section_element_button.buy {
    width: 72px;
    background: transparent;
    text-decoration: underline;
    color: #0066B3;
    padding: 6px 9px;
}

#catitem .item_form .availability {
    text-align: left;
    margin: 8px 10px 0 0;
    padding-left: 17px;
    vertical-align: top;
    font-size: 11px;
    color: #00b774;
    background: url(img/availability_ico.png) 0 -13px no-repeat;
}

/*#catitem .item_form .availability.not_available{
color: #5e6266;
background: url(img/availability_ico.png) 0 1px no-repeat;
} */
#catitem .item_form .quantity {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #888888;
}

#catitem .item_form .quantity .kvadrats_quantity {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 5px;
    width: 46px;
    height: 6px;
    background: url(img/kvadrats_quantity.png) 0 0 no-repeat;
}

#catitem .item_form .quantity .kvadrats_quantity.kv2 {
    background-position: 0 -10px;
}

#catitem .item_form .quantity .kvadrats_quantity.kv3 {
    background-position: 0 -20px;
}

#catitem .item_form .quantity .kvadrats_quantity.kv4 {
    background-position: 0 -30px;
}

#catitem .item_form .quantity .kvadrats_quantity.kv5 {
    background-position: 0 -40px;
}

#catitem .item_form #sales {
    font-size: 12px;
}

#catitem .item_form #sales span.sales_cost {
    white-space: nowrap;
}

#catitem .item_form .red_text {
    color: #ff0000;
    font-size: 11px;
}

#catitem .oplata {
    margin: 10px 0;
    font-size: 11px;
    color: #777;
    padding: 0;
    text-align: center;
}

.request {
    padding: 30px 0 30px 60px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    font-size: 18px;
    background: url(img/request_ico.png) no-repeat 0 50%;
}

@media (max-width: 1240px) {
    .request {
        font-size: 15px;
    }
}

.request a {
    text-decoration: none;
    font-size: 16px;
    color: #222;
    padding: 10px 20px;
    margin-left: 10px;
    border: 1px solid #d7d7d7;
    background: #fafafa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #b4b4b4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%, #b4b4b4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%, #b4b4b4 100%);
    /* W3C */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.request a:hover {
    color: #FF0000;
}

.request a:active {
    background: #ccc;
    /* Old browsers */
    -webkit-box-shadow: inset 0 0 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1240px) {
    #catitem .item_image {
        width: 150px;
        float: left;
        position: relative;
        margin-bottom: 30px;
    }

    #catitem .item_image > a img,
    #catitem .item_image > a {
        width: 150px;
        max-height: 150px;
    }

    #catitem dl {
        margin-left: 160px;
        margin-top: 20px;
    }
}

.cont ul {
    list-style: inside;
}

.cont .rekvizity {
    list-style: none outside;
}

.discount {
    width: 350px;
    margin-bottom: 25px;
    font-size: 1.4em;
}

.discount td,
.discount th {
    text-align: center;
    padding: 8px 10px;
    border-bottom: 1px solid #E0E0E0;
}

.discount .red {
    color: #FF0000;
}

.discount .red span {
    font-size: 0.85em;
}

.discount .rb {
    border-right: 1px solid #E0E0E0;
}

.descr_out {
    margin-bottom: 20px;
    float: left;
    font: 110% Arial, Helvetica, sans-serif;
}

#want_form {
    width: 406px;
}

#want .input {
    width: 400px;
}

.active_p {
    margin-top: 10px;
    font-weight: bold;
}

.active_p span {
    color: #ff8a00;
}

#orders ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}

#order table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
    float: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

#order {
    width: 100%;
}

#order table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
    float: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

#order th {
    font-weight: normal;
    text-align: left;
    padding: 4px 23px 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
}

#order th a {
    color: #4D4D4D;
}

#order th a:hover {
    color: #FF8A00;
}

#order td {
    border-bottom: 1px solid #DFDFDF;
}

#order .code_td {
    text-align: right;
    padding: 4px 15px 6px 0;
    font-size: 0.8em;
    line-height: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

#order .price_td {
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    padding: 4px 15px 6px 15px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

#order .num_td {
    text-align: right;
    padding: 4px 0 6px 0;
}

#order .num_th {
    text-align: center;
    padding: 4px 15px 6px 0;
}

#order .num_td2 {
    text-align: right;
    padding: 4px 0 6px 0;
}

#order .num_th2 {
    text-align: center;
    padding: 4px 8px 6px 7px;
}

#order .unit_td {
    text-align: left;
    padding: 4px 5px 6px 5px;
}

#order .sum_td {
    text-align: right;
    white-space: nowrap;
    padding: 4px 23px 6px 15px;
    border-left: 1px solid #dfdfdf;
}

#order .sum_th {
    text-align: center;
    padding: 4px 23px 6px 15px;
    border-left: 1px solid #dfdfdf;
}

#order .sum_td2 {
    text-align: right;
    white-space: nowrap;
    padding: 4px 23px 6px 15px;
}

#order .basket_td {
    text-align: right;
    width: 11px;
    padding: 4px 23px 6px 0;
}

#order .hd td {
    border-bottom-style: none;
}

#order .hd th {
    font-size: 0.9em;
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: bold;
}

#order .sd td {
    font-size: 1em;
    border-bottom-style: none;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: normal;
}

#order .sd th {
    border-bottom-style: none;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}

#private #button_print {
    float: right;
    font-size: 120%;
    margin: 14px 0 0;
}

.cont .city {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
    font-size: 1.4em;
    list-style-type: none;
}

.city td,
.city th {
    margin: 0;
    padding: 8px 5px;
    border-bottom: 1px solid #E0E0E0;
}

.city th {
    text-align: left;
    padding: 15px 5px;
}

.city .phn {
    white-space: nowrap;
    text-align: right;
}

.city .nobrd {
    border-bottom: none;
}

#YMaps {
    height: 350px;
    width: 450px;
}

.shop {
    padding: 0 50px 0 0;
    margin-bottom: 70px;
    font-size: 1.2em;
    position: relative;
    width: 420px;
    float: left;
    clear: left;
}

#main_shop {
    height: 150px;
}

.shop p {
    font-size: 1em;
    margin: 0 0 0 90px;
    padding-bottom: 5px;
    max-width: 246px;
}

.shop span {
    font-weight: bold;
}

.shop .map {
    text-align: left;
    float: left;
    clear: left;
}

.shop .mbox {
    margin: 10px 0 0;
}

.shop .lapict {
    float: left;
    height: 65px;
    width: 65px;
    margin-right: 20px;
    border: 1px solid #fdf6de;
    margin-bottom: 10px;
}

.shop .lapict:hover {
    border: 1px solid #999;
}

.skypeicon,
.skypeicon:hover {
    text-decoration: none;
}

.skypeicon img {
    padding: 0 5px 0 0;
}

.shop h2 {
    font-size: 120%;
    margin: 20px 0 10px 90px;
    font-weight: bold;
    padding: 0 0 0 10px;
}

.wtime {
    margin: 0 0 0 90px;
    width: 200px;
}

.wtime td {
    padding: 2px 10px;
    text-align: center;
}

.topbrdr {
    border-top: 1px solid #333;
}

.btime {
    font-size: 2em;
}

.vtime {
    font-size: 1.5em;
}

.grn_btn {
    margin-top: 10px;
    background: #004a7c url("img/button_bg_blue.gif") repeat-x scroll 0 top;
    border: none;
    text-align: center;
    text-decoration: none;
    height: 40px;
    display: block;
    color: #fff;
    width: 170px;
    font: bold 120%/24px Arial, Helvetica, sans-serif;
    clear: both;
    float: right;
    cursor: pointer;
    border-radius: 4px;
}

.grn_btn:hover {
    text-decoration: none;
    color: #c0e0ff;
}

.grn_btn.disabled {
    background: #ccc;
    color: #eee;
    cursor: default;
}

#basket_dost .buy_more {
    text-align: right;
    margin-top: 25px;
}

#basket_type label {
    font-weight: bold;
}

.il .tr_itog td {
    border-style: none;
}

.il .tr_itog .sum_td {
    font-weight: bold;
    padding: 5px;
}

#basket_dost {
    width: 455px;
    float: left;
}

#basket_dost .form .input {
    font-size: 117%;
}

#dost_div {
    font-size: 140%;
    padding: 5px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#cart_dost {
    float: right;
}

.itogo_div {
    margin: 10px 0;
    font-size: 140%;
    font-weight: bold;
    padding: 5px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#cart_itogo {
    font-size: 120%;
    color: #0066B3;
    float: right;
}

#city_name {
    display: none;
}

.print .il .hd th {
    padding: 5px;
    line-height: 100%;
}

.print .il .num_td {
    width: 7em;
    text-align: center;
}

.night {
    color: #999;
}

.night a {
    color: #62bbff;
}

.night a:hover {
    color: #ff8200;
}

.night .logo {
    background: url(img/logo3.gif) no-repeat 0 -79px;
}

.night #switcher {
    background: url(img/switcher.jpg) no-repeat 0 -67px;
}

.night #switcher:hover b {
    display: block;
}

.night #switcher:hover i {
    display: none;
}

.night #tel {
    color: #eee;
}

.night,
.night #panel,
.night #panel_fixed,
.night #basket {
    background: #000;
}

.night #search {
    background: #444;
}

.night #search label {
    color: #eee;
}

.night #search .text {
    border: 1px solid #fffcdc;
}

.night #basket a {
    color: #FFF;
}

.night #basket a:hover {
    color: #FF8A00;
}

.night .banners a {
    background-position: -195px 0;
}

.night .top_banner .right {
    border-left: 5px solid #000;
}

.night #footer {
    border-top: 3px solid #555;
}

.night .mini_logo {
    background: url(img/logo-mini.png) no-repeat 0 -30px;
}

.night h1,
.night h2,
.night h3,
.night h4,
.night h5,
.night h6 {
    color: #bbb;
}

.night .il th a {
    color: #999;
}

.night .il th a:hover {
    color: #ff8a00;
}

.night .il td,
.night .il th {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.night .il .hd th {
    background: #444;
    color: #ccc;
}

.night .il .num_td,
.night .il .num_td2,
.night .il .num_th2,
.night .il .unit_td,
.night .il .sum_td,
.night .il .sum_th,
.night .il .sum_td2,
.night .il .del_td,
.night .il .basket_td {
    border-right: none;
}

.night .il .orange,
.night .il .gray {
    border: 1px solid #fffcdc;
}

.night .grn_btn {
    color: #fff;
}

.night .il .sd th {
    border-bottom-style: none;
    border-right-style: none;
}

.night .il .sd td {
    border-bottom-style: none;
}

.night .il .spec_tr th {
    border-bottom: none;
}

.night .il .sum_td,
.night .il .price_td {
    border-left: 1px solid #333;
}

.night .il .specin_tr th a {
    color: #f00;
}

.night .hd1,
.night .hd2,
.night .hd3,
.night .hd4,
.night .hd5,
.night .hd6 {
    color: #777;
}

.night .chet {
    background: #111;
}

.night .printer {
    background: url(img/printer_icon.png) no-repeat 0 -103px;
}

.night #pict_div {
    background: #000000 url(img/loading_mini.gif) no-repeat center center;
    border: 1px solid #999;
}

.night .form {
    color: #FFF;
    background: #444;
}

.night .form .input {
    border: 1px solid #fffcdc;
}

.night .discount td,
.night .discount th {
    border-bottom: 1px solid #444;
}

.night .discount .rb {
    border-right: 1px solid #444;
}

.night .city td,
.night .city th {
    border-bottom: 1px solid #444;
}

div#delivery_msg {
    height: 15px;
    position: absolute;
    right: 0;
    top: 42px;
    font-size: 9pt;
    width: 160px;
    color: #000;
    display: none;
    font-weight: bold;
    z-index: 99;
}

div#pechat {
    position: absolute;
    margin: 90px 0 0 620px;
}

/*
div#zayavka {position:absolute;margin:130px 0 0 0; width:50%;}
*/
div#zayavka {
    margin: 65px 0 0 0;
}

div#zayavka a {
    font-size: 14px;
    font-weight: bold;
}

div#additional_info {
    position: absolute;
    margin: -30px 0 0 320px;
}

div#additional_info > p {
    font-size: 10pt;
}

.discount_td {
    text-align: center;
}

li.current_li {
    background-image: url(img/minus.gif) !important;
    background-repeat: no-repeat !important;
    background-position: 0 5px !important;
}

ul#ul_ > li.current_li {
    margin-left: 16px !important;
}

li.current_li > ul {
    margin-left: -16px !important;
}

/*
div.gallery_item {width:200px;height:200px;overflow:hidden;float:left; margin:0 3px 3px 0;}
*/
.pl_ym_b {
    float: right;
    position: relative;
    top: 5px;
    clear: both;
}

/*
* header
*/
.header {
    margin: 0 25px 25px 25px;
    /*padding-bottom: 25px;*/
    border-bottom: 1px solid #e0e0e0;
}

.header .popup-win {
    display: none;
}

.header a:hover {
    color: #f26522;
}

.header a.gd {
    color: #0066b3;
    color: rgba(0, 102, 179, 0.3);
}

.header a.gd span {
    color: #0066b3;
}

.header a.gd:hover,
.header a.gd:hover span {
    color: #f26522;
}

.header .dt {
    border-bottom: 1px dotted;
    text-decoration: none;
    position: relative;
    top: -0.12em;
    cursor: pointer;
}

.header .dt span {
    position: relative;
    top: .12em;
    margin-bottom: -0.12em;
}

.header .header-benefits a:hover {
    color: #f26522;
}

.header .top-menu {
    height: 36px;
    -webkit-border-radius: 0 0 72px 72px;
    -moz-border-radius: 0 0 72px 72px;
    border-radius: 0 0 72px 72px;
    background: #eaeeef;
    text-align: center;
    margin-bottom: 10px;
}

.header .top-menu ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 10px 15px;
}

.header .left-col {
    float: left;
    width: 28%;
    height: 213px;
    /* background-image: url(http://rgho.st/8HX6Jnfgz/image.png), url(http://zezete2.z.e.pic.centerblog.net/e3df9d29.png), url(http://rgho.st/66vrdfmND/image.png), url(https://avatanplus.com/files/resources/original/581cc4ee95fc815830614416.png);
    background-size: 86px auto, 100px auto, 100px auto, 257px auto;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat no-repeat;
    background-position: right bottom, left 112px, 164px 160px, -42px 167px; */
}

.header .header-logo {
    margin-bottom: 10px;
}

.header .header-logo img {
    max-width: 100%;
}

.header .header-benefits {
    padding: 14px 0 0 60px;
    min-height: 48px;
    font-size: 140%;
    line-height: 130%;
    margin: 0 0 0 25%;
    white-space: nowrap;
}

.header .header-benefits .benefits-init .ico {
    position: absolute;
    display: block;
    left: -60px;
    top: -14px;
    width: 48px;
    height: 48px;
    background: url(img/benefits.png) 0 0 no-repeat;
}

.header .header-benefits .benefits-init:hover .ico {
    background: url(img/benefits.png) -48px 0 no-repeat;
}

.header .right-col {
    float: right;
    width: 195px;
}

.header .header-authorization {
    padding: 5px 0 0 55px;
    /*     min-height: 42px; */
    min-height: 20px;
    font-size: 140%;
    line-height: 130%;
    margin: 18px 0 0 0;
    display: none;
}

.header .min_cost {
    padding: 5px 0 0 55px;
    font-size: 120%;
    line-height: 130%;
}

.header .min_cost span {
    color: #f26522;
}

.header .header-basket {
    padding: 59px 0 20px 58px;
    background: url(img/basket-ico.png) 129px top no-repeat;
    min-height: 42px;
    font-size: 140%;
    line-height: 130%;
    margin: 14px 0 0 0;
    white-space: nowrap;
}

.header .middle-col {
    margin: 0 20% 0 30%;
}

.header .header-phone {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 25px 30px 0 0;
    font-size: 130%;
    line-height: 130%;
    color: #5e6266;
}

.header .header-phone.ico_phone {
    padding-left: 58px;
}

.header .header-phone dd {
    font-size: 180%;
    line-height: 130%;
    color: #252525;
}

.header .header-phone .phones-init {
    position: relative;
}

.header .header-phone .phones-init .ico {
    position: absolute;
    display: block;
    left: -60px;
    top: -8px;
    width: 48px;
    height: 48px;
    background: url(img/phone.png) 0 0 no-repeat;
}

.header .header-phone .phones-init:hover .ico {
    background: url(img/phone.png) -52px 0 no-repeat;
}

.header .header-phone dd a {
    color: #252525;
}

.header .header-phone dd em {
    color: #464646;
    font-style: normal;
}

.header .header-phone dd a:hover,
.header .header-phone dd a:hover em {
    color: #f26522;
}

.header .header-search {
    margin: 30px 0 0 0;
}

.header .header-search input[type=text] {
    background: #eaeeef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-weight: bold;
    color: #787878;
    font-size: 140%;
    line-height: 130%;
    padding: 5px 12px;
    width: 65%;
    margin: 0 10px 0 0;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.header .header-search input[type=submit] {
    border: 1px solid #dadada;
    color: #393939;
    font-weight: bold;
    font-size: 140%;
    line-height: 130%;
    padding: 4px 12px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(20%, #f6f6f6), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
}

/*
* popup-win
*/
.popup-win {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    font-size: 140%;
    line-height: 130%;
    color: #252525;
}

.popup-win .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

.popup-win .wrapper {
    position: absolute;
    min-width: 40px;
    max-width: 1280px;
    min-height: 40px;
    margin: 0 auto;
    background: #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 30px 40px;
}

.popup-win .wrapper::after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.popup-win .wrapper .close {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: transparent url(img/close.png) no-repeat 0 0;
    cursor: pointer;
}

.popup-win p {
    font-size: 100%;
    line-height: 130%;
    margin: 0;
    padding: 0;
}

.popup-win .title {
    font-size: 170%;
    line-height: 130%;
}

/*
* popup-callback
*/
.popup-callback .wrapper {
    width: 45%;
    max-width: 600px;
}

.popup-callback .wrapper::after {
    top: -20px;
    left: 80px;
}

.popup-callback .title {
    margin: 0 0 20px 0;
}

.popup-callback .result {
    font-size: 90%;
    line-height: 130%;
    margin: 0 0 10px 0;
}

.popup-callback .result .error {
    color: red;
}

.popup-callback .result .success {
    color: green;
}

.popup-callback input[type=text] {
    background: #eaeeef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #787878;
    padding: 5px 12px;
    margin: 0 10px 0 0;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    width: 30%;
}

.popup-callback input[type=submit] {
    border: 1px solid #dadada;
    color: #393939;
    font-weight: bold;
    padding: 4px 12px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(20%, #f6f6f6), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
}

/*
* popup-basket
*/
.popup-basket .wrapper {
    width: 40%;
    max-width: 400px;
    box-sizing: content-box;
}

.popup-basket .wrapper::after {
    top: -40px;
    right: 100px;
}

.popup-basket .basket-list {
    margin: 20px 0 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.popup-basket .basket-list .item {
    margin: 0 0 15px 0;
}

.popup-basket .basket-list .item .i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 10%;
    margin: 0 2% 0 0;
}

.popup-basket .basket-list .item .i img {
    max-width: 100%;
}

.popup-basket .basket-list .item .desc {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 88%;
    *width: 87%;
}

.popup-basket .basket-list .item .name {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 60%;
    *width: 69%;
    font-size: 90%;
    line-height: 130%;
}

.popup-basket .basket-list .item .price {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 40%;
    *width: 29%;
}

.popup-basket .basket-list .item .price span {
    font-size: 130%;
}

.popup-basket .basket-list .item .delete_item {
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    top: 0;
    right: 0;
    background: url(img/delete_item_ico.png) 0 -15px no-repeat;
}

.popup-basket .basket-list .item .delete_item:hover {
    background-position: 0 0;
}

.popup-basket .total_cost {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 88%;
    *width: 87%;
    margin: 0 0 5px 12%;
}

.popup-basket .total_cost .name {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 60%;
    *width: 69%;
}

.popup-basket .total_cost .price {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    width: 40%;
    *width: 29%;
    font-weight: bold;
}

.popup-basket .total_cost .price span {
    font-size: 130%;
}

.popup-basket .total_cost p {
    margin: 5px 0 0 0;
}

.popup-basket .buy_link {
    margin: 15px 0 25px 60%;
    width: 40.5%;
}

.popup-basket .buy_link .order-link {
    margin: 0;
    background: #8dc63f;
    color: #fff;
    font-size: 90%;
    line-height: 130%;
    font-weight: bold;
    padding: 6px 9px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popup-basket .buy_link .order-link.blcoked {
    background: #ccc;
    -webkit-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
    cursor: default;
}

/*
* popup-benefits
*/
.popup-benefits .wrapper {
    width: 50%;
    max-width: 500px;
}

.popup-benefits .wrapper::after {
    top: -40px;
    left: 80px;
}

.popup-benefits .benefits-list {
    margin: 30px 0 0 0;
}

.popup-benefits .benefits-list .item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 5% 25px 0;
    width: 30%;
    padding: 0 0 0 40px;
    position: relative;
}

.popup-benefits .benefits-list .item .ico {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    background: url(img/benefits-sprite.png) 0 0 no-repeat;
}

.popup-benefits .benefits-list .item .delivery-ico {
    background-position: 0 0;
}

.popup-benefits .benefits-list .item .quality-ico {
    background-position: -32px 0;
}

.popup-benefits .benefits-list .item .opt-ico {
    background-position: -64px 0;
}

.popup-benefits .benefits-list .item .discount-ico {
    background-position: -96px 0;
}

.popup-benefits .benefits-list .item .payment-ico {
    background-position: -128px 0;
}

.popup-benefits .benefits-list .item .non-ico {
    background-position: -160px 0;
}

/*
* popup-phones
*/
.popup-phones .wrapper {
    width: 50%;
    max-width: 600px;
}

.popup-phones .wrapper::after {
    top: -40px;
    left: 80px;
}

.popup-phones .main-phone {
    color: #0066b3;
    font-size: 450%;
    line-height: 130%;
}

.popup-phones dl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 30px 40px 0 0;
}

.popup-phones dl dd {
    color: #191919;
    font-size: 160%;
    line-height: 130%;
}

.popup-phones dl dd.phone {
    color: #191919;
}

.popup-phones dl dd.mail {
    color: #0066b3;
}

.top-menu a.speccolor,
.top-menu a.speccolor span {
    color: #f26522;
}

.top-menu a.speccolor:hover {
    text-decoration: none;
}

.pl-content-print {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
}

.pl-content-print a {
    width: 30%;
    float: left;
}

.pl-content-print .pl-block-call {
    width: 62%;
    float: left;
    font-size: 15px;
    color: #252525;
}

.pl-content-print .pl-question-item {
    color: #5e6266;
}

.pl-content-print .pl-price-call {
    font-size: 12px;
    color: #5e6266;
}

.pl-add-complaint {
    font-size: 12px;
    color: #777;
    padding: 20px 0;
    text-align: center;
}

.pl-add-complaint span:hover {
    cursor: pointer;
}

.pl-add-complaint span {
    color: #0066b3;
    border-bottom: 1px dotted #0066b3;
    font-size: 15px;
}

.pl-add-complaint span:hover {
    color: #F56522;
    border-bottom: 1px dotted #F56522;
}

.pl-content-files {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #000;
    margin: 30px 0 0 0;
}

.pl-content-files .pl-group-name {
    font-weight: bold;
    margin: 0 0 20px 0;
}

.pl-content-files .pl-files-certifications {
    width: 50%;
    min-width: 260px;
    float: left;
}

.pl-content-files .pl-files-documentation {
    width: 50%;
    min-width: 260px;
    float: left;
}

.pl-content-files .pl-size {
    text-transform: uppercase;
    font-size: 11px;
    color: #bcbcbc;
}

.pl-content-files .pl-file-sect {
    margin: 0 0 10px 0;
    white-space: nowrap;
}

.pl-content-files .pl-file-ex {
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 3px;
    margin: 0 7px 0 0;
}

.pl-content-files .pl-ex-doc {
    background: #3a6ed4;
}

.pl-content-files .pl-file-sect a,
.pl-content-files .pl-file-sect a:hover {
    color: #0066b7;
    padding: 1px 5px 3px 25px;
    margin: 0 -30px 0 0;
    position: relative;
}

/*
* popup-complaint
*/
.popup-complaint .wrapper {
    width: 20%;
    max-width: 600px;
    min-width: 350px;
}

.popup-complaint .wrapper::after {
    top: -20px;
    left: 80px;
}

.popup-complaint .title {
    margin: 0 0 20px 0;
}

.popup-complaint .result {
    font-size: 90%;
    line-height: 130%;
    margin: 0 0 10px 0;
}

.popup-complaint .result .error {
    color: red;
}

.popup-complaint .result .success {
    color: green;
}

.popup-complaint form {
    width: 100%;
    overflow: hidden;
}

.popup-complaint input[type=text] {
    position: relative;
    display: block;
    float: left;
    background: #eaeeef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #787878;
    padding: 5px 12px;
    /*margin: 0 20px 0 0;*/
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    width: 40%;
}

.popup-complaint input[type=text]:last-child {
    position: relative;
    display: block;
    width: 41%;
    float: right;
    margin: 0;
}

.popup-complaint textarea {
    margin: 5px 10px 0 0;
    background: #eaeeef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #787878;
    padding: 5px 12px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 80px;
}

.popup-complaint input[type=submit] {
    border: 1px solid #dadada;
    color: #393939;
    font-weight: bold;
    padding: 4px 12px;
    margin: 2px 0 0 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(20%, #f6f6f6), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
}

/*filter*/
.pl-content-filter {
    background: #eaeeef;
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    font-family: arial;
    font-size: 12px;
}

.pl-content-filter .pl-filter {
    width: 100%;
    overflow: hidden;
}

.pl-content-filter .pl-filter-name {
    font-weight: bold;
    padding: 0 0 5px 0;
}

.pl-content-filter select {
    border-radius: 3px;
    padding: 5px 10px;
    color: #555555;
    border: 1px solid #dfdfdf;
}

.pl-filter-sect {
    padding: 0 0 13px 0;
}

.pl-filter-col1 {
    width: 25%;
    float: left;
    padding: 0 20px 0 0;
}

.pl-content-filter .pl-filter select {
    width: 100%;
}

.pl-filter-col2 {
    width: 25%;
    float: left;
    padding: 0 30px 0 0;
}

.pl-filter-col3 {
    width: 38%;
    float: left;
}

.pl-content-filter .pl-filter-text {
    font-size: 13px;
    padding: 0 0 9px 0;
}

.pl-content-filter .pl-filter-text .pl-filter-param {
    color: #0066b3;
    border-bottom: 1px dashed #0066b3;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.pl-content-filter .pl-filter-text .pl-filter-param-min {
    display: none;
    color: #0066b3;
    border-bottom: 1px dashed #0066b3;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.pl-content-filter .pl-filter-text .pl-filter-clear {
    color: #000;
    border-bottom: 1px solid;
    cursor: pointer;
}

.pl-content-filter .pl-filter-min {
    border-radius: 3px;
    padding: 5px;
    color: #555555;
    border: 1px solid #dfdfdf;
    width: 9%;
    min-width: 20px;
    margin: 0 10px;
}

.pl-content-filter .pl-filter-max {
    border-radius: 3px;
    padding: 5px;
    color: #555555;
    border: 1px solid #dfdfdf;
    width: 9%;
    min-width: 40px;
    margin: 0 10px;
}

.pl-content-filter #pl_filter_slider {
    height: 2px;
    border: none;
    background: #fff;
    /*margin: 10px 0 0 0;*/
    margin: 31px 0 0 0;
}

.pl-filter .pl-slider-left,
.pl-filter .pl-slider-right {
    position: absolute;
    bottom: 10px;
    white-space: nowrap;
}

.pl-filter-sect .pl-filter-slider {
    position: relative;
    margin: 7px 0 0 0;
}

.pl-content-filter .pl-filter-params-content {
    display: none;
    width: 100%;
    overflow: hidden;
    margin: 9px 0 0 0;
}

.pl-content-filter .pl-filter-params-content .pl-filter-params-col1 {
    width: 25%;
    float: left;
    padding: 0 20px 0 0;
}

.pl-content-filter .pl-filter-params-content .pl-filter-params-col2 {
    width: 25%;
    float: left;
    padding: 0 20px 0 0;
}

.pl-content-filter .pl-filter-params-content .pl-filter-params-col3 {
    width: 25%;
    float: left;
    padding: 0 20px 0 0;
}

.pl-content-filter input[type="checkbox"] {
    display: none;
}

.pl-content-filter input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 9px 10px -4px 0;
    background: rgba(255, 255, 255, 0) url("/images/filter-sprite.png") -14px 0 repeat-x;
    position: relative;
    bottom: 2px;
}

.pl-content-filter input[type="checkbox"]:checked + label::before {
    background-position: -49px 0;
}

.pl-content-filter .filter-button {
    display: block;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*padding: 8px 12px;*/
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    background: #0066B3;
    /*float: right;*/
    margin: -8px auto 0;
    width: 103px;
    text-align: center;
    line-height: 34px;
}

.pl-content-filter .ui-selectmenu-button {
    border-radius: 3px;
    /*padding: 5px 10px 1px 14px;*/
    color: #555555;
    border: 1px solid #dfdfdf;
    background: #fff;
    height: 27px;
    width: 100% !important;
}

.pl-content-filter .ui-selectmenu-button span.ui-selectmenu-text {
    color: #555555;
    font-weight: normal;
    font-size: 13px;
    font-family: arial;
    height: 27px;
}

.pl-content-filter .ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 7px;
    background: rgba(255, 255, 255, 0) url("/images/filter-sprite.png") -40px 4px repeat-x;
}

.pl-content-filter .ui-widget-content {
    border: 1px solid #dddddd;
    color: #333333;
    background: #fff;
}

.ui-menu .ui-menu-item {
    color: #555555;
    font-weight: normal;
    font-size: 13px;
    font-family: arial;
    position: relative;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    min-height: 0;
    /* support: IE7
    support: IE10, see #8844 */
}

.ui-menu-item:before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    background: rgba(255, 255, 255, 0) url("/images/filter-sprite.png") -14px 0 repeat-x;
    margin: 1px 5px -2px 0;
}

.ui-menu-item.ui-state-focus:before {
    background-position: -49px 0 !important;
}

/*//////////////////////////
/* new index */
#tabs-menu {
    border: none;
    margin: 0 0 0 25px;
}

#tabs-menu .ui-widget-content {
    border: none;
    background: none;
    /*color: none;*/
}

#tabs-menu .ui-widget-content .cat ul {
    /*margin: none;
    padding: none;
    line-height: none;*/
}

#tabs-menu .ui-widget-header {
    border: none;
    background: none;
    font-weight: normal;
    margin: 0;
}

#tabs-menu .ui-state-default {
    background: none;
    width: auto;
    height: auto;
}

#tabs-menu .ui-state-active .category-name-brand {
    border-top: 1px solid #0066b3;
    border-bottom: 1px solid #0066b3;
    border-right: 1px solid #0066b3;
    background: #0066b3;
    color: #fff;
    cursor: auto;
}

#tabs-menu .ui-state-active .category-name-category {
    border-top: 1px solid #0066b3;
    border-bottom: 1px solid #0066b3;
    border-left: 1px solid #0066b3;
    background: #0066b3;
    color: #fff;
    cursor: auto;
}

#tabs-menu .ui-state-hover a {
    color: #333333;
    text-decoration: none;
}

#tabs-menu .ui-state-active.ui-state-hover a {
    text-decoration: none;
}

#tabs-menu .ui-state-default a {
    color: #333333;
}

.category-name-brand.ui-tabs-anchor:hover {
    color: #333333;
    border: 1px solid rgba(218, 218, 218, 0.6);
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ededed;
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 0.6) 0%, #f6f6f6 20%, rgba(222, 222, 222, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(20%, #f6f6f6), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.9) 0%, #f6f6f6 20%, rgba(222, 222, 222, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    border-left: 0 solid rgba(218, 218, 218, 0.6);
}

.category-name-category.ui-tabs-anchor:hover {
    color: #333333;
    border: 1px solid rgba(218, 218, 218, 0.6);
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ededed;
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 0.6) 0%, #f6f6f6 20%, rgba(222, 222, 222, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(20%, #f6f6f6), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.9) 0%, #f6f6f6 20%, rgba(222, 222, 222, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    border-right: 0 solid rgba(218, 218, 218, 0.6);
}

.category-name {
    width: 290px;
    height: 29px;
    margin: 0 0 21px 0 !important;
    position: relative;
    cursor: pointer;
}

.category-name .category-name-category {
    float: left;
    text-align: center;
    padding: 6px 10px 8px 12px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8 !important;
    border-left: 1px solid #e8e8e8;
    border-radius: 3px 0 0 3px;
    /*border-right: 1px solid;*/
    font-size: 14px;
    font-weight: normal;
}

.category-name .category-name-brand {
    float: left;
    text-align: center;
    padding: 7px 14px 7px 15px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8 !important;
    border-right: 1px solid #e8e8e8;
    border-radius: 0 3px 3px 0;
    font-size: 14px;
    font-weight: normal;
}

.top_levels {
    margin-left: 0;
}

.banner-main {
    width: 100%;
    overflow: hidden;
}

.baner-main-content {
    width: 100%;
    height: 249px;
    /*padding: 36px 5% 25px 5%;*/
    /*padding: 0 0 0 2px;*/
    box-sizing: border-box;
}

.baner-main-content li {
    width: 100%;
    height: 100%;
    list-style-type: none;
    overflow: hidden;
    border-radius: 3px;
    display: table;
}

.banner-main-text {
    padding: 0 3% 0 0;
}

.content-banner h2 {
    line-height: 40px;
}

.content-banner a {
    text-decoration: none;
}

.bx-pager {
    font-size: 13px;
    padding: 0 0 13px 0;
    text-align: right;
}

.bx-pager a {
    text-decoration: none;
    margin: 0 23px 0 0;
    border-bottom: 1px dotted #999999;
}

@media (max-width: 1365px) {
    .bx-pager a {
        text-decoration: none;
        margin: 0 29px 0 0 !important;
        border-bottom: 1px dotted #999999;
    }
}

.bx-pager a:last-child {
    margin: 0;
}

.bx-pager a.active {
    text-decoration: none;
    border-bottom: none;
    color: #000;
}

.wrapper-banner {
    display: table;
}

.cell-banner-li {
    display: table-cell;
    vertical-align: middle;
}

.cell-banner-li-left {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.cell-banner-li-right {
    display: table-cell;
    vertical-align: middle;
    width: 37%;
}

.banner-main-text p {
    color: #999999;
    font-size: 12px;
    margin: 17px 0 22px 0;
}

.banner-main-text {
    font-size: 25px;
    /*margin: 20px 0 0 0;*/
}

.name-banner {
    color: #000;
}

.bt-buy {
    border: 2px solid #065997;
    padding: 9px 27px 9px 27px;
    color: #065997;
    font-size: 18px;
    border-radius: 1px;
}

.banner-main-mini {
    margin: 0 0 35px 0;
    overflow: hidden;
}

.content-banner-mini {
    width: 20%;
    float: left;
}

.content-banner-mini img {
    /*width: 169px;
    height: 81px;*/
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
    /* IE 6-9 */
}

.content-banner-mini .name-banner {
    font-size: 15px;
    padding: 0 5px 0 0;
}

.content-banner-mini .name-banner a:hover {
    color: #f26522;
}

.banner-second {
    margin-top: -25px;
}

.banner-second-item {
    overflow: hidden;
    margin: 0 0 35px 0;
}

.banner-second-item a {
    display: block;
}

.banner-second-item img {
    vertical-align: middle;
}

.main-sale-hit-new {
    border: 1px solid #eaeeef;
    font-size: 18px;
}

.main-sale-hit-new .similar {
    width: 100% !important;
    margin: 10px 2% 30px 0;
}

.main-sale-hit-new .ui-widget-content {
    border: none;
}

.main {
    min-width: 920px;
}

.main-sale-hit-new .similar .section_element_button {
    padding: 2px 12px;
    font-weight: normal;
    font-size: 13px;
}

.main-section .similar .section_element_button {
    font-weight: normal;
    font-size: 13px;
}

.main-section {
    margin: 40px 0 0 0;
}

.main-section .main-block-title {
    overflow: hidden;
    width: 100%;
    border-bottom: 2px solid #e8e8e7;
}

.main-section .main-block-title .spec_header {
    font-size: 18px;
}

.main-section .main-block-title .main-sect-more {
    color: #777777;
    border-bottom: 1px solid #d6d6d6;
    margin: 0 0 0 23px;
    font-size: 14px;
    float: right;
    text-decoration: none;
}

.main-section .main-block-title .main-sect-more:hover {
    cursor: pointer;
}

.main-section .main-block-title .main-sect-list {
    position: relative;
    float: right;
    font-size: 14px;
    text-decoration: none;
}

.main-section .main-block-title .main-sect-list a {
    margin: 0 10px;
    border-bottom: 1px solid #1975ba;
    color: #1975ba;
    cursor: pointer;
    text-decoration: none;
}

.main-section .main-block-title .main-sect-list span:hover {
    margin: 0 10px;
    border-bottom: 1px solid #f26522;
    color: #f26522;
    cursor: pointer;
}

.main-sale-hit-new .similar input,
.main-section .similar input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 2px 3px 1px 1px #dce2e4;
    -moz-box-shadow: inset 2px 3px 1px 1px #dce2e4;
    box-shadow: inset 2px 3px 1px 1px #dce2e4;
    width: 27px;
    height: 26px;
    background: #e9eff0;
    line-height: 25px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #ebebeb;
    margin: 9px 5px 0 0;
    color: #777777;
    font-size: 12px;
    font-weight: normal;
}

.main-sale-hit-new-tabs {
    height: 25px;
}

.main-sale-hit-new-tabs ul {
    background: #fff;
    border: none;
    display: table;
    margin: 0 auto;
    position: relative;
    bottom: 14px;
    font-family: Arial;
}

.main-sale-hit-new-tabs .ui-tabs-nav .ui-state-default:first-child {
    padding: 0 15px 0 37px;
}

.main-sale-hit-new-tabs .ui-tabs-nav .ui-state-default:last-child {
    padding: 0 28px 0 14px;
}

.main-sale-hit-new-tabs .ui-tabs-nav .ui-state-default {
    padding: 0;
}

.main-sale-hit-new-tabs .ui-tabs-nav .ui-state-default {
    background: none;
    border: none;
    display: table;
    float: left;
    /*padding: 0 29px 0 0;*/
}

.similar .main_section_element_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 63px;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 12px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #0066b7;
    margin-top: 10px;
}

.similar .main_section_element_button:hover {
    background: #f26522 !important;
}

.section_element_button_.buy {
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 2px 12px;
    font-weight: normal;
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    width: 72px;
    background: transparent;
    text-decoration: underline;
    color: #0066B3;
}

#form-new-tabs .basket_td,
#form-hit-tabs .basket_td,
#form-sale-tabs .basket_td {
    position: relative;
    top: 6px;
}

#form-new-tabs .main_section_element_button,
#form-hit-tabs .main_section_element_button,
#form-sale-tabs .main_section_element_button {
    display: inline;
    *display: inline;
    *zoom: 1;
    width: 63px;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #0066b7;
    margin-top: 10px;
}

.index-grey-text {
    padding: 27px 30px 10px 30px;
    border-radius: 3px;
    color: #555555;
    background: #eaeeef;
}

.index-grey-text h4 {
    padding: 0 0 0 0;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.index-grey-text p {
    padding: 9px 0 34px 0;
    font-size: 15px;
    color: #555555;
}

.main-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
}

.main-banner .content-banner {
    position: relative;
    width: 12%;
    float: left;
    overflow: hidden;
    /*display: table;*/
    height: 40px;
    text-align: center;
    padding: 0 3px 0 2px;
}

.main-banner .content-banner > div {
    /*display: table-cell;
    vertical-align: middle;*/
}

.banner-to-grayscale:hover {
    cursor: pointer;
}

.similar .cont-proc {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    left: 5px;
    background: #f26522;
    float: left;
}

.cont-hit {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #1975ba;
    float: left;
}

.content-cir {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    /*overflow: hidden;*/
    clear: both;
}

.content-cir .cont-proc-text {
    position: relative;
    bottom: 35px;
    left: 8px;
    font-size: 14px;
    color: #fff;
}

.cont-hit-text {
    position: relative;
    bottom: 35px;
    left: 6px;
    font-size: 12px;
    color: #fff;
}

.calalog_section_header {
    /*font-size: 250%;*/
    font-size: 25px;
}

.hidden_sect_wrapper .cattitle_parent {
    /*font-size: 140%;*/
    font-size: 15px;
}

.ui-tabs-nav .ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1975ba;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.ui-tabs-nav .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #000;
    text-decoration: none;
    border: none;
}

/*.ui-widget-content a {
color: #eaeeef;
}
*/
/*-- new index */
.jcarousel-wrapper {
    /*margin: 20px auto;*/
    position: relative;
    /*    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
    width: 785px;
    margin: 0 auto;
}

/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 197px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #eaeeef !important;
    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
    font-size: 60px;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    text-decoration: none;
    color: #FF6514 !important;
}

.jcarousel-control-prev {
    left: -60px;
}

.jcarousel-control-next {
    right: -60px;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.clear {
    clear: both;
}

.page_navigator a.active {
    background-color: #0066b3;
    color: #ffffff;
    float: left;
    font-style: normal;
    margin-bottom: 5px;
    margin-right: 1px;
    margin-top: 5px;
    padding: 1px 4px;
    text-align: center;
}

/*
* charity
*/
.charity_item {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.charity_item p,
.charity_item li {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.charity_item li {
    padding-left: 25px;
}

.charity_item h3 {
    margin-bottom: 20px;
}

.charity_item .desc_block .img {
    float: left;
    width: 25%;
    *width: 24%;
    margin: 0 5% 20px 0;
}

.charity_item .desc_block .text {
    float: right;
    width: 70%;
}

.charity_item .desc_block .text blockquote {
    font-size: 140%;
    line-height: 145%;
    margin-bottom: 20px;
    padding: 13px 12px 16px 12px;
    border: 1px solid #e0e0e0;
}

.charity_item .gal h3 {
    margin: 10px 0 5px 0;
}

.charity_item .gal img {
    margin-right: 10px;
}

.charity_item .gal .right,
.charity_item .gal .left {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
}

.charity_item .gal .right:hover,
.charity_item .gal .left:hover {
    background-color: #fff;
}

.charity_item .gal .right.disable,
.charity_item .gal .left.disable {
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.gallery_line.gallery_holder {
    overflow: hidden;
    position: relative;
}

.gallery_line.gallery_holder .gallery_wrapper {
    white-space: nowrap;
    position: relative;
}

.gallery_line.gallery_holder .gallery_wrapper .gallery_item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.gallery_line.gallery_holder .right,
.gallery_line.gallery_holder .left {
    position: absolute;
    width: 35px;
    padding-right: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    top: 50%;
    left: -25px;
    text-align: right;
    cursor: pointer;
    margin-top: -25px;
}

.gallery_line.gallery_holder .right {
    left: auto;
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
    right: -25px;
}

.delivery_text {
    font-size: 15px;
}

.specin_tr td span {
    color: #22b14c;
    font-size: 19px;
    font-weight: bold;
}

.darkBG {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    top: 0;
    left: 0;
    display: none;
}

.sendInform {
    position: fixed;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -35px;
    z-index: 9;
    box-shadow: 0 2px 0 1px #2A66A3;
    border-radius: 7px;
    background: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 15px;
    display: none;
}

.sendInform .close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: transparent url(/images/close2.png) no-repeat 0 0;
    cursor: pointer;
}

.sendInform .grn_btn {
    float: none;
    height: 30px;
    width: 120px;
    margin: 0 auto 20px auto;
    font-size: 0.9em;
}

.section_list_wrapper .section_element .cont-hit {
    position: absolute;
    left: -88px;
    bottom: -4px;
}

.section_list_wrapper .section_element .cont-hit .cont-hit-text {
    line-height: 30px;
    bottom: 0;
}

.section_list_wrapper .section_element {
    position: relative;
}

.item_image {
    position: relative;
}

.item_image .cont-hit {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    left: 50%;
}

.item_image .cont-hit .cont-hit-text {
    line-height: 30px;
    bottom: 0;
    left: 7px;
}

.section_element {
    position: relative;
}

.discPr .rc {
    display: none !important;
}

.baseUnit {
    font-size: 22px;
    position: relative;
    left: 5px;
}

.item_image .discountIcon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-left: -45px;
    left: 50%;
}

.buyLink {
    display: block;
    position: absolute;
    bottom: 22px;
    right: 338px;
}

p.bold {
    font: normal 280%/100% Arial, Helvetica, sans-serif;
    color: #000;
}

.newsText {
    overflow: hidden;
    margin-top: 30px;
}

.newsText h2,
.newsText h3 {
    text-align: center;
}

.newsText img {
    display: block;
    margin: auto;
}

.newsText h2 {
    padding-top: 0;
}

#catitem .item_right {
    float: right;
    width: 35%;
    position: relative;
}

.zaprosWrap {
    overflow: visible;
    position: relative;
}

.zaprosForm a,
.zaprosWrap a {
    display: block;
    text-decoration: none;
    width: 140px;
    height: 28px;
    line-height: 28px;
    background: #00b774;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 auto;
}

textarea {
    overflow: auto !important;
    resize: none;
}

.zaprosForm {
    border: 1px solid #aaa;
    position: absolute;
    padding: 10px;
    background: #fff;
    top: -15px;
    left: 28px;
    z-index: 132;
    max-width: 249px;
    display: none;
}

.zaprosForm input {
    border: 1px solid #ddd;
    width: 174px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin: 10px 0;
}

.zaprosForm input:first-child {
    margin-top: 0;
}

.zaprosForm textarea {
    border: 1px solid #ddd;
    width: 242px;
    line-height: 20px;
    padding: 0 5px;
    margin-top: 10px;
    height: 70px;
}

.zaprosForm a {
    /*display: inline-block;
  text-decoration: none;
  width: 70px;
  height: 20px;
  line-height: 20px;
  background: #ddd;
  font-size: 12px;
  color: #000000;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 10px;*/
}

/* Close */
.zaprosForm-close {
    position: absolute;
    right: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    opacity: 0.3;
    cursor: pointer;
}

.zaprosForm-close:hover {
    opacity: 1;
}

.zaprosForm-close:before,
.zaprosForm-close:after {
    position: absolute;
    left: 4px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #333;
}

.zaprosForm-close:before {
    transform: rotate(45deg);
}

.zaprosForm-close:after {
    transform: rotate(-45deg);
}

.errField {
    border: 1px solid #ff5555 !important;
}

.errMess {
    color: #ff5555;
}

.correctMess {
    color: #228b22;
}

.zaprosWrap p {
    font-weight: bold;
    color: #00b774;
}

.popup-phones dl dd a {
    color: #191919;
    text-decoration: none;
}

.popup-phones dl dd a:hover {
    color: #191919;
    text-decoration: underline;
}

.main-phone.direct a {
    color: #0066b3;
    text-decoration: none;
}

.main-phone.direct a:hover {
    color: #0066b3;
    text-decoration: underline;
}

.header .header-phone dd a {
    text-decoration: none;
}

.header .header-phone dd.direct2 a:hover {
    text-decoration: underline;
}

.form em.prDescr {
    width: auto;
}

.section_element .zaprosWrap {
    position: absolute;
    right: 0;
    top: 0;
}

.section_element .zaprosWrap a {
    /* background: #38b700;*/
    background: #00b774;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: initial;
    width: auto;
    padding: 8px 12px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
}

.section_element .zaprosWrap a:hover {
    background: #04c37d;
}

.section_element .zaprosForm {
    left: auto;
    top: -80px;
    /* -220 */
    right: 0;
}

.right_part .price_block .zaprosForm input {
    width: 174px;
}

.zaprosP {
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 11px;
    /* color:#38b700; */
    color: #00b774;
    font-weight: bold;
}

.section_element .right_part {
    float: right;
    position: relative;
    min-width: 28%;
}

#catitem .item_form {
    background: #e9eff0;
    padding: 15px 18px;
    min-height: 66px;
}

.header-phone:nth-child(3) {
    margin: 25px 0 0 0;
}

#_result {
    margin: 20px 0 0 25px;
    max-width: 275px;
}

.voting-form-box {
    margin: 20px 0 0 25px;
    max-width: 275px;
}

#catitem .item_form .price span span,
.right_part .price_block span.cost span {
    font-size: 17px;
    color: #0066b7;
}

.main-sale-hit-new .price span span,
.similar .nds {
    font-size: 17px;
    color: #0066b7;
    display: block;
}

.main-sale-hit-new .price span span {
    position: relative;
    top: -9px;
    color: #050505;
}

.similar .nds {
    font-size: 10px;
    color: #050505;
    position: relative;
    top: -7px;
}

.photos {
    overflow: hidden;
    width: 335px;
    position: absolute;
    top: 60px;
    left: 356px;
    z-index: 2;
}

.photoWrap {
    float: left;
}

.views .photoWrap {
    height: 98px;
    margin-left: 6px;
    width: 105px;
}

.prsn .photoWrap {
    height: 200px;
    margin-left: 28px;
    width: 124px;
}

.prsn .photoWrap:nth-child(1),
.views .photoWrap:nth-child(1) {
    margin-left: 0;
}

.views .photoPrev {
    width: 105px;
    height: 95px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.photoPrev {
    position: relative;
    border: 1px solid #dadada;
}

.prsn .photoPrev {
    width: 124px;
    height: 115px;
}

.views .photoPrev img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 105px;
    max-height: 95px;
    display: block;
    margin: auto;
}

.prsn .photoPrev img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 124px;
    max-height: 115px;
    display: block;
    margin: auto;
}

.photoWrap p {
    font-size: 11px;
    padding: 0;
}

.photoWrap p:nth-of-type(1) {
    margin-top: 5px;
}

.photoWrap p:nth-of-type(2) {
    font-weight: bold;
    font-size: 12px;
    margin-top: 2px;
    position: absolute;
}

.photoWrap p:nth-of-type(1) {
    height: 30px;
}

.prsn,
.views {
    overflow: hidden;
}

.section_list_wrapper .availability .nlch_quantity {
    display: block;
    padding-left: 15px;
}

/* Новое меню */
.top_levels {
    border: none;
}

#tabs-2 .top_levels .show li {
    background: #fff;
}

#tabs-2 .top_levels .show li a {
    color: #000;
}

#tabs-2 .top_levels .show .li_korn > a:hover {
    background: transparent !important;
    color: #000;
    text-decoration: none;
}

#tabs-2 .brand-active,
#tabs-2 .brand-active:hover a,
#tabs-2 .brand-active a {
    background: #0066b3 !important;
    color: #fff !important;
}

#tabs-1 .top_levels .show li {
    background: #0066b3;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 5px;
}

#tabs-1 .top_levels .show li:hover {
    opacity: 0.9;
}

#tabs-1 .top_levels .show li.three-level {
    padding: 5px 0 5px 5px;
    background: #EAEEEF !important;
    border: 1px solid #fff;
    border-left: 2px solid #0066B3;
    margin: 0 0 0 5px;
}

#tabs-1 .this-active {
    /*   border: 1px solid #0066b3 !important; */
    border-left: 3px solid #0066B3 !important;
}

#tabs-1 .top_levels .show li.three-level:hover,
#tabs-1 .top_levels .show li.three-level.three-active {
    /* background: url("/images/menu-arrow.png") no-repeat 0 50% !important; */
    background-color: #F7F7F7 !important;
    border-left: 3px solid #0066B3;
}

#tabs-1 .this-active a,
#tabs-1 .top_levels .show li.three-level.three-active a {
    text-decoration: none;
}

#tabs-1 .top_levels .show li.three-level a {
    color: #000000;
}

/* #tabs-1 .top_levels .show li.three-level a:hover {
    color: #f26522;
}*/
/*
#tabs-1 .top_levels .show li.three-level a:hover,
#tabs-1 .top_levels .show li.three-level.three-active a:hover{
    color: #F26522 !important;
}*/
#tabs-2 .top_levels .show li {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 5px;
}

#tabs-2 .top_levels .show li:hover {
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ededed;
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 0.6) 0%, #f6f6f6 20%, rgba(222, 222, 222, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(20%, #f6f6f6), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.9) 0%, #f6f6f6 20%, rgba(222, 222, 222, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
}

.top_levels .show li a {
    color: #fff;
}

#tabs-1 .top_levels .show li a,
#tabs-2 .top_levels .show li a {
    font-size: 14px;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.category_child_blue div li a {
    color: black !important;
    text-decoration: none;
}

/* .category_child_blue div li a:hover{
    text-decoration: none;
    color: #F26522 !important;
}*/
.category_child_blue div li {
    padding: 5px 0;
}

.category_child_blue {
    display: block;
    background: none repeat scroll 0 0 #fff !important;
    border-radius: 5px !important;
    position: relative;
}

.category_level_2_blue {
    position: relative;
    /*  padding: 0 0 0 5px !important; */
}

.category_level_2_blue div li {
    background: #8FB8D8 !important;
    border-left: 2px solid #0066B3 !important;
}

.category_level_2_blue div li:hover {
    background: rgba(120, 174, 216, 0.9) !important;
    border-left: 3px solid #0066B3 !important;
}

.show .li_korn > a:hover {
    background: #0066b3;
    color: #fff;
    text-decoration: none;
}

#tabs-1 .top_levels .show,
#tabs-2 .top_levels .show {
    padding: 15px 10px 15px 0;
}

/* Новое меню-- */
.spec-price-hit {
    color: #ff6514;
    line-height: 1.7;
    font-size: 25px;
}

.spec-price-hit .nds {
    font-size: 10px;
    color: #050505;
    position: relative;
    top: 0;
    display: inline;
}

.spec-price-hit .condition-hit {
    font-size: 14px;
    line-height: 1;
    color: #050505;
}

.spec-price-hit .price {
    line-height: 0.9;
    margin: 0;
    padding: 0;
}

.spec-price-hit .price span {
    font-size: 14px;
}

.similar .nds {
    font-size: 10px;
    color: #050505;
    position: relative;
    top: 0;
}

.bt-print {
    width: 100%;
    position: relative;
    height: 30px;
    overflow: hidden;
    bottom: 105px;
}

.bt-print span {
    text-align: center;
    background: #0066b3;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    position: relative;
    float: right;
    cursor: pointer;
}

.pl-filter-col1,
.pl-filter-col2 {
    float: left;
    padding: 0 3% 0 0;
    width: 31%;
}

.pl-filter-col3 {
    float: left;
    width: 31%;
}

.pl-filter-clear {
    text-decoration: none;
}

.pl-filter-clear:hover {
    text-decoration: none;
}

#tabs-1 .top_levels .show,
#tabs-2 .top_levels .show {
    padding: 15px 0;
    width: 290px;
}

.ui-autocomplete {
    max-width: 445px;
}

.ui-autocomplete .ui-menu-item::before {
    display: none;
}

.ui-autocomplete .ui-menu {
    padding-bottom: 10px;
}

.ui-autocomplete .ui-menu .ui-menu-item {
    padding: 5px 10px 0;
}

.catalog-menu ul li {
    position: relative;
}

.catalog-menu ul li > a.hasPlus {
    box-sizing: border-box;
    padding-left: 25px !important;
}

.catalog-menu ul li .plus {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 22px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
}

.catalog-menu ul li .plus::after {
    content: "";
    left: 8px;
    top: 9px;
    position: absolute;
    background: url("img/plus.gif") 0 0 no-repeat;
    width: 9px;
    height: 9px;
}

.catalog-menu ul li.active .plus::after {
    background-image: url("img/minus.gif");
}

.catalog-menu ul li.active li .plus::after {
    background-image: url("img/plus.gif");
    left: 5px;
}

.catalog-menu ul li.active li.active .plus::after {
    background-image: url("img/minus.gif");
}

.catalog-menu ul li,
.catalog-menu ul li li,
.catalog-menu ul li li li {
    font-size: 13px !important;
}

#go-top {
    position: fixed;
    right: 10px;
    bottom: 105px;
    width: 36px;
    height: 36px;
}

#go-top a {
    float: left;
    background: url("img/scroll_up.png") 0 0 no-repeat;
    width: 36px;
    height: 36px;
    outline: none;
    transition: all 0.2s ease;
}

#go-top a:hover {
    opacity: 0.85;
}

.tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    position: absolute;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    left: 0;
    top: 0;
}

.tcon > * {
    display: block;
}

.tcon:hover,
.tcon:focus {
    outline: none;
}

.tcon::-moz-focus-inner {
    border: 0;
}

.tcon-plus {
    /*height: 25px;
    -webkit-transform: scale(0.60);
    transform: scale(0.60);
    width: 25px;*/
}

.tcon-plus::before,
.tcon-plus::after {
    content: "";
    border-radius: 2px;
    display: block;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 42%;
    left: 20%;
    transition: 0.3s;
    background: white;
}

.tcon-plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

li.active .tcon-plus::before,
li.active li.active .tcon-plus::before,
li.active li.active li.active .tcon-plus::before {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
    width: 12px;
}

li.active .tcon-plus::after,
li.active li.active .tcon-plus::after,
li.active li.active li.active .tcon-plus::after {
    -webkit-transform: rotate(-180deg) translate(-37.5%, 0);
    transform: rotate(-180deg) translate(0%, 0);
    width: 12px;
}

li.active li .tcon-plus::before,
li.active li.active li .tcon-plus::before {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    width: 12px;
}

li.active li .tcon-plus::after,
li.active li.active li .tcon-plus::after {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    width: 12px;
}

/*
.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
*/
.header .left-col {
    height: auto;
}

.header .middle-col {
    position: relative;
}

.claim-btn,
.claim-btn-xs {
    display: block;
    cursor: pointer;
    background-color: #6cc23e;
    color: #fff;
    text-transform: uppercase;
    border-width: 0;
    border-bottom: 2px solid #55a32c;
    height: 30px;
    padding: 0 8px;
    border-radius: 4px;
}

.claim-init.animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.claim-btn:hover,
.claim-btn-xs:hover {
    background-color: #61ae38;
}

.middle-col .claim-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 25px;
    margin-right: -40px;
}

.popup-claim {
    /*position: fixed;*/
}

.popup-claim #want_form {
    font-size: 12px;
    float: none;
    margin: 0 auto 30px;
    position: relative;
}

.popup-claim #want_form .files {
    margin-top: 10px;
    text-align: left;
}

.popup-claim #want_form .remove-file {
    color: #000;
    text-decoration: none;
    font-size: 19px;
    vertical-align: middle;
    margin-left: 6px;
}

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

.popup-claim #want_form .back {
    margin-top: 10px;
    position: absolute;
    top: 100%;
}

.popup-claim #want_form textarea.input {
    width: 100% !important;
    max-width: 400px;
}

.popup-claim #want_form p {
    margin-bottom: 10px;
}

.popup-claim .title {
    margin-bottom: 20px;
}

.popup-claim #want_form ul {
    margin-bottom: 10px;
}

.popup-claim #want_form ul::after {
    display: block;
    content: "";
    clear: both;
}

.popup-win.popup-claim .wrapper {
    top: 50px;
    left: 50% !important;
    transform: translateX(-50%);
    max-width: 510px;
    background-color: #f0f0f0;
}

.popup-claim .wrapper:after {
    content: none;
}

.input-file-opt .file-opt {
    display: inline-block;
    float: none;
    width: 30px !important;
    height: 30px;
    margin-right: 10px;
    padding: 0;
    background-color: #ccc;
    border-radius: 5px;
    cursor: pointer;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.input-file-opt .file-opt:hover {
    background-color: #aaa;
}

.file-opt-1 {
    background-image: url("img/photo.png");
}

.file-opt-2 {
    background-image: url("img/gallery.png");
}

.file-opt-3 {
    background-image: url("img/attach.png");
}

#reg_submit {
    display: block;
    float: none;
    margin-top: 15px;
}

.popup-claim #want_form .file-upload {
    position: relative;
    display: inline-block;
}

.popup-claim #want_form .file-upload #fileupload1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.popup-claim #want_form .files > div {
    display: inline-block;
    margin-right: 15px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.file-selectdialog {
    padding-right: 15px;
}

.file-selectdialog span {
    width: auto;
}

.file-selectdialog .file-label {
    float: none;
    display: inline-block;
    position: static;
}

.file-selectdialog .file-placeholder {
    margin-left: 0;
    margin-top: 10px;
}

.file-selectdialog .file-placeholder .files-list td {
    padding: 4px 0;
}

.file-selectdialog .file-placeholder .del-but {
    width: 21px !important;
    height: 21px;
    padding: 0;
    float: none;
}

.file-selectdialog .file-placeholder .files-size {
    width: 20%;
}

.file-selectdialog .file-placeholder .files-name {
    padding-right: 15px !important;
}

.file-selectdialog .file-placeholder .files-name span {
    padding: 0;
}

.file-selectdialog .file-placeholder .loading-wrap {
    margin: 0;
    width: 100%;
    padding: 0;
}

.file-selectdialog .file-placeholder .loading-wrap span {
    padding-right: 0;
}

.file-selectdialog .file-placeholder .load-number {
    width: 100%;
    text-align: center !important;
}

.file-selectdialog .file-extended .file-selector,
.file-selectdialog .file-but-text {
    font-size: 14px;
    line-height: 18px;
}

.file-selectdialog .file-extended {
    margin-left: 15px;
}

.file-selectdialog .file-extended .file-load-img {
    left: 20px !important;
    background-size: cover;
    width: 70px;
    height: 60px;
}

.file-selectdialog .file-extended .file-selector {
    border: 3px dashed transparent;
    padding: 15px 3px 15px 120px;
    margin-top: 10px;
}

.file-selectdialog .file-extended .file-selector:hover {
    padding: 15px 3px 15px 120px;
}

.file-selectdialog .file-extended .file-selector:hover .file-load-img {
    background-position: 0 -81px;
    top: 20px;
}

.file-selectdialog .file-extended .file-selector .file-but-text {
    float: none;
    text-align: left;
    color: #2067b0;
}

.file-selectdialog .file-extended .file-selector .file-but-text span {
    padding: 0 5px 0 0;
    line-height: inherit;
}

.file-selectdialog .file-extended .file-uploader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.file-selectdialog .file-extended .file-uploader .file-fileUploader {
    height: 100%;
    width: 100%;
    top: 0;
}

@media screen and (min-width: 1066px) {
    .header {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1065px) {
    .middle-col .claim-btn {
        position: static;
        margin: 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .claim-btn {
        display: none;
    }

    .popup-claim {
        position: fixed;
        height: 100vh;
    }

    .popup-win.popup-claim .wrapper {
        width: 100%;
        padding: 20px;
        border-radius: 0;
        position: fixed;
        top: 10px;
        max-height: 100%;
        overflow-y: auto;
    }

    .popup-claim #want_form .popup-email {
        display: none;
    }

    .popup-claim .title {
        margin-bottom: 0;
    }

    .title-p {
        display: none;
    }

    .file-selectdialog .file-extended {
        margin-left: 15px;
    }

    .file-selectdialog .file-extended .file-load-img {
        display: none;
    }

    .file-selectdialog .file-extended .file-selector {
        padding: 10px;
        border-color: #d4dde1;
        font-size: 0;
        line-height: 0;
    }

    .file-selectdialog .file-extended .file-selector:hover {
        padding: 10px;
    }

    .file-selectdialog .file-extended .file-selector .file-but-text {
        text-align: center;
    }

    .file-selectdialog .file-extended .file-selector .file-but-text span {
        display: none;
    }
}


.popup-claim #want_form {
    padding: 20px;
}

.popup-claim #want_form {
    margin-top: 0;
}

.popup-claim #want_form label {
    display: block;
    font-size: 110%;
}

.popup-claim #want_form .file-but-text {
    width: auto;
}

.popup-claim #want_form .file-but-text span {
    width: auto;
    font-size: inherit;
}

#order_form, #order_form .form {
    width: 100% !important;
}


.main_wrapper {
    overflow: hidden;
}

.header {
    padding-bottom: 5px;
    border-color: #eaeeef;
}

.header .top-menu {
    width: 100%;
    margin-left: -2%;
    padding-left: 2%;
    padding-right: 2%;
}

.header .top-menu li {
    float: left;
}

.header .top-menu ul li:first-child {
    margin-left: 0;
    padding-left: 10px;
}

.header .top-menu li.middle {
    width: auto;
    height: 17px;
    margin-top: 6px;
    margin-left: 13%;
    padding: 3px 13px;
    background: #0066b3;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
}

.top-menu .middle a {
    color: white;
    text-decoration: none;
}

.header .top-menu .auth, .header .top-menu .register {
    float: right;
    padding-left: 20px;
    color: black;
    text-decoration: none;
    background-position: center left;
    background-repeat: no-repeat;
}

.top-menu .auth {
    background-image: url(img/icon-auth.png);
}

.top-menu .register {
    background-image: url(img/icon-register.png);
}


.header .left-col {
    width: 308px;
}

.header-logo p {
    padding-right: 8%;
    text-align: right;
    font-size: 14px;
}


.header-search {
    text-align: center;
}

.header-search * {
    box-sizing: border-box;
}

.header-search p {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 0 0 30px;
    min-height: 24px;
    font-size: 1.47vw;
    color: #0066b3;
    background: url(img/connector.gif) no-repeat center left;
    text-align: left;
}

.header-search input {
    padding: 5px 10px !important;
    border: 1px solid #e1e1e1 !important;
}

#search__input {
    width: 80%;
    margin: 0;
    color: #787878;
    border-radius: 3px;
    box-shadow: none;
}

.header-search input[type=submit] {
    width: 19%;
    margin-left: 1% !important;
    background: white !important;
}

.header .middle-col {
    margin-left: 28%;
    margin-right: 32%;
}

.callback-init {
    position: absolu;
}

.header .right-col {
    width: 32%;
    padding-top: 2px;
}
.header .right-col.mobile{display: none}
.header .left {
    float: left;
    width: 77%;
    text-align: center;
}

.header .header-basket {
    float: right;
    width: 23%;
    margin: 20px 0 0 0;
    padding: 55px 0 0 0;
    text-align: center;
    background-position: top center;
    color: #888888;
    cursor: pointer;
}

.header .header-basket a {
    border: 0;
    color: #888888;
}

.header .dt {
    font-size: 14px;
    border-bottom: 1px solid;
}

.header .right-col .left p {
    padding: 8px 0 5px 0;
}

.header .right-col .left p a {
    font-size: 24px;
    color: black;
    border: 0;
    text-decoration: none;
}

.request-btn {
    margin: 10px auto 0 auto;
}

.benefits {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-top: 15px;
    font-size: 14px;
    border-top: 1px solid #eaeeef;
    clear: both;;
}

.benefits > div {
    margin-right: 1%;
    max-width: 176px;
    box-sizing: border-box;
    width: 176px;
}

.benefits > div:last-child {
    display: flex;
    margin-right: 0;
    max-width: 168px;
    background: #eaeeef;
    text-align: center;
    align-items: center;
    font-weight: bold;
}

.benefits > div:last-child span {
    color: #ea0b00;
    font-size: 16px;
}

.benefits img {
    float: left;
    margin-right: 7px;
}

.popup-basket .wrapper {
    left: auto !important;
    right: 6px;
    top: 211px !important;
}

.popup-callback .wrapper {
    left: 50% !important;
    margin-left: -22.5%;
}


#footer, #footer p {
    font-size: 14px;
}

#footer p {
    margin-left: 0;
}

#footer > div:first-child {
    float: left;
    width: 82%;
    display: flex;
    flex-wrap: wrap;
}

#footer > div:first-child > div {
    margin-right: 1%;
    flex-grow: 1;
}

#footer div:first-child div > * {
    line-height: 26px;
}

#footer > div:first-child p {
    font-weight: bold;
}

#footer .link {
    min-height: 150px;
}

#footer .link a {
    display: block;
    width: 100%;
    color: #363636;
    text-decoration: none;
}

#footer .link a:before {
    content: ">";
    padding-right: 6px;
}

#footer > div:first-child > div:last-child {
    width: 100%;
    padding-left: 35px;
    background: url(img/min-logo.gif) no-repeat left top;
}

#footer > div:first-child > div:last-child img {
    vertical-align: middle;
}

#footer > div:last-child {
    float: right;
    width: 18%;
}

#footer form {
    display: flex;
    align-items: flex-start;
}

#footer input {
    height: 33px;
    padding-left: 2%;
    border: 1px solid #dadada;
}

#footer input[type=submit] {
    width: 39px;
    height: 35px;
    padding: 0;
    background: url(img/letter.gif) no-repeat center center #005eaf;
    border: 0;
}


@media (max-width: 1070px) {
    .header .top-menu li.middle {
        margin-left: 1%;
    }

    .header .header-search {
        margin: 30px 0 0 0 !important;
        text-align: center;
    }

    #search__input {
        width: 55%;
    }

    .benefits {
        margin-top: 15px;
    }
}

@media (max-width: 1022px) {
    .benefits > div {
        width: auto;
    }

    .benefits > div br {
        display: none;
    }
}

@media (max-width: 1010px) {
    .benefits > div:last-child {
        display: none;
    }

    .benefits > div:nth-child(5) {
        margin-right: 0;
    }
}

@media (max-width: 980px) {
    .header .top-menu li.middle {
        display: none;
    }
}

@media (max-width: 855px) {
    .benefits {
        display: none;
    }
}

@media (max-width: 850px) {
    .header-search p {
        display: none;
    }
}

@media (max-width: 812px) {
    .header .middle-col {
        margin-left: 0;
        margin-top: 140px;
    }

    .header .right-col {
        width: 46%;
    }
}

@media (max-width: 767px) {
    .header .middle-col {
        /*! display: none; */
    }
    .header .header-search input[type="submit"] {
	border: 1px solid #dadada;
	color: #393939;
	font-weight: bold;
	/*! font-size: 115%; */
	line-height: 130%;
	/*! padding: 4px 12px; */
	/*! cursor: pointer; */
	/*! -webkit-border-radius: 3px; */
	/*! -moz-border-radius: 3px; */
	/*! border-radius: 3px; */
	/*! background: #ededed; */
	/*! background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%); */
	/*! background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(20%, #f6f6f6), color-stop(100%, #dedede)); */
	/*! background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%); */
	/*! background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%); */
	/*! background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 20%, #dedede 100%); */
	/*! background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 20%, #dedede 100%); */
	/*! filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0); */
	width: 80px;
}

    .header .left-col {
        float: left !important;
        width: 308px !important;
    }

    .header .right-col {
        float: right !important;
        width: 34% !important;
        margin-top: 25px;
    }
    .header .right-col.des{margin: 0;}
    .header .right-col.mobile{display: block;}

    .header .right-col .left {
        width: 100%;
        /*! display: none; */
    }
    .header .right-col .left.desktop{display: none;}
    #footer > div {
        float: none !important;
        width: 100% !important;
    }

    #footer > div:first-child {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    #footer .fmargin {
        margin-top: 30px;
    }

    #footer .fspan {
        float: left;
        display: flex;
        flex-wrap: nowrap;
        margin-top: 15px;
    }

    #footer .fmetrik {
        margin-left: 6px;
    }
}

@media (max-width: 525px) {
    .header .right-col .left p a {
        font-size: 20px;
    }
}

@media (max-width: 495px) {
    .header .left-col {
        width: 66% !important;
    }
}

@media (max-width: 450px) {
    .header .left-col {
        width: 100% !important;
    }

    .header .right-col {
        width: 100% !important;
    }

}