@font-face {
    font-family: 'PT Sans';
    src: url('pts55f_w.eot');
    src: local('PT Sans'), url('PTS55F_W.eot?#iefix') format('embedded-opentype'), url('PTS55F_W.woff') format('woff'),url('PTS55F_W.ttf') format('truetype'), url('PTS55F_W.svg#PTSans-Regular') format('svg');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    src: url('pts56f_w.eot');
    src: local('PT Sans Italic'), url('PTS56F_W.eot?#iefix') format('embedded-opentype'), url('PTS56F_W.woff') format('woff'),url('PTS56F_W.ttf') format('truetype'), url('PTS56F_W.svg#PTSans-Italic') format('svg');
}

@font-face {
    font-family: 'PT Sans';
    src: url('pts75f_w.eot');
    font-style: normal;
    font-weight: bold;
    src: local('PT Sans Bold'), url('PTS75F_W.eot?#iefix') format('embedded-opentype'), url('PTS75F_W.woff') format('woff'),url('PTS75F_W.ttf') format('truetype'), url('PTS75F_W.svg#PTSans-Bold') format('svg');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: bold;
    src: url('pts76f_w.eot');
    src: local('PT Sans Bold Italic'), url('PTS76F_W.eot?#iefix') format('embedded-opentype'), url('PTS76F_W.woff') format('woff'),url('PTS76F_W.ttf') format('truetype'), url('PTS76F_W.svg#PTSans-BoldItalic') format('svg');
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url('ptc55f_w.eot');
    src: local('PT Sans Caption'), url('PTC55F_W.eot?#iefix') format('embedded-opentype'), url('PTC55F_W.woff') format('woff'),url('PTC55F_W.ttf') format('truetype'), url('PTC55F_W.svg#PTSans-Caption') format('svg');
}

@font-face {
    font-family: 'PT Sans Caption';
    font-weight: bold;
    src: url('ptc75f_w.eot');
    src: local('PT Sans Caption Bold'), url('PTC75F_W.eot?#iefix') format('embedded-opentype'), url('PTC75F_W.woff') format('woff'),url('PTC75F_W.ttf') format('truetype'), url('PTC75F_W.svg#PTSans-CaptionBold') format('svg');
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('ptn57f_w.eot');
    src: local('PT Sans Narrow'), url('PTN57F_W.eot?#iefix') format('embedded-opentype'), url('PTN57F_W.woff') format('woff'),url('PTN57F_W.ttf') format('truetype'), url('PTN57F_W.svg#PTSans-Narrow') format('svg');
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    src: url('ptn77f_w.eot');
    src: local('PT Sans Narrow Bold'), url('PTN77F_W.eot?#iefix') format('embedded-opentype'), url('PTN77F_W.woff') format('woff'),url('PTN77F_W.ttf') format('truetype'), url('PTN77F_W.svg#PTSans-NarrowBold') format('svg');
}

html, button, input, select, textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a {
    color: #3639a5;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.openstore {
    text-align: center;
    padding: 10px;
    margin: -5px 0 8px 0;
    color: #FFF;
    font-size: 16px;
    /*text-transform:uppercase;*/
    border-radius: 2px;
    background: #a90329;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    /* IE6-9 */
}
.openstore.internal{
	
}

.tdnone a:hover {
    text-decoration: none
}

.basket_block {
    margin-left: 175px;
}

#social img {
    opacity: 0.7;
    /* CSS3 — Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    -moz-opacity: 0.7;
    /* Mozilla 1.6 */
    filter: alpha(opacity=70);
    /* IE 5.5+*/
    padding-right: 5px;
}

#poisk {
    width: 200px;
}

#social a:hover img {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

#navbrands {
    position: absolute;
    top: 330px;
    left: 40px;
}

#navbrands img {
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1), -23px 0 20px -23px rgba(0, 0, 0, .1), 23px 0 20px -23px rgba(0, 0, 0, .1), 0 0 40px rgba(0, 0, 0, .1) inset;
    opacity: 0.7;
    /* CSS3 — Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    -moz-opacity: 0.7;
    /* Mozilla 1.6 */
    filter: alpha(opacity=70);
    /* IE 5.5+*/
}

#navbrands a:hover img {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

#navbrands h2 {
    color: #333;
    margin-left: -20px;
    font: 18px 'PT Sans', Arial, Helvetica, sans-serif;
}

#navbrands2 {
    position: absolute;
    top: 360px;
    left: 40px;
}

#navbrands2 img {
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1), -23px 0 20px -23px rgba(0, 0, 0, .1), 23px 0 20px -23px rgba(0, 0, 0, .1), 0 0 40px rgba(0, 0, 0, .1) inset;
    opacity: 0.7;
    /* CSS3 — Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    -moz-opacity: 0.7;
    /* Mozilla 1.6 */
    filter: alpha(opacity=70);
    /* IE 5.5+*/
}

#navbrands2 a:hover img {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

#navbrands2 h2 {
    color: #333;
    margin-left: -20px;
    margin-bottom: 6px;
    font: 18px 'PT Sans', Arial, Helvetica, sans-serif;
}

#navbrands3 {
}

#navbrands3 img {
    margin-top: 2px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1), -23px 0 20px -23px rgba(0, 0, 0, .1), 23px 0 20px -23px rgba(0, 0, 0, .1), 0 0 40px rgba(0, 0, 0, .1) inset;
    opacity: 0.8;
    /* CSS3 — Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    -moz-opacity: 0.7;
    /* Mozilla 1.6 */
    filter: alpha(opacity=70);
    /* IE 5.5+*/
}

#navbrands3 a:hover img {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

.red {
    color: #F00;
}

