html {
    width: 100%;
}

body {
    width: 100%;
    background: #fff;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 12px;
    /* "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",*/
    /*font-family:Verdana,Arial,Tahoma;*/
    position: relative;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

strong {
    font-weight: bold;
}

.wrapper {
    width: 1150px;
    padding: 0 20px;
    margin: 0 auto;
    min-height: 600px;
}

.header {
    height: 106px;
}

.header_top {
    height: 52px;
}

.header_controls {
    width: 1150px;
    height: 54px;
    font-size: 0;
}

a.catalog_arrow {
    width: 110px;
    height: 53px;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

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

    a.catalog_arrow.arrow_top span {
        font-size: 16px;
        display: inline-block;
        line-height: 50px;
        height: 52px;
        vertical-align: top;
    }

    a.catalog_arrow.arrow_bottom span {
        font-size: 16px;
        display: inline-block;
        line-height: 50px;
        height: 52px;
        vertical-align: top;
    }

    a.catalog_arrow.arrow_bottom,
    a.catalog_arrow2.arrow_bottom {
        box-shadow: 1px 1px 2px #ccc;
    }

    a.catalog_arrow2:hover i,
    a.catalog_arrow:hover i {
        opacity: .5
    }

    a.catalog_arrow i {
        display: inline-block;
        width: 13px;
        height: 52px;
        background: url(../img/arrow_medium_bottom.png) right center no-repeat;
        padding-left: 10px;
    }

a.catalog_arrow2 {
    width: 110px;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    position: relative;
}

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

    a.catalog_arrow2.arrow_top {
        height: 34px;
        margin-top: 7px;
        border: 1px solid #ebebeb;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    a.catalog_arrow2.arrow_bottom {
        height: 53px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    a.catalog_arrow2.arrow_top span {
        font-size: 16px;
        display: inline-block;
        line-height: 34px;
        height: 34px;
        vertical-align: top;
        color: #333;
    }

    a.catalog_arrow2.arrow_top i {
        display: inline-block;
        width: 13px;
        height: 34px;
        background: url(../img/arrow_medium_bottom.png) right center no-repeat;
        padding-left: 10px;
    }

    a.catalog_arrow2.arrow_bottom span {
        font-size: 16px;
        display: inline-block;
        line-height: 50px;
        height: 50px;
        color: #333;
        vertical-align: top;
        position: relative;
        top: -1px;
    }

    a.catalog_arrow2.arrow_bottom i {
        display: inline-block;
        width: 13px;
        height: 50px;
        background: url(../img/arrow_medium_bottom.png) right center no-repeat;
        padding-left: 10px;
        position: relative;
        top: -1px;
    }

    a.catalog_arrow2 span.no-border,
    a.catalog_arrow span.no-border {
        display: none;
        width: 110px;
        height: 5px;
        background-color: #fff;
        position: absolute;
        bottom: -3px;
        left: 0;
        top: auto;
        z-index: 25;
    }

    a.catalog_arrow2.arrow_bottom span.no-border,
    a.catalog_arrow.arrow_bottom span.no-border {
        display: block;
    }

.content {
    width: 1150px;
    display: inline-block;
    vertical-align: top;
}

.content_center {
    width: 630px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    line-height: 1.5em;
}

.content_full {
    width: 890px;
    float: left;
}

.left_side {
    width: 230px;
    max-width: 230px;
    display: inline-block;
    margin-right: 20px;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.popular_products_links {
    width: 890px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

    .popular_products_links a {
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }

        .popular_products_links a.big_link {
            color: #bbbbbb;
            font-size: 18px;
            margin: 0 10px;
            line-height: 20px;
        }

        .popular_products_links a.medium_link {
            color: #999999;
            line-height: 20px;
            font-size: 16px;
            margin: 0 10px;
        }

        .popular_products_links a.little_link {
            color: #555555;
            line-height: 20px;
            font-size: 14px;
            margin: 0 10px;
        }

        .popular_products_links a.little_link_grey {
            color: #777777;
            margin: 0 10px;
            font-size: 14px;
            line-height: 20px;
        }

.popular_products_preview {
    display: inline-block;
    width: 650px;
    font-size: 0;
    margin-left: -10px;
}

    .popular_products_preview a {
        text-align: center;
        color: #333333;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 5px;
        text-decoration: none !important;
        vertical-align: top;
    }

    .popular_products_preview div {
        font-size: 11px;
        width: 110px;
        color: #333333;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .popular_products_preview a strong {
        display: block;
        font-weight: bold;
        font-size: 11px;
    }

        .popular_products_preview a strong span {
            font-weight: bold;
            font-size: 11px;
            color: #000;
        }

    .popular_products_preview div span {
        padding-top: 3px;
        display: inline-block;
        line-height: 1.2;
        color: #808080;
    }

    .popular_products_preview div > a > span {
        display: block;
        width: 110px;
        overflow: hidden;
    }

    .popular_products_preview a img {
        padding: 5px;
        border: 1px solid #ccc;
        background: #fff;
    }

.right_side {
    width: 240px;
    margin: 0;
    min-height: 587px;
    float: right;
    margin-top: 20px;
    line-height: 1.3em;
}
/*table in index page*/
.main .featured_products_table {
    width: 100%;
    margin: 10px 0;
}

    .main .featured_products_table td {
        height: 30px;
        vertical-align: middle;
        color: #555555;
    }

.featured_products_table tr td:last-child {
    text-align: right;
}

.main .featured_products_table tr.colored_row td {
    height: 29px;
}
/*td sizes*/
.main .featured_products_table tr td:first-child {
    width: 17px;
}

    .main .featured_products_table tr td:first-child + td {
        width: 17px;
    }

        .main .featured_products_table tr td:first-child + td + td {
            width: 100%;
        }

.main .featured_products_table tr td {
    padding-left: 5px;
    padding-right: 5px;
}

.featured_products_table td img {
    vertical-align: middle;
}

.main .featured_products_table i.checked {
    display: inline-block;
    background: url(../img/table_checkbox.png) top left no-repeat;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.main .featured_products_table i.unchecked {
    display: inline-block;
    background: url(../img/table_checkbox.png) bottom left no-repeat;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.main .featured_products_table tr.checked td {
    font-weight: bold;
    color: #333;
}

.colored_row .title_div i.preorder {
    background: url(../img/goods_row_orange_bg_high_preorder.png) 0 50% no-repeat;
}

.main .featured_products_table tr td span {
    color: #777777;
    font-weight: normal !important;
}

.main .featured_products_table .title_div {
    width: 100%;
    height: 30px;
    line-height: 29px;
    white-space: nowrap;
    display: block;
    max-width: 420px;
    overflow: hidden;
    position: relative;
}

    .main .featured_products_table .title_div a {
        white-space: nowrap;
        color: #555555;
        line-height: 33px;
        text-decoration: none;
    }

.main .featured_products_table tr.colored_row .title_div {
    height: 29px;
}

.main .featured_products_table .title_div div {
    background: url(../img/table_white_easing.png) right center no-repeat;
    background-size: cover;
    height: 27px;
    display: inline-block;
    width: 30px;
    right: 0;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    margin-top: 1px;
}

div.pages_nav {
    margin-bottom: 40px;
}

    div.pages_nav a {
        margin-right: 5px;
        padding: 0 10px;
        text-decoration: none;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        background: #ebebeb;
        text-align: center;
        line-height: 27px;
        color: #555555;
        border-radius: 4px;
        *display: inline;
        *zoom: 1;
    }

        div.pages_nav a.active {
            background: #f59622;
            color: #fff;
        }

    div.pages_nav span {
        text-align: center;
        color: #555555;
        display: inline-block;
        width: 25px;
        margin-right: 5px;
        line-height: 25px;
    }
/*end*/
.footer ul {
    display: inline-block;
}
/* design */
a {
    color: #1977b8;
    text-decoration: none;
    outline: 0 none;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }
/*header*/
body {
    background: url(../img/header_bg.png) top left repeat-x #fff;
}

.logo {
    display: inline-block;
    margin-right: 26px;
    padding-top: 10px;
}

    .logo a {
        display: inline-block;
        width: 103px;
        height: 40px;
        text-decoration: none;
        background: url(../img/logo.png) top left no-repeat;
        /*background: url(../img/logo_ny.svg) top left no-repeat;*/
        background-size: contain;
    }

.langs {
    display: inline-block;
}

.top_search_hldr {
    display: inline-block;
    width: 705px;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 7px;
}

    .top_search_hldr input {
        border: 1px solid #bbb;
        border-right: 0 none !important;
        border-radius: 3px 0 0 3px;
        width: 645px;
        height: 34px;
        padding-left: 10px;
        padding-right: 10px;
        color: #bbbbbb;
        float: left;
        box-sizing: border-box;
    }

        .top_search_hldr input:focus {
            color: #000;
        }

.search_go {
    background: url(../img/search_go.png) top left no-repeat;
    display: inline-block;
    float: right;
    width: 36px;
    height: 36px;
    margin-right: 3px;
}

.header .social {
    display: inline-block;
    float: right;
    margin-top: 19px;
    margin-right: 90px;
    width: 365px;
    white-space: nowrap;
}

    .header .social div {
        display: inline-block;
        height: 24px;
    }

    .header .social .twitter {
        width: 61px;
        margin-right: 7px;
        vertical-align: top;
    }

    .header .social .facebook {
        width: 129px;
        margin-right: 7px;
        vertical-align: top;
    }

    .header .social .feedback {
        width: 155px;
        vertical-align: top;
    }
/*end header*/
.main table.featured_products_table tr td {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;
}

.content_center h2 {
    /*margin-top: 10px;*/
    color: #333;
    font-size: 16px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.content_center > p {
    margin: 10px 0 0 0;
}

.content_center > ul {
    margin: 10px 0 0 20px;
    list-style: disc;
}

.content_center > p + h2,
.content_center > div + h2 .content_center > ul + h2 .content_center > ol + h2 {
    margin-top: 15px;
}

.left_side .left_catalog > ul {
    margin-bottom: 10px;
    margin-left: 12px;
}

.left_side .left_catalog ul li a + span {
    padding-right: 7px !important;
}

.left_side .left_catalog > ul > li {
    list-style-type: none;
    background: url(../img/catalog_li_bg_dot.png) 3px 7px no-repeat;
    padding-left: 9px;
    line-height: 1.4em;
}

.left_side .left_catalog > ul li span {
    font-size: 9px;
}

.left_side .left_catalog > a {
    color: #f59622;
    font-size: 14px;
    margin-left: 12px;
    line-height: 22px;
}

.left_side .left_catalog ul li span {
    color: #898989
}
/*left catalog with sublevels*/
/*СЃРєСЂС‹РІР°РµРј Р·Р°РєСЂС‹С‚С‹Рµ,РѕС‚РєСЂС‹РІР°РµРј Р°РєС‚РёРІРЅС‹Р№*/
.left_side .left_catalog > ul > li > ul {
    display: none;
}

.left_side .left_catalog > ul > li.active > ul {
    display: block;
}

.left_side .left_catalog > ul > li.active {
    background: url(../img/arrow_orange_bottom.png) 3px 7px no-repeat !important;
    margin-left: -1px;
}

    .left_side .left_catalog > ul > li.active > a {
        margin-left: 1px;
    }
/**/
.left_catalog {
    position: relative;
    border: 1px solid #ccc;
    border-top-color: #fff;
    padding-top: 10px;
}

    .left_catalog:after, .left_catalog:before {
        bottom: 100%;
        left: 72px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .en .left_catalog:after, .left_catalog:before {
        left: 78px;
    }

    .left_catalog:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .left_catalog:before {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 11px;
        margin-left: -17px;
    }

.en .left_catalog:before {
    margin-left: -11px;
}

.left_side .left_catalog > ul > li {
    list-style-type: none;
    background: url(../img/arrow_orange_right.png) 3px 5px no-repeat;
    padding-left: 11px;
    line-height: 1.4em;
}

.left_side .left_catalog ul li ul li a {
    color: #000;
}
/*.left_side .left_catalog li.selected a{font-weight: bold;}*/
.left_side .left_catalog ul li ul li {
    list-style-type: none;
    line-height: 1.4em;
    background: url(../img/catalog_li_bg_dot.png) 3px 8px no-repeat;
    padding-left: 11px;
}
/*.left_side .left_catalog.sublevels ul li span{font-size: 9px;}*/
.left_side .left_catalog > ul > li > ul > li.active {
    background: url(../img/arrow_orange_bottom.png) 2px 6px no-repeat;
}

    .left_side .left_catalog > ul > li > ul > li.active > a {
        color: #1977b8
    }

    .left_side .left_catalog > ul > li > ul > li.active li.selected {
        margin-left: -33px;
        padding-left: 45px !important;
    }

.left_catalog ul > li > ul > li.active li.selected {
    background: url("../img/catalog_li_bg_dot.png") no-repeat scroll 36px 9px #ebebeb !important;
}

.left_catalog ul > li > ul > li.notactive {
    background: url("../img/arrow_orange_right.png") no-repeat scroll 3px 7px rgba(0,0,0,0);
}

    .left_catalog ul > li > ul > li.notactive a {
        color: #1977b8;
    }
/* only 1 level */
.left_catalog li.nosublevels a {
    color: #000;
}

.left_catalog li.nosublevels.selected {
    padding-left: 23px;
    background: url(../img/catalog_li_bg_dot.png) 15px 9px no-repeat #ebebeb;
    padding-top: 1px;
}

.left_catalog ul > li.selected {
    margin-left: -12px;
    padding-left: 23px !important;
    background: url(../img/catalog_li_bg_dot.png) 15px 9px no-repeat #ebebeb !important;
    padding-top: 1px;
}

.left_catalog li.selected a {
    font-weight: bold;
}

.left_catalog ul > li > ul > li.selected {
    margin-left: -22px;
    padding-left: 33px !important;
    background: url(../img/catalog_li_bg_dot.png) 25px 9px no-repeat #ebebeb !important;
    padding-top: 1px;
}

.left_catalog li.nosublevels {
    list-style-type: none;
    line-height: 1.4em;
    background: url(../img/catalog_li_bg_dot.png) 3px 8px no-repeat !important;
    padding-left: 11px;
}
/**/
/**/
.top_user_controls {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    /*width:310px;*/
    float: right;
    margin-top: 9px;
}
    /**/
    .top_user_controls a {
        text-align: right;
        display: inline-block;
    }

a.my_buy {
    display: inline-block;
    vertical-align: top;
}

    a.my_buy span {
        text-align: right;
        color: #fff;
        display: inline-block;
    }

        a.my_buy span:first-child {
            font-size: 14px;
            padding-top: 2px;
            font-weight: 500;
        }

a.my_note {
    display: inline-block;
    vertical-align: top;
}

    a.my_note span {
        text-align: right;
        color: #fff;
        display: inline-block;
    }

        a.my_note span:first-child {
            font-size: 14px;
            padding-top: 2px;
            font-weight: 500;
        }

a.my_cart {
    display: inline-block;
    vertical-align: top;
}

    a.my_cart span {
        text-align: right;
        color: #333;
        display: inline-block;
    }

        a.my_cart span:first-child {
            font-size: 12px !important;
            padding-top: 2px;
        }

        a.my_cart span + span {
            font-size: 16px !important;
            display: block;
        }

.header.eng a.my_note {
}

.header.eng .top_search_hldr {
    width: 680px;
}

    .header.eng .top_search_hldr input {
        width: 620px;
    }

.my_note_counter {
    background: url(../img/my_note_counter.png) top left no-repeat;
    display: inline-block;
    min-width: 30px;
    height: 28px;
    margin-left: 2px;
    color: #fff;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-top: 2px;
    padding-left: 2px;
}

    .my_note_counter.empty {
        background: url(../img/empty_counter.png) top left no-repeat;
        opacity: .7;
    }

.my_cart_counter {
    background: url(../img/my_note_counter.png) top left no-repeat;
    display: inline-block;
    min-width: 30px;
    height: 28px;
    margin-left: 2px;
    color: #fff;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-top: 2px;
    padding-left: 2px;
}

    .my_cart_counter.empty {
        background: url(../img/empty_counter.png) top left no-repeat;
        opacity: .7;
    }


.cart_icon_counter.empty {
}

.cart_icon_counter {
    display: inline-block;
    padding: 2px 5px;
    min-width: 10px;
    color: #fff;
    vertical-align: top;
    font-size: 11px;
    text-align: center;
    line-height: 11px;
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 0;
    background-color: #0391fd;
    border-radius: 4px;
    font-weight: 500;
    position: absolute;
    left: 20px;
    top: -5px;
    height: 11px;
}

.my-menu-cart div.my-submenu {
    top: 39px;
    right: -3px;
}

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

.chat_icon {
    float: left;
    background: url(../img/chat.png) left top no-repeat;
    width: 36px;
    height: 35px;
    margin-left: 25px;
    margin-top: 6px;
    background-size: contain;
}

.cart_icon {
    background: url(../img/cart.png) left top no-repeat;
    width: 36px;
    height: 36px;
    margin-top: -2px;
    background-size: contain;
}

.chat_new_messages {
    /*background-image: url(../img/top_chat_animated.gif);*/
    position: relative;
}

    .chat_new_messages:after {
        content: "!";
        display: block;
        padding: 2px 5px;
        min-width: 10px;
        font-size: 11px;
        line-height: 11px;
        margin-left: 1px;
        margin-right: 0;
        background-color: #0391fd;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-weight: 500;
        position: absolute;
        left: 30px;
        top: -5px;
        height: 11px;
        color: #fff;
        text-align: center;
    }

    .chat_new_messages:hover {
        opacity: 1 !important;
    }

.header {
    position: relative;
}
/*langs*/
div.langs {
    position: absolute;
    background: url(../img/caret-down.png) right 14px no-repeat;
    right: 20px;
    top: 15px;
    z-index: 10;
    border: none;
}

    div.langs ul {
        display: none;
        box-shadow: 0px 2px 8px rgba(0,0,0,.2);
        background-color: #fff;
        border: 1px solid #ccc;
        position: relative;
        margin-top: 2px;
        margin-right: -10px;
        margin-left: -1px;
    }

        div.langs ul:after,
        div.langs ul:before {
            bottom: 100%;
            left: 63px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        div.langs ul:before {
            border-color: rgba(204, 204, 204, 0);
            border-bottom-color: #ccc;
            border-width: 9px;
            margin-left: -8px;
        }

        div.langs ul:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 8px;
            margin-left: -7px;
        }
    /*div.langs ul:hover{display: block!important;}*/
    div.langs a {
        cursor: pointer;
        text-decoration: none;
        vertical-align: middle;
        line-height: 23px;
        height: 21px;
        color: #4e4e4e;
        width: 30px;
        padding: 5px 5px 5px 33px;
        font-weight: 600;
        font-size: 14px;
    }

        div.langs a:not(.active):hover {
            background-color: #fafafa;
        }

        div.langs a.active:hover + ul {
            /*display:block!important;*/
            position: relative;
        }

.ru_icon {
    display: inline-block;
    position: relative;
}

    .ru_icon:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../img/ru_flag.png) center center no-repeat;
        border-radius: 100%;
        border: 1px solid #ddd;
        position: absolute;
        left: 5px;
    }

.en_icon {
    display: inline-block;
    position: relative;
}

    .en_icon:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../img/en_flag.png) center center no-repeat;
        border-radius: 100%;
        border: 1px solid #ddd;
        position: absolute;
        left: 5px;
    }
/**/ /* currency */
div.currency {
    z-index: 999;
}

    div.currency .curr_select {
        border-radius: 2px;
        background: #fff;
        z-index: 10;
        border: 1px solid #999999;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 10px;
        top: 9px;
    }

        div.currency .curr_select ul {
            /*display:none;*/
            height: 15px;
            overflow: hidden;
            display: inline-block;
        }

        div.currency .curr_select:hover ul {
            height: 100%;
            overflow: visible;
        }

        div.currency .curr_select a {
            cursor: pointer;
            text-decoration: none;
            vertical-align: middle;
            line-height: 19px;
            height: 18px;
            display: inline-block;
            color: #999999;
            width: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }

            div.currency .curr_select a:not(.active):hover {
                background-color: #e2e2e2;
            }

            div.currency .curr_select a.active {
                background: url(../img/lang_arrow.png) 36px 7px no-repeat #fff;
            }

    div.currency > span {
        color: #999999;
        display: inline-block;
        margin-top: 3px;
        padding-right: 3px;
    }
/**/
.games .sort_by {
}

.games div.currency .curr_select {
    top: 0;
    right: 0;
}

.games div.currency {
    float: right;
    width: 100px;
}

.main .currency {
    width: 103px;
    float: right;
    position: relative;
}

    .main .currency .curr_select {
        right: 0;
        top: 0;
    }

.main .pages_nav + .currency {
    margin-top: -64px;
}

.copyright {
    width: 60%;
    float: left;
}

    .copyright span {
        color: #777777;
        margin-bottom: 10px;
        display: inline-block;
    }

.footer_wrap {
    width: 1150px;
    margin: 0 auto;
    padding: 20px;
    height: 62px;
    margin-top: 20px;
}

.footer {
    background: #f3f3f3;
    width: 100%;
    bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

    .footer a {
        color: #777777;
    }

.footer_menu {
    width: 393px;
    float: right;
    display: inline-block;
    vertical-align: top;
}

    .footer_menu ul {
        width: 110px;
        margin-right: 20px;
        vertical-align: top;
    }

        .footer_menu ul li {
            line-height: 1.8em;
        }

            .footer_menu ul li a {
                text-decoration: underline;
            }

                .footer_menu ul li a:hover {
                    text-decoration: none;
                }

        .footer_menu ul + ul + ul {
            margin-right: 0 !important;
        }
/**/
.right_side .product_slider {
    background: #f2f2f2;
    border-radius: 5px;
}

.right_side .product_slider {
    text-align: center;
}

    .right_side .product_slider img {
        width: 105px;
        height: auto;
        margin-top: 10px;
    }

.right_side_with_background {
    background: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
}

.right_side .slider_controls div a {
    background: url(../img/slider_btns.png) top left no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.right_side .product_slider > a {
    display: block;
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

    .right_side .product_slider > a:hover {
        text-decoration: none;
    }

.right_side .product_slider > span {
    color: #777777;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}

.right_side .viewed_products {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

    .right_side .viewed_products h2 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .right_side .viewed_products a {
        display: block;
        text-decoration: underline;
        font-size: 12px;
        line-height: 1.3em;
    }

        .right_side .viewed_products a:hover {
            text-decoration: none;
        }

    .right_side .viewed_products span {
        display: block;
        color: #777777;
        font-size: 11px;
        margin-bottom: 10px;
        margin-top: 2px;
    }

.right_side .adds_product_images {
    display: inline-block;
    text-align: center;
    background: #f2f2f2;
    border-radius: 5px;
    padding-top: 10px;
    margin-top: 20px;
}

.wrapper.category .right_side .adds_product_images {
    display: inline-block;
    text-align: center;
    background: #f2f2f2;
    border-radius: 5px;
    padding-top: 10px;
    margin-top: 0;
}

.right_side .adds_product_images a {
    margin-bottom: 10px;
    display: inline-block;
}

.product_slider > img:first-child {
    margin-right: 7px;
    display: inline-block;
}
/*catalog_dropdown*/
.catalog_dropdown {
    display: none;
}

.catalog_dropdown {
    background: #fff;
    left: 0;
    position: absolute;
    top: 44px;
    width: 230px;
    z-index: 20;
    line-height: 1.3em;
    box-shadow: 0px 2px 8px rgba(0,0,0,.2);
}

    .catalog_dropdown ul {
        padding: 10px 0;
    }

        .catalog_dropdown ul ul {
            min-height: 120px;
        }

.catalog_dropdown {
    font-size: 12px;
}

    .catalog_dropdown > ul > li > a {
        font-size: 14px;
        color: #000;
        background: transparent url(../img/icon-catalog-menu-arrow.png) right 50% no-repeat;
        display: block;
        height: 20px;
        line-height: 20px;
        text-decoration: none;
    }

        .catalog_dropdown > ul > li > a:hover {
            color: #f59622;
        }

    .catalog_dropdown > ul > li {
        padding: 5px 10px 5px 17px;
        /*border-top:1px solid #fff;*/
    }

        .catalog_dropdown > ul > li:first-child {
            border-top: 0 none;
        }

        .catalog_dropdown > ul > li > ul {
            position: absolute;
            line-height: 2em;
            display: none;
            background: #fff;
            top: -1px;
            margin: 0 0 0 211px;
            border: 1px solid #ccc;
            box-shadow: 1px 1px 2px #ccc;
            width: 230px;
            padding: 10px;
        }

            .catalog_dropdown > ul > li > ul li {
                padding-left: 10px;
            }
/* .catalog_dropdown>ul>li:hover ul{display:inline-block;}.catalog_dropdown>ul>li>ul:hover{display:inline-block;}*/ .dropdown_subcat_arrow {
    position: absolute;
    width: 7px;
    height: 13px;
    background: url(../img/dropdown_subcat_arrow.png) top right no-repeat;
    left: -7px;
    top: 14px;
}
/*end catalog_dropdown*/
/* top_menu dropdown */
.top_menu {
    display: inline-block;
    vertical-align: top;
    margin-top: 23px;
    position: relative;
}

    .top_menu a {
        text-decoration: underline;
        line-height: 1.2em
    }

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

    .top_menu > ul {
        position: relative;
    }

        .top_menu > ul > li {
            position: relative;
            display: inline-block;
            margin: -20px 20px 0 0;
        }

            .top_menu > ul > li:hover a.with_submenu i {
                background: url("../img/arrow_lil_bottom.png") no-repeat scroll right 2px rgba(0,0,0,0);
                display: inline-block;
                height: 10px;
                vertical-align: middle;
                width: 10px;
            }
/**/

div.top_submenu {
    width: 100px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 990;
    /*background:url(../img/topmenu_sub_sepa.png) left 34px repeat-x #fff;*/
    top: 20px;
    right: -12px;
}

    div.top_submenu ul {
        padding: 0;
        margin: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 2px 2px 2px #ccc;
        position: relative;
    }

        div.top_submenu ul:after, div.top_submenu ul:before {
            bottom: 100%;
            left: 82px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .en div.top_submenu ul:after, div.top_submenu ul:before {
            left: 83px;
        }

        div.top_submenu ul:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 8px;
            margin-left: -7px;
        }

.en div.top_submenu ul:after {
    margin-left: -8px;
}

div.top_submenu ul:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 9px;
    margin-left: -9px;
}

div.top_submenu ul li {
    padding: 6px 10px;
}

div.top_submenu > ul > li > a {
    z-index: 999;
    position: relative;
    color: #000;
    text-decoration: none;
}

.top_menu > ul > li > a:hover + div, .top_menu > ul > li > div:hover {
    display: block;
}

a.with_submenu {
    display: block;
    padding-bottom: 15px;
}

    a.with_submenu i {
        display: inline-block;
        margin-left: 5px;
        width: 10px;
        vertical-align: middle;
        height: 10px;
        background: url(../img/arrow_lil_bottom.png) right 2px no-repeat
    }
/* end top_menu dropdown */
/*drop down animation*/
/*end dropdown animation*/
.header_controls {
    position: relative;
}
/*category*/
.wrapper.category .popular_products_links {
    width: auto;
}

.wrapper.category .popular_products_links {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 0 none;
    padding-bottom: 0;
}

.breadcrumbs {
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    color: #606060;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

    .breadcrumbs div {
        line-height: 20px;
    }

        .breadcrumbs div:first-child {
            padding-bottom: 5px;
        }

        .breadcrumbs div a {
            text-decoration: underline;
        }

            .breadcrumbs div a:hover {
                text-decoration: none;
            }

    .breadcrumbs span {
        color: #606060
    }

.table_header h2 span {
    /*color:#88ab0c;*/
    font-size: 14px;
    /*font-weight:bold;*/
    display: inline-block;
    margin-top: 2px;
}

.first_goods_row a {
    text-decoration: none;
    color: #000;
}

    .first_goods_row a:hover {
        text-decoration: underline;
    }

.category .category_products_table {
    width: 100%;
    margin: 10px 0;
}

    .category .category_products_table td {
        height: 29px;
        vertical-align: middle;
        color: #555555;
    }

    .category .category_products_table tr.tbl_goods_description td {
        height: 130px;
        white-space: nowrap;
    }

    .category .category_products_table tr td:first-child {
        width: 17px;
    }

        .category .category_products_table tr td:first-child + td {
            width: 17px;
        }

    .category .category_products_table tr td.merchant_td {
        white-space: normal;
        overflow: hidden;
    }

    .category .category_products_table tr td {
        padding: 5px;
    }

    .category .category_products_table tr.checked td i.checked_unchecked {
        display: inline-block;
        background: url(../img/table_checkbox.png) top left no-repeat;
        width: 17px;
        height: 17px;
        vertical-align: middle;
    }

    .category .category_products_table tr.checked td {
        font-weight: bold;
        color: #333;
    }

    .category .category_products_table tr.unchecked td i.checked_unchecked {
        display: inline-block;
        background: url(../img/table_checkbox.png) bottom left no-repeat;
        width: 17px;
        height: 17px;
        vertical-align: middle;
    }

    .category .category_products_table tr.circle_grey td i.circle_grey_green {
        display: inline-block;
        background: url(../img/circle_grey_green.png) top left no-repeat;
        width: 17px;
        height: 17px;
        vertical-align: middle;
    }

    .category .category_products_table tr.circle_green td i.circle_grey_green {
        display: inline-block;
        background: url(../img/circle_grey_green.png) bottom left no-repeat;
        width: 17px;
        height: 17px;
        vertical-align: middle;
    }

    .category .category_products_table tr.preorder td i.order_preorder {
        font-style: normal !important;
        color: #fff;
        font-size: 11px;
        background: #88ab0c;
        line-height: 16px;
        height: 17px;
        font-weight: normal;
        vertical-align: middle;
        border-radius: 8px;
        padding: 0 14px;
        display: inline-block;
    }

    .category .category_products_table .title_div div {
        background: url(../img/table_white_easing.png) right center no-repeat;
        background-size: cover;
        height: 26px;
        display: inline-block;
        min-width: 30px;
        vertical-align: middle;
        right: 0;
        top: 1px;
        position: absolute;
        right: 0;
        z-index: 10;
    }

.tbl_goods_description .title_div a img {
    width: 68px;
    height: auto;
    max-height: 68px;
}
/**/
.category .category_products_table .tbl_goods_description .title_div {
    padding: 10px 0
}

.category .category_products_table .title_div a:first-child {
    float: left
}

    .category .category_products_table .title_div a:first-child + a {
        display: inline !important;
    }
/**/
table tr.colored_row .title_div div {
    background: url(../img/table_white_easing.png) right -4px repeat-y;
}

.category .category_products_table tr td span {
    color: #88ab0c;
    font-size: 11px;
    font-weight: bold;
}

    .category .category_products_table tr td span + br + span {
        font-size: 11px !important
    }

.category_products_table {
    position: relative;
}

.category .category_products_table .title_div {
    width: 100%;
    line-height: 40px;
    white-space: normal;
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 300px;
}

.first_goods_row div.currency div.curr_select a {
    font-size: 12px;
}

.category .category_products_table .title_div a {
    white-space: nowrap;
    color: black;
    line-height: 29px;
    text-decoration: none;
    display: inline-block;
}

.category .category_products_table tr.tbl_goods_description td div.title_div a {
    white-space: normal;
}

.category .category_products_table tr:first-child + tr .title_div a {
    color: black;
    line-height: 1.3em;
    text-decoration: none;
    display: inline-block;
}

    .category .category_products_table tr:first-child + tr .title_div a img {
        border: 1px solid #ccc;
        padding: 5px;
        margin: 0 10px 0 0;
    }

.category .table_header h2 {
    float: left;
    width: 350px;
    width: calc(100% - 160px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .category .table_header h2 img {
        float: left;
        margin-right: 3px;
    }

    .category .table_header h2 div {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        font-weight: normal;
    }

.category .first_goods_row {
    background-color: #f3f3f3;
    font-size: 14px;
    border-top: 0 none !important;
}

    .category .first_goods_row + tr td {
        border-top: 0 none !important
    }

    .category .first_goods_row td {
        border-bottom: 0 none !important
    }

.category .category_products_table tr td {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;
}

.category .tbl_goods_description .title_div a {
    font-weight: normal;
    display: inline-block !important;
    max-width: 160px;
    vertical-align: middle;
}

    .category .tbl_goods_description .title_div a strong {
        font-weight: bold;
    }

table tr.colored_row td {
    /*background:url(../img/goods_row_orange_bg.png) top left repeat-x;*/
    /*background-color: #feefdf;*/
}

table tr.colored_row .title_div div {
    background: url(../img/table_colored_easing.png) right center no-repeat !important;
}

table td.merchant_td a {
    font-weight: normal !important;
    text-decoration: underline;
    color: black;
}

    table td.merchant_td a:hover {
        text-decoration: none;
    }

.category .category_products_table tr td span {
    font-size: 12px;
}

table td.price_td {
    text-align: right;
    font-size: 100%;
}

    table td.price_td span {
        color: black !important;
        font-weight: normal !important;
    }

.orange_font .title_div a {
    color: #f59622 !important;
    font-weight: bold;
}

tr.tbl_goods_description td div.title_div a + a {
    padding: 5px 0;
}

i.credit_icon {
    background: url("../img/circle_grey_green.png") no-repeat scroll bottom rgba(0,0,0,0);
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 17px;
    margin-top: -1px;
}

.bold {
    font-weight: bold;
}

.orange {
    color: #f59622 !important;
    font-weight: bold;
}

i.chat_online {
    background: url("../img/chat.large.png") no-repeat scroll bottom rgba(0,0,0,0);
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 17px;
    cursor: pointer;
    background-size: 17px 16px;
}

i.chat_offline {
    background: url("../img/chat_offline.png") no-repeat scroll top rgba(0,0,0,0);
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 17px;
    cursor: pointer;
}

i.chat_na {
    background: url("../img/chat_offline.png") no-repeat scroll top rgba(0,0,0,0);
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 17px;
    cursor: pointer;
}

.goods .content_full {
    float: none;
    width: auto;
}

.goods .content_center h1 {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

.goods .content_center > h1:first-child {
    margin-bottom: 0;
    line-height: normal;
    font-size: 20px;
}

.goods .breadcrumbs div:first-child {
    padding: 0;
}

.nowrap {
    text-wrap: nowrap;
}

.goods .content_center {
    width: 760px;
    margin-right: 0;
}

.goods_descr_left {
    display: inline-block;
    font-size: 12px;
    line-height: 1.3em;
    margin-right: 10px;
    margin-top: 20px;
    width: 360px;
}

.goods_descr_right {
    font-size: 12px;
    display: inline-block;
    width: 370px;
    margin-top: 20px;
    vertical-align: top;
    line-height: 1.3em;
    margin-left: 12px;
}

.goods .right_side {
    width: 370px;
}

.goods_merchant_info {
    position: relative;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    min-height: 102px;
}

    .goods_merchant_info .goods_merchant_info_icons {
        height: 32px;
        width: 84px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .goods_merchant_info .goods_merchant_info_icons i {
            float: right;
            width: 37px;
            height: 32px;
            margin-left: 5px;
        }

            .goods_merchant_info .goods_merchant_info_icons i > img {
                width: 37px;
                height: 32px;
                margin: 0;
                border: 0;
                position: static;
            }

    .goods_merchant_info + div {
        line-height: 17px !important;
    }

    .goods_merchant_info img {
        width: 32px;
        height: 32px;
        display: inline-block;
        position: absolute;
        left: 11px;
        top: 47px;
    }

.goods_discount_tbl_holder {
    margin-top: 20px;
    padding: 10px;
}

    .goods_discount_tbl_holder td span {
        color: #8daf18;
        font-weight: bold;
    }

.green_text {
    color: #8daf18
}

.goods_discount_tbl table {
    padding: 10px;
}

.goods_discount_tbl_holder table {
    width: 300px;
    margin-left: 40px;
}

    .goods_discount_tbl_holder table td {
        line-height: 24px;
        line-height: 24px;
        padding: 0 8px;
    }

        .goods_discount_tbl_holder table td:first-child + td + td {
            text-align: right;
        }

    .goods_discount_tbl_holder table tr.active_line {
        background: url(../img/discount_tbl_hover_bg.png) center left repeat-y #fff;
    }

.goods_discount_tbl_holder td {
    padding: 0 10px;
}

.gbg {
    background: #f7f7f7;
}

.border_radius {
    border-radius: 4px;
}

.goods_filename {
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 14px;
}

    .goods_filename + table {
        WIDTH: 100%;
    }

        .goods_filename + table td {
            border-bottom: 1px solid #ebebeb;
            line-height: 24px;
            padding: 0 8px;
        }

            .goods_filename + table td + td + td {
                text-align: right;
            }

        .goods_filename + table tr:last-child td {
            border-bottom: 0 none;
        }

        .goods_filename + table td span {
            color: #8daf18;
            font-weight: bold;
        }

    .goods_filename a, .goods_filename span {
        text-decoration: underline;
    }

    .goods_filename strong {
        display: inline-block;
        margin-bottom: 5px;
    }

    .goods_filename a:hover, .goods_filename span:hover {
        text-decoration: none;
    }

html body div.wrapper.goods div.content div.content_full div.content_center h1 {
    color: #555
}

html body div.wrapper.goods div.content div.content_full div.content_center .goods_merchant_info h1 {
    color: black;
    padding: 10px;
}

.goods_discount_info {
    margin-top: 5px;
    min-height: 32px;
    background: url(../img/icon-discount.png) top left no-repeat;
    padding-left: 42px;
    margin-bottom: 7px;
}

td.discounts-more {
    padding: 0 !important;
    text-align: center;
    /*background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUQ0OTc3MkZDOTMxMUU0QUNFMkJCQjJFQkQ1MDgwOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUQ0OTc3M0ZDOTMxMUU0QUNFMkJCQjJFQkQ1MDgwOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFRDQ5NzcwRkM5MzExRTRBQ0UyQkJCMkVCRDUwODA5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRFRDQ5NzcxRkM5MzExRTRBQ0UyQkJCMkVCRDUwODA5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1gNYgQAAAAZQTFRF5eXlAAAA4nvKWwAAAAxJREFUeNpiYAAIMAAAAgABT21Z4QAAAABJRU5ErkJggg==) 0 50% repeat-x;*/
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAADCAYAAACwAX77AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NTcxMTNGREZDOUYxMUU0QUNFMkJCQjJFQkQ1MDgwOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NTcxMTNGRUZDOUYxMUU0QUNFMkJCQjJFQkQ1MDgwOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU1NzExM0ZCRkM5RjExRTRBQ0UyQkJCMkVCRDUwODA5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU1NzExM0ZDRkM5RjExRTRBQ0UyQkJCMkVCRDUwODA5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x6D5LgAAAC1JREFUeNpiuHDhQgEQPwDR////Z4BhJgYGhgIglofScACSmADED6E0HAAEGAC50xUMBf1bsAAAAABJRU5ErkJggg==) 0 50% repeat-x;
}

    td.discounts-more a {
        padding: 0 5px;
        background-color: #f7f7f7;
    }

/* */
.goods_discount_info table {
    margin-top: 15px;
    margin-bottom: 10px;
}

    .goods_discount_info table tr:nth-child(odd) td {
        background: #f7f7f7;
    }

    .goods_discount_info table tr td:first-child {
        width: 100px;
    }

        .goods_discount_info table tr td:first-child + td {
            text-align: right;
        }

            .goods_discount_info table tr td:first-child + td + td {
                text-align: right;
                padding-left: 20px;
            }

.tooltip_icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    background: transparent url(../img/icon-hint.png) 50% 50% no-repeat;
    position: relative;
    top: 3px;
    cursor: help;
    *display: inline;
    *zoom: 1;
}

.goods_email_field {
    margin-top: 5px;
    padding-bottom: 5px;
}

    .goods_email_field input[type="email"] {
        box-shadow: 0 none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-bottom: 1px solid #bbb;
        border-image: none;
        border-left: 1px solid #bbb;
        border-radius: 3px 0 0 3px;
        border-right: 0 none !important;
        border-top: 1px solid #bbb;
        height: 32px;
        padding-left: 10px;
        padding-right: 10px;
        width: 216px;
        margin-top: 5px;
    }

.goods_full_descr {
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
    /*border-bottom:1px solid #ebebeb;*/
}

    .goods_full_descr h1 {
        margin-bottom: 20px;
    }

    .goods_full_descr .goods_descr_images a {
        display: inline-block;
        padding: 6px;
        border: 1px solid #ebebeb;
        margin-bottom: 20px;
        margin-right: 20px;
        position: relative;
        text-align: center;
    }

        .goods_full_descr .goods_descr_images a span {
            display: inline-block;
            width: 32px;
            height: 32px;
            background: url(../images/ico-play-video.png) top left no-repeat;
            position: absolute;
            vertical-align: middle;
            left: 50%;
            margin-left: -16px;
            top: 50%;
            margin-top: -16px;
        }

        .goods_full_descr .goods_descr_images a:hover span {
            opacity: .7;
        }

    .descr_additional_description p, .goods_full_descr p {
        padding: 5px 0;
    }

        .descr_additional_description p:first-child, .goods_full_descr p:first-child {
            padding-top: 0;
        }

.descr_additional_description {
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

    .descr_additional_description h1 {
        margin-bottom: 20px;
        color: #555;
    }
/*goods_reviews*/
.goods_reviews {
    margin-top: 20px;
    line-height: 1.3em;
}

    .goods_reviews h1 {
        color: #555;
        display: inline-block !important;
        padding-right: 7px;
    }

        .goods_reviews h1 + span {
            color: #88ab0c;
            font-weight: bold;
            font-size: 16px;
            color: #88ab0c;
            display: inline-block;
            height: 20px;
            line-height: 20px;
        }

.goods_reviews_tabs {
    margin: 10px 0 20px 0;
}

    .goods_reviews_tabs a {
        text-decoration: underline;
        margin-right: 10px;
    }

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

        .goods_reviews_tabs a.selected {
            color: #555555;
            text-decoration: none !important
        }

.goods_reviews_content {
    width: 500px;
    float: left;
}

    .goods_reviews_content > div {
        vertical-align: top;
        padding: 15px 10px;
        border-radius: 5px;
        background: #fafafa;
        margin-bottom: 10px;
    }

        .goods_reviews_content > div.pages_nav {
            padding: 0;
            background: none transparent;
            display: inline-block;
            margin-bottom: 20px;
        }

        .goods_reviews_content > div.merchants_comment {
            padding: 0;
            border-radius: 0px;
            background: none transparent;
            display: table;
        }

            .goods_reviews_content > div.merchants_comment > div {
                vertical-align: top;
                display: table-cell;
            }

                .goods_reviews_content > div.merchants_comment > div:first-child img {
                    position: relative;
                    margin-right: 10px;
                }

                .goods_reviews_content > div.merchants_comment > div + div {
                    width: 100%;
                    padding: 15px 10px;
                    border-radius: 5px;
                    background: #e9eed9;
                    margin-bottom: 10px;
                    position: relative
                }

                    .goods_reviews_content > div.merchants_comment > div + div i {
                        display: block;
                        width: 13px;
                        height: 7px;
                        background: url(../img/merchant_review_arrow_top.png) top left no-repeat;
                        position: absolute;
                        right: 20px;
                        top: -7px;
                    }

        .goods_reviews_content > div span.review_text {
            vertical-align: top;
            padding: 0 10px 10px 10px;
            display: inline-block;
        }

        .goods_reviews_content > div span.review_info {
            color: #555555;
            font-size: 11px;
            padding: 10px 10px 0px 10px;
            display: block;
            border-top: 1px solid #ffffff;
        }

.review_info i {
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 16px;
}

    .review_info i.good_review {
        background: url(../img/icon-platiru-good-reviews.png)top left no-repeat;
    }

    .review_info i.bad_review {
        background: url(../img/icon-platiru-bad-reviews.png) top left no-repeat;
    }

.goods_reviews_stats {
    float: right;
    width: 240px;
    margin-bottom: 20px;
}
/* goods reviews on page */
.goods_reviews_content > div.reviews_on_page {
    background: none transparent;
    padding: 0;
}

div.reviews_on_page {
    display: inline-block;
    float: right;
    width: 176px;
    position: relative;
    z-index: 11;
}

    div.reviews_on_page .reviews_on_page_select {
        border-radius: 2px;
        background: #fff;
        z-index: 11;
        border: 1px solid #999999;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        width: 50px;
        margin-top: 3px;
    }

        div.reviews_on_page .reviews_on_page_select ul {
            display: inline-block;
            height: 15px;
            overflow: hidden;
        }

        div.reviews_on_page .reviews_on_page_select:hover ul {
            display: inline-block;
            height: 100%;
        }

        div.reviews_on_page .reviews_on_page_select ul li {
            white-space: nowrap;
        }

        div.reviews_on_page .reviews_on_page_select a {
            cursor: pointer;
            text-decoration: none;
            vertical-align: middle;
            line-height: 20px;
            display: inline-block;
            color: #999999;
            width: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }

            div.reviews_on_page .reviews_on_page_select a:not(.active):hover {
                background-color: #e2e2e2;
            }

            div.reviews_on_page .reviews_on_page_select a.active {
                background: url(../img/lang_arrow.png) 36px 7px no-repeat #fff;
            }

    div.reviews_on_page > span {
        color: #999999;
        display: inline-block;
        margin-top: 6px;
        padding-right: 3px;
    }
/**/ /*reviews*/
table.reviews_counter {
    width: 100%;
    margin-bottom: 20px;
}

    table.reviews_counter tr td {
        border-bottom: 1px solid #ebebeb;
        line-height: 20px;
        height: 20px;
        vertical-align: middle;
        font-size: 11px;
        text-align: center;
    }

    table.reviews_counter tr:first-child td:first-child {
        border-bottom: 0 none;
    }

    table.reviews_counter tr:first-child td {
        color: #555;
    }

    table.reviews_counter tr:first-child + tr td {
        color: #555;
    }

    table.reviews_counter tr:first-child + tr + tr td {
        color: #88ab0c;
        height: 27px;
        line-height: 27px;
    }

    table.reviews_counter tr:first-child + tr + tr + tr td {
        color: #555;
        height: 27px;
        line-height: 27px;
    }

    table.reviews_counter tr:first-child + tr + tr td i {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 7px;
        margin-right: 7px;
        background: url(../img/icon-platiru-good-reviews.png) top left no-repeat;
        vertical-align: middle;
        margin-top: -2px;
    }

    table.reviews_counter tr:first-child + tr + tr + tr td i {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 7px;
        margin-right: 7px;
        background: url(../img/icon-platiru-bad-reviews.png) top left no-repeat;
        vertical-align: middle;
        margin-top: -2px;
    }

.stats_bottom_info {
    display: table;
    margin-top: 20px;
}

    .stats_bottom_info div {
        display: table-cell;
        vertical-align: top;
        font-size: 11px;
    }

        .stats_bottom_info div strong {
            white-space: nowrap;
        }

        .stats_bottom_info div img {
            padding-right: 10px;
        }


.goods_descr_images a span.goods_video {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../img/goods_play.png) top left no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    opacity: .7;
    display: inline-block;
}

.goods_descr_images a:hover span.goods_video {
    opacity: 1;
}

img {
    border: 0 none;
}

.goods_full_descr a img {
    vertical-align: middle;
    /*height:98px;*/
    background: #ebebeb;
    text-align: center;
}

.goods_email_field input[type="submit"] {
    background: url("../img/btn_bg.png") repeat scroll 0 0 #ebebeb;
    display: inline-block;
    margin-top: 5px;
    height: 36px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #bbbbbb;
    font-size: 12px;
    color: #777777;
    vertical-align: top;
    font-weight: bold;
    padding: 0 8px;
}

a.goods_merchant_name {
    font-size: 18px;
    text-decoration: none;
    color: #777;
    display: block;
    width: 215px;
    line-height: 1.3em;
    margin-left: 54px;
    padding-top: 7px;
}

    a.goods_merchant_name + a {
        text-decoration: underline;
        margin-left: 54px;
    }

        a.goods_merchant_name + a:hover {
            text-decoration: none
        }

.goods_ask_merchant {
    padding-top: 10px;
    background: url(../img/white_arrow_top.png) 70px 3px no-repeat;
    padding-left: 54px;
}

    .goods_ask_merchant span {
        width: 68px;
        height: 35px;
        display: inline-block;
        border-radius: 5px 0 0 5px;
        line-height: 34px;
        text-align: center;
        color: #777;
        padding-left: 10px;
        padding-right: 10px;
        background: #fff;
    }

    .goods_ask_merchant a {
        color: #777;
        font-size: 12px;
        text-align: center;
        line-height: 36px;
        font-weight: bold;
        border: 1px solid #b3b3b3;
        width: 216px;
        display: inline-block;
        height: 32px;
        text-decoration: none;
        border-radius: 0 3px 3px 0;
        vertical-align: top;
        background: url(../img/btn_bg.png) #ebebeb;
        font-size: 12px;
    }

    .goods_ask_merchant p {
        margin-top: 10px;
        display: block;
        padding-left: 25px;
        background: url(../img/icon-gift.png) top left no-repeat;
        padding-right: 20px;
    }

.goods_ask_merchant {
    padding-bottom: 10px;
}

    .goods_ask_merchant span i {
        display: inline-block;
        width: 17px;
        height: 17px;
        vertical-align: middle;
        margin-right: 10px;
        background-size: 17px 16px !important;
    }

    .goods_ask_merchant.offline span i {
        background: url(../img/chat_offline.png) top left no-repeat;
    }

    .goods_ask_merchant.online span i {
        background: url(../img/chat_online.png) bottom left no-repeat;
    }

    .goods_ask_merchant.na span i {
        background: url(../img/chat_offline.png) bottom left no-repeat;
    }

strong {
    font-weight: bold;
}

.goods_guarantee_info {
    position: relative;
    margin-top: 20px;
    padding-left: 40px;
    color: #555
}

    .goods_guarantee_info img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .goods_guarantee_info h3 {
        font-weight: normal;
        font-size: 16px;
        line-height: 1.3em;
        padding-bottom: 5px;
    }

    .goods_guarantee_info strong {
        white-space: nowrap;
    }

.goods_order_form {
    margin-top: 36px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    z-index: 100;
}

.goods_order_form_quanuty {
    background: #f2f2f2;
    padding: 10px;
    white-space: nowrap;
}

    .goods_order_form_quanuty input, .goods_order_form_quanuty select {
        float: left;
        border: 1px solid #999999;
        width: 137px;
        height: 32px;
        padding: 0 5px;
        border-radius: 3px;
        font-size: 24px;
        line-height: 28px;
        color: #999;
        text-align: right;
    }

    .goods_order_form_quanuty select {
        width: 150px;
    }

    .goods_order_form_quanuty > div:first-child {
        height: 20px;
    }

    .goods_order_form_quanuty > div span:first-child {
        display: inline-block;
        float: left;
    }

        .goods_order_form_quanuty > div span:first-child + span {
            display: inline-block;
            float: right;
        }

input.goods_ipay {
}

    input.goods_ipay + span {
        float: left;
        background: url(../img/ravno_icon.png) 50% 50% no-repeat;
        width: 48px;
        height: 34px;
        line-height: 34px;
        vertical-align: top;
    }

input.goods_ibuy {
    text-align: right
}

.goods_ibuy_with_symbol {
    display: INLINE-BLOCK;
}

    .goods_ibuy_with_symbol input {
        width: 120px;
    }

    .goods_ibuy_with_symbol span {
        font-size: 20px;
    }

table.goods_quantity_preffix {
    float: left;
    width: 150px;
}

    table.goods_quantity_preffix td {
        width: 100%;
        vertical-align: middle;
    }

    table.goods_quantity_preffix select {
        width: 102px;
    }

    table.goods_quantity_preffix input {
        width: 88%;
        min-width: 50px;
    }

    table.goods_quantity_preffix th {
        padding-right: 5px;
        vertical-align: middle;
    }

        table.goods_quantity_preffix th div {
            height: 34px;
            line-height: 34px;
            font-size: 100%;
        }

/* */
div.goods_ibuy {
    display: inline-block;
    height: 32px;
    margin-top: -9px;
    overflow: hidden;
    vertical-align: middle;
    z-index: 9999;
}

    div.goods_ibuy ul {
        position: absolute;
        background: #fff;
        border: 1px solid #999999;
        border-radius: 3px;
        color: #999;
        display: inline-block;
        font-size: 24px;
        height: 30px;
        line-height: 28px;
        margin-bottom: 10px;
        width: 146px;
        display: inline-block;
        height: 30px;
        overflow: hidden;
        z-index: 999;
    }

    div.goods_ibuy:hover ul {
        display: inline-block;
        height: auto;
    }

    div.goods_ibuy ul li {
        white-space: nowrap;
        text-align: right
    }

    div.goods_ibuy a {
        color: #999999;
        cursor: pointer;
        display: inline-block;
        line-height: 30px;
        padding-left: 5px;
        width: 116px;
        padding-right: 25px;
        text-decoration: none;
    }

        div.goods_ibuy a:not(.active):hover {
            background-color: #e2e2e2;
        }

        div.goods_ibuy a.active {
            background: url(../img/lang_arrow.png) 128px 12px no-repeat #fff;
        }
/* */ .goods_order_form_forpartners {
    text-align: center;
    border-top: 1px solid #fff;
    margin: 10px 0 5px 0;
    padding-top: 10px;
}

.goods_order_form_buttons {
    padding: 10px;
}

    .goods_order_form_buttons > span {
        display: block;
        margin-left: 10px;
        margin-bottom: 2px;
        font-weight: bold;
        color: #777;
    }
/* goods_pay_by */
div.goods_pay_by {
    width: 350px;
    /*position:relative;
	z-index:11;*/
}

.goods_discount_info table td {
    padding: 2px 10px;
}

.goods_discount_info + div table td {
    padding: 1px 7px;
}

.goods_page_discount_tbl td {
    white-space: nowrap;
    background: #e9eed9 !important;
    padding: 7px 10px !important;
}

tr.active_tr {
    background-color: #fff;
}

    tr.active_tr td:first-child {
        background-color: #fff;
        background-image: url("../../img/discount_tbl_hover_bg.png");
        background-position: left 50%;
        background-repeat: no-repeat;
    }

.goods_qunity_select {
    display: inline-block;
    float: none !important;
    margin-top: 2px;
    vertical-align: top;
    white-space: normal;
}

    .goods_qunity_select select {
        border: 1px solid #999999;
        border-radius: 3px;
        color: #999;
        text-align: right;
        margin-top: -2px;
        padding-right: 10px;
        display: inline-block;
        font-size: 24px;
        height: 34px;
        line-height: 28px;
    }
/* div.goods_pay_by .goods_pay_by_select{border-radius:2px;background:#fff;z-index:11;margin:0 10px;border:1px solid #999999;display:inline-block;vertical-align:top;position:absolute;width:330px;}div.goods_pay_by .goods_pay_by_select ul{display:inline-block;height:20px;overflow:hidden;}div.goods_pay_by .goods_pay_by_select:hover ul{display:inline-block;height:100%}div.goods_pay_by .goods_pay_by_select ul li{white-space:nowrap;}div.goods_pay_by .goods_pay_by_select a{cursor:pointer;text-decoration:none;vertical-align:middle;line-height:23px;height:22px;display:inline-block;color:#555;width:320px;padding-left:5px;padding-right:5px;}div.goods_pay_by .goods_pay_by_select a img{vertical-align:middle;padding:0 7px;margin-top:-2px}div.goods_pay_by .goods_pay_by_select a:not(.active):hover{background-color:#e2e2e2;}div.goods_pay_by .goods_pay_by_select a.active:hover+ul{/*display:block!important;position: relative;}*/
/*div.goods_pay_by .goods_pay_by_select a.active{background: url(../img/lang_arrow.png) 315px 9px no-repeat #fff;}*/
div.goods_pay_by > span {
    color: #999999;
    display: inline-block;
    margin-top: 5px;
    padding-right: 3px;
}

a.other_payment_method {
    color: #1977b8 !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 22px !important;
    line-height: 22px !important;
    padding-left: 38px !important;
    padding-right: 5px !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    width: 287px !important;
}

a.other_payment_method {
    text-decoration: none !important;
}

    a.other_payment_method:hover {
        text-decoration: underline !important;
    }

.goods_order_form_agreement {
    height: 17px;
    line-height: 17px;
    margin-top: 15px;
    padding-left: 30px;
    position: relative;
}

.goods_order_form_btns {
    margin: 20px 0 10px 0;
    overflow: hidden;
}

button {
    cursor: pointer;
}

.goods_order_form_btns button {
    border: 1px solid #0450bb;
    border-radius: 5px;
    color: #fff;
    float: left;
    height: 40px;
    width: 168px;
    font-size: 14px;
    background: url(../img/goods_buy_btn.png) top left repeat-x;
}

    .goods_order_form_btns button + button {
        float: right;
        background: url(../img/goods_cart_btn.png) top left repeat-x;
    }

input[type="button"], input[type="submit"] {
    cursor: pointer;
}

.goods_promo_field {
    margin: 0 10px;
    padding: 10px 10px 15px 10px;
    border-top: 1px solid #ebebeb;
    font-weight: bold;
    color: #777;
}

    .goods_promo_field input[type="text"] {
        border-bottom: 1px solid #bbb;
        border-left: 1px solid #bbb;
        border-radius: 3px 0 0 3px;
        border-right: 0 none !important;
        border-top: 1px solid #bbb;
        height: 32px;
        margin-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        width: 214px;
    }

    .goods_promo_field input[type="submit"] {
        border: 1px solid #bbbbbb;
        background: url("../img/btn_bg.png") repeat scroll 0 0 #ebebeb;
        border-radius: 0 3px 3px 0;
        color: #777777;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        vertical-align: top;
        height: 36px;
        margin-top: 5px;
        /*padding:0 8px;*/
        margin-left: 0;
        width: 92px;
    }

.goods_order_form_qr {
    display: table;
    background: #f2f2f2
}

    .goods_order_form_qr div {
        display: table-cell;
        padding: 20px 15px;
        vertical-align: top;
    }

        .goods_order_form_qr div:first-child {
            padding-left: 20px;
            padding-right: 0;
        }

    .goods_order_form_qr p {
        padding-left: 36px;
        margin-bottom: 7px;
        display: inline-block;
        position: relative;
    }

a.android_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/android_icon.png) top left no-repeat;
}

a.ios_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/ios_icon.png) top left no-repeat;
}

.goods_order_form_qr p a.android_icon {
    margin-left: -36px;
    position: absolute;
    margin-top: 3px;
}

.goods_order_form_qr p a.ios_icon {
    margin-left: -36px;
    position: absolute;
    margin-top: 36px;
}

.checkbox {
    background: url(../img/table_checkbox.png) bottom left no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

    .checkbox.checked {
        background: url(../img/table_checkbox.png) top left no-repeat;
    }

.goods_add_to_note {
    width: 40%;
    float: left;
    line-height: 17px;
    height: 20px;
}

    .goods_add_to_note a {
        margin-top: -2px;
    }

    .goods_add_to_note span {
        line-height: 20px;
        display: inline-block;
        padding-left: 4px;
    }

.goods_social {
    width: 59%;
    float: right;
    height: 20px;
    text-align: right;
    overflow: hidden;
}

    .goods_social a {
        float: right !important;
        margin: 0 0 0 5px !important;
        padding: 0 !important;
        width: 16px;
        height: 16px;
    }

        .goods_social a.vk {
            background: url(../img/vk_icon.png) top left no-repeat;
        }

        .goods_social a.odkl {
            background: url(../img/odkl_icon.png) top left no-repeat;
        }

        .goods_social a.fb {
            background: url(../img/fb_icon.png) top left no-repeat;
        }

        .goods_social a.tw {
            background: url(../img/tw_icon.png) top left no-repeat;
        }

        .goods_social a.google {
            background: url(../img/google_icon.png) top left no-repeat;
        }

        .goods_social a.mail {
            background: url(../img/mail_ru.png) top left no-repeat;
        }

        .goods_social a.jj {
            background: url(../img/lj_icon.png) top left no-repeat;
        }

        .goods_social a.mail2 {
            background: url(../img/mail_v_icon.png) top left no-repeat;
        }

.addthis_separator {
    float: right !important;
    margin: 0 !important;
    width: 21px;
    height: 16px;
}

    .addthis_separator > a {
        position: static !important;
    }

/**/
.goods_order_form_agreement a.checkbox {
    position: absolute;
    margin-left: -22px;
}

.goods_related {
    border-top: 1px solid #ebebeb;
    display: block;
    clear: both;
    width: 100%;
}

    .goods_related .goods_related_item {
        display: inline-block;
        width: 48%;
        margin-bottom: 20px;
    }

        .goods_related .goods_related_item:nth-child(odd) {
            margin-right: 20px;
        }

        .goods_related .goods_related_item div {
            display: table-cell;
            vertical-align: middle;
        }

            .goods_related .goods_related_item div:first-child a {
                border: 1px solid #ebebeb;
                display: inline-block;
                padding: 4px;
                position: relative;
                margin-right: 10px;
            }

                .goods_related .goods_related_item div:first-child a img {
                    background: none repeat scroll 0 0 #ebebeb;
                    text-align: center;
                    vertical-align: middle;
                    width: 60px;
                    height: 60px;
                }

            .goods_related .goods_related_item div:first-child + div a {
                text-decoration: underline;
            }

                .goods_related .goods_related_item div:first-child + div a:hover {
                    text-decoration: none;
                }

    .goods_related h1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

div.warning {
    color: #999999;
    clear: both;
    /*padding-top:20px;
	border-top:1px solid #ebebeb;*/
    font-size: 11px;
}

    div.warning p {
        margin-top: 5px;
    }

        div.warning p:first-child {
            margin-top: 0;
        }

.right_side div.warning {
    border-top: 1px solid #fff;
    padding: 20px 20px 10px 20px;
}

p.not-aproved {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
}

/*merchant*/
.merchant .content_center {
    margin-right: 0;
}

    .merchant .content_center h1 {
        font-size: 18px;
        font-weight: normal;
    }

        .merchant .content_center h1 span {
            font-weight: bold;
        }

.merchant .content_full {
    width: 100%
}

.merchant .content_center {
    width: 890px;
}

.merchant .merchant_info {
}

.merchant_info {
    display: table;
    width: 100%;
    margin-top: 20px;
    line-height: 1.8em;
}

    .merchant_info > div {
        display: table-cell;
        vertical-align: top;
    }

        .merchant_info > div:first-child {
            width: 240px;
            padding-right: 20px;
        }

            .merchant_info > div:first-child + div {
                vertical-align: middle;
                padding-left: 40px;
                background: #f7f7f7;
                border-radius: 5px;
                padding: 15px 0;
                width: 100%;
            }

                .merchant_info > div:first-child + div + div {
                    min-width: 240px;
                }

                .merchant_info > div:first-child + div table {
                    margin-left: 20px;
                }

    .merchant_info .merchant_stats {
        float: right;
    }

        .merchant_info .merchant_stats h3 {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 10px;
        }

    .merchant_info a {
        text-decoration: underline;
        color: #0157cf;
    }

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

    .merchant_info .merchant_info_left {
        display: table
    }

        .merchant_info .merchant_info_left > div {
            display: table-cell;
            vertical-align: top;
        }

            .merchant_info .merchant_info_left > div:first-child + div div:first-child {
                white-space: nowrap;
            }

                .merchant_info .merchant_info_left > div:first-child + div div:first-child img:first-child {
                    margin-right: 10px;
                }

                .merchant_info .merchant_info_left > div:first-child + div div:first-child + div {
                    line-height: 1.6em;
                    margin-top: 20px;
                    white-space: nowrap;
                }

        .merchant_info .merchant_info_left div.ask_merchant {
        }

        .merchant_info .merchant_info_left > div:first-child img {
            width: 110px;
            height: 110px;
            margin-right: 20px;
        }

    .merchant_info > div:first-child + div table td:first-child {
        padding-right: 10px;
        text-align: right;
    }

.merchant_products {
    clear: both;
    padding-top: 40px;
}

    .merchant_products h1 {
        color: #555;
        display: inline-block;
        padding-right: 7px;
    }

        .merchant_products h1 + span {
            color: #88ab0c;
            font-size: 16px;
            font-weight: bold;
        }

.merchant .goods_social {
    width: 100%
}

.merchant .warning {
    border-top: 0 none
}

    .merchant .warning a {
        color: #0157cf;
        text-decoration: underline;
    }

        .merchant .warning a:hover {
            text-decoration: underline;
        }

    .merchant .warning div:first-child {
        border-bottom: 1px solid #ebebeb;
        color: #000;
        padding-bottom: 20px;
    }

        .merchant .warning div:first-child + div {
            padding-top: 20px;
        }
/*merchant products table*/
.merchant table.merchant_products_table tr td {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;
}

.merchant table.merchant_products_table tr:first-child td {
    border-top: 0 none;
}

.merchant .merchant_products_table {
    width: 100%;
    margin: 10px 0;
}

.merchant_table_header {
    font-size: 14px;
    color: #555;
}

    .merchant_table_header td {
        font-size: 14px;
        color: #555;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.merchant .merchant_products_table td {
    height: 30px;
    vertical-align: middle;
    color: #000;
}

.merchant .merchant_products_table tr:first-child td {
    color: #555;
}

.merchant .merchant_products_table tr td:first-child + td + td + td {
    text-align: right;
    padding-right: 10px;
}

.merchant .merchant_products_table tr:first-child td:first-child + td + td + td {
    text-align: left;
}
/*td sizes*/
.merchant .merchant_products_table tr td:first-child {
    width: 17px;
}

    .merchant .merchant_products_table tr td:first-child + td {
        width: 100%;
    }

        .merchant .merchant_products_table tr td:first-child + td + td {
            width: 120px;
            padding-right: 20px;
        }
/*end*/
.merchant .merchant_products_table tr td {
    padding-left: 5px;
    padding-right: 5px;
}
/* .preorder .checked .unchecked .circle_grey .circle_green */
i.checked {
    display: inline-block;
    background: url(../img/table_checkbox.png) top left no-repeat;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.merchant .merchant_products_table tr.checked td {
    font-weight: bold;
    color: #333;
}

i.unchecked {
    display: inline-block;
    background: url(../img/table_checkbox.png) bottom left no-repeat;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.merchant .merchant_products_table tr.preorder td i.order_preorder {
    font-style: normal !important;
    color: #fff;
    font-size: 11px !important;
    background: #88ab0c;
    line-height: 16px;
    height: 17px;
    font-weight: normal;
    vertical-align: middle;
    border-radius: 8px;
    padding: 0 14px;
    display: inline-block;
}

.merchant .merchant_products_table tr td span {
    color: #777777;
    font-weight: normal !important;
}

.merchant div.pages_nav {
    margin-bottom: 40px;
    display: inline-block;
}

    .merchant div.pages_nav a {
        margin-right: 5px;
        text-decoration: none;
        display: inline-block;
        height: 25px;
        background: #ebebeb;
        text-align: center;
        line-height: 27px;
        color: #555555;
        border-radius: 4px;
    }

        .merchant div.pages_nav a.active {
            background: #f59622;
            color: #fff;
        }

    .merchant div.pages_nav span {
        text-align: center;
        color: #555555;
        display: inline-block;
        width: 25px;
        margin-right: 5px;
        line-height: 25px;
    }

.merchant .merchant_products_table .title_div {
    width: 100%;
    height: 30px;
    line-height: 29px;
    white-space: nowrap;
    display: block;
    /*max-width:420px;*/
    overflow: hidden;
    position: relative;
}

    .merchant .merchant_products_table .title_div a {
        white-space: nowrap;
        color: #0157cf;
        line-height: 33px;
        text-decoration: none;
    }

    .merchant .merchant_products_table .title_div div {
        background: url(../img/table_white_easing.png) right center no-repeat;
        background-size: cover;
        height: 30px;
        display: inline-block;
        width: 30px;
        right: 0;
        top: 0;
        position: absolute;
        right: 0;
        z-index: 10;
    }

#RecommendedBlock, #NoteBlock {
    position: relative;
    font-family: "Roboto", sans-serif;
}

.merchant div.currency {
    top: -11px !;
    float: right;
    left: 0 !important;
    right: auto;
    position: relative;
    width: 50px;
    background: green !important
}

.merchant_products_tbl_options {
    display: table;
    width: 100%;
    margin-top: 14px;
}

    .merchant_products_tbl_options .sort_by .sort_select {
        position: relative;
    }

        .merchant_products_tbl_options .sort_by .sort_select ul {
            background: #fff;
            z-index: 999;
        }

.merchant .goods_reviews_content {
    width: 630px;
    float: left;
}

table.reviews_counter tr td {
    height: 30px;
}

table.reviews_counter tr + tr td:first-child {
    height: 30px;
    text-align: left;
    padding-left: 10px;
}

table.reviews_counter tr + tr + tr td:first-child {
    height: 30px;
    text-align: left;
    padding-left: 10px;
}

table.reviews_counter tr a {
    text-decoration: underline;
    color: #0157cf;
}

    table.reviews_counter tr a:hover {
        text-decoration: none;
    }

.merchant .goods_ask_merchant {
    padding-top: 0;
    padding-left: 0;
    float: left;
    white-space: nowrap;
    display: inline-block;
    clear: both;
    width: 240px;
    background: none transparent;
    margin-top: 10px;
    height: 36px;
}

    .merchant .goods_ask_merchant span {
        width: auto;
        height: 35px;
        display: inline-block;
        border-radius: 5px 0 0 5px;
        line-height: 35px;
        text-align: center;
        color: #777;
        background: #f7f7f7;
    }

    .merchant .goods_ask_merchant a {
        color: #777;
        font-size: 12px;
        text-align: center;
        line-height: 33px;
        font-weight: bold;
        padding: 0 10px;
        width: 150px;
        border: 1px solid #b3b3b3;
        display: inline-block;
        height: 33px;
        text-decoration: none;
        border-radius: 0 3px 3px 0;
        vertical-align: top;
        background: url(../img/btn_bg.png) #ebebeb;
        font-size: 12px;
    }

    .merchant .goods_ask_merchant span i {
        margin-right: 5px;
    }

div.products_on_page {
    display: inline-block;
    float: right;
    width: 165px;
    position: relative;
    z-index: 11;
}

    div.products_on_page .sort_select {
        border-radius: 2px;
        background: #fff;
        z-index: 11;
        border: 1px solid #999999;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        width: 43px;
    }
        /*div.products_on_page .sort_select ul:hover{display: block!important;}*/
        div.products_on_page .sort_select ul li {
            white-space: nowrap;
        }

        div.products_on_page .sort_select a {
            cursor: pointer;
            text-decoration: none;
            vertical-align: middle;
            line-height: 20px;
            display: inline-block;
            color: #999999;
            width: 33px;
            padding-left: 5px;
            padding-right: 5px;
        }

            div.products_on_page .sort_select a:not(.active):hover {
                background-color: #e2e2e2;
            }

        div.products_on_page .sort_select ul {
            height: 14px;
            overflow: hidden;
            display: inline-block;
        }

        div.products_on_page .sort_select:hover ul {
            height: 100%;
        }

        div.products_on_page .sort_select a.active {
            background: url(../img/lang_arrow.png) 30px 7px no-repeat #fff;
        }

    div.products_on_page > span {
        color: #999999;
        display: inline-block;
        margin-top: 3px;
        padding-right: 3px;
    }
/*end merchant products table*/
/*end merchant*/
/* games page */
.games .content_full {
    width: 100%;
}

.games .content_center {
    width: 630px;
    margin-right: 0;
}

.games .right_side {
    width: 500px;
}

span.title-back {
    display: block;
}

.games .content_center h1 {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    line-height: 22px;
}

.game_info {
    margin: 0 0 20px 0;
    position: relative
}

    .game_info > div:first-child + div {
        overflow: hidden;
    }

    .game_info > div > div {
        float: left;
        width: 200px;
        height: 250px;
    }

    .game_info > div:first-child + div > div:first-child + div {
        float: right;
        width: 420px;
    }

        .game_info > div:first-child + div > div:first-child + div h1 {
            line-height: 120%;
            margin-bottom: 10px;
        }

        .game_info > div:first-child + div > div:first-child + div p {
            padding-bottom: 10px;
        }

        .game_info > div:first-child + div > div:first-child + div a {
            text-decoration: underline;
        }

            .game_info > div:first-child + div > div:first-child + div a:hover {
                text-decoration: none;
            }

        .game_info > div:first-child + div > div:first-child + div h1 span {
            font-weight: bold;
        }

    .game_info .goods_social {
        position: absolute;
        bottom: 10px;
    }

    .game_info .game_poster {
    }

.games_info .game_poster img {
    margin: 0;
    border: 0;
    vertical-align: top;
}

.games_products_table {
    width: 100%;
    margin-bottom: 20px;
}

    .games_products_table tr td {
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        height: 38px;
        white-space: nowrap;
        vertical-align: baseline;
        padding-left: 5px;
        padding-right: 5px;
        overflow: hidden;
        padding-top: 8px;
    }

        .games_products_table tr td:first-child {
            font-weight: bold;
        }

        .games_products_table tr td:first-child {
        }

            .games_products_table tr td:first-child + td {
                text-align: right;
                width: 60px;
                font-weight: bold;
            }

                .games_products_table tr td:first-child + td span {
                    color: #777777;
                    font-weight: normal
                }

    .games_products_table .title_div div span:first-child {
        margin-right: 30px;
        display: inline-block;
    }

    .games_products_table .title_div div span {
        font-weight: normal;
        color: #555;
    }

    .games_products_table .title_div {
        max-width: 550px;
        position: relative;
        overflow: hidden;
    }

        .games_products_table .title_div a + div + div {
            background: url(../img/table_white_easing.png) right center repeat-y;
            display: inline-block;
            height: 46px;
            position: absolute;
            right: 0;
            top: 0;
            width: 30px;
            z-index: 10;
            top: -8px;
        }

.games .goods_social {
    /*width:50%;*/
    right: 168px;
}

.games .games_genre div.sort_by {
}

.games_products_tbl_options .sort_by {
    width: auto;
    float: left;
}

    .games_products_tbl_options .sort_by + .sort_by {
        float: right;
    }

select {
    vertical-align: middle;
}

    select, select option {
        cursor: pointer;
    }

.pages_nav + .sort_by {
    float: right;
    margin-top: -66px;
    height: 22px;
    line-height: 22px;
}

.merchant_products_tbl_options .sort_by {
    float: left
}

    .merchant_products_tbl_options .sort_by + .sort_by {
        float: right;
    }

.merchant_products .pages_nav + .sort_by {
    float: right;
    margin: 0;
    margin-top: 3px;
}

.genre_selected_list {
    margin-bottom: 20px;
    width: 100%;
}

.goods_reviews_content .pages_nav + .sort_by {
    float: right;
    margin: 0;
    background: white !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-top: 2px;
}

.games .games_genre div.sort_by .sort_select {
    border-radius: 2px;
    background: #fff;
    z-index: 11;
    border: 1px solid #999999;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    width: 160px;
}

    .games .games_genre div.sort_by .sort_select ul li {
        white-space: nowrap;
    }

    .games .games_genre div.sort_by .sort_select a {
        cursor: pointer;
        text-decoration: none;
        vertical-align: middle;
        line-height: 18px;
        height: 18px;
        display: inline-block;
        color: #999999;
        width: 150px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .games .games_genre div.sort_by .sort_select a:not(.active):hover {
            background-color: #e2e2e2;
        }

        .games .games_genre div.sort_by .sort_select a.active {
            background: url(../img/lang_arrow.png) 146px 7px no-repeat #fff;
        }

.games .games_genre div.sort_by > span {
    color: #999999;
    display: inline-block;
}
/**/
.sort_by select {
    color: #999999;
    font-family: "Roboto", sans-serif;
}

.games_page_header {
    position: relative;
}

    .games_page_header > div {
        float: left;
    }

    .games_page_header > .games_genre {
        position: absolute;
        right: 0;
        bottom: 2px;
    }

/*СЃР»Р°Р№РґРµСЂ РЅР° РіР»Р°РІРЅРѕР№*/
.main #slider-games {
    border-radius: 5px;
    padding: 0px;
    background: #f2f2f2 !important;
    overflow: hidden;
    font-size: 0;
}

.main #slider-games {
}

    .main #slider-games .games_slider {
        width: 238px;
        margin-top: 8px;
    }

.main .games_slider > a {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

    .main .games_slider > a:hover {
        text-decoration: none;
    }

.main .games_slider > span {
    width: 100%;
    color: #777777;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

.games .games_slider div div a {
    display: block;
}

    .games .games_slider div div a img {
        display: block;
        max-width: 100%;
        max-width: 105px;
        height: auto;
    }

.main .games_slider .slider_inner {
    margin-left: 1px;
}
/*.main .games_slider>div{width: 230px;}*/
.main .slider_controls {
    margin-left: -3px;
}
/*.main .games_slider>div{margin-left: 0px;}*/
.main .games_slider h3 {
    font-size: 14px;
    color: #555;
    margin-left: 7px;
    margin-bottom: 7px;
    margin-top: 6px;
}

.main .games_slider div div:first-child {
    clear: both;
    text-align: center;
}

    .main .games_slider div div:first-child a {
        display: inline-block;
    }

.main .games_slider div div span {
    width: 105px;
    height: 131px;
    padding: 0 7px;
    display: inline-block;
}

.main .games_slider .slider_controls {
    text-align: center;
    padding-bottom: 12px;
}

    .main .games_slider .slider_controls a {
        display: inline-block;
        margin-left: 5px;
        vertical-align: bottom;
        width: 10px;
        height: 10px;
        text-decoration: none;
        background: url(../img/slider_controls.png) top right no-repeat;
    }

        .main .games_slider .slider_controls a:first-child {
            margin-left: 0;
        }

        .main .games_slider .slider_controls a.active {
            background: url(../img/slider_controls.png) top left no-repeat;
        }
/*РєРѕРЅРµС† СЃР»Р°Р№РґРµСЂР° РЅР° РіР»Р°РІРЅРѕР№*/
/*СЃР»Р°Р№РґРµСЂ РЅР° games*/
.games .games_slider {
    /*border-radius:5px;*/
    padding: 0px;
    background: #f2f2f2 !important;
    overflow: hidden;
    font-size: 0;
}

.right_side .games_slider {
    background-color: #f2f2f2 !important;
    margin-top: 0;
}

.games .slider_controls {
    margin-left: -3px;
}

.games .games_slider > div {
    margin-left: 6px;
}

.games .games_slider h3 {
    font-size: 14px;
    color: #555;
    margin: 10px 17px 7px 17px;
}

.games .games_slider div div:first-child {
    clear: both
}

    .games .games_slider div div:first-child a {
        display: inline-block;
    }

.games .games_slider div div span {
    width: 105px;
    height: 131px;
    padding: 0 7px;
    display: inline-block;
}

.games .games_slider .slider_controls {
    text-align: center;
    padding-bottom: 12px;
}

    .games .games_slider .slider_controls a {
        display: inline-block;
        margin-left: 5px;
        vertical-align: bottom;
        width: 10px;
        height: 10px;
        text-decoration: none;
        background: url(../img/slider_controls.png) top right no-repeat;
    }

        .games .games_slider .slider_controls a:first-child {
            margin-left: 0;
        }

        .games .games_slider .slider_controls a.active {
            background: url(../img/slider_controls.png) top left no-repeat;
        }
/*РєРѕРЅРµС† СЃР»Р°Р№РґРµСЂР° РЅР° games*/
.games .warning div:first-child {
    color: #000;
}

.games .warning a {
    text-decoration: underline;
}

    .games .warning a:hover {
        text-decoration: none;
    }

div.games_alphabet {
    margin-bottom: 20px;
    font-size: 0;
    margin-top: 10px;
}

    div.games_alphabet a {
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        width: 25px;
        height: 25px;
        background: #ebebeb;
        text-align: center;
        line-height: 27px;
        color: #555555;
        border-radius: 4px;
    }

        div.games_alphabet a.active {
            background: #f59622;
            color: #fff;
        }

    div.games_alphabet span {
        text-align: center;
        color: #555555;
        font-size: 12px;
        margin-bottom: 5px;
        display: inline-block;
        width: 25px;
        margin-right: 5px;
        line-height: 25px;
        display: inline-block;
        vertical-align: top;
        height: 25px;
    }

        div.games_alphabet span.rus_flag {
            background: url(../img/ru_icon.png) center center no-repeat;
        }

        div.games_alphabet span.eng_flag {
            background: url(../img/en_icon.png) center center no-repeat;
        }

    div.games_alphabet a:first-child {
        width: 55px;
    }

        div.games_alphabet a:first-child + a {
            width: 55px;
        }

.games_new {
    border-top: 1px solid #fff;
    margin-bottom: 10px;
    padding: 10px 0;
}

    .games_new .games_new_item {
        float: left;
    }

        .games_new .games_new_item > div {
            width: 220px;
            margin-left: 20px;
            height: 94px;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .games_new .games_new_item > div > div {
                float: left;
                width: 125px;
                height: 94px;
                overflow: hidden;
            }

                .games_new .games_new_item > div > div:first-child {
                    width: 75px;
                    height: 94px;
                    margin-right: 10px;
                }

                    .games_new .games_new_item > div > div:first-child a {
                        display: block;
                    }

            .games_new .games_new_item > div img {
                width: 75px;
                height: auto;
            }

            .games_new .games_new_item > div > div:first-child > div > a {
                display: inline-block;
                width: 24px;
                height: 24px;
            }

            .games_new .games_new_item > div > div:first-child + div a {
                display: block;
                line-height: 1.1em;
            }

            .games_new .games_new_item > div > div:first-child + div > span {
                display: block;
                color: #555;
                line-height: 1.2em;
                margin-top: 5px;
                font-size: 12px;
            }

            .games_new .games_new_item > div > div:first-child + div span span {
                color: #88ab0c;
            }

    .games_new h2 {
        font-size: 18px;
        font-weight: normal;
        color: #555;
        margin: 10px 20px;
    }

.games_products_tbl_options {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .games_products_tbl_options > div {
        display: table-cell;
        width: 50%;
        height: 20px;
        vertical-align: top;
        position: relative;
    }

        .games_products_tbl_options > div:first-child .sort_by {
            float: left;
        }

    .games_products_tbl_options .sort_select {
        margin-top: 1px;
    }

div.games_products div.games_products_tbl_options div div.sort_by div.sort_select {
    left: 0 !important
}
/* end games page */
/*notepad page*/
.notepad .content_full {
    width: 100%;
}

.notepad .content_center {
    width: 730px;
    margin-right: 0;
}

.notepad .right_side {
    width: 400px;
    line-height: 1.4em;
    font-size: 12px;
}
/*.notepad .right_side>div{margin-top: 10px;}*/
.notepad h1 {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    margin-top: 1px;
}

.notepad .adds_product_images {
    margin-top: 8px;
    padding-bottom: 7px;
}

    .notepad .adds_product_images a {
        margin: 3px 5px;
    }

.notepad_table {
    width: 100%;
    margin: 10px 0;
}

    .notepad_table td {
        height: 30px;
        vertical-align: middle;
        color: #555555;
    }

    .notepad_table tr.colored_row td {
        height: 29px;
    }
    /*td sizes*/
    .notepad_table tr td:first-child {
        width: 17px;
    }

        .notepad_table tr td:first-child + td {
            width: 17px;
        }

            .notepad_table tr td:first-child + td + td {
                width: 100%;
            }
    /*end*/
    .notepad_table tr td {
        padding-left: 5px;
        padding-right: 5px;
    }

i.preorder {
    display: block;
    height: 14px;
    margin-top: -7px;
    line-height: 14px;
    font-size: 11px;
    padding-left: 20px;
    text-align: right;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 11;
}

.tbl_goods_description i.preorder {
    line-height: inherit !important
}

i.preorder {
    background: transparent url(../img/goods_row_white_bg_high_preorder.png) 0 50% no-repeat;
}

.colored_row i.preorder {
    background: transparent url(../img/goods_row_orange_bg_high_preorder.png) 0 50% no-repeat;
}

.two_lines_row i.preorder {
    background: transparent url(../img/goods_row_white_bg_high_preorder.png) 0 50% no-repeat;
}

.colored_row.two_lines_row i.preorder {
    background: transparent url(../img/goods_row_orange_bg_high_preorder.png) 0 50% no-repeat;
}

i.preorder span {
    display: block;
    background-color: #88ab0c;
    border-radius: 7px;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: normal !important;
    height: 14px;
    line-height: 13px;
    padding: 0 5px;
}

.notepad_table td img {
    vertical-align: middle;
}

.notepad_table i.checked {
    display: inline-block;
    background: url(../img/table_checkbox.png) top left no-repeat;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.notepad_table i.unchecked {
    display: inline-block;
    background: url(../img/table_checkbox.png) bottom left no-repeat;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.notepad_table tr.checked td {
    font-weight: bold;
    color: #333;
}

.notepad_table tr td span {
    color: #777777;
    font-weight: normal !important;
}

.notepad_table .title_div {
    width: 100%;
    height: 30px;
    line-height: 29px;
    white-space: nowrap;
    display: block;
    max-width: 520px;
    overflow: hidden;
    position: relative;
}

    .notepad_table .title_div a {
        white-space: nowrap;
        color: #555555;
        line-height: 33px;
        text-decoration: none;
    }

.notepad_table tr.colored_row .title_div {
    height: 29px;
}

.notepad_table .title_div div {
    background: url(../img/table_white_easing.png) right center no-repeat;
    background-size: cover;
    height: 27px;
    display: inline-block;
    width: 30px;
    right: 0;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    margin-top: 1px;
}

.notepad_table tr td {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;
}

.goods_order_form_btns.first button {
    width: 96% !important;
    margin: 3% 0 0 2%;
}

.goods_order_form_quanuty_price {
    color: #88ab0c;
    font-size: 26px;
    white-space: nowrap !important;
    margin: 10px 0 15px 0;
    text-align: center;
    height: auto !important;
}

    .goods_order_form_quanuty_price dl {
        margin-top: -5px;
    }

        .goods_order_form_quanuty_price dl dt {
            font-size: 80%;
            color: #999;
        }

            .goods_order_form_quanuty_price dl dt span {
                position: relative;
                display: inline-block;
                height: 21px;
                margin: 0 auto;
                padding: 0 5px;
                line-height: 21px;
                overflow: hidden;
                *display: inline;
                *zoom: 1;
            }

                .goods_order_form_quanuty_price dl dt span b {
                    display: block;
                    width: 100%;
                    height: 10px;
                    border-bottom: 1px solid #000;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                }

        .goods_order_form_quanuty_price dl dd {
            padding: 5px 0 10px 0;
            font-size: 50%;
            color: #000;
        }

.goods_order_form_quanuty .goods_order_form_quanuty_price span:first-child + span {
    float: none !important;
    color: #999999;
}

.goods_order_form_quanuty_price span {
    float: none !important
}

.goods_order_form_quanuty .goods_order_form_quanuty_price span:first-child + span + span {
    color: #999999;
}

.goods_order_form_quanuty .goods_order_form_quanuty_price {
}

.goods_order_form_btns.first {
    padding-bottom: 2px;
    border-bottom: 0 none;
}

a.ewm-share-sb:hover, .addthis_toolbox.addthis_default_style a span:hover, button:hover {
    opacity: .7 !important
}
/* fix */
.catalog_dropdown li > a {
    white-space: nowrap;
}

.catalog_dropdown ul {
    overflow-x: hidden
}
/* IE 9-10 gamesPage input fix @media screen and (min-width:0\0){width: 250px;}*/
.goods_add_to_note a + a {
    color: #555;
    margin-left: 3px;
    text-decoration: none !important;
}

.table_header + div {
    position: relative
}

.category .show_by.currency {
    margin-right: 52px;
    margin-top: -63px;
    right: 0;
    top: auto;
    z-index: 9999;
}

.catalog_dropdown {
    display: none;
}

    .catalog_dropdown ul ul {
        display: none;
    }
/**/
div.sort_by {
    display: inline-block;
    float: right;
    white-space: normal;
}

    div.sort_by .select_dd {
        /*margin-top:-3px;*/
        vertical-align: middle;
    }

    div.sort_by > span {
        color: #999999;
        display: inline-block;
        line-height: 20px;
        padding-right: 3px;
        vertical-align: middle;
    }

.select_dd {
    margin: 0;
    border: 0 none;
    color: #999999;
    vertical-align: middle;
    line-height: 14px;
    border-radius: 2px;
    border: 1px solid grey
}

.first_goods_row .sort_by {
    line-height: 19px;
}

.select_dd option:hover {
    background-color: #999 !important;
}

.first_goods_row td, .first_goods_row td * {
    vertical-align: top;
}

#RecommendedBlock div.sort_by {
    position: absolute;
    right: 0;
    top: 0;
}

    #RecommendedBlock div.sort_by .select_dd {
        /*margin-top:-3px!important;*/
    }

.first_goods_row td .sort_by, .first_goods_row td .sort_by select {
    /*vertical-align:middle!important;
	margin-top:-1px!important*/
}

.sort_by span {
    font-size: 14px;
}

.goods_pay_by_select select {
    width: 331px;
}

div.goods_pay_by div.sort_by.goods_pay_by_select {
    float: none;
    width: 328px;
    padding: 0 10px;
}

.first_goods_row {
    vertical-align: middle;
}

    .first_goods_row * {
        vertical-align: middle;
    }

.goods_email_field .discount-info {
    color: #555;
    margin-top: 10px;
}

    .goods_email_field .discount-info span {
        font-size: 14px;
        font-weight: bold;
    }

.goods_descr_txt {
    color: grey;
    font-weight: normal;
    text-decoration: none !important;
}
/*form ie and chrome fix*/
/*chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sort_by > span {
        padding-top: 2px !important;
    }

    .dd .ddTitle span.ddTitleText {
        /* margin-top: -7px !important; */
    }

    #GoodsBlock_220 > div > div.sort_by > span {
        margin-top: 2px !important;
        padding-top: 0 !important;
        vertical-align: top !important;
        /*background: red !important;*/
        display: inline-block;
    }
}
/*div#TypeCurr_msdd.dd.ddcommon.borderRadiusTp div.ddTitle.borderRadiusTp span#*/
/*TypeCurr_title.ddTitleText span.ddlabel{padding-left: 4px;}*/
input, select, textarea {
    outline: none !important;
}

:focus {
    outline: none
}
/*ie*/
@media screen and (min-width:0\0) {
    .sort_by span {
        padding-top: 3px !important;
    }

    .dd .ddTitle span.ddTitleText {
        margin-top: -7px !important;
    }
}
/*end*/
.select_readonly {
    background: #f5f4f4;
    cursor: default;
}

.ddTitleText img {
    padding-left: 3px !important;
    display: inline-block;
}

.two_lines_row td {
    height: 42px;
}

    .two_lines_row td div {
        min-height: 40px;
        display: inline-block;
        vertical-align: middle;
    }

        .two_lines_row td div * {
            vertical-align: middle;
        }

.two_lines_row {
}

    .two_lines_row .title_div a {
        line-height: 40px !important;
    }

    .two_lines_row.colored_row {
        background: url(../img/goods_row_orange_bg_high.png) top left repeat-x;
    }

.add_good {
    float: right;
    height: 25px;
    line-height: 25px;
    text-decoration: underline;
    font-weight: bold;
}

    .add_good:hover {
        text-decoration: none;
    }

div.add-goods {
    padding: 5px 10px 4px 10px;
    margin: -10px 0 5px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
}

.add-goods-arrow {
    padding-left: 30px;
    background: transparent url(../img/icon-add-arrow.png) 0 0 no-repeat;
}

    .add-goods-arrow:hover {
        background-image: url(../img/icon-add-arrow-hover.png);
    }

.add-goods-plus {
    padding-left: 24px;
    background: transparent url(../img/icon-add-plus.png) 0 50% no-repeat;
}

    .add-goods-plus:hover {
        background-image: url(../img/icon-add-plus-hover.png);
    }


/* gk */

.product-title {
    width: 100%;
}

.merchant_td {
    font-size: 12px;
    line-height: 14px;
}

    .merchant_td span {
        display: block;
        font-size: 11px !important;
    }

.tbl_goods_description div.title_div {
    line-height: normal !important;
}

/*table.category_products_table tr {
	border-top: 1px solid #ebebeb !important;
	border-bottom: 1px solid #ebebeb !important;
}*/

table.category_products_table tr td {
    border-top: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
}

span.rating_title {
    display: block;
    font-size: 11px;
}

strong i.preorder {
    display: inline-block;
    padding: 0;
    margin-left: 3px;
    box-shadow: none;
    position: relative;
    top: -2px;
    *display: inline;
    *zoom: 1;
}

td.goods_merchant_title {
    font-size: 12px;
    line-height: 12px;
    background-color: #ededed;
}

    td.goods_merchant_title span {
        font-size: 11px !important;
    }

td.goods_merchant_title,
td.merchant_td {
    padding: 5px 10px !important;
}

td.merchant_td {
    padding: 5px 10px;
    background-color: #fbfbfb;
}

    td.merchant_td + td {
        text-align: center;
    }

table.goods_quantity_preffix th div i {
    float: left;
    height: 34px;
    line-height: 34px;
    width: 8px;
    background: transparent url(../img/goods_quantity_x.png) left 50% no-repeat;
}

.sort_by select {
    position: relative;
    top: 1px;
}

.cheaper-offer {
    position: relative;
    padding: 10px;
    margin: 5px 0;
    background: #f2f2f2;
    font-weight: normal;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .cheaper-offer:after {
        bottom: 100%;
        left: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(242, 242, 242, 0);
        border-bottom-color: #f2f2f2;
        border-width: 10px;
        margin-left: -10px;
    }

div.category-search {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    background-color: #f2f2f2;
}

    div.category-search h2 {
        //margin: 0 0 5px 0;
        line-height: normal;
        font-size: 120%;
    }

    div.category-search div {
        font-size: 100%;
        line-height: 120%;
    }

.content_center > h1 {
    font-size: 150%;
    margin-bottom: 10px;
}

div.category-search + h1 {
    margin-top: 20px;
}

div.content-search {
    width: 1150px;
}

ul.search-goods {
    list-style: none;
    margin: 0 0 20px 0;
}

div.content-search div.content_center {
    width: 890px;
}

ul.search-goods > li {
    position: relative;
    padding: 10px;
    margin-top: 10px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

    ul.search-goods > li:first-child {
        margin-top: 0;
    }

    ul.search-goods > li:hover {
        background-color: #f6f6f6;
    }

ul.search-goods a.product-cover {
    display: block;
    width: 68px;
    height: 68px;
    padding: 4px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 10px;
}

    ul.search-goods a.product-cover i {
        display: block;
        width: 68px;
        height: 68px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    ul.search-goods a.product-cover + div {
        margin-left: 88px;
    }

ul.search-goods > li h2 {
    position: relative;
    display: block;
    padding-right: 23px;
    line-height: normal;
    font-size: 15px;
    line-height: 17px;
}

    ul.search-goods > li h2 a {
        display: inline-block;
        padding-right: 20px;
        max-width: 540px;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        *display: inline;
        *zoom: 1;
    }

        ul.search-goods > li h2 a:after {
            display: block;
            content: '';
            width: 40px;
            background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzAwQ0RENTcxOTExMUU0QkNFOEQ5RTlEQUIwMjJCOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzAwQ0RENjcxOTExMUU0QkNFOEQ5RTlEQUIwMjJCOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEzMDBDREQzNzE5MTExRTRCQ0U4RDlFOURBQjAyMkI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEzMDBDREQ0NzE5MTExRTRCQ0U4RDlFOURBQjAyMkI5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oSSSTwAAACtJREFUeNpi/P//PwMQsEAxGxCzQml2JMyBhjlJwOh6kc1Ftg/mBhQAEGAAMS4D/ujJ+EkAAAAASUVORK5CYII=) top right repeat-y;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
        }

ul.search-goods > li:hover h2 a:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzAwQ0REOTcxOTExMUU0QkNFOEQ5RTlEQUIwMjJCOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzAwQ0REQTcxOTExMUU0QkNFOEQ5RTlEQUIwMjJCOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEzMDBDREQ3NzE5MTExRTRCQ0U4RDlFOURBQjAyMkI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEzMDBDREQ4NzE5MTExRTRCQ0U4RDlFOURBQjAyMkI5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+74hwVwAAADBJREFUeNpi/P//P8P3799ZGBgYQJgNiFmhNDsS5kDDnCRgdL3I5iLbB3MDCgAIMADx5AbjUTBUGgAAAABJRU5ErkJggg==);
}

ul.search-goods > li h2 span {
    font-size: 85%;
    white-space: nowrap;
}

ul.search-goods > li > div {
    position: relative;
    /*padding-left: 25px;*/
}

.shadow {
    border: 0.2px #eee solid;
}

ul.search-goods > li p {
    margin-top: 5px;
    line-height: 150%;
}

ul.search-goods a.product-to-notepad {
    display: block;
    width: 17px;
    height: 17px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

    ul.search-goods a.product-to-notepad i {
        display: block;
    }

ul.search-goods ol {
    margin: 0;
    padding: 0;
    font-size: 90%;
}

    ul.search-goods ol li {
        margin-top: 5px;
        color: #777;
    }

.merchant-raiting {
    color: #88ab0c;
}

.review-bad {
    color: #800;
}

.review-good {
    color: #88ab0c;
}

ul.titles-alphabet {
    width: 630px;
}

    ul.titles-alphabet li {
        float: left;
        width: 290px;
        padding: 0 10px;
    }

        ul.titles-alphabet li a {
            font-size: 14px;
            position: relative;
            display: block;
            width: 290px;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            white-space: nowrap;
        }

            ul.titles-alphabet li a:after {
                display: block;
                content: '';
                width: 20px;
                background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAABCAYAAAA8TpVcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNzM0NzYyNjNDRUUxMUU0QTM5MkI2Q0FERjZFODg2MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNzM0NzYyNzNDRUUxMUU0QTM5MkI2Q0FERjZFODg2MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI3MzQ3NjI0M0NFRTExRTRBMzkyQjZDQURGNkU4ODYzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI3MzQ3NjI1M0NFRTExRTRBMzkyQjZDQURGNkU4ODYzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8ykjggAAADFJREFUeNpi/P//PwMQcAAxNxDzADEvEPMDsSAQCwCxEBQLQmkBKJsfqpYHqpcDIMAAA6cD/m81a9IAAAAASUVORK5CYII=) top right repeat-y;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
            }

div.statistic {
    margin: 20px 0;
}

    div.statistic h2 {
        margin: 0 0 5px 0;
        line-height: normal;
        font-size: 120%;
        font-weight: bold;
    }

    div.statistic h3 {
        margin: 5px 0;
        line-height: normal;
        font-size: 110%;
    }

    div.statistic table {
        width: 100%;
        font-size: 90%;
        color: #777;
    }

        div.statistic table td,
        div.statistic table th {
            padding: 5px 2px;
        }

        div.statistic table th {
            width: 100%;
            text-align: left;
        }

        div.statistic table td {
            text-align: right;
        }

div.partners-content div.content_center {
    width: 1150px;
    margin-right: 0;
    line-height: 130%;
}

div.partners-content ol {
    list-style: decimal;
    margin: 10px 0 10px 20px;
    padding: 0;
}

    div.partners-content ol li {
        margin-top: 5px;
    }

        div.partners-content ol li p {
            margin-top: 5px;
        }

div.partners-content h1 {
    margin: 15px 0 10px 0;
    font-size: 18px;
}

    div.partners-content h1:first-child {
        margin-top: 0;
    }

div.partners-content h2 {
    display: block;
    margin: 15px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
}

div.partners-content p {
    margin-top: 10px;
}

    div.partners-content p:first-child {
        margin-top: 0;
    }

div.partners-content sup {
    font-weight: bold;
    font-size: 12px;
}

div.footnotes {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #f6f6f6;
}

div.partner-widget {
    margin: 0;
    padding: 5px;
    background-color: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    div.partner-widget + p {
        margin-top: 10px;
    }

a.widget-goods {
    position: relative;
    display: block;
    min-height: 78px;
    padding: 9px 9px 9px 95px;
    border: 1px solid #ddd;
    background-color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    a.widget-goods > h1 {
        margin: 0;
        line-height: auto;
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    a.widget-goods > p {
        margin: 10px 0 0 0;
        color: #555;
        color: #f39534;
    }

span.widget-goods-price {
    display: block;
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}

    span.widget-goods-price strong {
        color: #88ab0c;
    }

span.widget-goods-cover {
    display: block;
    width: 68px;
    height: 68px;
    padding: 4px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    position: absolute;
    top: 9px;
    left: 9px;
}

    span.widget-goods-cover > i {
        display: block;
        width: 68px;
        height: 68px;
        background-color: #f6f6f6;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

div.partners-content textarea {
    display: block;
    width: 870px;
    height: 150px;
    padding: 9px;
    font-size: 12px;
    color: #555;
    border: 1px solid #bbb;
    white-space: pre;
    resize: vertical;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

div.partners-content input[type="text"] {
    display: block;
    padding: 9px;
    font-size: 12px;
    color: #555;
    border: 1px solid #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

p.input-like {
    display: block;
    width: 610px;
    padding: 9px;
    font-size: 12px;
    color: #555;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.partners-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    ul.partners-menu > li {
        float: left;
        margin-left: 8px;
    }

        ul.partners-menu > li:first-child {
            margin-left: 0;
        }

        ul.partners-menu > li > a {
            position: relative;
            display: block;
            width: 185px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #555;
            text-decoration: none;
            background-color: #f2f2f2;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            ul.partners-menu > li > a.partners-menu-current {
                background-color: #88ab0c;
                color: #fff;
            }

                ul.partners-menu > li > a.partners-menu-current:after {
                    top: 100%;
                    left: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(136, 171, 12, 0);
                    border-top-color: #88ab0c;
                    border-width: 5px;
                    margin-left: -5px;
                }

strong.colorize {
    color: #88ab0c;
}

    strong.colorize i {
        color: #f39534;
    }

div.platiru-name {
    display: block;
    margin: 15px 0;
    padding: 10px;
    background-color: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    div.platiru-name input[type="text"] {
        float: left;
        width: 180px;
        margin: 0;
    }

        div.platiru-name input[type="text"] + span {
            float: left;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
        }

    div.platiru-name button {
        float: left;
        height: 35px;
        padding: 0 10px;
        margin-left: 10px;
        border: 1px solid #bbb;
        color: #333;
        background: #f2f2f2 url(../img/background-button.png) bottom left repeat-x;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        div.platiru-name button:first-child {
            float: right;
            margin: 0;
        }

span.platiru-name-validator {
    float: left;
    height: 35px;
    margin-left: 10px;
    line-height: 35px;
    font-size: 14px;
    color: #88ab0c;
}

    span.platiru-name-validator.platiru-name-notok {
        color: #ab2a0c;
    }

span.platiru-name-url {
    float: left;
    height: 35px;
    margin-left: 10px;
    line-height: 35px;
    font-size: 14px;
}

ul.platiru-name-rules {
    margin: 0 0 0 18px;
    list-style: circle;
}

    ul.platiru-name-rules li {
        margin-top: 5px;
    }

div.form-message-error {
    margin-top: 10px;
    padding: 10px;
    color: #000;
    background-color: #f2c3c3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.platiru-partners-sidebar {
    float: right;
    width: 240px;
}

    div.platiru-partners-sidebar > div {
        width: 220px;
        padding: 10px;
        margin: 0;
        color: #555;
        background-color: #f6f6f6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    div.platiru-partners-sidebar + div {
        float: left;
        width: 890px;
    }

    div.platiru-partners-sidebar h3 {
        margin-bottom: 10px;
        font-size: 14px;
        color: #000;
    }

    div.platiru-partners-sidebar ul {
        list-style: none;
        margin: 0;
    }

        div.platiru-partners-sidebar ul li {
            margin-top: 5px;
        }

        div.platiru-partners-sidebar ul input[type="text"],
        div.platiru-partners-sidebar ul input[type="password"] {
            width: 210px;
            padding: 4px;
        }

        div.platiru-partners-sidebar ul button {
            float: left;
            height: 30px;
            padding: 0 10px;
            margin: 0;
            border: 1px solid #bbb;
            color: #333;
            background: #f2f2f2 url(../img/background-button.png) bottom left repeat-x;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

a.partners-login-registration {
    float: right;
    height: 30px;
    line-height: 30px;
}

li.partners-login-capcha {
    padding: 4px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.partner-money-withdraw {
    float: right;
    height: 30px;
    line-height: 30px;
}

.platiru-partners-sidebar table a.partner-money-withdraw {
    line-height: normal;
}

div.login-form-links {
    float: right;
    height: 30px;
    line-height: 15px;
}

    div.login-form-links a {
        display: block;
    }

        div.login-form-links a + a {
            margin-top: 2px;
        }

div.platiru-partners-sidebar table {
    width: 220px;
}

    div.platiru-partners-sidebar table th,
    div.platiru-partners-sidebar table td {
        vertical-align: middle;
        padding: 5px 10px;
    }

    div.platiru-partners-sidebar table th {
        width: 100%;
        border-right: 1px solid #e2e2e2;
        background: url(../img/background-count-equal.png) right 50% no-repeat;
    }

    div.platiru-partners-sidebar table td {
        white-space: nowrap;
    }

        div.platiru-partners-sidebar table td strong {
            margin-right: 3px;
        }

p.platiru-partners-note {
    margin: 10px 0;
    padding: 10px;
    background-color: #ecf0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.xml-examples {
    margin-top: 20px;
}

    div.xml-examples div {
        float: left;
        width: 310px;
    }

        div.xml-examples div:first-child {
            float: right;
        }

    div.xml-examples ul li {
        margin-top: 5px;
    }

div.xml-examples-codes {
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

    div.xml-examples-codes h2 {
        margin: 0 0 5px 0;
        line-height: normal;
        font-size: 130%;
        font-weight: normal;
    }

    div.xml-examples-codes table + h2 {
        margin-top: 10px;
    }

    div.xml-examples-codes table th,
    div.xml-examples-codes table td {
        padding: 5px;
        vertical-align: top;
        text-align: left;
    }

        div.xml-examples-codes table td pre {
            display: block;
            font-family: monospace;
        }

table.xml-table-format {
    width: 80%;
}

    table.xml-table-format th {
        white-space: nowrap;
    }

    table.xml-table-format td {
        /* width: 75%; */
    }

table.xml-table-params {
    width: 100%;
}

    table.xml-table-params thead th {
        background-color: #e3e3e3;
    }

    table.xml-table-params tbody tr td {
        width: 33%;
        border-bottom: 1px solid #e3e3e3;
    }

        table.xml-table-params tbody tr td:first-child {
            width: 34%;
        }

/* modal notepad */

.true-modal-container > div {
    position: relative;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.true-modal-container h1 {
    font-size: 18px;
}

.true-modal-container div.pages_nav {
    margin-bottom: 0 !important;
}

div.true-modal-remove {
    position: absolute;
    top: 10px;
    right: 10px;
}

    div.true-modal-remove > a {
        display: block;
        width: 15px;
        height: 15px;
        text-indent: 9999px;
        background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MkJCNzA5ODQ4QjkxMUU0OTNCN0I3MjZCOUU4NkFBQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MkJCNzA5OTQ4QjkxMUU0OTNCN0I3MjZCOUU4NkFBQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyQkI3MDk2NDhCOTExRTQ5M0I3QjcyNkI5RTg2QUFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyQkI3MDk3NDhCOTExRTQ5M0I3QjcyNkI5RTg2QUFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+LtXiwAAAAAZQTFRF////VVVV43gzTwAAADhJREFUeNpiYMAAjKgsRkaYAJQFE4BLQBgIdWAmEhcsgMxlYMDkoilHNw7DOgznIASw+AQOAAIMAB9oAEJe7+KgAAAAAElFTkSuQmCC) 50% 50% no-repeat;
        overflow: hidden;
    }

select.select-with-currency {
    float: left;
    width: 250px;
}

    select.select-with-currency + select.select_dd {
        float: left;
        width: 65px;
        margin-left: 13px;
    }

.dd + select.select_dd {
    float: left;
    width: 65px;
    height: 26px;
    margin-left: 13px;
    top: 0;
}

.ddOutOfVision:first-child + .dd {
    margin-right: 13px;
}

div.goods-longform > span,
div.goods-longform .longformItem > span {
    display: block;
    margin: 10px 10px 3px 10px;
    color: #777;
    font-weight: bold;
}

    div.goods-longform > span i,
    div.goods-longform .longformItem > span i {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-left: 3px;
        background: transparent url(../img/icon-hint.png) 50% 50% no-repeat;
        position: relative;
        top: 3px;
        *display: inline;
        *zoom: 1;
    }

div.goods-longform input[type="text"] {
    border: 1px solid #999999;
    width: 316px;
    height: 35px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #999;
}

.dd .ddTitle span.ddTitleText span.ddlabel{
  max-width: calc(100% - 12px);
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  float: left;
}

.dd .ddTitle span.ddTitleText span.ddlabel + .description,
.dd .ddChild li .ddlabel + .description{
  font-size: 11px;
  margin-left: 8px;
}

.dd .ddChild li .ddlabel + .description{
  margin-top: 6px;
display: block;
float: left;
}

#TypeCurrAdd_msdd.dd .ddArrow{
  margin-top: 4px;
}

div.goods-longform textarea {
    border: 1px solid #999999;
    width: 316px;
    height: 50px;
    padding: 0 5px;
    margin-bottom: -5px;
    border-radius: 3px;
    font-size: 12px;
    color: #999;
    resize: vertical;
}

div.goods-longform input[type="checkbox"],
div.goods-longform input[type="radio"] {
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

div.goods-longform label {
    display: block;
    position: relative;
    /*height: 14px;*/
    padding-left: 18px;
    margin-top: 5px;
    line-height: 14px;
    font-size: 12px;
    cursor: pointer;
}

    div.goods-longform label:first-child {
        margin-top: 2px;
    }

    div.goods-longform label span {
        font-size: inherit;
        color: #999;
    }

div.goods-longform select span {
    color: #555;
}

div.goods-longform div.goods_pay_by {
    z-index: 1;
}

span.review-goods {
    display: block;
    padding: 0 10px;
    margin-bottom: 8px;
    font-weight: bold;
}

    span.review-goods strong {
        font-weight: normal;
        color: #555;
    }

div.goods-minimum {
    padding: 6px 5px 5px 5px;
    margin: 10px 0 0 0;
    text-align: center;
    background-color: #e3e3e3;
    border-radius: 3px;
}

.error {
    background-color: #eed0d0 !important;
    color: #814e4e !important;
}

div.merchant-statistic {
    float: right;
    width: 200px;
    margin-left: 20px;
}

    div.merchant-statistic ul {
        margin-bottom: 13px;
    }

        div.merchant-statistic ul li {
            float: left;
            width: 37px;
            height: 32px;
            margin-left: 10px;
        }

            div.merchant-statistic ul li:first-child {
                margin-left: 0;
            }

    div.merchant-statistic h2 {
        margin-top: 0;
        margin-bottom: 3px;
        font-size: 14px;
    }

    div.merchant-statistic ul + h2 {
        marign-top: 5px;
    }

    div.merchant-statistic ol {
        line-height: 150%;
    }

div.merchant-information {
    position: relative;
    float: left;
    width: 650px;
    min-height: 75px;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 5px;
}

div.merchant-raiting {
    width: 150px;
    margin-top: -37px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 50%;
}

    div.merchant-raiting ul {
        margin: 5px 0 0 0;
        /*font-size: 11px;*/
        color: #000;
    }

        div.merchant-raiting ul li {
            display: block;
            height: 16px;
            margin-top: 1px;
            line-height: 16px;
            overflow: hidden;
        }

            div.merchant-raiting ul li:first-child {
                margin-top: 0;
            }

        div.merchant-raiting ul img {
            margin-bottom: -4px;
            position: relative;
            top: 0px;
        }

        div.merchant-raiting ul b {
            font-weight: bold;
        }

        div.merchant-raiting ul li i {
            display: inline-block;
            width: 12px;
            height: 12px;
            line-height: 13px;
            font-weight: bold;
            font-size: 13px;
            text-align: center;
            color: #fff;
            background-color: #1977b8;
            position: relative;
            top: 1px;
            border-radius: 50%;
            cursor: pointer;
            overflow: hidden;
        }

div.merchant-contacts {
    float: right;
    width: 450px;
    padding-left: 39px;
    border-left: 1px solid #fff;
}

    div.merchant-contacts table {
        width: 450px;
    }

        div.merchant-contacts table th,
        div.merchant-contacts table td {
            padding: 3px 0;
            vertical-align: middle;
            text-align: right;
            white-space: nowrap;
        }

        div.merchant-contacts table td {
            width: 100%;
            padding-left: 5px;
            text-align: left;
        }

        div.merchant-contacts table img {
            vertical-align: middle;
        }

button[disabled="disabled"],
textarea[disabled="disabled"],
input[disabled="disabled"] {
    border-color: #f2f2f2 !important;
    color: #999 !important;
    background: #f9f9f9 !important;
    opacity: 1 !important;
    cursor: default !important;
}

div.platiru-texts {
    width: 1150px;
}

    div.platiru-texts div.content_center {
        width: calc(100% - 240px);
        margin-right: 0;
        max-width: 100%;
    }

        div.platiru-texts div.content_center xmp {
            white-space: pre-wrap;
            max-width: 100%;
            word-break: break-word;
        }

div.xml-examples-codes {
    word-break: break-word;
}

div.platiru-agreement {
    margin-top: 20px;
}

    div.platiru-agreement p {
        margin-top: 10px;
    }

    div.platiru-agreement ul {
        margin: 10px 0 10px 20px;
    }

        div.platiru-agreement ul:first-child {
            margin-top: 0;
        }

    div.platiru-agreement > ul {
        margin-left: 0;
    }

    div.platiru-agreement ul li {
        list-style: disc;
        margin: 5px 0 5px 10px;
    }

    div.platiru-agreement > input[type="button"] {
        display: block;
        padding: 5px 10px;
        margin: 0 auto;
        margin-top: 20px;
    }

div.content-sidebar {
    float: right;
    width: 300px;
    margin-top: 20px;
    line-height: normal;
}

    div.content-sidebar + div.content_center,
    div.content-with-sidebar div.content_center {
        float: left;
        width: 830px;
    }

div.platiru-reasons {
    margin-bottom: 20px;
}

    div.platiru-reasons ol {
        list-style: decimal;
        margin: 0 0 0 20px;
    }

        div.platiru-reasons ol li {
            margin: 10px 0 0 0;
        }

            div.platiru-reasons ol li:first-child {
                margin-top: 0;
            }

div.platiru-faq h2 {
    margin: 10px 0 5px 0;
    line-height: normal;
    font-size: 14px;
    color: #555;
}

    div.platiru-faq h2:first-child {
        margin-top: 0;
    }

div.platiru-faq p {
    margin-left: 20px;
}

div.platiru-faq ol,
div.platiru-faq ul {
    margin: 5px 0 5px 40px;
}

div.platiru-faq ol {
    list-style: decimal;
}

div.platiru-faq ul {
    list-style: disc;
}

div.sidebar-copyright {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

    div.sidebar-copyright p {
        margin-top: 5px;
    }

        div.sidebar-copyright p:first-child {
            margin-top: 0;
        }

div.sidebar-attention {
    /*padding: 10px;*/
    margin-bottom: 10px;
    font-size: 11px;
    color: #999;
    /*background-color: #f9f9f9;
	border-radius: 5px;*/
}

    div.sidebar-attention p {
        margin-top: 5px;
    }

        div.sidebar-attention p:first-child {
            margin-top: 0;
        }

ul.platiru-toc {
    margin: 0 0 0 20px;
    list-style: disc;
}

    ul.platiru-toc + p {
        margin: 10px 0;
    }

div.platiru-rules h2 {
    margin: 10px 0;
    font-size: 16px;
    color: #555;
}

div.platiru-rules p {
    margin: 10px 0;
}

div.platiru-rules h2 + p {
    margin-top: 0;
}

div.platiru-rules ul {
    list-style: disc;
    margin-left: 20px;
}

    div.platiru-rules ul li {
        margin-top: 5px;
    }

        div.platiru-rules ul li:first-child {
            margin-top: 0;
        }

div.platiru-rules ol {
    margin-left: 20px;
    list-style: decimal;
}

    div.platiru-rules ol li {
        margin-top: 5px;
    }

        div.platiru-rules ol li:first-child {
            margin-top: 0;
        }

    div.platiru-rules ol blockquote {
        display: block;
        margin: 10px 0;
        padding: 10px;
        background-color: #f9f9f9;
        border-radius: 5px;
    }

        div.platiru-rules ol blockquote p {
            margin: 5px 0 0 0;
        }

            div.platiru-rules ol blockquote p:first-child {
                margin-top: 0;
            }

div.sidebar-illustration {
    margin: 0 0 20px 0px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #555;
}

    div.sidebar-illustration + div.sidebar-illustration {
        padding-top: 20px;
        border-top: 1px solid #b2b2b2;
    }

    div.sidebar-illustration img {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
    }

div.sidebar-demos h2 {
    display: block;
    position: relative;
    height: 32px;
    padding-left: 38px;
    margin-bottom: 10px;
    line-height: 16px;
    font-weight: bold;
}

    div.sidebar-demos h2 img {
        margin-top: -16px;
        position: absolute;
        top: 50%;
        left: 0;
    }

div.sidebar-demos table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    div.sidebar-demos table th,
    div.sidebar-demos table td {
        padding: 5px;
        vertical-align: middle;
        text-align: left;
    }

    div.sidebar-demos table thead th {
        background-color: #f9f9f9;
    }

    div.sidebar-demos table tbody td {
        border-top: 1px solid #e9e9e9;
        font-size: 11px;
    }

        div.sidebar-demos table tbody td:first-child {
            padding-right: 0;
        }

    div.sidebar-demos table + p {
        margin-top: 10px;
        font-size: 11px;
    }


div.content-how2pay h1,
div.content-how2pay h2 {
    position: relative;
}

div.content-how2pay h2 {
    margin: 10px 0 5px;
    font-size: 16px;
    color: #555;
}

div.content-how2pay p {
    margin: 5px 0;
}

div.content-how2pay h2 + p {
    margin-top: 0;
}

div.content-how2pay h1 img,
div.content-how2pay h2 img {
    position: absolute;
    top: 0;
    left: -50px;
}

/* search form */

div.platiru-searchform {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

    div.platiru-searchform table {
        margin: 0 auto;
    }

div.platiru-searchform-settings fieldset {
    float: left;
    width: 280px;
    margin-left: 10px;
    padding: 0 4px 4px 4px;
    border: 1px solid #ddd;
}

    div.platiru-searchform-settings fieldset:first-child {
        margin-left: 0;
    }

    div.platiru-searchform-settings fieldset legend {
        padding: 0 5px;
    }

div.platiru-searchform-settings table {
    width: 100%;
    font-size: 12px;
}

    div.platiru-searchform-settings table th,
    div.platiru-searchform-settings table td {
        height: 21px;
        padding: 5px;
        vertical-align: middle;
        text-align: left;
    }

    div.platiru-searchform-settings table th {
        white-space: nowrap;
        padding-right: 0;
    }

        div.platiru-searchform-settings table th + td {
            width: 100%;
        }

    div.platiru-searchform-settings table td + td {
        padding-left: 0;
    }

    div.platiru-searchform-settings table td select {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 18px;
        font-size: 12px;
    }

    div.platiru-searchform-settings table td input[type="text"] {
        float: left;
        width: 80px;
        height: 15px;
        margin: 0;
        padding: 2px 4px;
        border: 1px solid #ddd;
        font-size: 12px;
    }

    div.platiru-searchform-settings table td span {
        float: left;
        height: 21px;
        margin-left: 5px;
        line-height: 21px;
    }

    div.platiru-searchform-settings table td div {
        float: left;
        height: 19px;
        width: 19px;
        border: 1px solid #000;
        margin-left: 5px;
        line-height: 21px;
    }

div.platiru-searchform-buttons {
    margin: 10px 0 20px 0;
}

    div.platiru-searchform-buttons button {
        float: left;
        width: 150px;
        height: 30px;
        background-color: #1260d1;
        color: #fff;
        font-size: 14px;
        border: 0;
        border-radius: 5px;
    }

        div.platiru-searchform-buttons button + button {
            margin-left: 10px;
            background-color: #3e89ee;
        }

i.platiru-loader {
    display: inline-block !important;
    width: 16px;
    height: 16px;
    margin: -1px 0 0 5px;
    background: transparent url(../img/platiru-loader.gif) 50% 50% no-repeat;
    position: relative;
    top: 1px;
    *display: inline;
    *zoom: 1;
    visibility: hidden;
}

li.my-menu-loader {
    padding: 10px 0;
    text-align: center;
}

    li.my-menu-loader i.platiru-loader {
        visibility: visible;
    }

div.socials {
    display: inline-block;
    margin-left: 20px;
    margin-top: -15px;
    *zoom: 1;
}

    div.socials table tr td {
        vertical-align: middle;
        padding-left: 10px;
    }

        div.socials table tr td:first-child {
            padding-left: 0;
        }

        div.socials table tr td.social-vk {
            width: 155px;
            padding-left: 5px;
        }

        div.socials table tr td > iframe,
        div.socials table tr td > span {
            display: inline-block !important;
            margin: 0;
        }

        div.socials table tr td.social-fb iframe {
            width: 145px !important;
            position: relative;
            top: 1px;
        }

div.platiru-reviews-empty {
    float: left;
    width: 480px;
    height: 90px;
    padding: 10px;
    margin: 10px 0 20px 0;
    line-height: 90px;
    text-align: center;
    background: #fff url(../img/background-no-reviews.png) 50% 50% no-repeat;
    border: 1px dashed #ddd;
    border-radius: 10px;
}

    div.platiru-reviews-empty span {
        line-height: normal;
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle;
        margin-top: -5px;
    }

div.platiru-catalog {
    width: 1150px;
    margin: 10px 0;
}

    div.platiru-catalog ul li {
        float: left;
        width: 265px;
        margin-left: 30px;
    }

        div.platiru-catalog ul li:first-child {
            margin-left: 0;
        }

    div.platiru-catalog h2 {
        margin: 0;
        line-height: normal;
        font-size: 14px;
    }

    div.platiru-catalog div + h2 {
        margin-top: 10px;
    }

    div.platiru-catalog h2 a {
        color: #f59622;
    }

    div.platiru-catalog div {
        margin: 5px 0;
    }

        div.platiru-catalog div a {
            color: #1977b8;
        }

        div.platiru-catalog div span {
            font-size: 11px;
            color: #898989;
        }

ul.catalog-2-columns {
    width: 560px;
    margin: 0 auto;
}

h1.catalog-2-columns-header {
    width: 560px;
    margin: 0 auto;
}

/* catalog menu */

.catalog-dd {
    display: inline-block;
    float: left;
    position: relative;
}

a.catalog-menu {
    position: relative;
    height: 32px;
    padding-right: 18px;
    margin-top: 14px;
    line-height: 32px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: transparent url(../img/caret-down-white.png) right center no-repeat;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-right: 40px;
    font-weight: 400;
}

div.catalog_dropdown > ul {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: visible !important;
}

    div.catalog_dropdown > ul:after, div.catalog_dropdown > ul:before {
        bottom: 100%;
        left: 71px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .en div.catalog_dropdown > ul:after, div.catalog_dropdown > ul:before {
        left: 77px;
    }

    div.catalog_dropdown > ul:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    div.catalog_dropdown > ul:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 11px;
        margin-left: -17px;
    }

.en div.catalog_dropdown > ul:before {
    margin-left: -11px;
}


/* my menu */

div.my-menu {
    float: left;
    height: 32px;
    margin-left: 25px;
    padding-right: 15px;
    position: relative;
    background: transparent url(../img/caret-down-white.png) right center no-repeat;
    line-height: 27px;
    margin-top: 5px;
}

div.my-menu-cart {
    padding-right: 0;
    background: none;
}

div.my-menu:hover {
    cursor: pointer;
}

div.my-submenu {
    display: none;
    font-size: 13px;
    cursor: default;
    position: absolute;
    top: 32px;
    right: -5px;
    z-index: 200;
    font-weight: 400;
}

    /*
div.my-menu:hover div.my-submenu {
	display: block;
}*/

    div.my-submenu ul {
        position: relative;
        width: 300px;
        margin: 0;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0px 2px 8px rgba(0,0,0,.2);
    }

        div.my-submenu ul:after, div.my-submenu ul:before {
            bottom: 100%;
            left: 170px; /* 50% */
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        div.my-submenu ul:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px;
        }

        div.my-submenu ul:before {
            border-color: rgba(204, 204, 204, 0);
            border-bottom-color: #ccc;
            border-width: 11px;
            margin-left: -11px;
        }

    div.my-submenu > ul li {
        margin-top: 10px;
    }

        div.my-submenu li.my-menu-loader + li,
        div.my-submenu > ul li:first-child {
            margin-top: 0 !important;
        }

    div.my-submenu > ul a:hover {
        text-decoration: underline;
    }

li.my-submenu-empty {
    display: block;
    padding: 10px;
    margin: 0;
    line-height: 90px;
    text-align: center;
    background: #fff url(../img/background-no-reviews.png) 50% 50% no-repeat;
    border: 1px dashed #ddd;
    border-radius: 10px;
}

div.my-note-submenu {
    right: -146px;
}

div.my-goods-submenu {
    right: auto;
    left: 18px;
}

    div.my-goods-submenu > ul:after, div.my-goods-submenu > ul:before {
        right: auto;
        left: 77px;
    }

div.my-cart-submenu > ul:after, div.my-cart-submenu > ul:before {
    left: auto;
    right: 8px;
}

div.my-cart-submenu > ul:after {
    margin-left: 0;
    margin-right: 1px;
}

li.my-goods-item a {
    display: inline;
    line-height: 130%;
}

li.my-goods-item > div {
    margin-left: 83px;
}

    li.my-goods-item > div h2 {
        margin: 0;
        line-height: normal;
    }

    li.my-goods-item > div p {
        margin: 0 0 3px 0;
        color: #999;
        font-size: 11px;
    }

    li.my-goods-item > div div {
        margin: 3px 0 0 0;
        line-height: 110%;
        font-size: 11px;
    }

a.my-goods-item-pic {
    float: left;
    width: 68px;
    height: 68px;
    padding: 4px;
    margin-right: 5px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}

    a.my-goods-item-pic i {
        display: block;
        width: 68px;
        height: 68px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

li.my-menu-header {
    font-size: 14px;
}

li.my-menu-show-all + li.my-menu-header {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

li.my-menu-logged {
    position: relative;
    color: #777;
    font-size: 100%;
}

    li.my-menu-logged strong {
        display: block;
        height: 14px;
        margin: 0 25px 0 0;
        line-height: 14px;
        overflow: hidden;
    }

    li.my-menu-logged a.my-menu-logout {
        display: block;
        width: 18px;
        height: 12px;
        background: transparent url(../img/logout.png) 0 0 no-repeat;
        background-size: 18px 12px;
        position: absolute;
        top: 1px;
        right: 0;
    }

li.my-menu-login a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #3181f0 url(../img/goods_cart_btn.png) left bottom repeat-x;
    border-radius: 5px;
}

    li.my-menu-login a:hover {
        text-decoration: none !important;
    }

li.my-menu-discounts a {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #1977b8;
    border-radius: 5px;
}

    li.my-menu-discounts a:hover {
        text-decoration: none !important;
    }

li.my-menu-show-all {
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
}

ul li.my-menu-show-all:first-child {
    border-top: 0;
    padding-top: 0;
}

li.my-menu-show-all > a {
    display: block;
    text-align: center;
}

li.my-discount-item {
    height: 32px;
    padding-left: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

    li.my-discount-item a {
        display: block;
        height: 16px;
        line-height: 16px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
    }

    li.my-discount-item span {
        display: block;
        height: 16px;
        line-height: 16px;
        color: #000;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
    }

div.content-code {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px;
    background-color: #f3f3f3;
    color: #555;
}

div.delivery-or-attention,
div.delivery-and-attention {
    margin: 10px 0;
}

div.content-delivery,
delivery {
    display: block;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #e9eed9;
}

div.content-attention,
attention {
    display: block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    background-color: #f6f5de; /* f6dede */
    font-weight: bold;
}

    div.content-delivery h2,
    delivery h2,
    div.content-attention h2,
    attention h2 {
        margin: 0 !important;
        font-size: 130%;
        line-height: 50%;
    }

/*div.content-delivery p,
delivery p,
div.content-attention p,
attention p {
	margin: 5px 0 0 0;
	padding: 0 !important;
	line-height: normal;
}

div.delivery-and-attention div.content-attention,
div.delivery-and-attention attention {
	float: left;
	width: 340px;
}

div.delivery-and-attention div.content-delivery,
div.delivery-and-attention delivery {
	float: right;
	width: 350px;
}*/

/* AutoComplete BEGIN */
.ac_results {
    padding: 0;
    border: 1px solid #000;
    background-color: #FFF;
    overflow: hidden;
    z-index: 99999;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0;
        padding: 2px 5px;
        cursor: default;
        display: block;
        /*if width will be 100% horizontal scrollbar will apear when scroll mode will be used*/
        /*width: 100%;*/
        font: menu;
        font-size: 12px;
        /* it is very important, if line-height not setted or setted  in relative units scroll will be broken in firefox*/
        line-height: 16px;
        overflow: hidden;
    }

.ac_loading {
    background: #FFF right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: #FFF;
}
/* AutoComplete END */

a,
.game_info > div:first-child + div > div:first-child + div a,
.games .warning a,
.right_side .viewed_products a,
.breadcrumbs div a,
.top_menu a,
.add-goods-arrow,
.goods_filename a,
.goods_filename a span,
a.goods_merchant_name + a,
.goods_reviews_tabs a,
.goods_related .goods_related_item div:first-child + div a,
table.reviews_counter tr a {
    text-decoration: none;
}

    .game_info > div:first-child + div > div:first-child + div a:hover,
    .games .warning a:hover,
    .right_side .viewed_products a:hover,
    .breadcrumbs div a:hover,
    .top_menu a:hover,
    .add-goods-arrow:hover,
    .goods_filename a:hover span,
    a.goods_merchant_name + a:hover,
    .goods_reviews_tabs a:hover,
    .goods_related .goods_related_item div:first-child + div a:hover,
    table.reviews_counter tr a:hover {
        text-decoration: underline;
    }

.popular_products_links a:hover,
.product-title a:hover,
.games_slider > a:hover,
.main .games_slider > a,
.footer_menu ul li a,
.top_menu > ul > li > a,
table.goods-table tbody td.product-merchant > div a {
    text-decoration: none !important;
}

/* popups */

div.popup {
}

div.popup-content {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

    div.popup-content h2 {
        margin: 0;
        line-height: normal;
        font-size: 150%;
        color: #f59622;
    }

    div.popup-content h1,
    div.popup-content h3 {
        margin: 0;
        padding: 0;
        line-height: 130%;
        font-size: 130%;
    }

    div.popup-content h2 + h3 {
        margin-top: 10px;
    }

    div.popup-content p {
        margin: 5px 0 0 0;
        line-height: 130%;
        color: #555;
    }

ul.login-form {
    margin: 10px 0 0 0;
}

    ul.login-form li {
        margin-top: 10px;
    }

        ul.login-form li:first-child {
            margin-top: 0;
        }

    ul.login-form input[type="text"],
    ul.login-form input[type="email"] {
        float: left;
        border: 1px solid #999;
        width: 138px;
        height: 30px;
        padding: 0 5px;
        border-radius: 3px;
        font-size: 18px;
        color: #000;
    }

    ul.login-form input.login-form-email {
        width: 298px;
    }

    ul.login-form label {
        float: left;
        width: 80px;
        margin-right: 10px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        cursor: pointer;
    }

    ul.login-form li.login-form-captcha label {
        height: 40px;
        padding-top: 10px;
        line-height: 15px;
    }

    ul.login-form li.login-form-captcha img {
        float: left;
        width: 150px;
        height: 50px;
        margin: 0;
        vertical-align: top;
        border: 0;
        cursor: pointer;
    }

    ul.login-form li.login-form-captcha div {
        float: left;
        margin-left: 10px;
        height: 50px;
    }

        ul.login-form li.login-form-captcha div input[type="text"] {
            float: none;
            display: block;
        }

        ul.login-form li.login-form-captcha div span {
            display: block;
            margin-top: 5px;
            font-size: 12px;
        }

div.login-form-buttons {
    margin-top: 20px;
}

    div.login-form-buttons input[type="button"] {
        float: left;
        height: 38px;
        margin-right: 10px;
        padding: 0 20px;
        border: 1px solid #0450bb;
        color: #fff;
        font-size: 14px;
        background: url(../img/goods_cart_btn.png) top left repeat-x;
        border-radius: 3px;
    }

        div.login-form-buttons input[type="button"]:first-child {
            background: url(../img/goods_buy_btn.png) top left repeat-x;
        }

div.popup-buttons,
div.cart-buttons {
    margin-top: 10px;
}

    div.popup-buttons input[type="button"],
    div.cart-buttons input[type="button"] {
        float: left;
        height: 38px;
        margin-right: 10px;
        padding: 0 20px;
        border: 1px solid #0450bb;
        color: #fff;
        font-size: 14px;
        background: url(../img/goods_cart_btn.png) top left repeat-x;
        border-radius: 3px;
    }

        div.popup-buttons input[type="button"]:first-child,
        div.cart-buttons input[type="button"]:first-child {
            background: url(../img/goods_buy_btn.png) top left repeat-x;
        }

    div.popup-buttons + div,
    div.cart-buttons + div {
        margin-top: 20px;
    }

p + div.popup-buttons,
p + div.cart-buttons {
    margin-top: 20px;
}

div.login-form-status {
    display: none;
    padding: 10px;
    margin-top: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

    div.login-form-status label {
        display: block;
        margin-bottom: 5px;
        line-height: 130%;
        cursor: pointer;
    }

    div.login-form-status input[type="text"] {
        display: block;
        border: 1px solid #999;
        width: 378px;
        height: 24px;
        padding: 0 5px;
        border-radius: 3px;
        font-size: 14px;
        color: #000;
    }

div.login-form-status-buttons {
    margin-top: 10px;
}

    div.login-form-status-buttons input[type="button"] {
        float: left;
        height: 38px;
        margin-right: 10px;
        padding: 0 20px;
        border: 1px solid #0450bb;
        color: #fff;
        font-size: 14px;
        background: url(../img/goods_buy_btn.png) top left repeat-x;
        border-radius: 3px;
    }

        div.login-form-status-buttons input[type="button"] + input[type="button"] {
            background: url(../img/goods_cart_btn.png) top left repeat-x;
        }

span.login-form-loader {
    display: none;
    width: 16px;
    height: 16px;
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
}

    span.login-form-loader i {
        visibility: visible;
        margin: 0;
    }

div.login-form-messages {
    display: none;
    padding: 5px;
    margin-top: 10px;
    color: #555;
    background-color: #ffdfdf;
    border-radius: 5px;
}

div.popup-cart-table-head {
    margin-top: 5px;
}

div.popup-cart-table-body table,
div.popup-cart-table-body table tbody tr:first-child td {
    border: 0 !important;
}

.popup-cart-table-body table.goods-table-cart tbody td.product-title {
    display: inherit;
}

.popup-cart-table-body table.goods-table.goods-table-cart tbody td.product-title > div {
    margin-top: 3px;
}

div.popup-cart-table-foot {
    width: 680px;
    padding: 10px;
    text-align: right;
    color: #555;
    background-color: #f3f3f3;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

    div.popup-cart-table-foot span {
        font-weight: bold;
        color: #000;
    }

    div.popup-cart-table-foot select {
        display: inline-block;
        height: 21px;
        margin: 0 0 -3px 0;
        font-size: 11px;
        position: relative;
        top: -3px;
    }

    div.popup-cart-table-foot table td.product-title {
        text-align: right;
        font-weight: bold;
    }

div.popup-content span#popup-table-title + p {
    margin-top: 10px;
}

div.popup-content.popup-error {
    box-shadow: 0 0 10px rgba(156,16,6,0.75);
}

div.popup-error h1 {
    color: #9c1006 !important;
    font-weight: bold;
}

/* /popups */

ul.notes {
    list-style: none;
    margin: 10px 0 15px 0;
    padding: 0;
    line-height: normal;
}

    ul.notes li {
        margin-top: 5px;
    }

        ul.notes li:first-child {
            margin-top: 0;
        }

sup.note {
    margin-left: 2px;
    line-height: 1px;
    font-size: 120%;
    font-weight: bold;
    color: #f59622;
}

ul.notes sup.note {
    margin-left: 0;
}

a.b-back-2-top {
    display: none;
    width: 48px;
    height: 48px;
    background: #fff url("/img/arrow-back-2-top.png") 50% 50% no-repeat;
    border: 1px solid #ddd;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

/* no favs */

div.no-favs-conten {
    height: 160px;
    position: relative;
}

div.no-favs-illustration {
    float: left;
    width: 200px;
}

    div.no-favs-illustration img {
        display: block;
        margin: 0;
        border: 0;
        vertical-align: top;
    }

    div.no-favs-illustration span {
        display: block;
        height: 20px;
        margin-bottom: 5px;
        line-height: 20px;
        font-size: 14px;
        color: #f59622;
        text-align: center;
        overflow: hidden;
    }

div.no-favs-text {
    height: 60px;
    padding-left: 70px;
    margin: 50px 0 0 220px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    background: transparent url(../img/illustration-no-fav-arrow.png) 0 50% no-repeat;
    white-space: nowrap;
}


/* /no favs */

.cat_select select {
    font-size: 14px !important;
}

.goods_order_form_quanuty.donations > div:first-child {
    height: auto;
}

.donations > div {
    text-align: center;
}

.donations .minus, .donations .plus {
    display: inline-block;
    margin-right: 6px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: 0px;
    transition: background-color 300ms ease-out;
    padding: 7px 11px;
    margin-bottom: 5px;
    width: 35px;
    height: 34px;
    box-sizing: border-box;
    font-size: 31px;
    line-height: 16px;
    border: 1px solid #0450bb;
    border-radius: 5px;
    color: #fff;
    background: #008CBA url(http://www.plati.ru/img/goods_buy_btn.png) top left repeat-x;
}

    .donations .minus:hover,
    .donations .plus:hover {
        opacity: 0.7;
        text-decoration: none;
    }

.donations .minus-disabled {
    border: 1px solid #bbbbbb;
    background: url(http://www.plati.ru/img/btn_bg.png) repeat scroll 0 0 #ebebeb;
    color: #777777;
}

    .donations .minus-disabled:hover {
        cursor: default;
        opacity: 1;
    }

.donations .plus {
    margin-left: 6px;
    font-size: 18px;
    line-height: 18px;
    margin-right: 0px;
}

.donations div {
    position: relative;
}

    .donations div > div {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .donations div > input {
        padding-right: 43px;
    }

    .donations div div > span {
        background: transparent;
        font-weight: normal;
        color: #A7A6A6;
        text-transform: uppercase;
        display: inline-block;
        margin-left: 7px;
        line-height: inherit;
        font-size: 16px;
        vertical-align: inherit;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 6px;
        width: auto;
        height: auto;
    }

.goods_order_form_quanuty.donations > div span:first-child {
    float: none;
    display: inline;
}

/*-----NEW STYLES-----*/
body {
    background-image: none;
}

.wrapper {
    min-height: inherit;
}

/*header*/
header {
    font-family: 'Roboto',sans-serif;
    background-color: #fff;
}

    header .logo {
        padding: 9px 0;
    }

    header .top-panel {
        height: 60px;
    }

    header .top_menu {
        margin-top: 24px;
        font-size: 13px;
        font-weight: 400;
    }

    header .bottom-panel {
        height: 60px;
        background: rgb(50,88,201);
        background: -moz-linear-gradient(top, rgba(50,88,201,1) 0%, rgba(51,82,159,1) 100%);
        background: -webkit-linear-gradient(top, rgba(50,88,201,1) 0%,rgba(51,82,159,1) 100%);
        background: linear-gradient(to bottom, rgba(50,88,201,1) 0%,rgba(51,82,159,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3258c9', endColorstr='#33529f',GradientType=0 );
    }

    header .top_menu a {
        font-size: 14px;
        color: #999999;
    }

    header a.with_submenu i,
    header .top_menu > ul > li:hover a.with_submenu i {
        background: url(../img/caret-down.png) right 2px no-repeat;
    }

    header div.top_submenu > ul > li > a {
        font-size: 12px;
    }

    header div.top_submenu ul {
        box-shadow: 0px 2px 8px rgba(0,0,0,.2);
    }

    header .top-panel .wrapper {
        position: relative;
    }

    /*header END*/

    /*search*/

    header .top_search_hldr {
        width: 55%;
        width: calc(100% - 550px);
        margin-left: 0;
        margin-top: 13px;
    }

        header .top_search_hldr input {
            border: none;
            font-family: "Roboto", sans-serif;
            font-size: larger;
            width: calc(100% - 37px);
        }

    header .search_go {
        background: rgb(255,151,0);
        background: -moz-linear-gradient(top, rgba(255,151,0,1) 0%, rgba(253,99,0,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,151,0,1) 0%,rgba(253,99,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,151,0,1) 0%,rgba(253,99,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9700', endColorstr='#fd6300',GradientType=0 );
        width: 34px;
        height: 34px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        position: relative;
    }

        header .search_go::after {
            content: "";
            display: block;
            width: 34px;
            height: 34px;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../img/search.png) center center no-repeat;
            background-size: 16px 16px;
        }

    /*search END*/
    header.fixed {
        width: 100%;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

.l-sidebar__vis header.fixed {
    left: 265px;
}

.r-sidebar__vis header.fixed {
    left: -165px;
}

html.overflow-hidden {
    height: 100%;
    overflow: hidden;
}

.overflow-hidden body {
    position: absolute;
}

.overflow-hidden .bodyContainer {
    overflow: hidden;
}

header {
    z-index: 100;
}

.wrapper.category {
    padding: 0;
}

.main-cont {
    position: relative;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 300px;
}

    .main-cont .left_side {
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

    .main-cont.l-sidebar__vis {
        left: 265px;
    }

    .main-cont.r-sidebar__vis {
        left: -265px;
    }

.header__dop-menu {
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

.main-cont.r-sidebar__vis .header__dop-menu {
    right: 0;
}

.main-cont.l-sidebar__vis .left_side {
    left: 0;
}

.l-sidebar_toggle {
    display: none;
    width: 45px;
    position: relative;
    height: 40px;
    float: left;
    margin-right: 20px;
    padding-top: 5px;
    margin-top: 7px;
    cursor: pointer;
}

    .l-sidebar_toggle > span {
        width: 35px;
        background-color: #fff;
        height: 5px;
        display: block;
        margin-top: 5px;
        margin-left: 5px;
        border-radius: 2px;
    }

.r-sidebar_toggle {
    display: none;
    width: 45px;
    position: relative;
    height: 40px;
    float: right;
    margin-left: 20px;
    padding-top: 5px;
    margin-top: 7px;
    text-align: center;
    cursor: pointer;
}

    .r-sidebar_toggle > span {
        width: 6px;
        background-color: #fff;
        height: 6px;
        display: inline-block;
        border-radius: 6px;
        margin: 15px 1px;
    }

.header__dop-menu .top_menu {
    position: absolute;
    left: 150px;
    top: 0;
}

.header__dop-menu .my-menu__cont {
    position: absolute;
    right: 150px;
    margin-top: 10px;
}

.header__dop-menu .zag {
    display: none;
}

.nano > .nano-pane {
    opacity: .7;
    width: 6px;
    background: rgba(0,0,0,0);
}

table.goods-table tbody td.product-title a {
    font-weight: 400;
}

table.goods-table tbody td.product-title.bold a {
    font-weight: 500;
}

.ui-widget-content {
    font-family: "Roboto", sans-serif;
}

.static-page .l-sidebar_toggle,
.games-page .l-sidebar_toggle {
    display: none;
}

.static-page .content_center.content-how2pay,
.static-page div.platiru-texts {
    width: 100%;
    float: none;
}

.search-page .right_side .adds_product_images {
    margin-top: 0;
}

.partners-menu--selectOuter {
    display: none;
}

.partners-menu--selectOuter {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../img/caret-down.png") no-repeat 98% 50%;
}

    .partners-menu--selectOuter select {
        padding: 8px 10px;
        width: 100%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
    }

        .partners-menu--selectOuter select:focus {
            outline: none;
        }

div.platiru-name button.del {
    float: right;
    margin: 0;
}

/*gooods*/
.goods_descr_images {
    display: inline-block;
    width: 100%;
}

.goods_full_descr .goods_descr_images a {
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    margin-right: 30px;
}

    .goods_full_descr .goods_descr_images a:nth-child(4n+4) {
        margin-right: 0;
    }

.goods .content_center > div.goods_descr_top > h1:first-child {
    margin-bottom: 0;
    line-height: normal;
    font-size: 20px;
}

.goods .content_center {
    width: calc(100% - 390px);
    padding-right: 390px;
    position: relative;
}

.goods-page .right_side {
    margin-top: 25px;
    position: absolute;
    margin-left: 780px;
    top: 0;
}

    .goods-page .right_side.is_stuck {
        /*bottom: 0px !important;
	position: fixed !important;
	top: 0px !important;*/
    }
    .goods-page .right_side.rightSidePosition {
        position: absolute !important;
        top: auto !important;
    }
    .goods-page .right_side.is_stuck{
        overflow: auto;

    }
        .goods-page .right_side.is_stuck::-webkit-scrollbar {
            width: 3px;
            background-color: #f5f5f5;
        }
        .goods-page .right_side.is_stuck::-webkit-scrollbar-thumb {
            border-radius: 6px;
            background-color: #777;
        }
        .goods-page .right_side.is_stuck::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
            border-radius: 6px;
        }
            .right_side.is_stuck .goods_order_form_quanuty input,
            .right_side.is_stuck .goods_order_form_quanuty select {
                width: 129px;
            }
            .right_side.is_stuck .ddOutOfVision:first-child + .dd {
                margin-right: 6px;
            }
            .right_side.is_stuck div.goods_pay_by {
                width: 333px;
            }
            .right_side.is_stuck .goods_order_form_btns button {
                width: 158px;
            }
            .right_side.is_stuck  div.goods_pay_by div.sort_by.goods_pay_by_select {
                width: 322px;
            }


.category-page .breadcrumbs div a:last-child {
    color: #8f8f8f;
    pointer-events: none;
    cursor: default;
}

    .category-page .breadcrumbs div a:last-child:hover {
        text-decoration: none;
    }

.goods-alert {
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #f59622;
    font-size: 12px;
    box-sizing: border-box;
    /*height: 40px;*/
}

.goods_descr_top--zag {
    /*height: 40px;*/
}

.close_ls {
    display: none;
    width: 24px;
    height: 24px;
    max-width: 256px;
    max-height: 256px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjRweCIgdmVyc2lvbj0iMS4xIiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiPgogIDxnPgogICAgPHBhdGggZmlsbD0iIzdhN2E3YSIgZD0iTTI4Ljk0MSwzMS43ODZMMC42MTMsNjAuMTE0Yy0wLjc4NywwLjc4Ny0wLjc4NywyLjA2MiwwLDIuODQ5YzAuMzkzLDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OSAgIGMwLjUxNiwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTlsMjguNTQxLTI4LjU0MWwyOC41NDEsMjguNTQxYzAuMzk0LDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OWMwLjUxNSwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTkgICBjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OUwzNS4wNjQsMzEuNzg2TDYzLjQxLDMuNDM4YzAuNzg3LTAuNzg3LDAuNzg3LTIuMDYyLDAtMi44NDljLTAuNzg3LTAuNzg2LTIuMDYyLTAuNzg2LTIuODQ4LDAgICBMMzIuMDAzLDI5LjE1TDMuNDQxLDAuNTljLTAuNzg3LTAuNzg2LTIuMDYxLTAuNzg2LTIuODQ4LDBjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDlMMjguOTQxLDMxLjc4NnoiLz4KICA8L2c+Cjwvc3ZnPgo=);
    position: absolute;
    right: 15px;
    top: 10px;
    background-position: center center;
    cursor: pointer;
    z-index: 1;
}

.close_rs {
    display: none;
    width: 16px;
    height: 16px;
    max-width: 256px;
    max-height: 256px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjRweCIgdmVyc2lvbj0iMS4xIiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiPgogIDxnPgogICAgPHBhdGggZmlsbD0iIzdhN2E3YSIgZD0iTTI4Ljk0MSwzMS43ODZMMC42MTMsNjAuMTE0Yy0wLjc4NywwLjc4Ny0wLjc4NywyLjA2MiwwLDIuODQ5YzAuMzkzLDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OSAgIGMwLjUxNiwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTlsMjguNTQxLTI4LjU0MWwyOC41NDEsMjguNTQxYzAuMzk0LDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OWMwLjUxNSwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTkgICBjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OUwzNS4wNjQsMzEuNzg2TDYzLjQxLDMuNDM4YzAuNzg3LTAuNzg3LDAuNzg3LTIuMDYyLDAtMi44NDljLTAuNzg3LTAuNzg2LTIuMDYyLTAuNzg2LTIuODQ4LDAgICBMMzIuMDAzLDI5LjE1TDMuNDQxLDAuNTljLTAuNzg3LTAuNzg2LTIuMDYxLTAuNzg2LTIuODQ4LDBjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDlMMjguOTQxLDMxLjc4NnoiLz4KICA8L2c+Cjwvc3ZnPgo=);
    position: absolute;
    right: 10px;
    top: 10px;
    background-position: center center;
    cursor: pointer;
    z-index: 1;
}

.goods .content_center .goods_descr_top--zag h1 {
    line-height: normal;
}

.goods .content_center .goods_descr_images {
    display: block;
}

.content-loader {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #0157cf;
    z-index: 1000;
}

    .content-loader .loader {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 25%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.content-loader .loader .ball-scale > div {
    background-color: #0157cf;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

.popup-cart-table-body table.goods-table.goods-table-cart tbody td.product-discount.product-discount-empty::before {
    display: none;
}

.q-change input::-webkit-outer-spin-button,
.q-change input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table.goods-table.goods-table-with-discount.goods-table-cart tbody td.product-title > div {
    /* width: 375px; */
    width: 345px;
}

table.goods-table.goods-table-with-discount.goods-table-cart thead tr th.product-title {
    /* width: 385px; */
    width: 355px;
}

table.goods-table-cart tbody td.product-quantity div.q-change input,
.q-change input {
    padding-right: 20px;
    padding-left: 20px;
    border-color: #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    /* height: 23px;
    width: 76px; */
    height: 37px;
width: 110px;
}

.q-change {
    padding: 0 !important;
    position: relative;
    display: inherit;
}

.q-plus {
    width: 20px;
    height: 21px;
    position: absolute;
    z-index: 1;
    right: 0;
    text-align: center;
    top: 1px;
    line-height: 22px;
    border-left: 1px solid #ccc;
    cursor: pointer;

    width: 37px;
height: 37px;
border: 1px solid #b8b8b8;
background-image: linear-gradient(0deg,#e8e8e8,#fdfdfd),linear-gradient(#f7f7f7,#f7f7f7);
border-radius: 3px;
background-color: #fff;
padding: 5px 5px 5px 5px;
font-size: 15px;
color: #173653;
position: relative;
cursor: pointer;
font-size: 18px;
color: #555;
font-family: Roboto_bold;
text-transform: uppercase;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
text-align: center;
position: absolute;
line-height: 27px;
top: 0;
}

.q-minus {
    width: 20px;
    height: 21px;
    position: absolute;
    z-index: 1;
    left: 0;
    text-align: center;
    top: 1px;
    line-height: 22px;
    cursor: pointer;
    border-right: 1px solid #ccc;

    width: 37px;
height: 37px;
border: 1px solid #b8b8b8;
background-image: linear-gradient(0deg,#e8e8e8,#fdfdfd),linear-gradient(#f7f7f7,#f7f7f7);
border-radius: 3px;
background-color: #fff;
padding: 5px 5px 5px 5px;
font-size: 15px;
color: #173653;
position: relative;
cursor: pointer;
font-size: 18px;
color: #555;
font-family: Roboto_bold;
text-transform: uppercase;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
text-align: center;
position: absolute;
top: 0;
}

.q-change input:disabled + .q-plus,
.q-change input:disabled + .q-plus + .q-minus {
    opacity: .7;
}

.ui-menu-item span {
    max-width: calc(100% - 123px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

li.my-goods-item > div p {
    line-height: 15px;
}

.ui-menu-item img {
    width: 100px;
    height: 38px;
}

.left_side.itmPage {
    display: none;
}

.homeBtn {
    background: transparent url(../img/home.png) center center no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    background-size: 16px 14px;
    margin-top: 1px;
}

/*fixed header*/
.main-cont {
    padding-top: 120px;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

    header.fixed {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        top: -60px;
        min-width: 300px;
    }

.burger {
    display: none;
    width: 45px;
    position: relative;
    margin-top: -2px;
    float: left;
    cursor: pointer;
}

    .burger > span {
        width: 35px;
        background-color: #fff;
        height: 5px;
        display: block;
        margin-top: 5px;
        margin-left: 5px;
        border-radius: 2px;
    }

.logoSmall {
    display: none;
    background: transparent url(../img/logoSmall.png) center center no-repeat;
    background-size: 35px 40px;
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px;
    margin-right: 40px;
}

    .logoSmall a {
        display: block;
        height: 40px;
    }

.searchBtn {
    display: none;
    background: transparent url(../img/searchW.png) center center no-repeat;
    width: 40px;
    height: 40px;
    background-size: 32px 32px;
    position: absolute;
    right: 150px;
    cursor: pointer;
}

    .searchBtn.active {
        background: transparent url(../img/searchActive.png) center center no-repeat;
        background-size: 32px 32px;
    }

.searchCont {
    display: none;
    position: fixed;
    height: 40px;
    left: 0;
    right: 0;
    top: -40px;
    background-color: #f2f2f2;
}

header.fixed .logoSmall {
    display: block;
}

header.fixed a.catalog-menu {
    margin-right: 10px;
    padding-right: 0;
    background: none;
}

    header.fixed a.catalog-menu > span {
        display: none;
    }

        header.fixed a.catalog-menu > span.burger {
            display: block;
        }

header.fixed .catalog_dropdown {
    top: 60px;
}

header.fixed .en div.catalog_dropdown > ul:after,
header.fixed div.catalog_dropdown > ul:before {
    left: 27px;
}

header.fixed div.catalog_dropdown > ul:after,
header.fixed div.catalog_dropdown > ul:before {
    left: 21px;
}

header.fixed div.catalog_dropdown > ul:before {
    margin-left: -11px;
}

.goods_order_form .dd .ddTitle {
    z-index: 0;
}

.fixedHeader .goods-page .right_side {
    margin-top: 75px;
}

.q-change input[type=number]::-webkit-inner-spin-button,
.q-change input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.q-change input[type=number] {
    -moz-appearance: textfield;
}

.q-change {
    display: inline-block;
}

.l-sidebar__vis .searchCont {
    left: 265px;
}

.goods_descr_images__mobile {
    display: none;
}

.goods .content_center .goods_descr_bottom .goods_descr_images {
}

.goods_merchant_info_icons__mobile {
    display: none;
}

/*.overlayBlack{
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1000;
	display: none;
}*/

.digiseller-body .digiseller-standalone-description,
.digiseller-buy-standalone .digiseller-standalone-description {
    word-break: break-word;
}

.goods_order_form_subscribe {
    padding: 15px 10px;
    background-color: #f2f2f2;
}

.subscribeBtn {
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #0157cf, #1650a2);
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 12px;
    display: inline-block;
    margin-top: 5px;
    width: 90px;
    text-align: center;
}

    .subscribeBtn:hover {
        text-decoration: none;
    }

.subscribeText {
    font-size: 12px;
    font-weight: bold;
    color: #777783;
    display: block;
}

.subscribeEmail {
    border-radius: 4px;
    border: solid 1px #b5b5b5;
    padding: 5px;
    height: 31px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-right: 10px;
}

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

.subscribeEmailError {
    color: #a90202;
    margin-left: 6px;
    margin-top: 6px;
    display: block;
}

.subscribeSuccess {
    background: transparent url(../img/alarm.png) 20px center no-repeat;
    background-size: 35px 32px;
    padding: 15px 10px;
    background-color: #f2f2f2;
    font-size: 12px;
    color: #777783;
    padding-left: 75px;
}

.goods_order_form_subscribe .row_captcha {
    display: inline-block;
    width: 100%;
}

.touchDevice div.popup-content {
    height: 60vh;
    overflow: scroll;
}

.goods .content_center .goods_order_form_buttons h1 {
    font-size: 16px;
}

.qrCodeLink {
    display: block;
    width: 60px;
    height: 60px;
    float: right;
    /* margin-right: 15px; */
    margin-left: -5px;
}

    .qrCodeLink img {
        display: block;
        max-width: 100%;
    }

    .qrCodeLink + .logo + div.langs + .header__dop-menu .top_menu {
        left: 225px;
    }

.overlayModalQr {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15200;
    display: none;
}

.overlayModalContainerQr {
    z-index: 1001;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    margin-left: -370px;
    top: 50%;
    margin-top: -240px;
    background-color: #f2f2f2;
}

#modalQr .overlayModalContainerQr {
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
}

#modalQr img {
    display: block;
    max-width: 100%;
}

.touchDevice .qrCodeLink {
    width: 37px;
    height: 37px;
}

.QRheader div.langs {
    right: 113px;
    top: 22px;
}

.touchDevice .QRheader .top_user_controls {
    right: 70px;
}

.touchDevice .qrCodeLink + .logo + div.langs {
    left: 152px;
}

.QRheader + div + script + .wrapper {
    margin-top: 14px;
}

@media screen and (max-width: 768px) {
    .qrCodeLink {
        width: 37px;
        height: 37px;
    }
    /* .qrCodeLink + .logo + div.langs{
		left: 152px;
	} */

    .QRheader .top_user_controls {
        right: 70px;
    }

    .QRheader div.langs {
        top: 4px;
        right: inherit;
    }
}

@media screen and (min-width: 769px) {

    .QRheader .top-panel {
        height: 74px;
    }

    .QRheader .qrCodeLink {
        width: 74px;
        height: 74px;
    }

    .QRheader .logo {
        padding: 16px 0;
    }

    .QRheader .top_menu {
        margin-top: 30px;
    }
}


.games_slider_nav {
  margin-top: 10px;
      margin: 10px 10px 0;
}

.games_slider_nav .slick-dots li{
  margin: 0;
}

.games_slider_nav .slick-dots li button:before,
.games_slider_nav .slick-dots li button:hover:before,
.games_slider_nav .slick-dots li button:focus:before,
#slider-games .slick-dots li button:before,
#slider-games .slick-dots li button:hover:before,
#slider-games .slick-dots li button:focus:before{
  font-size: 12px;
  opacity: 1;
  color: #bbbbbb;
}

.games_slider_nav .slick-dots li button:hover,
#slider-games .slick-dots li button:hover{
  opacity: 1 !important;
}

.games_slider_nav .slick-dots li.slick-active button:before,
#slider-games .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f59622;
}

.games .games_slider > div{
  margin-left: 0;
}

.games .games_slider div div span {
    width: 105px;
    height: 131px;
    padding: 0 7px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.games .games_slider .slick-dots li{
  margin: 0;
}

/* .games .games_slider .slider_inner {
  width: 238px;
  margin: 8px auto 30px;
} */

.goods_order_form_quanuty .ddOutOfVision:first-child + .dd{
    margin-right: 0;
}
.goods_order_form_quanuty .ddOutOfVision:first-child + .dd .ddTitle{
    position: static;
}
.goods_order_form_quanuty .ddOutOfVision:first-child + .dd .ddArrow{
    right: 13px;
}
