@charset "UTF-8";
/* ============================================================================

    UPLAB 2012
    http://uplab.ru

============================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6, p, img,
dl, dt, dd, ol, ul, li, caption,
table, tbody, tfoot, thead, tr, th, td,
form, fieldset, embed, object, applet {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

/* ============================================================================
    1. BASIC
============================================================================= */
@font-face {
    font-family: 'MyrProRegular';
    src: url("../fonts/myriad/myrproregular-webfont.eot");
    src: url("../fonts/myriad/myrproregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad/myrproregular-webfont.woff") format("woff"), url("../fonts/myriad/myrproregular-webfont.ttf") format("truetype"), url("../fonts/myriad/myrproregular-webfont.svg#MyrProRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myriadproItalic';
    src: url("../fonts/myriad/myriadpro-it-webfont.eot");
    src: url("../fonts/myriad/myriadpro-it-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad/myriadpro-it-webfont.woff") format("woff"), url("../fonts/myriad/myriadpro-it-webfont.ttf") format("truetype"), url("../fonts/myriad/myriadpro-it-webfont.svg#MyriadProItalic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myriadproBold';
    src: url("../fonts/myriad/myriadpro-semibold-webfont.eot");
    src: url("../fonts/myriad/myriadpro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad/myriadpro-semibold-webfont.woff") format("woff"), url("../fonts/myriad/myriadpro-semibold-webfont.ttf") format("truetype"), url("../fonts/myriad/myriadpro-semibold-webfont.svg#MyriadProSemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'MyriadProSemiboldItalic';
    src: url('../fonts/myriad/myriadpro-semiboldit-webfont.eot');
    src: url('../fonts/myriad/myriadpro-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriad/myriadpro-semiboldit-webfont.woff') format('woff'),
         url('../fonts/myriad/myriadpro-semiboldit-webfont.ttf') format('truetype'),
         url('../fonts/myriad/myriadpro-semiboldit-webfont.svg#MyriadProSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
} */
/* ============================================================================
    1.1. Typography
============================================================================= */
h1, h2, .h1, .h2, h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    line-height: 1.2em;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 0 3px black;
}

h1, .h1 {
    font-size: 2.12em;
    margin: .3em 0;
}

h2, .h2 {
    font-size: 1.62em;
    line-height: 1.2em;
    margin: .6em 0 .4em;
}

h3, .h3 {
    font-size: 1.3em;
    margin: 1.3em 0;
}

h4, .h4, h5, .h5 {
    font-size: 1em;
    margin: 1.67em 0;
}

h5, .h5 {
    font-size: .8em;
}

h6, .h6 {
    font-style: normal;
    font-weight: normal;
    font-family: "myriadproItalic", "Lucida Grande", Arial, FreeSans, sans-serif;
}

p, pre, blockquote, table {
    margin: 0;
    padding: 0 0 1.3em 0;
}

p {
    font-size: 1em;
}

blockquote {
    margin-left: 4.2em;
    font-style: normal;
    font-family: "myriadproItalic", "Lucida Grande", Arial, FreeSans, sans-serif;
}

strong, b {
    font-weight: normal;
    font-family: "myriadproBold", "Lucida Grande", Arial, FreeSans, sans-serif;
}

em, i, cite {
    font-style: normal;
    font-family: "myriadproItalic", "Lucida Grande", Arial, FreeSans, sans-serif;
}

address {
    font-style: normal;
}

small {
    color: #999999;
    font-size: 1em;
    font-style: normal;
}

a {
    color: #1c7fbb;
}

a:visited {
    color: #1c7fbb;
}

a:hover, a:active {
    color: #2b9bdf;
}

/* embed content */
img {
    font-size: 1em;
    color: #444;
    -ms-interpolation-mode: bicubic;
    position: relative;
}

a img, a:visited img {
    border: 0 none;
}

#main p img {
    float: left;
    padding: 0 1em 0 0;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

object,
embed,
video {
    max-width: 100%;
    height: auto;
}

/*
::-moz-selection {
  text-shadow: none;
  background-color: #ff288a;
  color: #fff;
}

::selection {
  text-shadow: none;
  background-color: #ff288a;
  color: #fff;
}

body {
  -webkit-tap-highlight-color: #ff288a;
}*/

/* ============================================================================
    1.2. Lists and tables
============================================================================= */
/* Lists
   --------------------------------------------------------------------------*/
ul, ol, dl {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

ul li, ol li {
    margin: .357em 0 .357em 1.5em;
}

ul li {
    list-style: disc outside;
}

ol li {
    list-style: decimal outside;
}

ol ul li {
    list-style: disc;
}

dl dt, dfn {
    font-weight: bold;
    font-style: italic;
}

dl dd {
    margin-left: 1.5em;
}

/* Tables
   --------------------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    empty-cells: hide;
}

caption {
    font-size: 1.429em;
    padding-bottom: .429em;
    color: #fff;
}

th, td {
    vertical-align: middle;
    padding: 0 .429em;
    border: 1px solid #ccc;
}

thead td, thead th {
    font-weight: normal;
    text-align: left;
}

tbody td[rowspan] {
    vertical-align: middle;
}

tbody td[rowspan="1"] {
    vertical-align: top;
}

tbody td:empty {
    border: none;
}

/* ============================================================================
    1.3. Forms
============================================================================= */
form {
    border: none;
}

button, input, select, textarea {
    font: normal normal 1em/1.429em "MyrProRegular", "Lucida Grande", Arial, FreeSans, sans-serif;
    margin: 0;
    vertical-align: baseline;
}

label {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="image"] {
    cursor: default;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="radio"] {
    vertical-align: text-top;
}

input[type="checkbox"] {
    vertical-align: baseline;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="search"],
select, textarea {
    border: 1px solid #0e0e0e;
    background: #fff;
    height: 27px;
    line-height: 26px;
    box-shadow: inset 3px 4px 7px rgba(0, 0, 0, 0.2);
    color: #000;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus, textarea:focus {
    border-color: #1c7fbb;
    outline: none;
}

input[type="button"],
input[type="submit"],
input[type="image"], button {
    color: #efefef;
    background: url(../images/button-bg-gradient.png) 0 0 repeat-x;
    border: 1px solid #0e0e0e;
    white-space: nowrap;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 17px;
}

input[type="button"]:hover, input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="image"]:hover,
input[type="image"]:focus, button:hover, button:focus {
    opacity: .8;
}

.ie-old input[type="button"], .ie-old
input[type="submit"], .ie-old
input[type="image"], .ie-old button {
    line-height: 24px;
}

select[multiple="multiple"] {
    height: auto;
}

optgroup {
    font-weight: normal;
    background: #ccc;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: auto;
    line-height: 1.2em;
    padding: .4em 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 33px 0 .5em;
}

legend {
    border: 0;
    padding: 0;
    font-size: 22px;
}

legend span, legend small {
    font-size: 16px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ie-old button, .ie-old input, .ie-old select, .ie-old textarea {
    vertical-align: middle;
}

.ie-old button, .ie-old input {
    overflow: visible;
}

.ie-old legend {
    margin-top: -34px;
    padding-bottom: 1em;
}

.ie8 legend {
    margin-top: -34px;
    padding-bottom: 1.4em;
}

/* ============================================================================
    1.4. Specific
============================================================================= */
sup, sub {
    vertical-align: baseline;
    position: relative;
    font-size: .8em;
    font-weight: inherit;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

mark {
    background-color: #ff9;
    color: #000;
}

hr {
    background: #666;
    border: none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0 0 1.4375em;
    width: 100%;
}

u {
    text-decoration: none;
}

figure {
    margin: 0;
}

/* ============================================================================
    1.5. Page Layout
============================================================================= */
body {
    font: normal normal 100%/1.375em "MyrProRegular", "Lucida Grande", Arial, FreeSans, sans-serif;
    color: #cccccc;
    background: #333333 url("../images/main-bg-noised.png") 0 0 repeat;
    overflow-y: scroll;
}

.ie-old body {
    overflow-y: auto;
    cursor: default;
}

/* header
   --------------------------------------------------------------------------*/

/* main
   --------------------------------------------------------------------------*/
#main-inner {
    width: 920px;
    margin: 0 auto;
    position: relative;
}

#main {
    width: 100%;
}

body.two-sidebars #main {
    float: left;
    margin-left: 32.935%;
    width: 30.435%;
}

.ie-old body.two-sidebars #main {
    display: inline;
}

body.sidebar-first #main {
    float: right;
    width: 65.217%;
}