.yandex-market {
    margin-top: 15px;
    margin-left: -1px;
    display: inline-block;
    width: 88px;
    height: 31px;
    background: url("../img/yandex.jpg");
    margin-right: 10px;
    vertical-align: middle;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.pos-r {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tal-center {
    text-align: center;
}

.tal-right {
    text-align: right;
}

.tt-uppc {
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
    margin-left: -20px;
}

.brand {
    min-height: 40px;
    width: 40px;
    font: 24px 'PT Sans', Arial, Helvetica, sans-serif;
    margin-top: -5px;
}

.fs-small {
    font-size: 11px;
}

.fs-bigger {
    font-size: 15px;
}

.fs-bigger-blue {
    font-size: 16px;
    color: #2b2d80 !important;
}

.fs-bigger2 {
    font-size: 16px;
    font-weight: bold;
}
}

.fs-big {
    font-size: 42px;
}

.media-info {
    position: relative;
}

.media-img {
    float: right;
}

.media-info, .media-info .info {
    overflow: hidden;
}

.info:hover {
    text-decoration: none !important;
}

.s-spr {
    background: url(../img/s-spr.png) 0 0 no-repeat;
}

.basket-icon {
    width: 65px;
    height: 44px;
    /*background-position: -524px -122px;*/
}

.badge-sales-icon {
    width: 99px;
    height: 40px;
    background-position: -379px -24px;
}

.badge-news-icon {
    width: 99px;
    height: 40px;
    background-position: -494px -24px;
}

.badge-hit-prodaj-icon {
    width: 99px;
    height: 40px;
    background-position: -379px -128px;
}

.visa-icon {
    width: 60px;
    height: 40px;
    background-position: -445px -75px;
}

.master-card-icon {
    width: 58px;
    height: 40px;
    background-position: -514px -75px;
}

.yandex-dengi-icon {
    width: 58px;
    height: 40px;
    background-position: -581px -75px;
}

.vkontakte-icon, .facebook-icon, .twitter-icon, .youtube-icon {
    width: 41px;
    height: 37px;
}

.vkontakte-icon {
    background-position: -242px -75px;
}

.facebook-icon {
    background-position: -291px -75px;
}

.twitter-icon {
    background-position: -340px -75px;
}

.youtube-icon {
    background-position: -389px -75px;
}

.em {
    font-style: italic;
}

.outline {
    color: #333;
}

.info-attract {
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 6px;
    padding: 5px 10px;
    background: #f08918;
}

.btn-attract {
    color: #fff;
    height: 45px;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    background: url(../img/btn-attract-bg.png) 0 0 repeat-x;
    text-shadow: 1px 1px 1px rgba(184,89,14,.4);
    font: bold 17px/45px 'PT Sans', Arial, Helvetica, sans-serif;
}

.btn-attract:hover, .btn-attract-more:hover {
    text-decoration: underline;
}

.btn-attract-more {
    color: #fff;
    width: 253px;
    height: 48px;
    border: none;
    display: inline-block;
    text-decoration: none;
    font: 18px/40px 'PT Sans', Arial, Helvetica, sans-serif;
    background: url(../img/subscribe-btn.png) 0 0 no-repeat;
    margin: 10px 0 0 6px;
}

.mrnone {
    margin-right: 0 !important;
}

.hr {
    height: 1px;
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden;
    background: #ccc;
}

#copyright .hr {
    width: 90px;
    background: #333;
}

.box {
    border-radius: 3px;
    background: #fefefe;
    border: 1px solid #ccc;
}

.box .header {
    padding: 10px 0 6px 30px;
}

.box .header a, .box .header h2 {
    color: #999;
    font-size: 14px;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px dashed #999;
    font-weight: bold;
}

.box .header h2 {
    border: none;
    margin: 0;
}

.box .header a.active, .box .header h2 {
    color: #000;
}

.box .header a.active, .box .header a:hover {
    border: none;
    padding-bottom: 3px;
}

.box .header .vline {
    width: 1px;
    height: 10px;
    margin: 4px 30px;
    background: #ccc;
}

.content-box h2 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.content-box h1 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.content-box p {
}

.content-box .hr {
    margin-bottom: 25px;
}

.content-row {
    margin-bottom: 2.4em;
}

body {
    height: 100%;
}

html {
    background: url(../img/bg-pattern.png) 0 0 repeat;
}

body {
    color: #999;
    font: 13px 'PT Sans', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    /* margin-top: 0;*/
    font-weight: normal;
}

p, .p {
    margin: 0 0 1.5em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.random-1 {
    background: url('../img/stripes.jpg') 50% 100% no-repeat fixed
}

/*
.random-2{
    background: url(../img/random-bgs/random-2-bg.jpg) 50% 0 no-repeat;
}
.random-3{
    background: url(../img/random-bgs/random-3-bg.jpg) 50% 0 no-repeat;
}
.random-4{
    background: url(../img/random-bgs/random-4-bg.jpg) 50% 0 no-repeat;
}
.random-5{
    background: url(../img/random-bgs/random-5-bg.jpg) 50% 0 no-repeat;
}
.random-6{
    background: url(../img/random-bgs/random-6-bg.jpg) 50% 0 no-repeat;
}
*/
#container-m {
    min-height: 100%;
}

.wrapper {
    /* width: 1280px; */
    width: 1260px;
    margin: 0 auto;
}

#header {
    padding-top: 15px;
    margin-bottom: 55px;
    position: relative;
    width: 1290px;
    left: -15px;
    background: url(../img/header_bg.png) 50% 100% no-repeat;
}

#bfheader {
    left: 0px;
    padding-top: 15px;
    margin-bottom: 55px;
    position: relative;
    width: 1260px;
    background-color: #FFF;
}

#sneg {
    height: 134px;
    position: absolute;
    width: 1290px;
    /* left: -15px; */
    top: -10px;
    background: url(../img/sneg.png) 50% 100% no-repeat;
    z-index: -9999;
}

#logo-section {
    color: #999999;
    /*NBA*/
    width: 260px;
    height: 100px;
    /*box-shadow: -6px -6px 8px -4px rgba(0,0,0,0),
				6px -6px 8px -4px rgba(0,0,0,0),
				6px 6px 8px -4px rgba(0,0,0,0),
            -6px 6px 12px -4px rgba(0,0,0,0.3);*/
    padding: 0 0 28px 28px;
    margin-bottom: 12px;
}

#logo-section2 {
    color: #999999;
    /*NBA*/
    width: 260px;
    height: 100px;
    /*box-shadow: -6px -6px 8px -4px rgba(0,0,0,0),
				6px -6px 8px -4px rgba(0,0,0,0),
				6px 6px 8px -4px rgba(0,0,0,0),
            -6px 6px 12px -4px rgba(0,0,0,0.3);*/
    padding: 0 0 28px 18px;
    margin-bottom: 12px;
}

.holidays {
    display: block !important;
    padding: 2px 5px 2px 5px;
    position: absolute;
    margin: 4px 0 0 0;
    color: red;
    font-weight: bold;
    font-size: 12px;
    background-color: #ffefd6;
    text-transform: uppercase;
}

#logo {
    width: 261px;
    height: 65px;
    margin-top: 5px;
    background: url(/img/logo.svg) no-repeat;
}

#shop-f .dropdown {
    /* margin: 0 0 0 2em; */
}

.dropdown {
    /*float: right;*/
    /*width: 120px;*/
    /*width:306px;*/
    position: relative;
    /*background: #33348e;*/
    /*border-radius: 3px;*/
    /*padding: 3px;
    margin: 0 25px 10px 0;*/
}

.dropdown a {
    /*display: block;*/
}

.checked-state a {
    /*color: #fff;*/
    color: #2e3192;
    /*padding: 0 10px 2px;*/
    text-decoration: none;
    /*background: url(../img/toggle-icon-down.png) 97% 50% no-repeat;*/
    background: url(../img/dropdown.png) 4px 11px no-repeat;
    /*border:1px solid red;*/
}

.options-m {
    position: absolute;
    z-index: 110;
    /*top: 27px;*/
    top: 30px;
    left: 30px;
    display: none;
    padding: 3px 10px;
    /*background: #33348e;*/
    background: #f1f1f1;
    border-radius: 3px;
    /*width: 106px;*/
    width: 300px;
    padding-bottom: 18px;
}

.options-m a {
    /*color: #fff;*/
    color: #323680;
    font-size: 13px;
    text-decoration: none;
}

.options-m p {
    margin-top: 12px;
}

.options-m a:hover {
    text-decoration: underline;
}

#contact-cities {
    width: 340px;
    margin: 14px 0 0 0;
    text-align: right;
    padding-right: 20px;
    font: normal 14px 'PT Sans', Arial, Helvetica, sans-serif;
    position: relative;
    /*font-family:myriad_pro;
	font-size:14px;*/
}

