HTML, BODY {
    height: 100%;
}
HTML {
    /*background-color: #fff;*/
    -webkit-text-size-adjust: none;
}
BODY {
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #111;
    overflow-y: scroll;
    overflow-x: hidden;

    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -ms-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
}
BODY::before {
    content: '';
    width: 0;
    height: 100%;
    float: left;
    margin-top: -800%;
}

#tolog {
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    padding: 8px 12px;
    font-size: 14px;
    background-color: #333;
    color: #fff;
    z-index: 1000;
}

/*
A {
    color: #1b98e0;
}
A:hover {
    color: #f50;
}
*/


.fleft {
    float: left;
}
.fright {
    float: right;
}

#topband {
    position: fixed;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    background-color: #f5f6f7;
    z-index: 1000;

    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -ms-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
}
.admin #topband {
    position: relative;
    margin-top: -40px;
}
#topband .clearfix {
    padding-top: 13px;
}

#main {
    position: relative;
    min-height: 100%;
    opacity: 1;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#main.opened {
    opacity: 1;
}
#main:after {
    content: '';
    display: table;
    height: 292px;
}
#main:before {
    content: '';
    display: block;
    height: 40px;
}

#header, #body, #footer {
    position: relative;
}
.navmenu_button{
    background-color: #fff;
}
.fixcolumn {
    position: relative;
    width: 980px;
    margin: 0 auto;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

#footer {
    height: 280px;
    margin-top: -280px;
    background-color: #333;
    color: #d6d6d6;
    font-family: 'Exo 2', sans-serif;
}
#footer > .fixcolumn {
    position: static;
    padding-top: 32px;
}
#footer .copy {
    font-size: 13px;
    line-height: 1.1;
    color: #848484;
    padding-left: 24px;
    clear: both;
    position: relative;
    top: 1em;
    margin-bottom: -2.2em;
}
#footer A {
    color: #b9b9b9;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
#footer A:hover {
    color: #fff;
}
#footer NAV {
    font-size: 13px;
}
#footer NAV UL {
    padding-left: 24px;
}
#footer NAV LI {
    margin-top: 8px;
}

/*[class^='col-'] {
    float: left;
    position: relative;
    margin-right: -100%;
    width: 18%;
}*/
#footer .col-2 {
    left: 20%;
    width: 50%;
}
#footer .col-2 P {
    line-height: 1.1;
    padding-top: 1px;
}
#footer .col-3 {
    left: 73%;
    width: 27%;
}
#footer H3 {
    font-family: 'Russo One', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 4px;
}
#footer .vcard {
    font-size: 10px;
    margin: -1px 0 32px;
}
div.accessories_warning{
    border: #FF7E00 1px dashed;
    padding: 5px;
    margin: 12px 0;
    font-size: 12pt;
    background-color: #fff;
}
.vcard .company-name {
    position: absolute;
    left: -9999px;
}
.vcard A {
    text-decoration: none;
}
.vcard > P {
    margin-bottom: 12px;
}
.vcard > P:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url('../img/ico-address.png') no-repeat;
    margin-right: 6px;
}
.vcard > P.tlf:before {
    background-position: -22px 0;
}
.vcard > P.email:before {
    background-position: -44px 0;
}
.vcard .tlf > SPAN {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.vcard .tlf .tel {
    display: block;
}

#header {
    padding-top: 26px;
    z-index: 300;

    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}
.navmenu {
    font-family: 'Exo 2', sans-serif;
    font-size: 19px;
    font-weight: 500;
    margin-right: 8%;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#header.search-active NAV {
    opacity: 0;
    z-index: -300;
}
.navmenu A {
    display: block;
    padding: 12px 24px;
    text-decoration: none;
    white-space: nowrap;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.navmenu LI {
    position: relative;

    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.navmenu > UL {
    text-align: justify;
    line-height: 1px;
    margin-bottom: -1px;
}
.navmenu > UL:after {
    content: '';
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.navmenu > UL > LI {
    display: inline-block;
    line-height: 1.25;
}
.navmenu > UL > LI:hover {
    background-color: #1b98e0;
}
.navmenu > UL > LI > A {
    color: #666;
}
.navmenu > UL > LI > A:after {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 2px;
    margin: 10px auto 0;
    background-color: #fff;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.navmenu > UL > LI:hover > A {
    color: #fff;
}
.navmenu > UL > LI:hover > A:after {
    width: 100%;
}

/*открываем меню на главной*/

.navmenu > UL > LI.opened
{
    background-color: #1b98e0;
}
.navmenu > UL > LI.opened > A
{
    color: #fff;
}
.navmenu LI.opened  > UL {
    margin-top: 0;
    opacity: 1;
}
.navmenu > UL > LI.opened  > A:after
{
    content: '';
    display: block;
    position: relative;
    width: 100% !important;
    height: 2px;
    margin: 10px auto 0;
    background-color: #fff;
}
.navmenu > UL UL {
    position: absolute;
    text-align: left;
    opacity: 0;
    margin-top: -9999px;
    border: 1px solid #1b98e0;
    background-color: #1b98e0;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.navmenu > UL UL LI {

}
.navmenu > UL UL LI:hover {
    background-color: #fff;
}
.navmenu > UL UL LI A {
    color: #fff;
}
.navmenu > UL UL UL {
    left: 100%;
    top: -1px;
    border-left-color: #2caae6;
}
.navmenu LI:hover > UL {
    margin-top: 0;
    opacity: 1;
}

.navmenu > BUTTON {
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 42px;
    padding: 0;
    border-radius: 0;
    border: 0 none;
    background: #fff url('../img/ico-lupo.png') no-repeat -1px -48px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
    display: none;
    -webkit-appearance: none;
}

.navmenu_button {
    display: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    color: #330;
    border: 1px solid #330;
    cursor: pointer;
    margin: 10px 1% 1% 1%;
    width: 97%;
    line-height: 30px;
}

#header .logo {
    width: 220px;
    height: 59px;
    padding: 3px 0 0 5px;
    font-size: 14px;
    line-height: 0.8;
    text-align: right;
    float: left;
    position: relative;
    z-index: 1;

    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    -moz-transition: width 0.3s, height 0.3s, opacity 0.3s;
    -ms-transition: width 0.3s, height 0.3s, opacity 0.3s;
    -o-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
}
#header .logo A {
    font-family: 'Exo 2', sans-serif;
    color: #5e5e5e;
    text-decoration: none;
}
#header .logo STRONG {
    display: block;
    width: 226px;
    height: 44px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    /*background: url('../img/logo.png') no-repeat;*/
    background: url('/img/logo-highscreen_gray.svg') no-repeat;
    background-size: 100%;

    -webkit-transition: width 0.3s, height 0.3s;
    -moz-transition: width 0.3s, height 0.3s;
    -ms-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
}

#header .tel {
    float: right;
    padding-right: 7px;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    line-height: 26px;
    position: relative;
    z-index: 2;

    text-align:right;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#header .tel > A {
    display: block;
    margin-bottom: 2px;
    font-size: 19px;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
}
#header .tel SPAN > A {
    color: #a7a7a7;
    position: relative;
    top: -3px;
}
#header .tel P .errortext {
    display: none;
}

#header .topban {
    text-align: center;
    position: relative;
    left: 2px;
}
#header .topban IMG {

}

#header .navsearch {
    position: relative;
    margin-top: 18px;
}

#header .search {
    float: right;
    padding: 12px 24px 12px 0;
}
#header .search FIELDSET {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;

    -webkit-transition: opacity 0.3s, visibility 0.5s;
    -moz-transition: opacity 0.3s, visibility 0.5s;
    -ms-transition: opacity 0.3s, visibility 0.5s;
    -o-transition: opacity 0.3s, visibility 0.5s;
    transition: opacity 0.3s, visibility 0.5s;
}
#header.search-active .search FIELDSET {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
#header .search P {
    position: relative;
    margin: 8px 120px 0 16px;
}
#header .search INPUT[type='text'] {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding-left: 8px;
    border: 1px solid #d3d4d5;
    border-radius: 0;
    background-color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
}
#header .search INPUT[type='submit'] {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 4px;
    right: -56px;
    overflow: hidden;
    border: 0 none;
    background: url('../img/ico-lupo.png') no-repeat;
    cursor: pointer;
}
#header .search > A {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('../img/ico-lupo.png') no-repeat;
    z-index: 1;
}
#header.search-active .search > A {
    background-position: 0 -24px;
}