body.sidebar-second #main {
    float: left;
    margin: 0;
    padding: 0;
    width: 65.217%;
}

/* sidebars
   --------------------------------------------------------------------------*/
body.two-sidebars #sidebar-first {
    float: left;
    margin-left: -65.217%;
    width: 30.435%;
}

body.two-sidebars #sidebar-second {
    float: right;
    width: 30.435%;
}

body.sidebar-first .aside, body.sidebar-second .aside {
    float: left;
    width: 30.435%;
}

body.sidebar-second .aside {
    float: right;
}

/* footer
   --------------------------------------------------------------------------*/
#footer {
    clear: both;
    overflow: hidden;
}

/* Styicky footer
   --------------------------------------------------------------------------*/
/* @media screen and (max-width: 2400px) {

$footer-height: 50px;

  html, body {
    height: 100%;
  }

  #main-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    margin-bottom: -$footer-height;
  }

  #main-inner {
    padding-bottom: $footer-height;
  }

  #footer {
    position: relative;
    height: $footer-height;
  }
} */
/* ============================================================================
    Basic masterclasses
============================================================================= */
.clearfix:after, .grid-row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.ie-old .clearfix, .ie-old .grid-row {
    zoom: 1;
}

/* position support */
.c-container {
    width: 920px;
    margin: 0 auto;
}

.left-side {
    float: left;
}

.right-side {
    float: right;
}

span.br {
    display: block;
}

/* style support */
.block {
    position: relative;
}

ul.flat {
    margin: 0;
    padding: 0;
}

ul.flat li {
    margin: 0;
    list-style: none;
    background: none;
}

ul.flat a {
    padding-left: 0px;
}

ul.unstyled li {
    list-style: none;
}

.psln {
    color: #1c7fbb;
    text-decoration: none;
    border-bottom: 1px dashed;
    position: relative;
    cursor: pointer;
}

.psln:hover, .psln:focus {
    color: #2b9bdf;
}

p.flat {
    padding-bottom: 0;
}

#main .bonuses-section_second {
    background: url("../images/section-ico-discount-card2.jpg") center bottom no-repeat !important;
}

.bonuses-text-section {
    background: url("../images/section-ico-discount-card3.jpg") center bottom no-repeat !important;
}

/* form support */
.form-row {
    overflow: hidden;
    clear: both;
    padding: .4em 0;
}

.form-item {
    float: left;
    padding: 0 .4em 0 0;
}

/* hacks and long rules */
.opacity {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 85)";
    filter: alpha(opacity=85);
}

.dib, #nav li, #nav li a, .shops-sort li, .store-type li, .shop-detail .additional-ln li, .brands-promo li, .brands-promo a {
    display: inline-block;
    vertical-align: top;
}

.ie-old .dib, .ie-old #nav li, #nav .ie-old li, .ie-old #nav li a, #nav li .ie-old a, .ie-old .shops-sort li, .shops-sort .ie-old li, .ie-old .store-type li, .store-type .ie-old li, .ie-old .shop-detail .additional-ln li, .shop-detail .additional-ln .ie-old li, .ie-old .brands-promo li, .brands-promo .ie-old li, .ie-old .brands-promo a, .brands-promo .ie-old a {
    display: inline;
    zoom: 1;
}

.img-replace {
    overflow: hidden;
    text-indent: -9999px;
    direction: ltr;
}

.ie-old .img-replace {
    text-indent: 0;
    line-height: 0;
}

/* ============================================================================
    Import from Specific-html-support.scss

    2. Specific html tags support
============================================================================= */
/* science */
abbr, acronym {
    border-bottom: 1px dotted #3a3739;
    cursor: help;
    font-weight: inherit;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #888;
    cursor: help;
}

a abbr {
    cursor: pointer !important;
}

/* computer science */
pre, code, tt, samp, kbd {
    font: normal normal 1em/1.5em "Courier New", Courier, FreeMono, "Nimbus Mono L", monospace;
}

pre {
    white-space: pre;
    white-space: pre-line;
    word-wrap: break-word;
    background-color: #3a3739;
    color: #ccc;
    padding: .643em 0 .643em 2em;
    width: 94%;
    overflow-x: auto;
}

code {
    color: green;
}

samp {
    color: maroon;
}

kbd {
    font-size: 1em;
    background: #3A3739;
    color: #fff;
    padding: .2em .3em;
    white-space: nowrap;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

/* other */
del {
    text-decoration: line-through;
}

ins {
    text-decoration: none;
    border-bottom: 1px dashed #3a3739;
}

/* ============================================================================

    3. THEMED (Design specific rules)

    Import from THEMED.scss

============================================================================= */
/* ============================================================================
    3.1 Header
============================================================================= */


/* Logo
   --------------------------------------------------------------------------*/
#site-name {
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 2.4em 0 0;
}

#logo span, #logo a {
    display: block;
    margin: 1px;
    width: 118px;
    height: 118px;
    text-decoration: none;
}

.logo-blue {
    background-color: #008de6;
}

.logo-black {
    background-color: #000;
}

.logo-green {
    background-color: #66b71b;
}

.logo-pink {
    background-color: #ff288a;
}

.logo-yellow {
    background-color: #ffcb05;
}

/* Hero block
   --------------------------------------------------------------------------*/
.hero strong {
    font-family: "MyrProRegular", "Lucida Grande", Arial, FreeSans, sans-serif;
}

/* Main navigation
   --------------------------------------------------------------------------*/
#nav {
    padding: 0;
    margin: 0 0 0 -0.8em;
    width: 100%;
    clear: both;
    font-size: 0.875em;
}

#nav li {
    list-style: none;
    background: none;
    margin: 0;
    padding: 0 .7em;
}

#nav li a {
    color: #fff;
    padding: 0 .4em .7em;
}

#nav li a:hover, #nav li a:focus {
    text-decoration: none;
}

#nav li.active a {
    color: #666;
    cursor: default;
}

#nav li.active a:hover, #nav li.active a:focus {
    text-decoration: underline;
}

/* ============================================================================
    3.2 Main
============================================================================= */
/* Universal classes
   --------------------------------------------------------------------------*/
.hr {
    display: block;
    width: 110%;
    height: 16px;
    clear: both;
    background: url("../images/hr-shadowed.png") center bottom no-repeat;
    margin-left: -5%;
}

.hr hr {
    display: none;
}

.sect-shadowed {
    background: url("../images/hr-shadowed.png") center bottom no-repeat;
}

.section-ico {
    text-align: center;
}

.section-ico .lego {
    width: 360px;
    height: 262px;
    background: url("../images/section-ico-lego.jpg") 0 0 no-repeat;
    margin-bottom: -27px;
}

.ie7 .section-ico .lego {
    margin-bottom: -20px;
}

#main .grid-row {
    padding-top: 1.5em;
    padding-bottom: 3.8em;
}

ul.dash-ul {
    padding-left: 0;
    margin-left: -1.5em;
}

ul.dash-ul li {
    background: url("../images/li-dash.gif") left 0.6em no-repeat;
    list-style: none;
    margin: 0;
    padding-left: 1.5em;
}

.gradient-table {
    margin: 0 0 0 -4em;
    position: relative;
    z-index: 0;
    padding-bottom: 2em;
}

.gradient-table td, .gradient-table th {
    border: none;
    padding: .55em 1.5em;
    background: #414141 url("../images/table-row-gradient.jpg") 0 bottom repeat-x;
}

.gradient-table .first-line {
    background: url("../images/table-row-gradient-first-line.jpg") 0 top repeat-x;
}

.gradient-table .first-child {
    font-size: 1.06em;
    font-family: "myriadproBold", "Lucida Grande", Arial, FreeSans, sans-serif;
}

.gradient-table .row-span {
    background: #4f4f4f url("../images/rowspan-gradient.jpg") 0 bottom repeat-x;
}

.gradient-table thead {
    color: #fff;
}

.gradient-table thead strong {
    font-family: "MyrProRegular", "Lucida Grande", Arial, FreeSans, sans-serif;
    font-size: 1.43em;
}

.gradient-table tbody td {
    color: #1c7fbb;
}

.gradient-table tbody td.first-child {
    color: #fff;
}