#please-call-back {
    position: absolute;
    z-index: 300;
    right: 20px;
}

#free-call {
    width: 246px;
    margin: 14px 22px 0 0;
    /*font: bold 14px myriad_pro;*/
    font: normal 14px 'PT Sans', Arial, Helvetica, sans-serif;
    /*font-weight:400;*/
}

#search {
    width: 274px;
    margin: 6px 0 0 4px;
}

#contact-cities p, #free-call p {
    line-height: 0.8em;
    margin-bottom: 0;
    color: #7f7f7f;
}

#contact-cities p {
    color: #7f7f7f
}

#contact-cities .call-back span, #contact-cities .call-back p {
    color: #2e3192
}

#contact-cities p, #free-call p {
    padding-left: 20px;
    font: normal 14px 'PT Sans', Arial, Helvetica, sans-serif;
}

#contact-cities strong, #free-call strong {
    color: #262626;
    font: normal 20px 'PT Sans', Arial, Helvetica, sans-serif;
    text-shadow: 0 0 1px rgba(52, 54, 56, .5);
}

#city-small-1024 {
    display: none;
}

#contact-cities .vline, #free-call .vline {
    width: 1px;
    height: 80px;
    position: absolute;
    background: #dbdbdb;
    border-right: 1px solid #fff;
    top: 10px;
    right: 0;
}

.call-back-mng {
    color: #666666;
    /* padding: 5px 0; */
    padding: 0 0 3px 0;
    display: inline-block;
    text-decoration: none;
}

.call-back-mng:hover {
    border: none;
    text-decoration: none;
}

#footer a.call-back {
    color: #2e3192;
}

#footer a.call-back:hover {
    text-decoration: none;
}

#header a.call-back {
    color: #2e3192;
}

#bfheader a.call-back {
    color: #2e3192;
}

.call-back-dropdown {
    background: url(../img/dropdown.png) 4px 16px no-repeat;
}

#header a.call-back:hover {
    text-decoration: none;
}

#bfheader a.call-back:hover {
    text-decoration: none;
}

#search a {
    color: #000;
    font: normal 14px 'PT Sans', Arial, Helvetica, sans-serif;
    /*font: bold 14px myriad_pro;font-weight:400;*/
    margin-left: 13px;
}

#search a:first-child {
    margin-left: 0;
}

#search-f {
    margin: 0 0 18px 0;
}

#search-input {
    color: #252775;
    width: 206px;
    height: 29px;
    padding: 0 40px 0 8px;
    border: 1px solid #252775;
    /*background: #fff;*/
    /*background: url(../img/search.png) 230px 4px no-repeat #fff;*/
    font: 13px/31px 'PT Sans', Arial, Helvetica, sans-serif;
}

#search-input:hover {
    border: 1px solid #ef8417;
}

#search-submit-btn {
    width: 35px;
    height: 31px;
    position: absolute;
    top: 1px;
    right: 14px;
    border: none;
    background-position: -660px -25px;
}

.menu-left {
    margin-top: 14px;
}

.menu-left a {
    margin-right: 13px;
    font-size: 14px
}

.menu-left a:last-child {
    margin-right: 0
}

.right-block {
    width: 350px;
    float: left;
}

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

#basket .media-info {
    padding: 12px 12px 0 0;
    /*color: #cccccc;*/
    font-weight: bold;
}

#basket .basket-icon {
    width: 90px;
    margin: 20px 0 0;
}

#basket h2 {
    color: #333;
    padding: 0;
    margin: 0 0 5px;
}

#ann-slider-tnav {
    background: #fff;
    /*padding-top: 38px;*/
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    position: relative;
}

#ann {
    /*width: 500px;*/
    width: 479px;
    height: 401px;
    background: url(../img/content/filter-bar-samsonite-model-1-overview.jpg) 0 100% no-repeat;
    /*NBA*/
    border: 7px solid #ffffff;
    /*box-shadow: 0px 0px 7px #b7b7b7;
	-webkit-box-shadow: 0px 0px 7px #b7b7b7;
	-moz-box-shadow:0px 0px 7px #b7b7b7;*/
    box-shadow: 0px 0px 7px grey;
    -webkit-box-shadow: 0px 0px 7px grey;
    -moz-box-shadow: 0px 0px 7px grey;
    position: absolute;
    z-index: 100;
}

#ann h2 {
    color: #000;
    width: 200px;
    font-size: 28px;
    margin: 10px 0 0 20px;
}

#filter-bar {
    color: #fff;
    width: 220px;
    height: 371px;
    padding: 15px 20px;
    /*border-radius: 3px;*/
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5 );
    background: url(../img/filter-bar-bg.png) 0 0 repeat-x;
    /*margin:8px;*/
}

.input-small {
    color: #232572;
    width: 66px;
    height: 27px;
    padding: 0 9px;
    border: 2px solid #3c3f96;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #dbdcf2;
    font: 14px/27px 'PT Sans', Arial, Helvetica, sans-serif;
}

.udpodbor {
    background: #27295b;
    width: 360px;
    padding-left: 25px;
    position: absolute;
    margin-left: 47px;
}

.udpodbor img {
    padding-left: 17px;
}

#filter-bar input::-webkit-input-placeholder {
    color: #33348e;
}

#filter-bar-f .fs-bigger {
    padding: 0 0 .85em;
    display: inline-block;
}

#filter-bar-f p, #filter-bar-f .p {
    line-height: 0.8em;
}

#size-range {
    width: 122px;
}

.input-radio {
    margin: 0 0 10px 3px;
    display: inline-block;
}

#wheele-range, #material-range .right {
    width: 93px;
}

#material-range .left {
    width: 118px;
}

#slider {
    /*width: 720px;*/
    /* margin-right: 30px; */
    /*margin-right: 18px;*/
    width: 1154px;
    margin-right: 0;
    border-right: 7px solid #ffffff;
    border-top: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    box-shadow: 0px 0px 7px #b7b7b7;
    -webkit-box-shadow: 0px 0px 7px #b7b7b7;
    -moz-box-shadow: 0px 0px 7px #b7b7b7;
}

#slider .slides-wrapper {
    overflow: hidden;
}

#slide-items {
    position: relative;
    overflow: hidden;
    min-height: 401px;
    /*z-index: 8888;*/
}

#slide-items .item {
    /*width: 720px;*/
    width: 1154px;
    /*height: 382px;*/
    float: left;
    overflow: hidden;
}

#slide-items .item a {
    float: right;
}

#slide-items h2, #slide-items h3, #slide-items h4, #slide-items h5, #slide-items h6 {
    left: 430px;
}

#slide-items h2 {
    color: #fff;
    position: absolute;
    top: 60px;
    /*left: 430px;*/
    font-size: 35px;
    line-height: 1.2em;
}

#slide-items h3 strong {
    font-size: 40px;
}

#slide-items h3 {
    color: #f6a620;
    position: absolute;
    top: 60px;
    /*left: 430px;*/
    font-size: 35px;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px black, 0 0 1em white;
}

#slide-items h4 strong {
    font-size: 40px;
}

#slide-items h4 {
    color: #2b2d80;
    position: absolute;
    top: 60px;
    /*left: 30px;*/
    font-size: 35px;
    line-height: 1.2em;
}