#televisor-container-offset {
    margin-left: 232px;
    background-color: #1b98e0;
}
#televisor-container {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 12px;
    background-color: #1b98e0;
}
#televisor {
    /*position: relative;*/
    /*max-height: 500px;*/
    /*margin-bottom: 12px;*/
    /*background-color: #f3f4f5;*/
    /*background-image: linear-gradient(165deg, #222c58 10%, #73c0d8 90%);*/
    overflow: hidden;

    /*изменения*/
    background-color: #1b98e0;
    width: 100%;
    height: 234px;
    /* width: 915px;
    left: 178px;*/

    /*конец изменений.*/
}

.button {
    display: inline-block;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #2f9c0e;
    padding-left: 6px;
    padding-right: 6px;
    height: 28px;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;

    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.button:hover {
    color: #fff;
    background-color: #44cb1a;
}
A.button {
    height: 26px;
    line-height: 25px;
    text-decoration: none;
    white-space: nowrap;
}


span.button {
    height: 26px;
    line-height: 25px;
    text-decoration: none;
    white-space: nowrap;
}
.buy_catalog.button
,.buy_catalog.fast_buy.button{
    width: 97pt !important;
    text-align: center !important;
    margin-bottom: 3pt !important;
}

.fast_buy.button{
    /*color: #fc7d00 !important;*/
    /*border-color: #fc7d00 !important;*/
}
.fast_buy.button:hover{
    color: #fff !important;
    background-color: #fc7d00 !important;
    border-color: #fff !important;
}
.button-red {
    color: #f00;
    border-color: #f00;
    font-size: 14px;
    font-weight: 500;
}
.button-red:hover {
    background-color: #f00;
}
.button-orange {
    /*    color: #fc7d00;
        border-color: #fc7d00;*/
    color: #fff;
    border-color: #fc7d00;
    background-color: #fc7d00;
}
.button-orange:hover {
    /*background-color: #fc7d00;*/
    background-color: #fff;
    color: #fc7d00;
}
h1.section_name{
    font-size: 22pt;
    font-weight: 200;
    font-family: 'Exo 2', sans-serif;
    /*    font-family: 'Exo 2', sans-serif;
        font-weight: bold;*/
    text-align: center;
    margin-bottom: 21pt;
}
.starz {
    position: relative;
    padding-top: 2px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 68px;
    margin-bottom: 0 !important;
    margin-right: 10px;
}
.starz SPAN,
.starz SPAN A {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    text-decoration: none;
}
.starz SPAN A {
    width: 13px;
    height: 12px;
    margin-right: 1px;
    overflow: hidden;
    background: url('../img/starz.png') no-repeat;
}
.starz SPAN:hover > A {
    background-position: 0 -12px;
}
.starz SPAN.activ > A {
    background-position: 0 -24px !important;
}
.prices .buy_credit{
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #1b98e0;
    font-weight: 200;
    padding: 2px;
    font-size: 12pt;
}
.prices .buy_credit:hover{
    background-color: #fc7d00;
    color: #fff;
}
.columns {
    text-align: justify;
    line-height: 1px;
    margin-bottom: -1px;
}
.columns:after {
    content: '';
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.columns .column {
    line-height: 1.25;
    display: inline-block;
    width: 33.3%;
    margin: 0 -1px;
    text-align: left;
    vertical-align: top;
    float:left;
}

.advertisement {
    margin-bottom: 16px;
    border: 1px solid #e8e8e8;
    background-color: #f5f6f7;
}
.advertisement H3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.advertisement P {
    line-height: 1.5;
}
.advertisement P A {
    color: #111;
    text-decoration: none;
}
.advertisement P A:after {
    content: '';
    width: 8px;
    height: 11px;
    background: url('../img/ico-right.png') no-repeat;
    margin: 3px 0 0 5px;
    position: absolute;
}
.advert {
    position: relative;
    padding: 16px 0;
}
.advert DT {
    float: left;
    width: 110px;
    height: 110px;
    padding-left: 18px;

    -webkit-transition: width 0.3s, height 0.3s;
    -moz-transition: width 0.3s, height 0.3s;
    -ms-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
}
.advert DT IMG {
    width: 100%;
    height: 100%;
}
.advert DD {
    overflow: hidden;
    padding: 0 18px;
}

.goods SECTION {
    display: block;
    margin-bottom: 10px;
}
.goods H2 {
    padding: 0 0 6px 14px;
    text-transform: uppercase;
}
.goods .columns .column:nth-child(n + 4) {
    /*display: none;*/
}
.goods .similar .columns .column:nth-child(n + 4) {
    /*display: inline-block;*/
}

.goodsitem,
.catitem {
    position: relative;
    padding: 16px 0;
    background-color: #fff;

    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.goodsitem:hover,
.catitem:hover {
    box-shadow: 0 1px 12px rgba(0,0,0,0.3);
    z-index: 10;
}
.goodsitem DT {
    float: left;
    width: 114px;
    height: 140px;
    margin-right: 5px;
    padding-left: 10px;

    -webkit-transition: width 0.3s, height 0.3s;
    -moz-transition: width 0.3s, height 0.3s;
    -ms-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
}
.goodsitem DT IMG {
    width: 100%;
    max-height: 100%;
}
.goodsitem DD {
    overflow: hidden;
    padding: 0 10px;
}
.goodsitem H3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 12pt;
    font-weight: 400;
    height: 5.5em;
    overflow: hidden;
    /*margin-bottom: 12px;*/
}
.goodsitem .row {
    margin-top: 10px;
}
.goodsitem .row .fright {
    width: 90px;
}


.goodsitem:hover .button {
    color: #fff;
    background-color: #1b98e0;
}

.goodsitem:hover .fast_buy.button {
    color: #fff !important;
    background-color: #fc7d00 !important;
    border-color: #fff !important;
}

.goodsitem:hover .button.button-red {
    background-color: #f00;
}

.goodsitem .price {
    font-size: 16px;
    color: #848484;
}
.goodsitem:hover .price {
    color: #555;
}
.goodsitem .price STRONG {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: 900;
}
.goodsitem .oldprice {
    font-size: 15px;
    margin-top: -1px;
    color: #848484;
}
.goodsitem .newprice {
    margin-top: -3px;
    color: #848484;
    font-size: 16px;
    line-height: 1;
}
.goodsitem .newprice STRONG {
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.goodsitem .revcnt STRONG {
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 900;
}
ul.product_info{
    list-style-type:disc;
    margin-left:20pt;
}
ul.product_info li{
    margin:10pt;
}
.catitem {
    padding: 22px 10px 22px 16px;
    border-bottom: 1px solid #ddd;
}
.catitem > DT {
    float: left;
    text-align: center;
    margin-right: 32px;
}
.catitem > DT IMG {
    display: block;
    width: 100%;
    max-height: 100%;
}
.catitem > DD {
    overflow: hidden;
}
.catitem > DD > .fleft {
    width: 364px;
}
.catitem > DD > .fright {
    min-width: 152px;
}
.catitem .oldprice {
    font-size: 15px;
    color: #848484;
    display: block;
    text-align: right;
}
.catitem .price {
    font-size: 16px;
    color: #555;
    display: block;
    margin-bottom: 6px;
    text-align: right;
}
.catitem .price STRONG {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: 900;
}
.catitem .price INS {
    font-size: 10px;
}
.catitem .revcnt STRONG {
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    font-weight: 900;
    position: relative;
    top: 1px;
}
.catitem H3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: inline;
    margin-right: 16px;
}
.catitem > DD .id,
.catitem > DD P {
    font-size: 11px;
    color: #848484;
}
.catitem > DD .id {
    white-space: nowrap;
}
.catitem > DD UL {
    font-size: 11px;
    margin-bottom: 16px;
}
.catitem > DD LI {
    margin-bottom: 5px;
}
.catitem > DD LI.preview_text {
    margin-top: 10pt;
    font-size: 9pt;
    text-align: justify;
}

.catitem > DD LI.preview_text a{
    text-decoration: none;
}

.catitem > DD LI A {
    color: #111;
}
.catitem > DD P.clearfix {
    margin: 8px 0;
}
.catitem > DD P A {
    color: #848484;
}
.catitem .delivery {
    float: right;
    padding-top: 2px;
    text-decoration: none;
    border-bottom: 1px dotted #848484;
    position: relative;
    cursor: pointer;
    z-index: 10;
}
.catitem .delivery INS,
BODY > .baloon {
    position: absolute;
    white-space: nowrap;
    padding: 10px 15px;
    font-family: 'Exo 2', sans-serif;
    font-size: 11px;
    line-height: 2;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-left: -9999px;
    opacity: 0;
    top: 1.5em;
    left: 0;
    color: #818181;
    /*width: 166px;*/

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.catitem .delivery:hover INS {
    /*margin-left: 0;
    opacity: 1;*/
}
.catitem > DD P > VAR {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.catitem > DD LABEL {
    margin-left: -2px;
}
.catitem > DD LABEL > * {
    vertical-align: middle;
    cursor: pointer;
}
.catitem .starz {
    margin-top: -4px;
}

.catitem > DT > A {
    display: block;
    width: 114px;
    height: 140px;
    margin-bottom: 20px;

    -webkit-transition: width 0.3s, height 0.3s;
    -moz-transition: width 0.3s, height 0.3s;
    -ms-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
}
.catitem > DT > VAR {
    display: inline-block;
    position: absolute;
    left: 19px;
    top: 168px;
    color: #848484;
    cursor: pointer;
    padding-left: 18px;
}
.catitem > DT > VAR:before {
    /*content: '';
    width: 15px;
    height: 15px;
    background: url('../img/ico-lupko.png') no-repeat;
    position: absolute;
    left: 0;
    top: 1px;*/
}
.catitem > DT > VAR SPAN {
    border-bottom: 1px dotted #848484;
}
.catitem .sale {
    margin-bottom: 20px;
}

.tableview .catitem {
    width: 50%;
    padding: 22px 0;
    display: inline-block;
    margin: 0 -1px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-bottom: 0 none;
}
.tableview .catitem:first-child,
.tableview .catitem:first-child + .catitem {
    border-top: 0 none;
}
.tableview .catitem > DT {
    margin: 0 16px 0 17px;
}
.tableview .catitem > DT > A {
    /*width: 57px;
    height: 70px;
    margin-bottom: 12px;*/
}
.tableview .catitem > DT > VAR SPAN {
    display: none;
}
.tableview .catitem > DD > .fleft,
.tableview .catitem > DD > .fright {
    width: auto;
    float: none;
    margin-right: 16px;
}
.tableview .catitem > DD > .fleft {
    margin-bottom: 12px;
}
.tableview .catitem > DD P.clearfix {
    position: relative;
    padding-top: 12px;
    margin-bottom: 12px;
}
.tableview .catitem > DD P > VAR {
    display: block;
    margin: 4px 0;
}
.tableview .catitem .delivery {
    float: none;
    display: inline-block;
    margin-top: 4px;
}
.tableview .catitem .starz {
    /*position: absolute;*/
    /*     top: 2px;
        margin-top: -4px; */
}
.tableview .catitem > DD > .fleft:before {
    display: none;
}
.tableview .catitem > DD UL {
    margin-right: 0;
    display: none;
}
.preview_text ul li{
    font-size:12px;
}
.preview_text ul{
    list-style:none;
}
.region > * {
    display: inline-block;
    position: relative;
}
.region DT {
    padding: 0 18px;
    font-size: 11px;
    color: #848484;
}
.region DT:before {
    content: '';
    width: 12px;
    height: 16px;
    background: url('../img/ico-place.png') no-repeat;
    position: absolute;
    left: 0;
    top: -2px;
}
.region DD > P {
    padding: 0 2px;
    border-bottom: 1px dashed #111;
    cursor: pointer;
}
.region DD > P:after {
    content: '';
    width: 13px;
    height: 8px;
    background: url('../img/ico-down.png') no-repeat;
    position: absolute;
    right: -18px;
    top: 4px;
}
.region #region_select {
    margin: 5px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 280px;
}
.region DD > DIV {
    position: absolute;
    background-color: #fff;
    padding: 2px;
    opacity: 0;
    margin-left: -9999px;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.region DD.active > DIV {
    opacity: 1;
    margin: 3px 0 0 -6px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.region #region_list {
    max-height: 368px;
    overflow-y: auto;
    overflow-x: visible;
}
.region #region_list LI {
    padding: 4px 20px 4px 8px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 15px;
}
.region #region_list LI:nth-child(even) {
    background-color: #f3f4f5;
}

.basket > * {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -4px;
}
.basket DT A {
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url('../img/ico-basket.png') no-repeat;
}
.basket DT IMG {
    display: none;
}
.basket DD {
    padding: 0 26px 0 14px;
}
.basket A {
    text-decoration: none;
}

.entereg {
    width: 428px;
    margin: 0 auto;
    text-align: right;
}
.entereg A:first-child {
    margin-right: 34px;
}

#bigban {
    margin: 16px 0;
    text-align: center;
    overflow: hidden;
}
#bigban IMG {
    max-width: 100%;
    height: auto !important;
}