.gradient-table tfoot td {
    background: none;
}

.gradient-table .gradient-fix {
    padding-left: 4em;
}

.gradient-table .table-grad {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 75px;
    background: url("../images/table-sides-gradients.png") 0 0 repeat-y;
    z-index: 1;
}

.gradient-table .right-grad {
    right: 0;
    background-position: right 0;
}

.gradient-table .left-grad {
    left: 0;
}

.note-bene {
    position: relative;
    z-index: 5;
}

.side-nav {
    color: #fff;
    padding: 1.3em 0 1em;
}

.side-nav li {
    display: inline;
}

.side-nav a {
    padding-left: 2em;
}

/* ============================================================================
    3.3 Aside
============================================================================= */
/* ============================================================================
    3.4 Pages
============================================================================= */
/* Bonuses page
   --------------------------------------------------------------------------*/
#main .bonuses-section {
    padding-bottom: 122px;
    background: url("../images/section-ico-discount-card.jpg") center bottom no-repeat;
}

#main .bonuses-section-samsung {
    padding-bottom: 122px;
    background: url("../images/section-ico-discount-card-samsung.jpg") center bottom no-repeat;
}

#main .bonuses-section .side-nav {
    padding-bottom: 6em;
}

#main .grid-row-narrow {
    padding: 0 0 1.5em;
}

#main .grid-row-narrow .grid-row {
    padding-bottom: 1em;
}

#main .grid-row-narrow .span2 header h3 {
    margin-top: 0;
}

#main .grid-row-narrow.grid-margin {
    margin-top: 1.5em;
}

.bonuses-table-section .note-bene {
    padding-top: 5.4em;
    width: 90%;
}

.emph-link {
    color: #fff;
    text-decoration: none;
}

.emph-link span {
    text-decoration: underline;
    cursor: pointer;
}

.emph-link sup {
    font-size: .7em;
}

/* Gift page
   --------------------------------------------------------------------------*/
#main .gift-section {
    background: url("../images/section-ico-gift-card.jpg") bottom center no-repeat;
    padding-bottom: 305px;
}

.gift-card-benefits {
    background: url("../images/section-ico-stars.jpg") bottom center no-repeat;
}

.emph-dash {
    display: block;
    background: url("../images/li-dash.gif") left 0.6em no-repeat;
    padding-left: 1em;
    margin-left: -1em;
}

.list-lined {
    padding: 0;
    margin: 0;
}

ul.list-lined {
    margin-left: 0;
    padding-bottom: 1.5em;
}

.press-center {
    width: 100%;
    float: left;
    margin: 2em 2.08333%;
}

/* Shops page
   --------------------------------------------------------------------------*/
ul.shops-by-city-nav,
ul.vacancy-aside {
    padding-top: 3.7em;
}

ul.shops-by-city-nav a,
ul.vacancy-aside a {
    color: #777;
}

ul.shops-by-city-nav a:hover, ul.shops-by-city-nav a:focus,
ul.vacancy-aside a:hover,
ul.vacancy-aside a:focus {
    color: #919191;
}

ul.shops-by-city-nav li.active a,
ul.vacancy-aside li.active a {
    color: #fff;
    cursor: default;
}

.shops-sort {
    margin: 0;
    padding: 0 0 1.5em;
}

.shops-sort li {
    margin: 0;
    padding: 0 .5em 0 0;
}

.shops-sort a.selected {
    color: #cccccc;
    cursor: default;
    text-decoration: none;
}

.shops-sort a.selected:hover, .shops-sort a.selected:focus {
    color: #cccccc;
}

#store-type-restore a,
a.ln-color-restore,
.ln-pink a {
    color: #f13292 !important;
}

#store-type-restore a:hover, #store-type-restore a:focus,
a.ln-color-restore:hover,
a.ln-color-restore:focus,
.ln-pink a:hover,
.ln-pink a:focus {
    color: #f56bb0 !important;
}

#store-type-lego a,
a.ln-color-lego,
.ln-yellow a {
    color: #ffff33 !important;
}

#store-type-lego a:hover, #store-type-lego a:focus,
a.ln-color-lego:hover,
a.ln-color-lego:focus,
.ln-yellow a:hover,
.ln-yellow a:focus {
    color: #ffff99 !important;
}

a.ln-color-nike, .ln-aqua a {
    color: #01CBD8 !important;
}

#store-type-sony a,
a.ln-color-sony,
.ln-green a {
    color: #81c444 !important;
}

#store-type-sony a:hover, #store-type-sony a:focus,
a.ln-color-sony:hover,
a.ln-color-sony:focus,
.ln-green a:hover,
.ln-green a:focus {
    color: #a0d373 !important;
}

a.ln-color-huawei {
    color: #c7102d !important;
}

a.ln-color-huawei:hover,
a.ln-color-huawei:focus,
{
    color: #c7102d !important;
}

a.ln-color-xiaomi {
    color: #c7102d !important;
}

a.ln-color-xiaomi:hover,
a.ln-color-xiaomi:focus,
{
    color: #c7102d !important;
}


#store-type-samsung a,
a.ln-color-samsung,
.ln-surf a {
    color: #1C7FBB !important;
}

#store-type-samsung a:hover, #store-type-samsung a:focus,
a.ln-color-samsung:hover,
a.ln-color-samsung:focus,
.ln-surf a:hover,
.ln-surf a:focus {
    color: #1deefc !important;
}

#store-type-prenatal a,
a.ln-color-prenatal,
.ln-pink a {
    color: #f13292 !important;
}

#store-type-prenatal a:hover, #store-type-prenatal a:focus,
a.ln-color-prenatal:hover,
a.ln-color-prenatal:focus,
.ln-pink a:hover,
.ln-pink a:focus {
    color: #f56bb0 !important;
}

#store-type-nokia a,
a.ln-color-nokia {
    color: #0086d7;
}

#store-type-nokia a:hover, #store-type-nokia a:focus,
a.ln-color-nokia:hover,
a.ln-color-nokia:focus {
    color: #15a7ff;
}

a.ln-color-apple,
.ln-purple a {
    color: #fc2a89 !important;
}

a.ln-color-apple:hover, a.ln-color-apple:focus,
.ln-purple a:hover,
.ln-purple a:focus {
    color: #fd66aa !important;
}

.store-type {
    padding-bottom: .5em;
}

.store-type ul {
    width: 108%;
}

.store-type li {
    vertical-align: top;
    width: 45%;
    padding: 0 4% 2em 0;
}

.store-type p.store-name,
.store-type p.short-info {
    padding-bottom: 0;
}

.modal {
    position: absolute;
    z-index: 9997;
    display: none;
}

.modal .modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: url("../images/modal-bg.png") 0 0 repeat;
}

.modal .modal-inner {
    width: 920px;
    position: fixed;
    left: 50%;
    top: 20%;
    margin-left: -462px;
    background-color: #333;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.modal .content-wrapper {
    position: relative;
}

.modal .btn-close {
    background: url("../images/modal-icons.jpg") 0 0 no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: 10px solid transparent;
}

/* Shop datail - modal window
   --------------------------------------------------------------------------*/
.shop-detail {
    /* add ln
       --------------------------------------------------------------------------*/
}

.shop-detail .left-side {
    width: 440px;
}

.shop-detail .left-side .img-wrapper {
    width: 439px;
    height: 410px;
    overflow: hidden;
}

.shop-detail .left-side .img-wrapper img {
    display: block;
}

.shop-detail .right-side {
    width: 440px;
    height: 378px;
    padding-top: 2em;
    position: relative;
}

.shop-detail p {
    padding: 0;
    font-size: 0.875em;
}

.shop-detail a {
    color: #66ccff !important;
}

.shop-detail a:hover, .shop-detail a:focus {
    color: #33bbff !important;
}

.shop-detail .additional-ln {
    font-size: 0.75em;
    position: absolute;
    bottom: 2em;
    left: 0;
    background-color: #333;
}

.shop-detail .additional-ln li {
    width: 210px;
    height: 2.2em;
    padding: 0;
}

.shop-detail .additional-ln a {
    color: #fff !important;
}

.shop-detail .additional-ln a:hover, .shop-detail .additional-ln a:focus {
    color: #cccccc !important;
}

.shop-detail .additional-ln .ico {
    background: url("../images/modal-icons.jpg") 0 0 no-repeat;
    vertical-align: middle;
    width: 32px;
    height: 24px;
}