#slide-items h5 strong {
    font-size: 40px;
}

#slide-items h5 {
    color: #f6a620;
    position: absolute;
    top: 280px;
    /*left: 195px;*/
    font-size: 30px;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px black, 0 0 1em white;
}

#slide-items h6 strong {
    font-size: 40px;
}

#slide-items h6 {
    color: #f6a620;
    position: absolute;
    top: 200px;
    /*left: 40px;*/
    font-size: 30px;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px black, 0 0 1em white;
}

#slide-items h2 strong {
    font-size: 40px;
}

#slide-items p {
    color: #fff;
    position: absolute;
    top: 245px;
    /*left: 10px;*/
    left: 400px;
}

#slider .prev, #slider .next {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 160px;
    /* z-index: 9999; */
}

#slider .prev {
    /* left: -20px; */
    background: url(../img/n_sprite.png) 0 -13px no-repeat;
    left: 415px;
    /*background-position: 0 -77px;*/
}

#slider .prev:hover {
    background-position: 0 -57px;
}

#slider .next {
    /* right: -20px; */
    right: 20px;
    /*background-position: -61px -77px*/
    background: url(../img/n_sprite.png) -43px -12px no-repeat;
}

#slider .next:hover {
    background-position: -43px -56px
}

#slide-pagi {
    position: absolute;
    /*width: 100%;*/
    width: 815px;
    height: 11px;
    bottom: 17px;
    left: 360px;
    /*z-index: 9999;*/
}

#slide-pagi a {
    width: 10px;
    height: 11px;
    margin: 0 2px;
    display: inline-block;
    text-decoration: none;
    /*background: url("../img/s-spr.png") no-repeat scroll 0 0 transparent; background-position: -639px -34px;*/
    background: url(../img/n_sprite.png) 0 0 no-repeat;
    cursor: pointer;
}

#slide-pagi a.active, #slide-pagi a:hover {
    background-position: -11px 0;
}

#brands-slider {
    min-height: 171px;
}

#tnav {
    width: 100%;
    top: -64px;
    left: 0;
    position: absolute;
    z-index: 105;
}

#primary-nav {
    height: 60px;
    /*border-radius: 6px 6px 0 0;*/
    overflow: hidden;
    background: url(../img/tnav-bar-bg.png) 0 0 repeat-x;
}

#primary-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#primary-nav li {
    float: left;
    height: 52px;
    /*padding: 3px 2px 0 0;*/
    padding: 0 2px 0 0;
    font: bold 19px/49px 'PT Sans', Arial, Helvetica, sans-serif;
    background: url(../img/tnav-bar-vline.png) 100% 50% no-repeat;
}

#primary-nav li.last-item {
    background: none;
}

#primary-nav ul.right li.last-item {
    padding-right: 0;
    background: url(../img/moscow-shop-bg.png) 0 0 repeat-x;
}

#primary-nav ul.right li.last-item a {
    padding: 0 30px;
}

#primary-nav ul.right li.last-item a:after {
    background: none!important;
}

/*áåç âûïàäàøêè*/
#primary-nav ul.right li.last-item a:hover {
    /*background: #f1f1f1 !important;*/
    /*border-radius: 6px 6px 0 0;*/
    background: #ffbc43 !important;
    color: #333 !important;
    /*background:url(../img/menu_select.png) 0 0 repeat-x;*/
}

#primary-nav ul.right li.last-item.hovered a {
    background: none;
    color: #fff;
}

#primary-nav ul.right li.brendi {
    padding: 0 0 0 0;
    background: none;
}

#primary-nav ul.right li.akcii {
    padding-right: 0;
    background: url(../img/moscow-shop-bg.png) 0 0 repeat-x;
	/*background:black;*/
}

#primary-nav ul.right li.akcii a:hover {
    /*background: #f1f1f1 !important;*/
    /*border-radius: 6px 6px 0 0;*/
    /*background:#ffbc43 !important;*/
    background: url(../img/menu_select.png) 0 0 repeat-x !important;
    /*color: #333 !important;*/
    color: #fff !important;
}

#primary-nav ul.right li.akcii a:after {
	margin-top: -3px;
}

#primary-nav ul.right li.akcii.hovered a {
    color: #fff;
}

#primary-nav ul.right li.bfh {
    width: 167px;
    padding-right: 0;
    background: url(../img/bny.png) 0 0 repeat-x;
}

#primary-nav ul.right li.bfh a:hover {
    background: url(../img/bny.png) 0 0 repeat-x !important;
}

#primary-nav ul.right li.bfh a:after {
    background: none !important;
}

#primary-nav ul.right li.bfh.hovered a {
    background: none !important;
}

#primary-nav ul.right li.cmd {
    width: 167px;
    padding-right: 0;
    background: url(../img/cmd.png) 0 0 repeat-x;
}

#primary-nav ul.right li.cmd a:hover {
    background: url(../img/cmd.png) 0 0 repeat-x !important;
}

#primary-nav ul.right li.cmd a:after {
    background: none !important;
}

#primary-nav ul.right li.cmd.hovered a {
    background: none !important;
}

#primary-nav ul.right li.ny {
    width: 167px;
    padding-right: 0;
    background: url(../img/bny.png) 0 0 repeat-x;
}

#primary-nav ul.right li.ny a:hover {
    background: url(../img/bnyhov.png) 0 0 repeat-x !important;
}

#primary-nav ul.right li.ny a:after {
    background: none !important;
}

#primary-nav ul.right li.ny.hovered a {
    background: url(../img/bnyhov.png) 0 0 repeat-x !important;
}

#primary-nav a {
    color: #fff;
    display: block;
    /*padding: 0 22px;*/
    padding: 0 19px;
    height: 52px;
    text-decoration: none;
}

#primary-nav li.hovered a {
    /*color: #333;
    background: #f2f2f2;
    border-radius: 6px 6px 0 0;*/
    background: url(../img/menu_select.png) 0 0 repeat-x;
    position: relative;
}

#primary-nav li.hovered a:after {
    content: " ";
    display: block;
    position: absolute;
    left: 46%;
    background: url(../img/menu_select.png) 0 -50px no-repeat;
    width: 14px;
    height: 10px;
    z-index: 999;
}
#sub-nav {
}

#sub-nav > div {
    display: none;
    min-height: 400px;
    height: 412px;
    /*background: url(../img/menu-bg.png) 0 0 repeat-x #f1f1f1;*/
    background: #f1f1f1;
    box-shadow: 0 0 10px grey;
    border: 7px solid white;
    margin-top: -7px;
    display: none;
    /*border-bottom: 1px #cccccc solid;*/
}

#sub-nav ul {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
}

#sub-nav li {
    width: 177px;
    float: left;
    padding: 0 34px;
    position: relative;
}

.big {
    font-size: 20px !important;
    line-height: 1.6em !important;
}

.bigorange {
    color: #f6aa23 !important;
    /*font-size: 18px !important;
 line-height: 1.6em  !important;*/
}

.bigorange2 a {
    color: #ffffff !important;
    background: #f6aa23;
    padding: 5px;
    /*font-size: 18px !important;
 line-height: 1.6em  !important;*/
}

.bigblue2 a {
    color: #ffffff !important;
    background: #2e319f;
    padding: 5px;
    /*font-size: 18px !important;
 line-height: 1.6em  !important;*/
}