.news-reviews {
    background-color: #f6f6f6;
    padding: 22px 30px;
    margin: 16px 0 12px;
    line-height: 1px;
    text-align: justify;
}
.news-reviews:after {
    content: '';
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.news-reviews SECTION {
    display: inline-block;
    width: 50%;
    margin: 0 -1px;
    vertical-align: top;
    text-align: left;
}
.news-reviews H2 {
    font-family: 'Russo One', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    padding-left: 3px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.news-reviews DL {
    line-height: 1.5;
    margin-bottom: -28px;
}
.news-reviews DT IMG {
    float: left;
    margin-right: 16px;
}
.news-reviews DD {
    overflow: hidden;
}
.news-reviews DD:after {
    content: '';
    display: block;
    clear: both;
    height: 28px;
}
.news-reviews .news > * {
    margin-right: 16px;
}
.news-reviews .reviews > * {
    margin-left: 24px;
}
.news DT {
    font-size: 11px;
    color: #848484;
    margin: -2px 0 4px;
}
.news DD H4 {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 6px;
}
.reviews DT {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #848484;
    margin: -2px 0 6px;
}
.reviews DT IMG {
    position: relative;
    top: 3px;
    width: 43px;
    height: 43px;
    background-color: #ccc;
}

.socials {
    font-size: 0;
    line-height: 0;
    position: relative;
    z-index: 10;
}
.socials LI {
    display: inline-block;
}
.socials A {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('../img/socials.png') no-repeat;
}
.socials .fb A {
    background-position: 0 0;
}
.socials .tw A {
    background-position: -35px 0;
}
.socials .gp A {
    background-position: -70px 0;
}
.socials .le A {
    background-position: -105px 0;
}
.socials .vk A {
    background-position: -140px 0;
}
.socials .ok A {
    background-position: -210px 0;
}
.socials .insta A {
    background-position: -245px 0;
    /*background: url('../img/insta.svg') no-repeat;*/
}
.socials .rs A {
    background-position: -175px 0;
}
.socials .fb A:hover {
    background-position: 0 -35px;
}
.socials .tw A:hover {
    background-position: -35px -35px;
}
.socials .gp A:hover {
    background-position: -70px -35px;
}
.socials .le A:hover {
    background-position: -105px -35px;
}
.socials .vk A:hover {
    background-position: -140px -35px;
}
.socials .rs A:hover {
    background-position: -175px -35px;
}
.socials .ok:hover A {
    background-position: -210px -35px;
}
.socials .insta:hover A {
    background-position: -245px -35px;
}
#developer {
    text-align: center;
    bottom: 10px;
    left: 50%;
    /* margin-left: -50px; */
    opacity: 0.3;
    position: absolute;
}
#developer A {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: rgb(132, 132, 132);

    -webkit-transition: text-shadow 0.3s;
    -moz-transition: text-shadow 0.3s;
    -ms-transition: text-shadow 0.3s;
    -o-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
}
#developer A:hover {
    color: #fff;
    text-shadow: 0 0 4px #24a5ff;
}