.shop-detail .additional-ln .stars {
    background-position: 0 -28px;
}

.shop-detail .additional-ln .case {
    background-position: -40px -28px;
}

.shop-detail .additional-ln .gift {
    background-position: 0 -54px;
}

.shop-detail .additional-ln .disc {
    background-position: -41px -55px;
}

.shop-detail .additional-ln .arrows {
    background-position: 0 -78px;
}

.shop-detail .additional-ln .bubble {
    background-position: -40px -81px;
}

/* Frontpage
   --------------------------------------------------------------------------*/
.frontpage #header {
    padding-bottom: 0;
}

.frontpage .hero p {
    padding-bottom: 0;
}

.frontpage .hero .h1, .frontpage .hero .h2 {
    color: #aaa;
}

.frontpage h2 {
    font-size: 1.87em;
}

.brands-promo {
    padding: .7em 0 0;
}

.brands-promo li, .brands-promo a {
    vertical-align: top;
    width: 180px;
}

.brands-promo .ico {
    background: url("../images/brand-small-promo-sprite.jpg") 0 0 no-repeat;
    width: 183px;
    height: 176px;
    margin: 0 1px 0 0;
    border-bottom: 4px solid;
}

.brands-promo .apple {
    background-position: 0 0;
}

.brands-promo .sony {
    background-position: -184px 0;
}

.brands-promo .samsung {
    background-position: -368px 0;
}

.brands-promo .nike {
    background-position: -552px 0;
}

.brands-promo .lego {
    background-position: -736px 0;
}

.press-center-main {
    width: 597px;
    float: left;
}

.press-center-pic-wrap {
    float: left;
    width: 280px;
    margin: 0 40px 0 0;
}

.press-center-item {
    width: 100%;
    float: left;
    margin-bottom: 2.8em;
}

.press-center-name {
    margin: 0 0 0.7em 0 !important;
    font-size: 1.12em !important;
    color: white;
}

ul.shops-by-city-nav a {
    color: #777;
}

.press-center h3, .press-center .h3 {
    font-size: 1.3em;
    margin: 1.3em 0;
}

.actions_images_block {
    display: inline-block;
    width: 950px;
    margin-top: 55px;
}

/* infografic
   --------------------------------------------------------------------------*/
.infographic-section {
    /*Sales*/
    /*Traffic*/
    /*Stores*/
}

#main .infographic-section {
    padding: 4em 0 0;
}

.infographic-section .gr-cell p {
    padding-bottom: .7em;
}

.infographic-section .infographic {
    width: 280px;
    height: 180px;
    position: relative;
    overflow: hidden;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
}

.infographic-section .infographic div {
    background: url("../images/chart-parts.png") 0 0 no-repeat;
    position: absolute;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

.infographic-section .infographic div.hovered, .infographic-section .infographic div:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.infographic-section .chart-sales .infographic p {
    font-size: 20px;
    width: 50px;
    text-align: right;
    padding-bottom: 0;
    color: #fff;
}

.infographic-section .chart-sales .infographic p {
    position: relative;
    font-size: 20px;
    width: 50px;
    text-align: right;
    padding-bottom: 0;
    color: #fff;
}

.infographic-section .chart-sales .infographic span {
    font-size: 15px;
    display: block;
}

.infographic-section #chart-sales {
    background-position: -431px -419px;
    width: 102px;
    height: 83px;
    bottom: 0;
    left: 0;
}

.infographic-section #chart-sales.hovered, .infographic-section #chart-sales:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.infographic-section #chart-sales-2011 {
    background-position: -546px -366px;
    width: 178px;
    height: 136px;
    position: absolute;
    bottom: 0;
    left: 2px;
}

.infographic-section #chart-sales-2011 p {
    top: 40px;
    left: 80px;
}

.infographic-section #chart-sales-2012 {
    background-position: -756px -326px;
    width: 244px;
    height: 176px;
    position: absolute;
    bottom: 0;
    right: 36px;
}

.infographic-section #chart-sales-2012 p {
    top: 65px;
    left: 149px;
}

.infographic-section .chart-sales .infographic span {
    font-size: 15px;
    display: block;
}


.infographic-section #chart-traffic-2010 {
    width: 125px;
    height: 125px;
    z-index: 5;
    background-position: -508px 0;
    bottom: -61px;
    left: 79px;
}

.infographic-section #chart-traffic-2011 {
    width: 200px;
    height: 200px;
    z-index: 3;
    background-position: -290px 0;
    bottom: -95px;
    left: 38px;
}

.infographic-section #chart-traffic-2012 {
    width: 270px;
    height: 270px;
    z-index: 1;
    bottom: -128px;
    left: 9px;
}

.infographic-section div.shadow-big {
    width: 240px;
    height: 155px;
    z-index: 2;
    background-position: -233px -219px;
    bottom: -85px;
    left: 18px;
}

.infographic-section div.shadow-small {
    width: 170px;
    height: 100px;
    z-index: 4;
    background-position: -476px -180px;
    bottom: -57px;
    left: 55px;
}

.infographic-section .chart-stores .infographic {
    bottom: 0;
}

.infographic-section .chart-stores .infographic .wrapper {
    position: relative;
}

.infographic-section .chart-stores .infographic span {
    position: absolute;
    top: -1.2em;
    left: 1.2em;
    font-size: 17px;
    color: #6e6e6e;
}

.infographic-section #chart-stores-2010 {
    background-position: -658px 0;
    width: 71px;
    height: 275px;
    left: 15px;
    bottom: -216px;
}

.infographic-section #chart-stores-2011 {
    background-position: -755px 0;
    width: 72px;
    height: 275px;
    left: 85px;
    bottom: -150px;
}

.infographic-section #chart-stores-2012 {
    background-position: -853px 0;
    width: 72px;
    height: 275px;
    left: 155px;
    bottom: -124px;
}

.chat-legend {
    font-size: 1.06em;
}

.chat-legend a {
    text-decoration: none;
    color: #fff;
    padding: 1px 3px 0 3px;
}

.chat-legend .green1 {
    background-color: #91c35b;
}

.chat-legend .green2 {
    background-color: #6db444;
}

.chat-legend .blue1 {
    background-color: #1b7fbb;
}

.chat-legend .blue2 {
    background-color: #49a0d5;
}

.chat-legend .blue3 {
    background-color: #89d0f3;
}

.chat-legend .pink1 {
    background-color: #702949;
}

.chat-legend .pink2 {
    background-color: #b43b72;
}

.chat-legend .pink3 {
    background-color: #ee4692;
}

/* Contacts page
   --------------------------------------------------------------------------*/
.ico-big {
    background: url("../images/contacts-sprite.png") no-repeat -36px -12px;
    margin-top: 1em;
}

.quality-ico {
    background-position: -36px -12px;
    width: 48px;
    height: 52px;
}

.press-ico {
    background-position: -28px -113px;
    width: 56px;
    height: 50px;
}

.marketing-ico {
    background-position: -28px -217px;
    width: 47px;
    height: 50px;
}

.intends-ico {
    background-position: -27px -322px;
    width: 57px;
    height: 57px;
}

.grow-ico {
    background-position: -28px -420px;
    width: 55px;
    height: 57px;
}

.web-support-ico {
    background-position: -26px -528px;
    width: 57px;
    height: 57px;
}

/* Actions page
   --------------------------------------------------------------------------*/
.sect-image-items {
    position: relative;
}

.sect-image-items .img-container {
    margin-top: -1.5em;
    width: 280px;
    height: 157px;
    overflow: hidden;
    margin-bottom: 2.4em;
}

.sect-image-items .shadow-mask {
    width: 995px;
    height: 20px;
    background: url(../images/hr-shadowed.png) 0 0 no-repeat;
    position: absolute;
    top: 137px;
    left: -36px;
}

.sect-image-items .shadow-mask img {
    display: block;
}

.ie7 .sect-image-items .shadow-mask {
    top: 139px;
    /* FIXME */
}

.actions-page h2 {
    line-height: 1.2em;
}

/* Vacancy page
   --------------------------------------------------------------------------*/