#sub-nav li h2 {
    color: #333;
    margin-left: -20px;
    font: 18px 'PT Sans', Arial, Helvetica, sans-serif;
}

.intro {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-left: -5px;
}

.intro2 {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: -5px;
}

#brendi-content {
    /*padding: 15px 0 0 15px;*/
}

#brendi-content h3 {
    margin-top: 0;
}

#sub-nav li h3 {
    color: #333;
    width: 40px;
    font: 24px 'PT Sans', Arial, Helvetica, sans-serif;
}

#sub-nav li p {
    line-height: 1.6em;
}

#sub-nav li a {
    color: #2e3192;
    font: 15px 'PT Sans', Arial, Helvetica, sans-serif;
}

#sub-nav li a.active {
    color: #f08818;
}

#sub-nav li a:hover {
    text-decoration: underline;
}

#sub-nav li .vline {
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0;
}

#sub-nav li.last-item {
    /* padding: 0 22px 0 0; */
}

#sub-nav .hits {
    float: right;
    width: 490px;
}

#sub-nav .hit-prodaj-item {
    width: 212px;
    margin: 0 0 2.15em;
}

#sub-nav .media-info {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    height: 165px;
}

#sub-nav .media-info a {
    text-decoration: none;
    font-weight: normal !important;
}

#sub-nav .media {
    margin-right: 5px;
}

#sub-nav .info {
    color: #000000;
    text-shadow: 0px 0px 6px rgba(255,255,255,7.7);
    font-size: 14px;
    position: absolute;
    margin: 30px 0 0 12px;
    width: 100px;
}

#sub-nav .info a {
    color: #000000;
    font-size: 18px;
}

#sub-nav .info a:hover {
    text-decoration: none;
}

#sub-nav .badge-hit-prodaj-icon {
    top: 8px;
    left: -20px;
    position: absolute;
}

#sub-nav .badge-news-icon {
    top: 8px;
    left: -20px;
    position: absolute;
}

#sub-nav .badge-sales-icon {
    top: 8px;
    left: -20px;
    position: absolute;
}

#main {
    /* width: 1220px; */
    width: 1200px;
    background: #fff;
}

#services-overview {
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
    margin-bottom: 10px;
}

#services-overview ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    /* left: 50%; */
}

#services-overview li {
    color: #444;
    float: left;
    line-height: 1.2em;
    /* margin: 0 40px 0 0; */
    margin-left: 70px;
    position: relative;
    /* left: -50%; */
}

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

#services-overview2 {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 15px;
}

#services-overview2 ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    /* left: 50%; */
}

#services-overview2 li {
    color: #444;
    float: left;
    line-height: 1.2em;
    /* margin: 0 40px 0 0; */
    margin-left: 47px;
    position: relative;
    /* left: -50%; */
}

#services-overview2 li:first-child {
    margin-left: 13px !important;
    margin-top: 3px !important;
}

#sales-news {
    /* width: 965px; */
    width: 100%;
    position: relative;
    height: 425px;
}

#news-items {
    display: none;
}

#sales-items .item, #news-items .item {
    float: left;
    font-size: 14px;
    /* margin: 0 4.2em 0; */
    margin: 0 3.6em 0;
    /* max-width: 170px;*/
}

#sales-items h2, #news-items h2 {
    margin: 0;
    font: 14px/1.5em 'PT Sans', Arial, Helvetica, sans-serif;
    /* font: 18px/1.5em 'PT Sans', Arial, Helvetica, sans-serif; */
}

#sales-items a, #news-items a {
    /* color: #333; */
    color: #343638;
    font-size: 17px;
    outline: 0;
}

/*
#sales-news .hr {
    width: 190px;
}*/
.price-mp {
    color: #333;
    margin-bottom: 1.3em;
    font: bold 24px 'PT Sans', Arial, Helvetica, sans-serif;
    /* font: bold 32px 'PT Sans', Arial, Helvetica, sans-serif; */
}

.price-mps {
    color: #333;
    font: bold 16px 'PT Sans', Arial, Helvetica, sans-serif;
    /* font: bold 32px 'PT Sans', Arial, Helvetica, sans-serif; */
}

.price-mp span {
    color: #999;
    font-size: 13px;
    /* font-size: 18px; */
    font-weight: normal;
    text-decoration: line-through;
    margin-top: -5px;
    position: absolute;
}

.price-mpss {
    color: #333;
    margin-bottom: 1.3em;
    font: bold 24px 'PT Sans', Arial, Helvetica, sans-serif;
    /* font: bold 32px 'PT Sans', Arial, Helvetica, sans-serif; */
}

.price-mpss span {
    color: #999;
    font-size: 14px;
    /* font-size: 18px; */
    font-weight: normal;
    text-decoration: line-through;
    margin-top: -2px;
    margin-left: -30px;
    position: absolute;
}

.price-lt {
    color: #999;
    font-size: 14px;
    /* font-size: 18px; */
    font-weight: normal;
    text-decoration: line-through;
    margin-top: 10px;
}

.info .menu-el-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #777777
}

#products-view .price {
    font-size: 20px;
}

#sales-items .badge, #news-items .badge {
    position: absolute;
    top: 0;
    right: -50px;
}

#subscribe {
    color: #444;
    width: 253px;
    padding-top: 80px;
    background: url(../img/envelope-icon.png) 50% 15px no-repeat;
}

#subscribe h2 {
    padding: 5px 0 15px;
    margin-bottom: 0;
    background: rgba(255,255,255, .5);
    font: 18px/.65em 'PT Sans', Arial, Helvetica, sans-serif;
}

.lt-ie9 #subscribe h2 {
    background: url(../img/bg-transparent-half.png) 0 0 repeat;
}

#subscribe-input {
    color: #999;
    width: 180px;
    height: 35px;
    padding: 0 20px;
    margin: 2em 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f9f9f9;
    font: 13px/35px 'PT Sans', Arial, Helvetica, sans-serif;
}

#brands-slider-items {
    position: relative;
    height: 90px;
    overflow: hidden;
    line-height: 90px;
    text-align: center;
}

#brands-slider-items .brand-slide {
    float: left;
    width: 1198px;
}

#brands-slider-items .item {
    float: left;
    /* width: 243px; */
    width: 239px;
    height: 90px;
    overflow: hidden;
    text-align: center;
}

#brands-slider .prev, #brands-slider .next, #video-slider .prev, #video-slider .next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    z-index: 99;
}

#brands-slider .prev, #video-slider .prev {
    left: -12px;
    background-position: -126px -77px;
}

#brands-slider .next, #video-slider .next {
    right: -12px;
    background-position: -175px -77px;
}

#brands-slider .prev:hover, #video-slider .prev:hover {
    background-position: -126px -127px;
}

#brands-slider .next:hover, #video-slider .next:hover {
    background-position: -175px -127px;
}

#products-view {
    padding: 26px 35px 10px;
}

#products-view .item {
    /* color: #333; */
    color: #343638;
    width: 180px;
    float: left;
    /*
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
    */
    padding: 0 28px 0 0;
    margin: 0 27px 0 0;
    border-right: 1px solid #efefef;
}

