/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body, #container {
    height: 100%
}

#container {
    width: 100%;
    min-width: 980px;
    max-width: 980px;
    margin: 0 auto;

    font-family: 'DinCYR Light', sans-serif;
}

#main {
    min-height: 100%;
    margin-bottom: -255px;
}

header {
    min-height: 140px;
    position: relative;
}

.info-left,
.info-right {
    position: absolute;
    width: 41.8%;
    height: 85px;
    top: 16px;
    overflow: hidden;
    color: #414042;
}
.info-left {
    left: 0;
}
.info-right {
    right: 0;
}

.main-slogan {
    margin: 20px 0 0 7px;
    font: italic 13px 'CharterC', serif;
}

.auth-link {
    float: right;
    color: #610915;
    font-size: 13px;
    padding-right: 10px;
    text-decoration: none;
    background: url('../.default/images/arrow-right.png') no-repeat 100% 50%;
}
.wrap-cart {
    width: 40%;
    float: right;
    margin-left: 70px;
    padding-left: 30px;
    background: url('../.default/images/icon-cart.png') no-repeat;
}
.main-cart {
    font-size: 12px;
}
    .main-cart > a {
        color: #414042;
        text-decoration: none;
    }
    .main-cart > a:hover {
        text-decoration: underline;
    }
.main-phone {
    font-size: 18px;
    line-height: 1.75;
}
.font-medium {
    font-family: 'DinCYR Medium', sans-serif;
}

#main-menu {
    padding: 16px 0 3px 0;
}
    #main-menu > a,
    #main-menu > ul {
        float: left;
    }
    #main-menu > a {
        width: 16.4%;
        text-align: center;
    }
        #main-menu > a > img {
            height: 120px;
        }
    #main-menu > ul {
        width: 41.8%;
        margin: 90px 0 0 0;
    }

.menu-align {
    padding: 0;
    border-bottom: 1px solid #000000;
    list-style-type: none;

    font-size: 15px;
    text-align: justify;

    /* ???????? ??? ????????*/
    line-height: 0;
    font-size: 1px; /* 1px ??? Opera */

    /* ????????? ??? IE6-7*/
    text-justify: newspaper;
    zoom: 1;

    /* ???????? ? ?????? ????????? ??????*/
    text-align-last: justify;
}
    .menu-align:after {
        width: 100%;
        height: 0px;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }
        .menu-align > li {
            display: inline-block;
            text-align: left;

            /* ?????????????? ? ????????, ????? ??????????*/
            line-height: normal;
            font-size: 16.5em;

            /* ??? ???? ? Opera ????? ?????? ??? ?????????? */
            vertical-align: top;

            /* ???????? inline-block ??? IE6-7*/
            //display : inline;
            //zoom : 1;
        }
    .menu-align a {
        padding: 0 7px;
        text-decoration: none;
        color: #000000;
    }


#search-top {

}
    #search-top input[type="text"] {
        width: 17.5%;
        height: 24px;
        border: none;
        float: right;
        background: #EBEBEB;
        font: italic 11px 'FranklinGB Light', sans-serif;
        outline: none;
        padding: 0 8px;
        box-sizing: border-box;
    }

#content {
    padding-bottom: 270px;
}

/* ----- MAIN SLIDER ----- */
.main-slider {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
    height: 460px;
}
    .main-slider img {
        width: 100%;
    }
    .main-slider ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
        .main-slider ul > li{
            height: 460px;
            overflow: hidden;
        }
    .main-slider .bx-controls .bx-controls-direction > a {
        width: 44px;
        height: 44px;
        background: url("../.default/images/bx-controls.png") no-repeat;
    }
        .main-slider .bx-controls .bx-controls-direction > a.bx-prev {
            background-position: 0 -44px;
        }
        .main-slider .bx-controls .bx-controls-direction > a.bx-next {
            background-position: 0 0;
        }
    .main-slider .bx-controls .bx-pager {
        bottom: 32px;
    }
        .main-slider .bx-controls .bx-pager a {
            background: #BBBBBB !important;
        }
            .main-slider .bx-controls .bx-pager a:hover,
            .main-slider .bx-controls .bx-pager a.active {
                background: #FFFFFF !important;
            }
/* ----- /MAIN SLIDER ----- */

.block-head {
    font-size: 19px;
    text-align: center;
    text-decoration: underline;
    margin: 15px 0 20px;
}
.block-head a{
  color: #222;
}
.collection-line {
    margin: 10px 0 0 0;
}
    .collection-line:first-child {
        margin: 0;
    }

.collection-line .w-2 {
	width: 650px;
}
.collection-line .w-3 {
	width: 980px;
}

.collection-item {
    float: left;
    width: 320px;
    height: 314px;
    margin: 0 0 0 10px;
    overflow: hidden;
    background-size: cover;
    text-decoration: none;
    color: #444444;
    font-size: 13px;
    position: relative;
}
    .collection-item:first-child {
        margin: 0;
    }
    .collection-item > img {
        width: 100%;
        height: 100%;
    }