.gr-equvivalent {
    vertical-align: top;
    width: 45%;
    padding: 0 4% 1.3em 0;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.gr-equvivalent li {
    padding: .2em 0;
}

.vacancy-section .heading {
    padding-bottom: 1.4em;
}

.vacancy-section .heading .emph-fz-md {
    line-height: 1.4em;
}

.vacancy-section h3 {
    margin-bottom: .2em;
}

ul.vacancy-aside {
    padding-top: 0;
}

/* Vacancy form full
   --------------------------------------------------------------------------*/
.modal {
    display: none;
    position: static;
}

.modal .modal-form {
    padding: 3em 2.3em;
    width: 845px;
    position: absolute;
    margin-left: -461px;
    top: 0;
}

.modal .modal-form .btn-close {
    right: -30px;
    top: -40px;
}

.modal-grid {
    overflow: hidden;
}

.modal-grid .form-row {
    width: 108%;
    padding: 0 0 29px;
}

.modal-grid .form-item {
    margin: 0 40px 0 0;
    padding: 0;
}

.modal-grid .span1 {
    width: 250px;
}

.ie-old .modal-grid .span1 {
    width: 250px;
}

.modal-grid .span2 {
    width: 545px;
}

.ie-old .modal-grid .span2 {
    width: 516px;
}

.modal-grid .span3 {
    width: 830px;
}

.ie-old .modal-grid .span3 {
    width: 805px;
}

.no-native .selectbox {
    width: 100%;
}

.select-group {
    width: 238px;
}

.select-group .selectbox {
    width: 31%;
    float: left;
}

.select-group .selectbox .display {
    padding-right: 11px;
}

.select-group .selectbox .display .arrow_btn {
    width: 11px;
}

.select-group .selectbox .display .arrow_btn .arrow {
    left: 3px;
}

#vacancy-questionary-form #vf-tel-code {
    width: 50px;
    margin: 0 20px 0 10px;
}

#vacancy-questionary-form #vf-tel {
    width: 137px;
}

#vacancy-questionary-form small {
    display: block;
    clear: both;
    padding: 15px 0 0;
}

#vacancy-questionary-form .add-btn-container {
    clear: both;
    padding: 15px 0 0;
}

#vacancy-questionary-form p {
    padding-top: 1.5em;
    margin-bottom: 0;
}

#vacancy-questionary-form .ps-ln {
    border-bottom: 1px dashed;
    cursor: pointer;
}

#vacancy-questionary-form .ps-ln:hover {
    color: #1c7fbb;
}

#vacancy-questionary-form .actions-row p {
    padding: .4em 0 0;
    margin-bottom: 0;
}

#vacancy-questionary-form #add-resume-btn {
    font-size: 16px;
    width: 130px;
    position: relative;
    display: inline-block;
    background: url(../images/button-bg-gradient.png) 0 0 repeat-x;
    border: 1px solid #0E0E0E;
    color: #EFEFEF;
}

#vacancy-questionary-form #add-resume-btn input {
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

#vacancy-questionary-form #add-resume-btn span {
    display: inline-block;
    z-index: 0;
    left: 0;
    top: 0;
    padding: 3px 10px;
}

#vacancy-questionary-form .additional-fields {
    display: none;
}

/* Feedback
   --------------------------------------------------------------------------*/
#feedback-form .form-row {
    padding: 0 0 19px;
}

#feedback-form .form-row .form-row {
    width: 115%;
}

#feedback-form .span2 .span2 {
    width: 540px;
}

#feedback-form .item-caption {
    margin-left: 25px;
    padding-top: 32px;
    width: 200px;
}

#feedback-form .span3 {
    width: 827px;
}

#feedback-form .separate {
    margin-top: 2.5em;
}

#feedback-form textarea {
    height: 240px;
}

#fb-tel-code {
    width: 50px;
    margin: 0 20px 0 10px;
}

#fb-tel {
    width: 130px;
}

/* ============================================================================
    3.5 Footer
============================================================================= */

#footer .copyright {
    line-height: 1.2em;
    padding-top: 1.3em;
}

#footer .copyright img {
    display: block;
    float: left;
    padding-right: 1.4em;
    margin-top: -0.6em;
    position: static;
}

#footer a {
    color: #cccccc;
}

#footer a:hover, #footer a:focus {
    color: #f0f0f0;
}

#footer .grid-row {
    padding-bottom: 1.4em;
}

#footer .main-brands .ico {
    background: url("../images/brands-ico.png") 0 0 no-repeat;
    vertical-align: middle;
}

footer .main-brands .span1 {
    width: auto;
    margin: 0 0 0 3em;
}

#footer .main-brands .apple {
    background-position: -46px -25px;
    width: 112px;
    height: 27px;
}

#footer .main-brands .sony {
    background-position: -207px -32px;
    width: 103px;
    height: 17px;
}

#footer .main-brands .samsung {
    background-position: -370px -26px;
    width: 82px;
    height: 27px;
}

#footer .main-brands .nike {
    background-position: -598px -27px;
    width: 57px;
    height: 21px;
}

#footer .main-brands .lego {
    background-position: -526px -21px;
    width: 34px;
    height: 34px;
    margin-top: -3px;
}

.footer-nav {
    padding: 0;
}

.footer-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 125%;
    line-height: 1.5em;
}

#main .grid-row_vacancy {
    padding-bottom: 1.2em;
}

#main .grid-row_vacancy .h2 {
    font-size: 1.52em;
    margin: 0 0 .4em;
}

#main .grid-row_vacancy p {
    padding: 0 0 0.3em 0;
    color: #fff;
}

/* ============================================================================
    3.6 Other
============================================================================= */
/* Opera speed dial minimized */
@media screen and (view-mode: minimized) {
    #main-container,
    #nav,
    #header {
        display: none;
    }
}

/* ============================================================================
    Import from masterclasses.scss

    4. MASTER-CLASSES
============================================================================= */
/* ============================================================================
    Mixins
============================================================================= */
/* ============================================================================
    Grid support
============================================================================= */
.grid-row {
    display: block;
    width: 104.167%;
    margin: 0 -2.083%;
}

.ie-old .grid-row {
    width: 104.167%;
    margin: 0 -2.083%;
}

.span1 {
    display: block;
    float: left;
    width: 12.5%;
    margin: 0 2.083%;
}

.ie-old .span1 {
    display: inline;
    width: 12.5%;
    margin: 0 2.083%;
}

.span2 {
    display: block;
    float: left;
    width: 29.167%;
    margin: 0 2.083%;
}

.ie-old .span2 {
    display: inline;
    width: 29.167%;
    margin: 0 2.083%;
}

.span3 {
    display: block;
    float: left;
    width: 45.833%;
    margin: 0 2.083%;
}

.ie-old .span3 {
    display: inline;
    width: 45.833%;
    margin: 0 2.083%;
}

.span4 {
    display: block;
    float: left;
    width: 62.5%;
    margin: 0 2.083%;
}

.ie-old .span4 {
    display: inline;
    width: 62.5%;
    margin: 0 2.083%;
}

.span6 {
    display: block;
    float: left;
    width: 95.833%;
    margin: 0 2.083%;
}

.ie-old .span6 {
    display: inline;
    width: 95.833%;
    margin: 0 2.083%;
}

/* ============================================================================
    buttons universal
============================================================================= */
/* ============================================================================
    Forms support
============================================================================= */
.input-container {
    display: inline-block;
    padding: .2em .2em .1em;
    /* background: url(../images/input.png) 0 0 no-repeat; */
    vertical-align: bottom;
}

.input-container .ie-old {
    display: inline;
    zoom: 1;
}

.input-container input {
    padding: 0 .4em;
    margin: 0;

    border: none;
}

/* ============================================================================
    Stylize text
============================================================================= */
.emph {
    font-style: italic;
}

.emph-fz-sm {
    font-size: .8em;
}

.emph-fz-md,
.lead {
    font-size: 1.12em;
}

.emph-fz-big {
    font-size: 1.57em;
    line-height: 1.1em;
}

.emph-fz-huge {
    font-size: 3.12em;
    line-height: 1.2em;
    margin: 0 0 .2em;
    padding: 0;
    color: #fff;
    text-shadow: 0 0 3px black;
}

.emph-serif {
    font-family: "Times New Roman", Times, "FreeSerif", "Nimbus Roman No9 L", serif;
}

.emph-sans {
    font-family: "MyrProRegular", "Lucida Grande", Arial, FreeSans, sans-serif;
}

.emph-c {
    color: #fff;
}

.emph-c-ln {
    color: #1c7fbb;
}