.counters {
    position: absolute;
    width: 180px;
    left: 50%;
    bottom: 30px;
    /* margin-left: -90px; */
    opacity: 0.3;
}

#maincard {
    padding: 20px 0 0;
}

.showcase {
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 60px;
}

.explan H1 {
    font-family: 'Russo One', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    display: inline;
}
.explan .starz {
    display: inline-block;
    margin-bottom: 14px;
}
.explan LABEL > * {
    vertical-align: middle;
    cursor: pointer;
}
.explan LABEL SPAN {
    display: inline-block;
}
.explan INPUT[type='checkbox'] {
    padding: 0;
    margin: 1px 3px 0 0;
    width: 13px;
    height: 13px;
}

.pricepurchase {
    padding: 0px 0px 2px 24px;
    margin-bottom: 20px;
    background-color: #f5f6f7;
}
.prices {
    /* padding-top: 4px; */
    font-size: 18px;
    font-weight: 600;
    /* line-height: 12pt; */
    /* float: left; */
    display: inline-block;
}
.prices > * {
    display: block;
}
.prices .price {
    /*font-size: 24px;*/
    color:#fc7d00;
    font-size: 27pt;
}
.purchase{
    /*width: 277pt;*/
    /* border: 1px solid #000; */
    display: inline-block;
    margin-left: 25px;
    /* margin-top: 12px; */
}
.purchase .button{


}
.purchase > DIV {
    /*display: inline-block;*/
    display: block;
}
.purchase .button {
    font-size: 14pt;
    padding: 0px 0pt;
    position: relative;
    margin-bottom: 3px;
}
.purchase-kauf {
    /*margin-right: 10px;*/
}
.purchase-kauf .button {
    /*padding-left: 22px;*/
    /*padding-left: 41pt;*/
    /*width: 124px;*/
    width: 147pt;
    text-align: center;
}
.purchase-kauf .button:before {
    content: '';
    position: absolute;
    width: 24pt;
    height: 18px;
    left: 6px;
    top: 50%;
    margin-top: -10px;
    background: url('../img/ico-basket.png') no-repeat;
    background-size: 22px;
    background-position: 0 -18px;
}
.purchase-kauf .button:hover:before {
    background-position: 0 0px;
}
.purchase-credit .button:before {
    content: '';
    position: absolute;
    width: 24pt;
    height: 18px;
    left: 6px;
    top: 50%;
    margin-top: -10px;
    background: url('../img/productcart_credit.png') no-repeat;
    background-size: 22px;
    background-position: 0 -19px;
}
.purchase-credit .button:hover:before {
    background-position: 0 2px;
}
.purchase-kauf .button{
    color: #fff;
    background-color: #1b98e0;
}
.purchase-kauf .button:hover{
    color: #1b98e0;
    background-color: #fff;
}
.purchase-credit .button {
    /*padding: 0pt 0pt;*/
    /*width: 149px;*/
    width: 147pt;
    text-align: center;
}
.purchase-credit A {
    /*color: #fc7d00;*/
    color: #fff;
}
.purchase-delivery{
    font-size: 12pt;
}
.purchase-delivery>span.product_delivery_price{
    font-weight: 700;
}
.description {
    font-size: 13px;
    line-height: 1.4;
    /*margin-bottom: 16px;*/
}
.description STRONG {
    font-size: 15px;
}

.features {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.features LI {
    margin-bottom: 7px;
    overflow: hidden;
}
.features SPAN {
    float: left;
    padding: 10px 12px;
    background-color: #f5f6f7;
}

.explan .delivery {
    font-size: 13px;
    margin-bottom: 14px;
}
.explan .delivery DT {
    font-weight: 300;
    margin-bottom: 3px;
}
.explan .delivery DD {
    font-weight: 500;
}
.explan .delivery INS {
    color: red;
}


DL.itemphoto DD A {

}
DL.itemphoto DD A:nth-child(5n){
    /*    margin: 12px 0px 0 0;*/
}

.backlink {
    position: relative;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #333;
    padding: 7px 15px 7px 7px;
    background-color: #f3f4f5;
    margin: -7px 30px 0 15px;
}
.backlink:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 30px;
    left: -15px;
    top: 0;
    background: url('../img/backarrow.png') no-repeat;
}

.catalogue ASIDE {
    float: left;
    width: 26%;
}
.catalogue .maincolumn {
    float: right;
    width: 72%;
}

.topfilters > BUTTON {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: -5px 10px 0 0;
    display: none;
    float: left;
    border-radius: 0;
    border: 0 none;
    background-color: #fff;
    color: #848484;
    cursor: pointer;
    -webkit-appearance: none;
}
.topfilters > BUTTON:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: #fff url('../img/ico-lupo.png') no-repeat -1px -48px;
}

.tags {
    padding: 11px 11px 13px;
    color: #999;
    border: 1px solid #e0e0e0;
    background-color: #f1f1f1;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 22px;
    overflow: hidden;
}
.tags A {
    color: #999;
    font-size: 11px;
}
.tags > * {
    display: inline-block;
    margin: 0 4px;
}

.paramselect {
    font-size: 13px;
    text-align: center;
}
.paramselect A:first-child {
    margin-right: 10px;
}
.paramselect .active {
    font-size: 15px;
    font-weight: bold;
    color: #111;
    cursor: default;
    text-decoration: none;
}

.filters {
    border: 1px solid #e0e0e0;
    font-family: 'Exo 2', sans-serif;

    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -ms-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
}
.filters .paramselect,
.filters > DL > * {
    padding: 18px 15px;
}
.filters > DL > DT {
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
}
/*.filters > DL > DT SPAN {
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #333;
    cursor: pointer;
}
.filters > DL > DT SPAN:after {
    content: '';
    width: 7px;
    height: 8px;
    background: url('../img/ico-down.png') no-repeat 50% 0;
    position: absolute;
    right: -13px;
    top: 6px;
}*/
.filters > DL > DD {
    padding-top: 0;
    margin-top: -6px;
}
.filters LABEL {
    display: block;
    margin-top: 3px;
}
.filters LABEL:first-child {
    margin-top: 0;
}
.filters LABEL > * {
    /*display: inline-block;*/
    vertical-align: middle;
    cursor: pointer;
}
INPUT[type="checkbox"] {
    width: 13px;
    height: 13px;
    border-radius: 0;
}
.range {
    text-align: justify;
}
.range INPUT[type='text'] {
    font-family: 'Exo 2', sans-serif;
    width: 70%;
    height: 18px;
    line-height: 16px;
    padding: 0;
    color: #8a8a8a;
    border: 0 none;
    background-color: #FFF;
}
[class^='iwrap-'] {
    display: inline-block;
    border: 1px solid #cfcfcf;
    width: 45%;
    height: 30px;
    padding: 5px 0;
    color: #8a8a8a;
    background-color: #FFF;
}
[class^='iwrap-']:before {
    margin: 0 3px 0 5px;
}
.iwrap-from:before {
    content: '\043e \0442';
}
.iwrap-to:before {
    content: '\0434 \043e';
}
.sliderholder {
    display: inline-block;
    width: 100%;
    margin-top: 18px;
    background-color: #e1e4e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
}
.ui-slider-horizontal {
    height: 7px;
    margin: 0 8px;
}
.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    margin-left: -8px;
    top: -5px;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 50%;
    cursor: pointer;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: #1b98e0;
}
.buttonholder {
    padding: 7px 12px 15px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.buttonholder .button {
    background-color: #1b98e0;
    color: #fff;
    width: 110px;
    height: 32px;
    margin-top: 8px;
    -webkit-appearance: none;
}
.buttonholder .button:hover{
    background-color: #45C7FD;
    border: none;
}
.filters-on BODY,
.filters-on #topband {
    margin-left: 270px;
}
.filters-on BODY {
    margin-right: -270px;
}
.filters-on .filters {
    margin-left: 280px;
}