#products-view h2 {
    font-weight: bold;
    color: #fff;
    height: 19px;
    padding: 4px 0;
    background: #33348e;
    border-radius: 3px;
    font: 15px 'PT Sans', Arial, Helvetica, sans-serif;
}

#products-view h2 a {
    color: #fff;
    font-weight: bold;
}

#products-view .item .media-info > p a {
    display: inline-block;
    margin-top: 120px;
    color: #2e3192 !important;
}

#products-view .item .media-info .fs-small {
    padding-top: 5px;
}

#products-view .item .media {
    position: absolute;
    z-index: 1;
    right: 0;
    /* width: 64px; */
    overflow: hidden;
}

#products-view .item .media-info a {
    color: #000000 !important;
}

#products-view .item .info {
    position: absolute;
    z-index: 10;
}

#products-view .info h3 {
    margin-bottom: 0;
    font: 14px/1.4em 'PT Sans', Arial, Helvetica, sans-serif;
}

#products-view .info h3 a {
    color: #333;
    font-size: 17px;
}

#products-view .info p {
    margin-bottom: 0;
}

#products-view .info p.fs-small {
    line-height: 1.35em;
    margin-bottom: 5px;
}

#products-view .info p.fs-small2 {
    line-height: 1.35em;
    margin-bottom: 10px !important;
    font-size: 11px;
    margin-top: -15px;
}

#products-view a {
    color: #3639a5;
}

#products-view .item-4 {
    border: none;
    margin: 0;
    padding: 0;
}

#articles {
    width: 218px;
    height: 483px;
    margin: 0 2.4em 0 0;
}

#article-items .item {
    padding: 10px 18px 0;
    margin: 0 0 8px;
    border-bottom: 1px solid #ccc;
}

#article-items .last-item {
    margin-bottom: 0;
    border-bottom: none;
}

#article-items .thumb {
    margin: 0 0 .7em;
}


#article-items .date {
    color: #333;
    font-size: 12px;
    padding: 1px 20px;
    position: absolute;
    top: 80px;
    left: 18px;
    border: 1px solid #ccc;
    background: rgba(255,255,255,.9);
}

.lt-ie9 #article-items .date {
    background: url(../img/bg-transparent-half.png) 0 0 repeat;
}

#article-items h2 {
	margin-bottom: 5px;
	margin-top: 0;
	line-height: .8em;
}

#article-items p {
    line-height: 1.2em;
    margin-bottom: 1.1em;
}

#article-items a {
    color: #333;
    font-size: 15px;
}

#video {
    color: #333;
    width: 470px;
    height: 483px;
    margin: 0 2.4em 0 0;
}

#video-player {
    padding: 10px 26px 0;
    margin-bottom: 12px;
}

#video-slider {
    margin: 2.2em 0;
    padding: 2em 0 0;
    border-top: 1px solid #ccc;
}

#video-thumbs-items {
    position: relative;
    overflow: hidden;
    width: 432px;
    min-height: 83px;
    margin: 0 auto
}

#video-thumbs-items .item {
    float: left;
    margin: 0 8px;
    padding: 3px;
}

#video-thumbs-items .item a {
    width: 120px;
    height: 75px;
    float: left;
    overflow: hidden;
    background: none;
    border: 1px solid #fefefe;
}

#video-thumbs-items .active-item {
    float: left;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

#video-thumbs-items .active-item a {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
}

#video-slider .prev, #video-slider .next {
    margin-top: 0;
}

#video-thumbs-items .video-slide {
    float: left;
    width: 432px;
}

.slides-wrapper {
    position: absolute;
    width: 2000em;
}

#about {
    /* width: 465px; */
    width: 445px;
    padding: 10px 0 0;
}

#testimonials {
    width: 721px;
    margin: 0 2.4em 0 0;
}

#testimonials-list {
    width: 681px;
    padding: 0 20px;
}

#testimonials-list-items .item {
    width: 280px;
    float: left;
    padding: 0 30px;
    margin-bottom: 1.6em;
}

#testimonials-list-items h2 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #333;
}

#testimonials-list-items h2 a {
    color: #333;
}

#testimonials-list .cite {
    color: #333;
}

#testimonials-list2 {
    width: 90%;
    padding: 0 20px;
    color: #000;
    font-size: 120%;
}

#testimonials-list-items2 .item2 {
    padding: 0 30px;
    margin-bottom: 1.6em;
}

#testimonials-list-items2 h2 {
    font-size: 120%;
    margin-bottom: 5px;
    margin-top: 10px;
}

#testimonials-list-items2 h2 a {
    color: #333;
}

#testimonials-list2 .cite {
    color: #333;
}

.quote {
    margin-bottom: 0;
    line-height: 1.2em;
}

.cite {
    margin-bottom: 0;
}

.quote-start, .quote-end {
    position: absolute;
    width: 23px;
    height: 16px;
}

.quote-start {
    top: 0;
    left: 0;
    background-position: -246px -126px;
}

.quote-end {
    bottom: 0;
    right: 0;
    background-position: -299px -126px;
}

#tips {
    /* width: 465px; */
    width: 445px;
}

#footer {
    color: #666;
    height: 368px;
    padding: 42px 30px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    background: #f5f6f7 url(../img/footer-bg.png) 0 0 repeat-x;
}

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

#footer li {
    /* width: 224px; */
    width: 280px;
    float: left;
    padding-left: 20px;
}

#footer h2 {
    color: #333;
    font-size: 15px;
    margin-left: -20px;
}

#payment-icons {
    margin-left: -20px;
}

#payment-icons a {
    margin-right: 8px;
}

#footer strong {
    color: #333;
    font: bold 20px/1em 'PT Sans', Arial, Helvetica, sans-serif;
}

#footer p {
    line-height: 1.45em;
    margin-bottom: 1.8em;
}

#footer .schedule {
}

#footer a {
    color: #2e3192;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .soc-icons {
    margin-left: -6px;
}

#footer .soc-icons a {
    margin-right: 6px;
}

#copyright {
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer li.soc-info {
    margin-top: -15px;
}

#copyright p {
    padding-left: 30px;
    margin-bottom: 1.2em;
}

#call-back-form {
    width: 960px;
    /*height: 800px;*/
    font-size: 20px;
    position: absolute;
    /* background: #fff;*/
    display: none;
}

#call-back-form p {
    margin-bottom: 20px !important;
}

#call-back-form .tel {
    color: #15162b;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 5px;
    font: bold 60px 'PT Sans', Arial, Helvetica, sans-serif;
}

#call-back-form .fs-big {
    font-size: 26px;
}

#product-order-form {
    width: 960px;
    /*height: 800px;*/
    padding: 20px 0 0;
    font-size: 20px;
    position: absolute;
    /* background: #fff;*/
    display: none;
}

#product-order-form p {
    margin-bottom: 20px !important;
}

#product-order-form h2 {
    color: #15162b;
    margin-bottom: 40px;
    font: bold 80px 'PT Sans', Arial, Helvetica, sans-serif;
}

#product-order-form .fs-big {
    font-size: 26px;
}

#product-order-form #product-info {
    padding: 1px;
    color: #33348e;
    border-radius: 6px;
    border: 3px solid #33348e;
    height: 360px;
    width: 330px;
    text-align: center;
    background: #fff;
}

#product-info .myprice {
    color: #212121;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
}