.emph-c-base {
    color: #cccccc;
}

.emph-c-dark {
    color: #999999;
}

.emph-c-ligh {
    color: white;
}

.tagline,
.alt-title {
    font-style: italic;
}

.note-bene {
    color: #2699d3;
    padding-top: 1em;
}

/* ============================================================================
    sprite support
============================================================================= */
span.ico {
    display: inline-block;
    /* background: url("../images/main-sprite.png") 0 0 no-repeat; */
}

.ie-old span.ico {
    display: inline;
    zoom: 1;
}

/* ============================================================================
Import from plugin-support.scss
============================================================================= */
/* ============================================================================
  Select box plugin support
============================================================================= */
/* applied to original <select> to hide */
.has_sb {
    position: absolute;
    left: -999999em;
    text-indent: -999999em;
}

/* always visible styles */
.selectbox {
    display: inline-block;
    position: relative;
    font-size: 1em;
    margin: 1px;
    vertical-align: middle;
}

.ie-old .selectbox {
    display: inline;
    zoom: 1;
}

.selectbox .display {
    border: 1px solid #0e0e0e;
    background: #fff;
    color: #000;
    padding: 0 29px 0 6px;
    height: 27px;
    line-height: 30px;
    box-shadow: inset 3px 4px 7px rgba(0, 0, 0, 0.2);
    cursor: default;
    display: block;
    font-weight: normal;
    overflow: hidden;
    outline: none;
    position: relative;
    text-decoration: none;
}

.selectbox.disabled .display {
    color: #999;
}

.selectbox.focused .display .text {
    display: inline-block;
}

.ie-old .selectbox.focused .display .text {
    display: inline;
    zoom: 1;
}

.selectbox .display.active {
    border-color: #7b7d83;
}

.selectbox .display .arrow_btn {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #aeaeae;
    width: 29px;
    height: 100%;
}

.selectbox .display .arrow_btn .arrow {
    display: block;
    left: 11px;
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
}

.selectbox .value {
    display: none;
}

/* dropdown styles */
.selectbox.items {
    background: #fff;
    border: 1px solid #828790;
    display: block;
    font-size: 1em;
    list-style-type: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 1px 0;
    z-index: 99999;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    min-width: 70px;
}

.selectbox.items li {
    display: block;
    margin: 0;
    padding: 0;
    /*white-space:nowrap; maybe necessary if using fixedWidth: false */
}

.selectbox.items li.first {
    margin-top: 0;
}

.selectbox.items li > .item {
    color: #000;
    cursor: default;
    display: block;
    padding: .1em .4em;
    text-decoration: none;
}

.selectbox.items li > .item > .text {
    display: inline-block;
}

.ie-old .selectbox.items li > .item > .text {
    display: inline;
    zoom: 1;
}

.selectbox.items li.selected > .item {
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
}

.selectbox.items li.disabled > .item {
    color: #999;
}

.selectbox.items li.hover > .item {
    background-color: #F13292;
    color: #fff;
}

.selectbox.items .value {
    display: none;
}

/* optgroup styles */
.selectbox.items .optgroup .items {
    border: none;
    margin: 0;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.selectbox.items .optgroup > .label {
    cursor: default;
    font-weight: bold;
    line-height: 1em;
}

.selectbox.items .optgroup .items li > .item {
    padding-left: 1em;
}

/* for optgroups */
.selectbox.round_sb.items > li > .label {
    line-height: 2.08em;
    padding: 4px 6px;
}

.selectbox.round_sb.items > li > .items li > .item {
    padding: 4px 6px 4px 12px;
}

/* fixed width example styles */
.selectbox .display.fixed_width {
    width: 73px;
    padding: 0 24px 0 3px;
}

.selectbox.fixed_width.items {
    width: 100px;
    /* width of display text plus the padding (60 + 27) = 87 */
}

.selectbox .display.fixed_width2 {
    width: 60px;
    padding: 0 24px 0 3px;
}

.selectbox.fixed_width2.items {
    width: 300px;
    /* width of display text plus the padding (60 + 27) = 87 */
}

#vacancy-questionary-form label.error {
    color: red !important;
}

.emph-fz-md td {
    border: none;
}

.press-center-about {
    margin: 2em 0 0 0;
}

.press-center-about .h2 {
    margin: 0;
    line-height: normal;
}

.reset-space {
    margin: 0;
    padding: 0;
}

.press-center-about .span2 a {
    text-decoration: none;
}

.press-center-about .h2 {
    font-size: 1.62em;
}

.green {
    color: #81C444;
}

.pagination_side-second {
    width: 618px;
    margin: 0 0 0 340px;
}

.pagination-item {
    padding: 0 8px !important;
    text-decoration: none;
}

.datetime {
    color: #81C444;
}

.person-list {
    margin: 20px 0 30px;
    padding: 0;
}

.person-list-item {
    display: inline-block;
    width: 140px;
    vertical-align: top;
    list-style: none;
    margin: 0 40px 25px 0;
    padding: 0;
}

.person-list-name {
    margin: 0.3em 0 0.2em;
    padding: 0;
    font-size: 1.15em;
}

.person-list-post {
    color: #999;
    padding: 0;
}

.graf-date {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
}

.graf-event {
    width: 440px;
    position: absolute;
    top: 0;
    right: 0;
}

.graf-event a {
    text-decoration: none;
}

.graf-event span.ln-color-apple {
    color: #fc2a89;
}

.graf-event span.ln-color-lego {
    color: #ff3;
}

.graf-event span.ln-color-nokia {
    color: #0086d7;
}

.graf-event span.ln-color-sony {
    color: #81c444;
}

.graf-event span.ln-color-samsung {
    color: #0086d7;
}

.graf-event span.ln-color-nike {
    color: #01cbd8;
}

.date2007, .date2008, .date2009, .date2011 {
    position: relative;
}

.date2005 {
    margin: 3px 0 0;
    padding: 2px 0 3px;
}

.date2007 {
    margin: 36px 0 0 !important;
}

.date2008 {
    margin: 18px 0 0 !important;
}

.date2009 {
    margin: 18px 0 0 !important;
    padding: 0 0 3px;
}

.date2011 {
    margin: 120px 0 0 !important;
    padding: 0 0 3px;
}

.date2012 {
    margin: 115px 0 0 !important;
    padding: 0 0 3px;
}

.date2013 {
    margin: 68px 0 0 !important;
    padding: 0 0 3px;
}

.event1 {
    margin: 3px 0 0;
    padding: 0 0 3px;
}

.event2 {
    margin: 17px 0 0;
}

.event3 {
    margin: 6px 0 0;
}

.event4 {
    margin: 5px 0 0;
}

.event5 {
    margin: 65px 0 0;
}

.event6 {
    margin: 18px 0 0;
    padding: 0 0 3px;
}

.event7 {
    margin: 91px 0 0;
    padding: 0 0 3px;
}

.graf-section {
    min-height: 873px;
    background: url("../images/section-ico-graf.jpg") center bottom no-repeat;
    margin: 25px 0 !important;
}

.position-block {
    position: relative;
}

.top_pad {
    padding-top: 35px;
}

.shop-detail .additional-ln .img-ico {
    vertical-align: middle;
    height: 24px;
}

.mar_top_85 {
    margin-top: 85px;
}

.mar_top_50 {
    margin-top: 50px;
}

.mar_top_-11 {
    margin-top: -11px;
}


.h3 {
    margin-top: 0px;
}

.note-nav {
    padding-top: 3.9em;
}

.press-center .span2 h2 {
    height: auto;
}

.grid-row-narrow .span2 h2 {
    height: 70px;
}

.sect-with-img {
    padding-bottom: 0px !important;
}

.sect-with-img img {
    display: block;
}