/* ----- VERTICAL ALIGN ----- */
.vertical-align > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
    width: 100%;
}
    .vertical-align > * > img {
        margin-left: 10px;
    }
.vertical-align:after {
    content: "";
    width: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
/* ----- /VERTICAL ALIGN ----- */

.collection-brand {
    width: 115px;
    height: 115px;
    background: #000000;
    position: absolute;
    top: 0; left: 0;
}
    .collection-img,
    .collection-brand > span {
        position: absolute;
    }
    .collection-img {
        width: 92px;
        height: 92px;
        left: 50%; top: 50%;
        margin: -46px 0 0 -46px;
    }
        .collection-img img {
            max-width: 100%;
            max-height: 100%;
        }
    .collection-brand > span {
        width: 100%;
        left: 0; bottom: 5px;
        text-align: center;
        color: #FFFEFE;
        font-size: 11px;
        max-height: 30px;
        overflow: hidden;
    }

.collection-link {
    position: absolute;
    height: 20px;
    line-height: 20px;
    background: #FFFFFF;
    right: 0; bottom: 11px;
    padding: 0 1em;
}

.units-wrap {

}
.units-block {

}
.units-more {
    margin: 8px 0 0 0;
}
    .units-more > a {
        float: right;
        min-width: 135px;
        font: 14px/1.00 'Georgia', serif;
        text-decoration: none;
        text-align: center;
        color: #5B5757;
        padding: 7px 10px 5px;
        border: 1px solid #000000;
    }
    .units-more > a:hover {
        text-decoration: underline;
    }

/* ----- BRANDS SLIDER ----- */
.brands-block {
    height: 38px;
    padding: 0 30px;
    box-sizing: border-box;
    background: rgb(178,178,178);
    background: -moz-linear-gradient(left,  rgba(178,178,178,1) 0%, rgba(0,0,0,1) 50%, rgba(178,178,178,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(178,178,178,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(178,178,178,1)));
    background: -webkit-linear-gradient(left,  rgba(178,178,178,1) 0%,rgba(0,0,0,1) 50%,rgba(178,178,178,1) 100%);
    background: -o-linear-gradient(left,  rgba(178,178,178,1) 0%,rgba(0,0,0,1) 50%,rgba(178,178,178,1) 100%);
    background: -ms-linear-gradient(left,  rgba(178,178,178,1) 0%,rgba(0,0,0,1) 50%,rgba(178,178,178,1) 100%);
    background: linear-gradient(to right,  rgba(178,178,178,1) 0%,rgba(0,0,0,1) 50%,rgba(178,178,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#b2b2b2',GradientType=1 );
}
    .brands-block ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
        .brands-block ul > li {
            text-align: center;
            height: 50px;
            padding: 0;
            margin: 6px;
            display: block;
            float: left;
        }
    .brands-block img {
        display: inline !important;
        max-height: 30px;
    }

    /* controls */
    .brands-block .bx-controls .bx-controls-direction > a {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: url('../.default/images/bx-controls.png') no-repeat;
    }
    .brands-block .bx-controls-direction > a.bx-prev {
        left: -30px;
        background-position: -44px -51px;
    }
    .brands-block .bx-controls-direction > a.bx-next {
        right: -30px;
        background-position: -44px -7px;
    }
/* ----- /BRANDS SLIDER ----- */

.trend-unit {
    float: left;
    width: 236px;
    padding: 0 10px 25px;
    margin: 0 0 0 12px;
    position: relative;
    box-sizing: border-box;
}
    .trend-unit:first-child {
        margin: 0;
    }
    .trend-unit > .trend-img {
        width: 100%;
        height: 130px;
        overflow: hidden;
        margin: 0 0 5px 0;
    }
        .trend-unit > .trend-img img {
            width: 100%;
        }
    .trend-unit > .trend-text {
        font: 13px 'Georgia', serif;
    }
    .trend-unit > .trend-more {
        color: #9E3026;
        text-decoration: underline;
        font: 14px 'FranklinGB Light', sans-serif;

        position: absolute;
        left: 10px; bottom: 0;
    }

.ads-block > a {
    display: block;
    text-align: center;
}
    .ads-block > a > img {
        max-width: 100%;
    }

footer {
    height: 258px;
    position: relative;
}

.footer-top {
    height: 120px;
}
    .footer-top > a,
    .footer-top > div {
        float: left;
    }
    .footer-top > a {
        width: 16.4%;
        text-align: center;
    }
        .footer-top > a > img {
            height: 120px;
        }
    .footer-top > div {
        width: 41.8%;
        height: 100%;
    }

.numeric {
    float: left;
    width: 87px;
    position: relative;
    padding: 14px 18px;
    box-sizing: border-box;
    font: 24px/1.00 'DinCYR Regular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #313131;
    margin: 37px 0 0 10px;
    border: 1px solid #912023;
}
    .numeric:first-child {
        margin-left: 30px;
    }
    .numeric > span{
        width: 100%;
        font-size: 10px;
        position: absolute;
        left: 0;
    }
    .numeric > span.top {
        top: 4px;
    }
    .numeric > span.bot {
        bottom: 4px;
    }

.subscribe-form {
    margin: 35px 0 0 115px;
}
    .subscribe-form input {
        float: left;
        border: none;
        outline: none;
        height: 24px;
        font-size: 13px;
    }
    .subscribe-form input[type="text"] {
        width: 245px;
        background: #EBEBEB;
        line-height: 24px;
        padding: 0 9px 0 9px;
        box-sizing: border-box;
    }
    .subscribe-form input[type="submit"] {
        width: 25px;
        padding: 0;
        color: #FFFFFF;
        background: #8D181B;
    }
    .subscribe-form ul{
        padding: 0;
    }
    .subscribe-form ul li{
        list-style-type: none;
        font-size: 14px;
        color: #C30C0C;
    }
.footer-bottom {
    height: 300px;
    margin: 20px 0 0 0;
    background: #E9E9E9;
    position: relative;
}

.footer-center {
    padding: 2px 225px 0;
}
.footer-menu {
    margin: 10px 0 18px 0;
}
    .footer-menu a {
        color: #272727;
    }

.footer-submenu {
    border: none;
    text-align: center;
    width: 440px;
    margin: 0 auto;
    }
    .footer-submenu > li {
        font-size: 13px;
    }
        .footer-submenu > li > a {
            color: #7E3234;
        }
        .footer-submenu > li > a:hover {
            text-decoration: underline;
        }

.finfo-left,
.finfo-right {
    position: absolute;
    width: 220px;
}

.finfo-left {
    top: 0; left: 0;
    max-height: 100%;
}
    .finfo-left > .copyright {
        padding: 15px 0 0 45px;
        font-size: 13px;
        color: #272727;
    }

.finfo-right {
    top: -25px; right: 0;
}
    .finfo-right > .award {
        text-align: center;
        color: #454343;
        font: italic 11px 'CharterC', serif;
    }
.copyright img{
    margin-top: 10px;
    width: 100px;
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}
#breadcrumb{
    display: none;
}

.countdown-timer{
    position: relative;
    background: #dbdbdb;
    padding: 10px;
    height: 392px;
    color: #505050;
    cursor: pointer;
    margin: 5px 0;
}
.countdown-timer .red-stripe{
    position: absolute;
    width: 621px;
    height: 94px;
    left: 0;
    top: 20px;
    color: #fff;
    background: url("images/red-stripe.png") no-repeat;
    z-index: 999;
}
.countdown-timer .red-stripe p{
    color: #fff;
    font: 28px 'CharterCTT';
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    right: 40px;
    text-align: center;
    width: 80%;
    margin: 0;
}
.countdown-timer .timer-content{
    position: relative;
    border-radius: 10px;
    height: 100%;
    background: #fff url("images/promo_girl.jpg") 100% 100% no-repeat;
}
.countdown-timer .timer-content .digits{
    position: absolute;
    top: 105px;
    left: 35px;
    width: 540px;
    height: 150px;
}
.countdown-timer .timer-content .timer-slogan{
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-family: 'DinCYR Light', sans-serif;
    font-size: 25px;
    line-height: 1.1em;
}
.countdown-timer .timer-content .timer-slogan span{
    display: block;
    font-size: 28px;
}
.kkcountdown-1{
    position: relative;
    height: 110px;
}
.kkcountdown-1 .kkcountdown-box{
    display: block;
    position: absolute;
    top: 20px;
    left: 13px;
}
.kkcountdown-1 .kkcountdown-box span{
    font-size: 50px;
    display: block;
    float: left;
    font: 50px 'DINCyr';
}
.kkcountdown-1 .kkcountdown-box .kkc-days{
    width: 75px;
    text-align: center;
}
.kkcountdown-1 .kkcountdown-box .kkc-hours{
    width: 75px;
    text-align: center;
    margin-left: 40px;
}
.kkcountdown-1 .kkcountdown-box .kkc-min{
    width: 75px;
    text-align: center;
    margin-left: 44px;
}
.kkcountdown-1 .kkcountdown-box .kkc-sec{
    width: 75px;
    text-align: center;
    margin-left: 40px;
}
.go_mobile_link{
    text-align:center;
}
.go_mobile_link a{
    text-decoration:none;
    font-size: 13px;
    color: #7E3234;
}
.mobile-app-wrap{
    width: 260px;
    margin: 35px auto 0 auto;
    text-align: center;
}
.mobile-app-wrap .mobile-app-title{
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #383838;
    color: #474745;
    font-size: 17px;
    font-family: 'DinCYR', sans-serif;
}
.mobile-app-wrap .mobile-app-link a.googlestore{
    display: block;
    float: left;
}
.mobile-app-wrap .mobile-app-link a.appstore{
    display: block;
    float: right;
}
.mobile-app-wrap .mobile-app-link:after{
    display: block;
    content: '';
    clear: both;
}

.welcomeDiscountBlockTitle {
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background: #E9E9E9;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top:10px;
}


.menu-align.top_right li:first-child a{
    color:#a91b0e;
}