.topfilters {
    margin-bottom: 22px;
}
.topfilters .fright {
    margin-right: -8px;
}
.topfilters DL > * {
    display: inline-block;
}
.topfilters DD {
    margin: 0 8px;
}
.topfilters A {
    display: inline-block;
    position: relative;
}
.topfilters .fleft .active A {
    text-decoration: none;
    border-bottom: 1px dotted #bbb;
    color: #aaa;
    margin-right: 15px;
}
.topfilters .fleft A[class*='sort-']:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    top: 4px;
    right: -15px;
    display: none;
    background: url('../img/ico-updown.png') no-repeat;
}
.topfilters .fleft .active A[class*='sort-']:after {
    display: block;
}
.topfilters .fleft A.sort-up:after {
    background-position: -11px 0;
}
.topfilters .fright A {
    margin-left: 15px;
}
.topfilters .fright A:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 2px;
    left: -15px;
    background: url('../img/ico-goodslist-type.png') no-repeat;
}
.topfilters .fright .active A {
    text-decoration: none;
    color: #111;
    cursor: default;
}
.topfilters .fright DD + DD A:before {
    background-position: -11px 0;
}

.pagination {
    margin: 12px -8px 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
}
.pagination A,
.pagination SPAN {
    margin: 0 8px;
}


.hide {
    height: 0 !important;
}
.highlight {
    background-color: gold !important;
    color: #111 !important;
}

/*  = SLIDER REVOLUTION = */
.tp-leftarrow.default,
.tp-rightarrow.default {
    border-radius: 50%;
    opacity: 0;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.fullwidthbanner-container:hover .tp-leftarrow.default,
.fullwidthbanner-container:hover .tp-rightarrow.default {
    opacity: 0.5;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
    opacity: 1 !important;
}
.tp-bannertimer {
    top: auto;
    bottom: 0;
}

.catalog-compare-list {
    margin-bottom: 20px;
    width: 280px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-left: -280px;
    z-index: 1000;
    background: #fff;

    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -ms-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
}
.catalog-compare-list.opened {
    margin-left: 0;
}
.catalog-compare-list DL {
    padding: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-height: 148px;
}
.catalog-compare-list DT {
    position: absolute;
    left: 100%;
    top: 0;
    width: 32px;
    height: 180px;
    cursor: pointer;
    background-color: #1b98e0;
}
.catalog-compare-list DT + DD {
    min-height: 110px;
    margin-bottom: 10px;
}
.catalog-compare-list H2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    white-space: nowrap;
    margin-top: 138px;
    text-transform: uppercase;
    color: #fff;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.catalog-compare-list TABLE {
    width: 100%;
}
.catalog-compare-list TBODY TD {
    padding: 5px 0;
    font-size: 13px;
}
.catalog-compare-list TBODY TD + TD {
    width: 1%;
}
.catalog-compare-list INPUT[type='submit'],
.catalog-compare-result INPUT[type='submit'] {
    display: inline-block;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 28px;
    line-height: 1;
    background-color: #1b98e0;
    border: 1px solid #1b98e0;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.data-table-wrapper {
    width: 100%;
    overflow: auto;
    margin-bottom: 8px;
}
.catalog-compare-result .data-table {
    min-width: 500px;
}

.catalog-compare-result .data-table TH,
.catalog-compare-result .data-table TD {
    text-align: left;
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: top;
    font-size: 10px;
}
.catalog-compare-result .data-table TBODY TR:nth-child(odd) TH,
.catalog-compare-result .data-table TBODY TR:nth-child(odd) TD {
    background-color: #eee;
}

.catalog-compare-boxes {
    background-color: #eee;
    padding: 15px;
    font-size: 11px;
    margin-bottom: 8px;
}
.catalog-compare-boxes LABEL {
    display: inline-block;
    padding: 3px;
    margin: 4px 0;
    cursor: pointer;
    width: 32%;
    vertical-align: top;
}
.catalog-compare-boxes LABEL INPUT {
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.catalog-compare-selector {
    margin-bottom: 8px;
}

.compare-name {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 8px;
}
.bx_ordercart .bx_ordercart_order_table_container .counter {
    min-width: 0;
}
.bx_ordercart .bx_ordercart_order_table_container .counter TD {
    vertical-align: middle;
    padding: 0 2px;
}

.bx-auth {
    font-family: 'Exo 2', sans-serif;
}
.bx-auth .bx-registration-table THEAD TD {
    padding-bottom: 12px;
    font-size: 16px;
    text-transform: uppercase;
}
.bx-auth TD {
    padding: 3px 0;
    vertical-align: middle;
}
.bx-auth TD + TD {
    padding-left: 5px;
}
.bx-auth INPUT[type='text'],
.bx-auth INPUT[type='password'] {
    padding: 5px;
    width: 168px;
    border: 1px solid #ddd;
}
.bx-auth INPUT[type='submit'] {
    width: 168px;
    display: inline-block;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 28px;
    line-height: 1;
    background-color: #2f9c0e;
    border: 1px solid #2f9c0e;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
}
.bx-auth P {
    margin: 10px 0;
}

.bx_page H2 {
    font-family: 'Exo 2', sans-serif;
    margin: 16px 0 8px;
    font-size: 16px;
    text-transform: uppercase;
}
.bx_page P {
    margin-bottom: 14px;
}

.bx_ordercart .bx_ordercart_order_table_container table td.margin {
    width: 1% !important;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
    width: 15% !important;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    width: 45% !important;
}

.ui-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    border-top: 0 none;
}
.ui-menu .ui-menu-item {
    border-top: 1px solid #ddd;
    padding-top: 1px;
}
.ui-menu .ui-menu-item:first-child {
    border-top: 0 none;
}
.ui-menu .ui-menu-item A {
    cursor: pointer;
    padding: 3px 4px;
    margin: 0 !important;
}
.ui-menu .ui-menu-item A.ui-state-focus,
.ui-menu .ui-menu-item A.ui-state-active {
    color: #f50;
}
.ui-autocomplete-loading {
    background: #fff url('../img/ui-anim_basic_16x16.gif') 99% 50% no-repeat !important;
}
.ui-autocomplete {
    position: fixed;
    max-height: 361px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999 !important;
}

#hs_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    opacity: 0.3;
    display: none;
}

.hs_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    opacity: 0.3;
    display: none;
}

[id^='CatalogSectionBasketbx_'] TABLE.popup-window {
    -webkit-border-radius: 0;
    border-radius: 0;
}
[id^='CatalogSectionBasketbx_'] TABLE.popup-window .popup-window-content {
    padding: 10px 0;
}
[id^='CatalogSectionBasketbx_'] TABLE.popup-window .popup-window-content > DIV > P:first-child {
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
[id^='CatalogSectionBasketbx_'] TABLE.popup-window .popup-window-content > DIV > P:first-child + IMG {
    width: auto !important;
    height: auto !important;
    max-width: 280px;
    max-height: 280px;
    margin-bottom: 16px;
}
[id^='CatalogSectionBasketbx_'] TABLE.popup-window .popup-window-content > DIV > P:first-child + IMG + P {
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 14px;
}

.bx_order_make .bx_logotype span {
    background-size: contain;
}


/* /freedelivery/ */
h1.freedelivery_banner{
    margin: 15pt 0pt -6pt 20pt;
    text-align: center;
    font-size: 20pt;
    color: #2A99EA;
    font-family:'Exo 2', sans-serif;
}

.freedeliveryTop-container{
    display: inline-block;
}
a.freedeliveryTop{
    text-decoration: none;
}

h2.freedeliveryTop-text:after{
    content: '';
    float: none;
    clear: both;
    display: block;
    text-decoration: none;
}

h2.freedeliveryTop-text{
    font-size: 20pt;
    float: left !important;
    font-family: 'Exo 2', sans-serif;
    text-align: right;
    text-decoration: none;
}
span.freedeliveryTop-text{
    display: block;
    font-size: 15pt;
    text-decoration: none;
}

.freedeliveryTop-text-comment{
    display: block;
    text-align: right;
    color: #626262;
    font-size: 9pt;
    font-weight: 200;
}
.freedeliveryTop-bibika{
    float: left !important;
}
.do_compare {
    /*display:block;*/
}

@media only screen and (max-width: 700px) {
    #oneclick_form_container{
        /*position: fixed;*/
        /*        top: 0;
                right: 0;
                bottom: 0;
                left: 0;*/
    }
    #simplemodal-container {
        width: 100%;
        /*height: 100%;*/
    }
    .itemphoto {
        /*        position: absolute;
                left: 0;
                top: 150px;*/
    }
}