/* CHANGED STYLES
FOR MAIN PAGE
FOR IMPLEMENTING SLIDER
WITH KEN BURNS EFFECT
@ Author of changes: Alexander Borshak
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

html {
    background: none;
}

body {
    font-family: "MyrProRegular", "Lucida Grande", Arial, FreeSans, sans-serif;
}

body#main_page {
    background-image: url("../images/shadow.png");
    background-position: center 720px;
    background-repeat: no-repeat;
}

#main_page .promo-slider {
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
    height: 420px;
    min-width: 920px;
    width: 100%;
    width: 100vw;
    max-width: 1240px;
    position: relative;
    background-color: #333;
}

#main_page .promo-slider:before,
#main_page .promo-slider:after {
    content: "";
    position: absolute;
    z-index: -2;
}

#main_page .promo-slider:before {
    top: 0%;
    bottom: 0px;
    left: 10px;
    right: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.75);
    border-radius: 100px / 10px;
}

#main_page .promo-slider .image-container,
#main_page .promo-slider .image-container .wrapper {
    height: 420px;
    max-height: 420px;
    min-width: 920px;
    width: 100%;
    width: 100vw;
    max-width: 1240px;
    overflow: hidden;
    position: absolute;
    top: 0;

    background-position: center top;
    background-repeat: no-repeat;
}

#main_page .promo-slider .image-container .wrapper {
    display: block;
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

#main_page .promo-slider .image-container .wrapper {
    -webkit-transition: opacity 1400ms ease, -webkit-transform 5200ms linear;
    transition: opacity 1400ms ease, transform 5200ms linear;
}

#main_page .promo-slider .image-container .wrapper.transit {
    opacity: 1;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -moz-transform: scale(1.08) rotate(0.01deg);
    -ms-transform: scale(1.08) rotate(0.01deg);
}

#main_page .promo-slider .image-container .apple.visible {
    opacity: 1;
}

#main_page .promo-slider .image-container .apple {
    background-image: url('../images/apple.jpg?1');
}


#main_page .promo-slider .image-container .samsung {
    background-image: url('../images/samsung_banner.png');
}

#main_page .promo-slider .image-container .nike {
    background-image: url('../images/nike.jpg');
}

#main_page .promo-slider .image-container .sony {
    background-image: url('../images/sony.jpg');
}

#main_page .promo-slider .image-container .lego {
    background-image: url('../images/mirkubikov.png');
}

#main_page .promo-slider .image-container .leap {
    background-image: url('../images/leap.jpg');
}

#main_page .promo-slider .image-container .prenatal {
    background-image: url('../images/prenatal.jpg');
}

#main_page .promo-slider .image-container .unode50 {
    background-image: url('../images/unode50.jpg');
}

#main_page .promo-slider .image-container .huawei {
    background-image: url('../images/huawei.jpg?2');
    background-size: 1240px auto;
}

#main_page .promo-slider .image-container .xiaomi {
    background-image: url('../images/xiaomi.jpg?1');
}

#main_page .promo-slider .image-container .street-beat {
    background-image: url('../images/street-beat.jpeg');
}

#main_page .promo-slider .image-container .hiker {
    background-image: url('../images/hiker.jpg');
}

#main_page .promo-slider .image-container .rookie {
    background-image: url('../images/rookie.jpg');
}

#main_page .promo-slider .image-container.shadow {
    background-image: url('../images/shadow2.png');
}


#main_page .promo-slider img {
    position: absolute;
    top: 0px;
}

.clear {
    display: block;
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin-bottom: -1px;
    float: none !important;
    width: 100% !important;
}

#main_page #body {
    margin-top: -420px;
}

#body {
    padding: 0 10px;
    width: 920px;
    margin: 0 auto;
}

#header {
    padding: 10px 0 0 0;
    background: #1c1c1c;
    padding-bottom: 15px;
}

#main_page #header {
    background: none;
    margin-bottom: 0px;
    position: relative;
}

#wrap_header {
    width: 920px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

#logo {
    width: 300px;
    float: left;
    padding: 58px 0 0 0;
}

#top_info {
    width: 620px;
    padding: 0;
    float: right;
}


#top_menu {
    text-align: left;
    float: left;
    clear: both;
    margin-bottom: 27px;
}

#top_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#top_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative
}


#top_menu ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    padding: 20px 45px 5px 18px;
    display: block;
}

#top_menu ul li.contacts a {
    padding: 20px 0px 5px 18px;
}

#top_menu ul li a:hover {
    text-decoration: none;
}

#top_menu ul li:hover {
    background: #000;
}

#top_menu ul li div {
    display: none;
    width: 100%;
    background: #000;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 10000;
}

#top_menu ul li:hover div {
    display: block;
}

#top_menu ul li div ul {
    margin: 25px 10px 18px 20px;
    padding: 0;
}

#top_menu ul li div li {
    float: none;
    margin: 0;
    padding: 0;
}

#top_menu ul li div li a {
    padding: 0;
    color: #c2c2c2;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 0.8125em;

    margin-bottom: 16px;
    line-height: 1.3;
}

#top_menu ul li div li a:hover {
    text-decoration: underline;
}

#top_menu ul li.contacts:hover {
    background: 0;
}

#firms {
    float: left;
    width: 100%;
    padding-left: 18px;
    font-size: 1.4em;
    color: #fff;
    line-height: 1.2em;
    position: relative;
    margin-top: 18px;
}

#firms .apple {
    border-bottom: 1px solid #ff3399;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .apple:hover {
    text-decoration: none;
    color: #ff3399;
}

#firms .apple.active {
    border-bottom-color: #ff3399;
    color: #ff3399;
}

#firms .samsung {
    border-bottom: 1px solid #19c2f9;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .samsung:hover {
    text-decoration: none;
    color: #19c2f9;
}

#firms .samsung {
    border-bottom: 1px solid #0162c6;
    color: #fff;
    text-decoration: none;
}

#firms .samsung:hover {
    text-decoration: none;
    color: #0162c6;
}

#firms .samsung.active {
    border-bottom-color: #0162c6;
    color: #0162c6;
}

#firms .leap {
    border-bottom: 1px solid #96bf31;
    color: #fff;
    text-decoration: none;
}

#firms .leap:hover {
    text-decoration: none;
    color: #96bf31;
}

#firms .leap.active {
    border-bottom-color: #96bf31;
    color: #96bf31;
}

#firms .sony {
    border-bottom: 1px solid #81c444;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .sony:hover {
    text-decoration: none;
    color: #81c444;
}

#firms .sony {
    border-bottom: 1px solid #19c2f9;
    color: #fff;
    text-decoration: none;
}

#firms .sony:hover {
    text-decoration: none;
    color: #19c2f9;
}

#firms .sony.active {
    border-bottom-color: #19c2f9;
    color: #19c2f9;
}

#firms .lego {
    border-bottom: 1px solid #ffd800;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .lego:hover {
    text-decoration: none;
    color: #ffd800;
}

#firms .lego.active {
    border-bottom-color: #ffd800;
    color: #ffd800;
}

#firms .nike {
    border-bottom: 1px solid #f47900;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .nike:hover {
    text-decoration: none;
    color: #f47900;
}

#firms .nike.active {
    border-bottom-color: #f47900;
    color: #f47900;
}

#firms .prenatal {
    border-bottom: 1px solid #9ad5e5;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .prenatal:hover {
    text-decoration: none;
    color: #9ad5e5;
}

#firms .prenatal.active {
    border-bottom-color: #9ad5e5;
    color: #9ad5e5;
}

#firms .kid-rocks {
    border-bottom: 1px solid #9ad5e5;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .kid-rocks:hover {
    text-decoration: none;
    color: #9ad5e5;
}

#firms .kid-rocks.active {
    border-bottom-color: #9ad5e5;
    color: #9ad5e5;
}

#firms .unode50 {
    border-bottom: 1px solid #c4262e;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .unode50:hover {
    text-decoration: none;
    color: #c4262e;
}

#firms .unode50.active {
    border-bottom-color: #c4262e;
    color: #c4262e;
}


#firms .huawei {
    border-bottom: 1px solid #c7102d;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .huawei:hover {
    text-decoration: none;
    color: #c7102d;
}

#firms .huawei.active {
    border-bottom-color: #c7102d;
    color: #c7102d;
}

#firms .xiaomi {
    border-bottom: 1px solid #ff6900;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .xiaomi:hover {
    text-decoration: none;
    color: #ff6900;
}

#firms .xiaomi.active {
    border-bottom-color: #ff6900;
    color: #ff6900;
}

#firms .street-beat {
    border-bottom: 1px solid #00a4c7;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .street-beat:hover {
    text-decoration: none;
    color: #00a4c7;
}

#firms .street-beat.active {
    border-bottom-color: #00a4c7;
    color: #00a4c7;
}

#firms .hiker {
    border-bottom: 1px solid #201F23;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .hiker:hover {
    text-decoration: none;
    color: #201F23;
}

#firms .hiker.active {
    border-bottom-color: #201F23;
    color: #201F23;
}

#firms .rookie {
    border-bottom: 1px solid #033572;
    color: #fff;
    text-decoration: none;
    -webkit-transition: border-bottom-color 900ms ease, color 900ms ease;
    transition: border-bottom-color 900ms ease, color 900ms ease;
}

#firms .rookie:hover {
    text-decoration: none;
    color: #033572;
}

#firms .rookie.active {
    border-bottom-color: #033572;
    color: #033572;
}

#progres {
    width: 920px;
    margin-top: 305px;
    margin-left: -300px;
    padding-bottom: 35px;
}

#progres ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    clear: both;
}

#progres ul li {
    width: 120px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 40px;
    float: left;
    text-align: center;
}

#progres ul li:first-child {
    margin-left: 0;
}

#progres ul li h2 {
    margin: 0;
    padding: 0;
    font-size: 3.75em;
    margin-top: 9px;
    line-height: 0.9em;
    font-weight: normal;
    text-shadow: none;
}

#progres ul li .img {
    display: block;
    height: 45px;
}

#progres ul li strong {
    font-weight: normal;
    font-size: 1em;
    color: #fff;
    font-family: "MyrProRegular", "Lucida Grande", Arial, FreeSans, sans-serif;
}

#progres p {
    text-align: right;
    float: left;
    width: 100%;
    color: #b7b7b7;
    font-size: 0.6875em;
    margin-top: 30px;
~ background: url("../images/shadow.png") no-repeat scroll center bottom;
~ background-size: contain;
}

#info {
    padding-top: 39px;
    margin-bottom: 0;
    width: 920px;
    margin-left: -300px;
}

#info ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

#info ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 280px;
    float: left;
    margin-left: 40px;
}

#info ul li:first-child {
    margin-left: 0;
}

#info ul li h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 1.875em;
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-weight: normal;
    text-shadow: none;
}

#info ul li p {
    font-size: 1em;
    line-height: 1.4;
    color: #aaaaaa;
}

#info ul li p a {
    text-decoration: underline;
}

#info ul li p a:hover {
    text-decoration: none;
}

#footer {
    padding-top: 55px;
    padding-bottom: 90px;
    background: url('../images/shadow.png') center top no-repeat;
}

.wrap {
    width: 920px;
    margin: 0 auto;
}

#bottom_logo {
    width: 260px;
    float: left;
}

#bottom_info {
    width: 660px;
    float: right;
}

#bottom_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bottom_menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 120px;
    margin-left: 40px;
    float: left;
}

#bottom_menu li:first-child {
    margin-left: 0;
}

#bottom_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bottom_menu li ul li {
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    float: none;
    line-height: 1em;
}

#bottom_menu h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-shadow: none;
}

#bottom_menu li a {
    color: #c1c1c1;
    font-size: 0.75em;
    text-decoration: underline;
}

#bottom_menu li h3 a {
    text-decoration: none;
    color: #fff
}

#bottom_menu li a:hover {
    text-decoration: none;
}

#copyright {
    line-height: 35px;
    color: #cccccc;
    font-size: 0.75em;
    float: left;
    width: 100%;
    margin-top: 45px;
}

#brands {
    float: right;
    margin-top: -3px;
    width: 717px;
}

#brands ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#brands li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-left: 12px;
    height: 33px;
    line-height: 33px;
}

#brands li:first-child {
    margin-left: 0;
}

#brands li:nth-child(9) {
    margin-left: 15px;
}

#brands img {
    vertical-align: middle;
}

#ef_page {
    background: #333333 url('../images/ef/ef_page_bg.jpg') center 278px repeat-x;
}

#ef_text {
    margin: 720px 0 45px 120px;
    width: 780px;
}

#ef_text .white_text {
    color: #fff;
    font-size: 1.375em; /*22px*/
    line-height: 1.1818em;
    font-weight: 600;
}