#product-info .myprice .oldprice {
    color: #212121;
    font-size: 0.8em;
    text-decoration: line-through;
}

#product-info .myprice .sale-procent {
    color: #212121;
    font-size: 0.75em;
    font-weight: bold;
    margin-left: 4px;
    margin-right: 4px;
}

#product-info .myprice .newprice {
    color: #E32121;
    font-size: 16px;
}

#russia-regions {
    width: 330px;
    margin-right: 30px;
    margin-left: 25px;
}

#service-center {
    width: 320px;
    margin-left: 10px;
    padding-left: 30px;
    border-left: 1px dashed #ccc;
}

#contacts-back {
    width: 298px;
    margin-right: 0;
    padding-right: 10px;
}

#addr-info {
    padding: 10px 10px 0;
    margin-bottom: 10px;
    color: #33348e;
    border-radius: 6px;
    border: 3px solid #33348e;
}

#addr-info strong {
    font-size: 30px;
}

#call-back-f label {
    color: #333;
    font-size: 18px;
}

#call-back-f input {
    width: 220px;
    height: 29px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font: 13px/31px 'PT Sans', Arial, Helvetica, sans-serif;
}

#call-back-f .btn-attract {
    width: 150px;
    margin: 0 0 0 70px;
}

#call-back-f .mailto {
    color: #33348e;
    font-size: 18px;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
    /*background:url(../img/contact_bg.png) 0 0 repeat-x;
	border:5px solid white;*/
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png') !important;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -20px;
    cursor: pointer;
    z-index: 8040;
    width: 35px;
    height: 35px;
    background-position: -4px -159px;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.sale-cnt {
    width: 220px !important;
}

.spacer1 {
    margin-left: 60px
}

.holiday-sale {
    border: 2px solid #efefef
}

.holiday-sale:hover {
    border: 2px solid #e2e2e2
}

.cmonday {
    z-index: 5555;
    position: absolute;
    margin: 20px 0 0 20px;
    border: 5px solid #efefef
}

.cmonday:hover {
    border: 5px solid #e2e2e2
}

#dirform input, textarea {
    padding: 5px 8px;
    border: 1px solid #84898b;
    display: block;
    margin-top: 6px;
    color: #000000;
}

#dirform input[type="submit"] {
    color: #fff;
    border: 1px solid #27295b;
    font-size: 14px;
    margin-top: 6px;
    background: #27295b;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 4px;
    height: 30px;
}

#dirform input[type="submit"]:disabled {
    opacity: .3;
}