@media only screen and (max-width: 720px) {
    .main_accessories{
        display: none;
    }
}


@media only screen and (max-width: 868px) {
    .do_compare {
        /*display:block;*/
    }
    .purchase-kauf {
        /*margin-right: 0px;*/
    }
    .purchase-kauf .button {
        /*        padding: 0pt;
                width: 147pt;*/
    }
    .prices > * {
        /*display: inline-block;*/
        margin: 0px 8px -8px !important;
    }
    .catitem > DD LI.preview_text {
        display: none;
    }

    .filter-selected-device {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    #televisor-container {
        width: 1340px;
    }

    .fixcolumn {
        width: 1340px;
    }
    .navmenu {
        margin-right: 11%;
    }
    #footer .col-3 {
        left: 77%;
        width: 23%;
    }
    .goods .columns .column {
        width: 24.9%;
    }
    .goods .columns .column:nth-child(n + 4) {
        display: inline-block;
    }
    .catitem > DD > .fleft {
        /*width: 420px;*/
        width: 550px;
        padding-left: 40px;
    }
    .tableview .catitem > DD > .fright {
        padding-left: 40px;
    }
    .catitem > DD P > VAR {
        margin-right: 22px;
    }
    .catalog-compare-boxes LABEL {
        width: 24%;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {

    .fixcolumn {
        width: 1200px;
    }
    .goods .columns .column {
        width: 24.9%;
    }
    .button{
        font-size: 14px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .goodsitem .row .fright {
        width: 71px;
        text-align: right;
        padding-right: 2px;
    }

    .goodsitem .oldprice {
        font-size: 15px;
        margin-top: -3px;
        margin-right: -17px;
    }
    .goodsitem DT {
        width: 131px !important;
        height: auto !important;
    }
    .goodsitem .price STRONG {
        font-family: 'Exo 2', sans-serif;
        font-size: 17px;
        font-weight: 900;
    }
    .b_test.in_cart__actions--container{
        bottom: 69pt !important;
    }
    .row.clearfix.buy_container>var.price {
        margin-left: 2pt !important;
    }
}


@media only screen and (min-width: 999px) {
    #header {
        border-bottom: 3px solid #1b98e0;
    }
    .navmenu UL {
        display: block !important;
    }
    .navmenu > UL UL LI:hover > A,
    .navmenu > UL UL LI > A:hover {
        color: #1b98e0;
    }
    .similar .columns:after {
        display: none;
    }
    .filters-on BODY,
    .filters-on .filters,
    .filters-on #topband {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 998px) {
    /*прячем блок с бесплатной доставкой*/
    .topban{
        display: none;
    }



    .fixcolumn {
        width: auto;
        margin: 0 10px;
    }
    #header {
        padding-top: 10px;
        margin-bottom: 10px;
    }
    #header .fixcolumn {
        /*padding-top: 86px;*/
    }
    #header .topban {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        text-align: left;
    }
    #header .topban * {
        position: relative;
        float: right;
        right: 50%;
    }
    #header .topban IMG {
        right: -50%;
        z-index: 1;
    }
    #header .navsearch {
        margin: -39px 0 0;
    }
    .navmenu {
        margin: 0;
        width: 100%;
        padding-top: 48px;
        font-size: 16px;
    }
    #header.search-active NAV {
        opacity: 1;
        z-index: 0;
    }
    .navmenu A {
        position: relative;
        padding: 10px 24px;
    }
    .navmenu A:hover {
        background-color: #fff;
        color: #1b98e0;
    }
    .navmenu A > SPAN {
        position: absolute;
        width: 48px;
        top: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }
    .navmenu A > SPAN:before {
        font-family: 'revicons';
        content: '\e83b';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -12px;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }
    .navmenu A:hover > SPAN:before {
        color: #1b98e0;
    }
    .navmenu UL LI {
        border-top: 1px solid #2caae6;
    }
    .navmenu > UL {
        text-align: left;
        display: none;
        margin-bottom: 0;
        border: 1px solid #1b98e0;
        border-top: 0 none;
        background-color: #1b98e0;
    }
    .navmenu > UL:after {
        display: none;
    }
    .navmenu > UL > LI {
        display: block;
    }
    .navmenu > UL > LI:hover,
    .navmenu > UL UL LI:hover {
        background-color: transparent;
    }
    .navmenu > UL > LI > A {
        color: #fff;
    }
    .navmenu > UL > LI > A:hover {
        color: #1b98e0;
    }
    .navmenu > UL > LI > A:after {
        display: none;
    }
    .navmenu > UL > LI.opened  > A:after
    {
        display: none;
    }

    .navmenu > UL UL {
        position: relative;
        margin-top: 0;
        border: 0 none;
        opacity: 1;
        display: none;
    }
    .navmenu > UL UL A {
        padding-left: 40px;
    }
    .navmenu > UL UL UL {
        left: auto;
        top: auto;
    }
    .navmenu > UL UL UL A {
        padding-left: 60px;
    }
    .navmenu > BUTTON {
        display: block;
    }
    .navmenu_button {
        display: block;
    }
    #header.search-active .logo,
    #header.search-active .tel {
        opacity: 0;
    }
    #header .logo {
        width: 110px;
        height: 36px;
        font-size: 11px;
        line-height: 1.4;
    }
    #header .logo STRONG {
        width: 113px;
        height: 22px;
    }
    #header .tel {
        float: none;
        text-align: center;
        padding: 0;
        line-height: 1.25;
        margin: 0 76px 0 120px;
    }
    #header .tel > A {
        display: inline-block;
        margin: 10px 8px 0;
    }
    #header .tel > SPAN,
    #wsm_Callback {
        display: none;
    }
    #header .search {
        padding-right: 4px;
    }
    #header .search FIELDSET {
        height: 48px;
    }
    #header .search P {
        margin: 8px 96px 0 0;
    }
    #header .search INPUT[type="submit"] {
        right: -54px;
    }
    #header .logo A strong:first-child + span {
        line-height: 10px;
        display: inline-block;
    }
    #televisor,
    .advertisement {
        margin-top: 10px;
    }
    .advertisement .columns .column {
        width: 100%;
    }
    .advertisement .columns .column {
        margin-top: -16px;
    }
    .advertisement .columns .column:first-child {
        margin-top: 0;
    }
    .advert DT {
        width: 55px;
        height: 55px;
    }
    .goods .columns .column {
        width: 49%;
    }
    .goods .columns .column:nth-child(n + 4) {
        display: inline-block;
    }
    .entereg {
        text-align: center;
    }
    #footer [class^='col-'] {
        float: none;
        position: static;
        margin-right: 0;
        width: auto !important;
    }
    #footer .col-2,
    #footer H3 {
        display: none;
    }
    #footer .col-3 {
        padding: 20px;
    }
    #footer NAV UL {
        margin-top: -12px;
    }
    #footer NAV LI {
        margin-top: 6px;
        margin-right: 12px;
        display: inline-block;
    }
    #footer .vcard {
        margin-bottom: 10px;
    }
    #footer .vcard > P {
        margin-bottom: 6px;
    }
    #footer .copy {
        margin: 0;
        top: -4px;
    }
    #footer .vcard .tlf .tel {
        display: inline-block;
        margin-right: 6px;
    }
    #footer > .fixcolumn {
        position: static;
    }
    .counters {
        left: auto;
        margin: 0;
        right: 10px;
        opacity: 0.1;
    }
    #developer {
        position: absolute;
        text-align: left;
        left: 34px;
        bottom: 12px;
        z-index: 1;
    }
    .explan{
        float: none;
        width: auto;
    }

    .itemphoto {
        /*        position: absolute;
                left: 0;
                top: 150px;*/
    }
    .explan {
        margin-bottom: 24px;
    }
    .tabs > DT {
        padding: 10px 20px;
    }
    .tabs > DD > .inner {
        padding: 38px 20px 20px;
    }
    .spec .inner {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        -ms-column-gap: 20px;
        -o-column-gap: 20px;
        column-gap: 20px;
    }
    .catalogue .filters {
        width: 270px;
        height: 100%;
        position: fixed;
        background: #fff;
        left: -280px;
        top: 0;
        overflow: auto;
        z-index: 1000;
    }
    .catalogue ASIDE,
    .catalogue .maincolumn {
        width: 100%;
    }
    .topfilters > BUTTON {
        display: block;
    }

    .showcase {
        margin-bottom: 20px;
    }
    .catalog-compare-boxes LABEL {
        width: 48%;
    }
}