#ef_text .grey_text {
    color: #ccccc6;
    font-size: 1.125em; /*18px*/
}


.ln-color-unode50, #store-type-unode50 a {
    color: #c4262e !important;
}

#store-type-unode50 a:hover, #store-type-unode50 a:focus, .ln-color-unode50:hover {
    color: #DB3139 !important;
}

a[rel=nofollow] {
    display: none;
}

#heroes {
    background: url("../images/heroes.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 325px;
    margin-bottom: 35px;
}

#header .multilingual_version,
#wrap_header .multilingual_version {
    position: absolute;
    max-width: 140px;
}

#header .multilingual_version {
    left: 1px;
    top: 30px;
}

#wrap_header .multilingual_version {
    left: 12px;
    top: 20px;
}

@-moz-document url-prefix() {
    #header .multilingual_version {
        top: 29px;
        left: 0px;
    }

    #wrap_header .multilingual_version {
        top: 19px;
        left: 10px;
    }
}

.multilingual_version a {
    text-decoration: underline;
    font-size: 16px;
    line-height: 1;
}

#wrap_header .multilingual_version {
    font-size: 15.5px;
}

.multilingual_version a:hover {
    color: #fff;
}

/*форма обратной связи на странице с картами*/

.wrap_form_feedback .inline_feedback {
    margin: 0;
    padding: 0;
}

.wrap_form_feedback .inline_feedback h3 {
    margin: 0.5em 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
}

.wrap_form_feedback .inline_feedback_form {
    margin-top: 18px;
    margin-bottom: 10px;
}

.wrap_form_feedback .inline_feedback_form dl {
    padding: 0;
    margin: 0;
}

.wrap_form_feedback .inline_feedback_form dl dt {
    float: left;
    width: 380px;
    margin-right: 17px;
    margin-bottom: 20px;
}

.wrap_form_feedback .inline_feedback_form dl dd {
    float: left;
    width: 170px;
    margin: 0;
}

.wrap_form_feedback .inline_feedback_form dl dd span.remark {
    font-size: 0.9em;
    color: #656563;
    line-height: 1.2;
    display: inline-block;
}

.wrap_form_feedback .inline_feedback_form input[type="text"] {
    background-color: transparent;
    border: 1px solid #ccccca;
    height: 35px;
    color: #fff;
    display: block;
    font-size: 1.1em;
    padding: 0 10px;
    box-shadow: none;
    transition: border-color 0.3s;

    line-height: 1;
    vertical-align: middle;
    outline: none;
    outline-offset: 1px;

    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
}

.wrap_form_feedback .inline_feedback_form input[type="text"]:focus {
    border-color: #2b9bdf;
    outline-color: transparent;
    box-shadow: none;
}

.wrap_form_feedback .inline_feedback_form input[type="text"]::-webkit-input-placeholder {
    color: #666664;
}

.wrap_form_feedback .inline_feedback_form input[type="text"]::-moz-placeholder {
    color: #666664;
}

.wrap_form_feedback .inline_feedback_form input[type="text"]:-ms-input-placeholder {
    color: #666664;
}

.wrap_form_feedback .inline_feedback_form input.fio {
    width: 354px;
}

.wrap_form_feedback .inline_feedback_form input.phone,
.wrap_form_feedback .inline_feedback_form input.email {
    float: left;
}

.wrap_form_feedback .inline_feedback_form input.phone {
    margin-right: 12px;
    width: 144px;
}

.wrap_form_feedback .inline_feedback_form input.email {
    width: 176px;
}

.wrap_form_feedback .inline_feedback_form input[type="submit"] {
    background: none;
    width: 132px;
    height: 37px;
    color: #2b2b29;
    cursor: pointer;
    font-size: 14pt;
    line-height: 0;
    transition: background-color 0.3s ease 0s;
    border: none;
    background-color: #cccdc7;
}

.wrap_form_feedback .inline_feedback_form input[type="submit"]:hover {
    background-color: #2b9bdf;
    opacity: 1;
}

.wrap_form_feedback .error_input {
    border-color: #ff0000 !important;
}

.send_resume_close {
    right: -37px !important;
    top: -76px !important;
}

.store-type-toggle.ln-color-street-beat {
    color: #00a4c7;
}

#checkGiftCardBalance {
    display: block;
    width: 170px;
    margin-right: auto;
    line-height: 50px;
    background-color: #2f53a6;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.1em;
    margin-top: 71px;
}

#checkGiftCardBalance:hover {
    background-color: #1c7fbb;
}

.english_version_link {
    color: #fff;
}