.open_modal {
    margin-top: -15px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.popup_d, .popup_d2 {
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.popup_d form {
    padding: 10px 10px 10px 10px;
    right: 0;
    width: 245px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #9a9a9a;
    border-top: 40px solid #9a9a9a;
}

.popup_d2 .window {
    padding: 10px 10px 10px 10px;
    right: 0;
    width: 373px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border-top: 40px solid #9a9a9a;
}

.popup_d form input {
    background: #ffffff;
    margin-top: 8px;
    width: 227px;
}

.popup_d form input[name="txtname"] {
    margin-top: 20px;
}

.popup_d form textarea {
    background: #ffffff;
    margin-top: 8px;
    width: 227px;
    height: 100px;
    resize: none;
}

.popup_d form label {
    width: 100%;
    height: 20px;
    display: block;
    margin: 8px -2px;
    padding: 0;
}

.popup_d form input[type="submit"] {
    background: #27295b;
    text-align: center;
    text-transform: uppercase;
    width: 245px;
}

.popup_d form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left;
}

.popup_d form h5 {
    position: absolute;
    top: 10px;
    left: 29px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

.popup_d .close_modal, .popup_d2 .close_modal {
    position: absolute;
    padding: 1px 7px 4px 7px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #8b8b8b;
    background: #999999;
    text-align: center;
}

.popup_d2 h5 {
    position: absolute;
    top: 10px;
    left: 95px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

.popup_d2 p {
    font-family: verdana;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.popup_d2 p strong {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    display: block;
}

.popup_d2 hr {
    background: #63baff;
    height: 1px;
    border: none;
}

.insText {
    color: #000000
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1024px) {
    .wrapper {
        /*width: 100%;
		min-width:1024px;*/width:1000px;
    }

    html {
        background: none;
    }

    .holidays {
        display: none !important;
    }

    .media img {
        width: 75%
    }

    #primary-nav ul.right li.bfh {
        width: 115px;
        background: url(../img/bny1024.png) 0 0 repeat-x;
    }

    #primary-nav ul.right li.cmd {
        width: 147px;
        padding-right: 0;
        background: url(../img/cmd.png) 0 0 repeat-x;
    }

    #sub-nav .media {
        margin-right: 0px !important;
    }

    .info .menu-el-name {
        font-size: 10px !important;
    }

    #sub-nav .info {
        width: 80px !important;
    }

    .price-mps {
        color: #333;
        font: bold 14px 'PT Sans', Arial, Helvetica, sans-serif !important;
    }

    .price-lt {
        color: #999;
        font-size: 12px !important
    }

    .basket_block {
        margin-left: 80px !important;
    }

    .intro2 {
        text-transform: uppercase;
        color: #333;
        font-size: 18px;
        padding-bottom: 10px;
        margin-left: -5px;
    }

    #navbrands {
        position: absolute;
        top: 330px;
        left: 20px;
    }

    #navbrands2 {
        position: absolute;
        top: 360px;
        left: 20px;
    }

    #content2 {
        margin-top: -20px;
        margin-left: 1px;
        overflow: visible;
    }

    #content2 .catalog .item {
        border-bottom: none !important;
        display: -moz-inline-box;
        display: inline-block;
        /*zoom:1;*display:inline;*/
        word-spacing: normal;
        vertical-align: top;
        width: 190px;
        position: relative;
    }

    #content2 .catalog ul > li:last-child {
        display: none;
    }

    #content .link-overflow {
        width: auto;
    }

    #content2 .catalog ul.colors > li:last-child {
        display: block;
    }

    #content2 .catalog .item {
        width: 180px;
    }

    .old_new_price2 {
        margin-right: 30px !important;
    }

    .cmonday {
        width: 450px;
        position: absolute;
        margin: 20px 0 0 20px;
        border: 5px solid #efefef
    }

    .holiday-sale {
        width: 200px;
    }

    #magazin-moskve123 {
        overflow: hidden;
        margin: 50px 0 0 30px !important;
        width: 200px;
        text-align: center;
        height: 52px;
        text-decoration: none;
        font: bold 19px/49px "PT Sans",Arial,Helvetica,sans-serif;
    }

    .udpodbor {
        position: absolute;
        width: 22px;
        margin-left: -17px;
        padding: 0px;
    }

    .udpodbor img {
        width: 250px !important;
        position: absolute;
    }

    #primary-nav ul.right li.akcii {
        padding-right: 0;
        background: url(../img/moscow-shop-bg.png) 0 0 repeat-x;
        /*width:82px !important;*/
    }

    .bcspce {
        margin-right: 15px !important;
    }

    #sneg {
        height: 134px;
        position: absolute;
        width: 100%;
        left: -15px;
        background: url(../img/sneg.png) 50% 100% no-repeat;
    }

    #logo-section {
        width: 270px;
        padding-left: 15px;
    }

    #header {
        background: url(../img/header_bg1024.png) 50% 100% no-repeat;
        padding-top: 5px;
        left: 0;
        height: 95px;
        width: 100%;
        /*min-width:1024px;*/
    }

    #bfheader {
        background: #FFF;
        padding-top: 5px;
        left: 0;
        height: 145px;
        width: 100%;
        /*min-width:1024px;*/
    }

    #copyright {
        background: url(../img/bg-pattern.png) 0 0 repeat;
        width: 100%;
    }

    #contact-cities {
        /*    display: none; */
        margin-right: 10px;
        width: 220px;
        padding-right: 10px;
    }

    #contact-cities strong, #free-call strong {
        font-size: 18px;
    }

    #city-small-1024 {
        display: inline-block;
    }

    #city {
        display: none;
    }

    #free-call {
        /*display: none;*/
        margin-right: 0;
        width: 195px;
    }

    #free-call p {
        padding-left: 0;
        color: #7f7f7f;
    }

    #free-call>div {
        margin-left: 0!important
    }

    .menu-left {
        /*width:280px;float:right;*/
    }

    .menu-left a {
        font-size: 13px;
        margin: 0;
        margin-right: 8px;
        margin-top: -4px;
        display: inline-block;
    }

    #search {
        width: 260px;
        margin: 6px 0 0 0;
    }

    #search-input {
        width: 200px;
    }

    #search a {
        font-size: 13px;
        margin: 0;
        margin-right: 4px;
        margin-top: -4px;
        display: inline-block;
    }

    #search p {
        line-height: 0.8em;
    }

    #ann {
        width: 250px;
    }

    #ann h2 {
        width: 130px;
        font-size: 22px;
        margin: 10px 0 0 10px;
    }

    #garant {
        display: none!important;
    }

    .right-block {
        width: 250px;
        margin-left: 25px;
    }

    #basket {
    }

    #basket .media-info {
        padding-top: 10px;
    }

    #primary-nav ul li a {
        font-size: 17px
    }

    #filter-bar {
        width: 220px;
        padding: 15px 15px;
    }

    #wheele-range, #material-range .right {
        /* width: 85px;*/
    }

    #slider {
        width: 800px;
        margin-right: 0;
    }

    #slide-items .item {
        width: 800px;
    }

    #slide-items h1, #slide-items h2, #slide-items h3, #slide-items h4, #slide-items h5, #slide-items h6 {
        left: 170px;
    }

    #slide-items h2 {
        font-size: 36px;
    }

    #slide-items h2 strong {
        font-size: 56px;
    }

    #slide-items p {
        font-size: 14px;
    }

    #slide-pagi {
        width: 500px;
        left: 275px;
    }

    #primary-nav li {
        font-size: 15px;
    }

    #primary-nav a, #primary-nav ul.right li.last-item a {
        padding: 0 12px;
    }

    #sub-nav li {
        width: 170px;
        padding: 0 15px;
    }

    #sub-nav li h2 {
        margin-left: -5px;
    }

    #sub-nav li.last-item {
        padding: 0;
    }

    #sub-nav .hit-prodaj-item {
        /*width: 220px;*/
        width: 170px;
        margin: 0 0 2.15em;
    }

    #slider .prev {
        left: 88px;
    }

    #main {
        width: 920px;
    }

    #services-overview li {
        margin-left: 25px;
    }

    #services-overview2 li {
        margin-left: 8px;
    }

    #services-overview2 li:first-child {
        margin-left: -3px !important;
    }

    #sales-news {
        /* width: 980px;
	margin-left: -31px;*/
        width: 100%;
    }

    #sales-items, #news-items {
        height: 280px;
        overflow: hidden;
    }

    #sales-items .item, #news-items .item {
        margin: 0 1.7em 0;
    }

    #brands-slider-items .item {
        width: 228px;
    }

    #products-view {
        height: 193px;
        overflow: hidden;
        padding: 26px 23px 10px;
    }

    #products-view .item {
        padding: 0 24px 0 0;
        margin: 0 24px 25px 0;
    }

    #products-view .item-3 {
        padding: 0;
        margin: 0 0 25px 0;
        border: none;
    }

    #articles {
        width: 198px;
    }

    #article-items .item {
        padding: 10px 15px 0;
    }

    #video {
        width: 360px;
    }

    #video-player {
        padding: 10px 26px 0;
    }

    #video-slider {
        margin: 2.2em 0;
        padding: 2em 0 0;
        border-top: 1px solid #ccc;
    }

    #video-thumbs-items {
        width: 322px;
        margin: 0 auto
    }

    #video-thumbs-items .item a {
        width: 83px;
        height: 75px;
    }

    #about, #tips {
        width: 295px;
    }

    #testimonials {
        width: 591px;
        margin-top: -200px;
    }

    #testimonials-list {
        width: 551px;
    }

    #testimonials-list-items .item {
        width: 214px;
    }

    #footer {
        padding: 42px 45px 0;
    }

    #footer li {
        width: 180px;
    }

    #payment-icons a {
        margin: 0 4px;
    }

    #footer li.soc-info {
        margin-top: -15px;
        padding-left: 90px;
        width: 220px;
    }

    #footer .soc-icons a {
        margin: 0 6px 12px 0;
    }

    .header-container .header-contacts-block {
        margin-left: 200px !important;
    }

    #media iframe {
        width: 450px !important;
    }

    .sale-cnt {
        width: 200px !important;
    }
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/*carousel */
.recomended-carousel {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.catalog .prev {
    position: absolute;
}

.slides-wrapper-items {
    position: absolute;
    overflow: hidden;
    width: 2000em;
    height: 500px;
}

/*#content2 .catalog .item{
    float: left;
}*/
#content2 {
    position: relative;
    height: 365px !important;
}

a.cat-nt, a.cat-pr {
    background: url(../img/s-spr.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 25px;
    height: 25px;
    z-index: 5555;
}

a.cat-nt {
    background-position: -175px -77px;
    right: -14px;
}

a.cat-nt:hover {
    background-position: -175px -127px;
}

a.cat-pr {
    background-position: -126px -77px;
    left: -14px;
}

a.cat-pr:hover {
    background-position: -126px -127px;
}

.tap {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4000;
}

#content .catalog .item .info {
    /*position: relative;*/
    z-index: 4000;
}

.buy_button {
    z-index: 4000;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #primary-nav ul.right li.bfh {
        width: 115px;
    }

    #contact-cities p {
        margin: 0 0 -15px !important
    }

    #please-call-back {
        margin-top: 15px !important
    }

    #free-call-block a {
        display: block !important
    }

    #testimonials {
        margin-top: -230px !important
    }

    .iresp {
        width: 100%
    }

    #sideLeft .price input[type="text"] {
        width: 38px !important
    }

    .media img {
        width: 75%
    }

    #sub-nav .media {
        margin-right: 0px !important;
    }

    .info .menu-el-name {
        font-size: 10px !important;
    }

    #sub-nav .info {
        width: 80px !important;
    }

    .price-mps {
        color: #333;
        font: bold 14px 'PT Sans', Arial, Helvetica, sans-serif !important;
    }

    .price-lt {
        color: #999;
        font-size: 12px !important
    }
}