@media only screen and (max-width: 998px) and (min-width: 599px) {
    #televisor-container-offset {
        margin-left: 0;
    }
    #televisor-container{
        width:100%;
    }
    #televisor{
        height: 100%;
    }
}

@media only screen and (max-width: 744px) {
    .catitem {

    }
    #televisor-container-offset {
        margin-left: 0;
    }
    .catitem > DD > .fleft {
        width: 100%;
        margin-right: -100%;
    }
    .catitem > DD > .fleft:before {
        content: '';
        float: right;
        width: 168px;
        height: 88px;
        /*background: gold;*/
    }
    .catitem > DD > .fright {
        position: relative;
    }
    .catitem > DD P.clearfix {
        position: relative;
        padding-top: 12px;
        margin-bottom: 12px;
    }
    .catitem > DD P > VAR {
        display: block;
        margin: 4px 0;
    }
    .catitem .delivery {
        float: none;
        display: inline-block;
        margin-top: 4px;
    }
    .catitem .starz {
        /* position: absolute; */
        left: 20px;
        top: 170px;
    }
    .catitem > DD UL {
        margin-right: 168px;
    }
}


@media only screen and (max-width: 720px) {

    DL.itemphoto {
        width: 100%;
    }

    DL.itemphoto DT {
        height: auto;
        text-align: center;
    }

    .detail-item__photo-items {
        width: 100% !important;
        text-align: center;
    }

    DL.itemphoto DD A {
        width: 20px;
        height: 20px;
        float: none;
        display: inline-block;
        margin: 0;
        border-radius: 20px;
        padding: 0;
    }

    DL.itemphoto DD A img {
        display: none;
    }

}


@media only screen and (max-width: 688px) {
    /* /freedelivery/ */
    h1.freedelivery_banner{
        margin: 14pt;
        font-size: 14pt;
    }
    DL.OneClickForm > DT {
        float: none !important;
        width: 100% !important;
        text-align: left !important;
    }
    DL.OneClickForm > DD>INPUT[type="text"],
    .DL.OneClickForm > DD> INPUT[type="password"],
    DL.OneClickForm > DD> TEXTAREA,
    DL.OneClickForm > DD>SELECT {
        width: 300px !important;
    }
    #header .tel > A {
        display: inline-block;
        margin: 13px 4px 0;
        font-size: 14px;
    }
    #televisor {
        display: none;
    }
    .goodsitem DT {
        width: 57px;
        height: 70px;
    }
    /*.goodsitem[class*=' action-'] > DT A:after {
        width: 29px;
        height: 29px;
    }*/
    .news-reviews SECTION {
        width: 100%;
    }
    .news-reviews SECTION:first-child {
        margin-bottom: 20px;
    }
    .news-reviews .news > * {
        margin-right: 0;
    }
    .news-reviews .reviews > * {
        margin-left: 0;
    }
    .entereg A:first-child {
        margin-right: 12px;
    }
    .region DT,
    .basket SPAN {
        display: none;
    }
    .region DD.active UL {
        margin-left: 0;
    }
    .basket DD {
        padding: 0;
    }
    DL.itemphoto DT {
        float: none;
        margin: 0 auto 16px;
    }
    DL.itemphoto DD {
        text-align: center;
    }
    .tabs {
        padding-top: 1px;
    }
    .tabs > DT {
        position: relative;
        float: none;
        border-color: #e5e6e7;
        display: block;
        text-align: left;
        margin-top: -1px;
    }
    /*
        .tabs > DT:after {
            font-family: 'revicons';
            content: '\e83b';
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            right: 12px;
            margin-top: -9px;
            text-align: center;
            color: #666;
        }
    */

    .tabs-icon {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -9px;
        text-align: center;
        color: #666;
        display: inline-block;
    }

    .tabs > DT.active .tabs-icon:before {
        content: '\f0d8';
    }

    .tabs > DT.active:after {
        opacity: 0.3;
    }
    .tabs > DD {
        float: none;
        margin: -2px 0 0 0;
    }
    .tabs > DD > .inner {
        border-top-color: #f5f6f7;
    }
    .topfilters .fright {
        float: none;
        clear: both;
        padding: 10px 0 0 38px;
    }
}

@media only screen and (max-width: 598px) {

    .backlink {
        margin-bottom: 12px;
    }
    .catalog-compare-boxes LABEL {
        width: 98%;
    }
}

@media only screen and (max-width: 566px) {
    #header .tel {
        margin-top: 5px;
    }
    #header .tel > A {
        display: block;
        margin: 2px 0 0;
        font-size: 12px;
    }
    #header .topban {
        display: none;
    }
    #header .fixcolumn {
        padding-top: 0;
    }
    .goods .columns .column {
        width: 100%;
        /*border-top: 1px dotted #ccc;*/
    }
    .goods .columns .column:first-child {
        border-top: 0 none;
    }
    .goods .columns .column:nth-child(n + 4) {
        display: none;
    }
    .goodsitem DT {
        width: 114px;
        height: 140px;
    }
    .goodsitem DD {
        max-width: 180px;
    }
    .goodsitem H3 {
        height: auto;
    }
    /*.goodsitem[class*=' action-'] > DT A:after {
        width: 58px;
        height: 58px;
    }*/
    .counters {
        opacity: 0;
    }
    .catitem > DD > .fleft {
        margin: 0 0 12px 0;
    }
    .catitem > DD > .fleft:before {
        display: none;
    }
    .catitem > DD > .fright {
        float: none;
        margin-bottom: -12px;
        overflow: hidden;
    }
    .catitem > DD > .fright > DIV {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 12px;
    }
    .catitem .sale {
        margin-right: 20px;
    }
    .catitem > DD UL {
        margin-right: 0;
    }
    .catitem > DT > A {
        width: 57px;
        height: 70px;
        margin-bottom: 12px;
    }
    .catitem[class*=' action-'] > DT A:after {
        width: 43px;
        height: auto;
        font-size: 9px;
    }
    .catitem .starz {
        /* position: absolute; */
        left: 0;
        top: 94px;
    }
    .catitem > DT > VAR SPAN {
        display: none;
    }
    .catitem > DT {
        margin-right: 16px;
    }
    .topfilters {
        position: relative;
    }
    .topfilters > DL > DT > SPAN {
        display: none;
    }
    .tableview .catitem {
        width: 100%;
    }
    .tableview .catitem:first-child + .catitem {
        border-top: 1px solid #ddd;
    }
    BODY > .hs_popup {
        /*margin-top: 10px;*/
    }
}

@media only screen and (max-width: 478px) {
    .news-reviews DT IMG {
        float: none;
        margin-bottom: 6px;
        vertical-align: middle;
    }
    #header .tel {
        margin-top: 8px;
    }
    #header .tel > A {
        font-size: 10px;
    }
    .spec .inner {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;

        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        -ms-column-gap: 0px;
        -o-column-gap: 0px;
        column-gap: 0px;
    }
    .catitem .starz {
        /* position: absolute; */
        left: 20px;
        top: 67px;
    }
    .pricepurchase {
        text-align: center;
        padding: 0px 10px 12px;
    }
    .prices,
    .purchase {
        float: none;
    }
    .prices > * {
        /*display: inline-block;*/
        margin: 0 6px 12px;
    }
    /*
    .bx_stars_container {
        margin-top: 27px;
        margin-left: -20px;
    }
    */
}

@media only screen and (max-width: 422px) {
    DL.itemphoto {
        margin: 0 auto;
        text-align: center;
    }
    DL.itemphoto DT {
        float: none;
        margin: 0 auto 16px;
    }
    .bx_stars_container {
        /*margin-top: 27px;*/
        /*margin-left: -20px;*/
    }
}

@media only screen and (max-width: 358px) {
    .goodsitem DT {
        width: 57px;
        height: 70px;
    }
    .goodsitem[class*=' action-'] > DT A:after {
        width: 29px;
        height: 29px;
    }
    .bx_stars_container {
        /*margin-top: 27px;*/
        /*margin-left: -20px;*/
    }
    .itemphoto {
        /*        position: absolute;
                left: 0;
                top: 250px;*/
    }
}

/* additional */
.bigger {
    font-size: 15px;
    font-family: 'Exo 2', sans-serif;
}

.share {
    margin-top: 20px;
}
.grey-text {
    margin-top: 20px;
    color: #999;
    font-size: 11px;
    padding: 1em;
    clear: both;
}
.grey-text a {
    color: #777;
}

.order_back_message{
    font-size: 12pt;
}

span.oneclick_close{
    font-size: 12pt;
    cursor: pointer;
    text-decoration: underline;
    color: #1b98e0;

}

.OneClickForm .desc .product_photo{
    height: 155px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
DL.OneClickForm > DD {
    width: 380px;
    display: table-cell;
    padding: 5px;
}
DL.OneClickForm > DT {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    padding-top: 8px;
    color: #999;
}
DL.OneClickForm > DD.desc H2 {
    font-size: 14pt;
    margin-bottom: 10px;
    color: #000;
}
DL.OneClickForm > DD.desc P strong.warning {
    color: #000;
}
DL.OneClickForm > DD.submit_container {
    text-align: center;
}
DL.OneClickForm > DD>INPUT[type="text"]
, .DL.OneClickForm > DD> INPUT[type="password"]
, DL.OneClickForm > DD> TEXTAREA
, DL.OneClickForm > DD>SELECT {
    border: 1px solid #ddd;
    padding: 2px;
    margin: 0;
    width: 380px;
    height: 18px;
    background-color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
}
DL.OneClickForm > DD>SELECT{
    padding: 0;
    height: 24px;
    width: 386px;
}
DL.OneClickForm > DD> TEXTAREA{
    height: 60px;
}
DL.OneClickForm > DD.submit_container {
    text-align: center;
}

sup.products_name-free_delivery_label{
    display:block;
    margin-bottom: 27px;
}
span.products_name-free_delivery_label{
    color: #f00;
    font-family: 'Exo 2', sans-serif;
}
span.products_name-free_delivery_label--catalog{
    color: #f00;
    font-family: 'Exo 2', sans-serif;
    max-width: 150px;
    /*display: block;*/
    display: none;
    margin: 0 auto;
}
.products_name-free_delivery_label a{
    text-decoration: none;
    vertical-align: top;
    font-size: 10pt;
    font-weight: 600;
    color: #f00;
    margin-left: 5px;
    font-family: 'Exo 2', sans-serif;
}

/*коммент с временем для звонка в колл-центр*/
.shop_phone-comment{
    color: #BEBEBE;
    display: block;
    margin-top: -2pt;
    font-size: 8pt;
    line-height: 11pt;
    text-align: right;
}

.pseudo-link{
    color: #1b98e0;
    text-decoration: underline;
    cursor: pointer;
}
.basic-blue-button{
    background: linear-gradient(to bottom, #00a2df 0%,#006fcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );
    color: #fff;
    vertical-align: bottom;
    text-decoration: none;
    text-shadow: 0 1px 0 #0075b6;
    font-weight: bold;
    line-height: 36px;
    padding: 0 18px;
    display: inline-block;
}
.basic-blue-button:hover{
    background: linear-gradient(to bottom, #00a2df 0%,#0a7ddd 100%);
    color: #fff;
}

.js-error{
    color:red;
}
.js-loading{
    color: #0CAD7B;
}
.hidden{
    display: none;
}

.input_variants{
    cursor: pointer;
    border-bottom: 1px dashed #666;
    margin-right: 6pt;
    font-size: 9pt;
    color: #666;
}

.input_variants:hover{
    border-bottom: 1px solid #1b98e0;
    color: #1b98e0;
    font-weight: bolder;
}
#oneclick_form_container{
    display: none;
    background-color: #fff;
}
#oneclick_form_sumbit{
    /*    color: #fc7d00;
        border-color: #fc7d00;*/
}
#oneclick_form_sumbit:hover{
    /*    background-color: #fc7d00;
        color:#fff;
        border-color: #fff;*/
}

.phone_first_symbol{
    margin-right: 10px;
}

.goods .columns .column{
    /*outline: 1px dashed #ccc;*/
    height: 176pt;
    /*box-shadow: 0 1px 7px rgba(0,0,0,0.3);*/
}
.goodsitem .row{
    /*bottom: 5pt;*/
    /*position: absolute;*/
}
/********************************************************
*************************добавление товаров в корзину
*/
.in_cart__actions--container{
    height:12pt;
    clear: both;
}
.in_cart__actions{
    clear: both;
    margin-top: -13pt;
    margin-bottom: 3pt;
    min-height: 1pt;
    position: absolute;
}
.in_cart__actions a{
    text-decoration: underline;
    cursor:pointer;
    display: none;
    color: #848484;
}

.in_cart__actions a:first-child{
    margin-right: 4pt;
}

.in_cart__actions.show__actions a{
    display:inline;
}

.in_cart_added{
    color: #fc7d00;
    display: none;
    position: absolute;
    text-align: center;
}

/*каталог*/
.sale .in_cart__actions--container .in_cart_added
,.sale .in_cart__actions--container .in_cart__actions
{
    text-align: right;
}

/***
****************************в общем каталоге и карте товара
*/
.sale>.in_cart__actions--container{
    margin-bottom: 3pt;
}

.sale>.in_cart__actions
,.sale> .in_cart_added{
    clear: both;
    margin-top: 0;
    min-height: 1pt;
    position: relative;
    margin-bottom: 5px;
}
.sale>.in_cart__actions--container>.in_cart__actions a:first-child
,.purchase-kauf>.in_cart__actions--container>.in_cart__actions a:first-child{
    margin-right: 8pt;
}

.sale>.add2basket.in_cart
,.purchase-kauf >.add2basket.in_cart
{
    color: #fff;
    background-color: #1b98e0;
    font-size: 16px;
    width: 97pt;
    padding-left: 28px;
    padding: 0;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom:3pt;
}
.purchase-kauf >.add2basket.in_cart {
    width: 147pt;
    padding: 0;
}
.sale>.add2basket.in_cart span,
.purchase-kauf>.add2basket.in_cart span{
    margin-left: 0;
}
.sale .add2basket.in_cart:before,
.purchase-kauf .add2basket.in_cart:before{
    background:none;
    width: 0;
}
.sale .buton{
    float:right;
}

.purchase-kauf>.in_cart__actions--container .in_cart__actions a{
    color: #1b98e0;
}
.purchase-kauf>.in_cart__actions--container{
    font-size: 11pt;
    height:16pt;
}
/****
главная страница
*/
.in_cart__actions--container .in_cart__actions
,.in_cart__actions--container .in_cart_added{
    margin-top: 0;
    position: relative;
    top:0 !important;
}

.b_test.in_cart__actions--container{
    bottom: 55pt;
    position: absolute;
}
.b_test.in_cart__actions--container .in_cart__actions a{
    /*color: #1b98e0;*/
}
.row.clearfix.buy_container{
    bottom: 5pt !important;
    position: absolute !important;
}
.row.clearfix.buy_container>var.price{
    margin-left: 5pt;
}

.explan .description ul{
    margin-left: 21pt;
}
.clear{
    float: none;
    clear: both;
}


/*рубль*/
.bx_price span:before{
    /*content: '-';*/
    font-family: 'rub';
}
.banner_container--catalog{
    overflow: hidden;
    padding:5px;

}
.banner_container--catalog_c{
    overflow:hidden;
    position: relative;
    height: 250px;
}
.banner_container--catalog_c a{
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 550px) {
    #body {
        width: 480px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 700px) {
    #body {
        width: 640px;
    }
}
