/* BODY */
body {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'PT Sans';
    color: #363636;
}
/* /BODY */
/*----------------------------------------------*/
/* CLASSES */
/* UI selectmenu */
    .ui-selectmenu-menu {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .ui-selectmenu-open {
        display: block;
    }
    .ui-menu {
        border-top: 1px solid #000;
        background: #fff;
        border-radius: 0 0 3px 3px;
        overflow: auto;
        margin-top: -2px;
        padding: 5px 0px;
    }
    .ui-menu-item-wrapper {
        padding: 2px 14px;
        line-height: 26px;
    }
    .ui-menu-item-wrapper.ui-state-active {
        background: #666;
        color: #fff;
    }
    .ui-selectmenu-button {
        display: block;
        width: 100%;
        background: #fff;
        padding: 5px 14px;
        color: #000;
        border-radius: 3px;
        position: relative;
    }
    .ui-selectmenu-icon {
        position: absolute;
        right: 11px;
        top: 50%;
        display: block;
        width: 11px;
        height: 6px;
        margin-top: -3px;
        background: url('../images/icons/arr-bottom.png') center center no-repeat;
    }
    .ui-selectmenu-text {
        width: calc(100% - 40px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/* /UI selectmenu */
/*.............................*/
/* inputs */
    input{}
    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="url"],
    input[type="password"] {

    }
    input[type="datetime"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="time"] {

    }

    input[type="file"] {

    }
/* /inputs */
/*.............................*/
/* buttons */
    .wsg-btn,
    input[type="submit"],
    input[type="button"],
    input[type="reset"],
    button {

    }
    .wsg-btn:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    button:hover {

    }
    button[disabled="disabled"] {

    }
/* /buttons */
/*.............................*/
/* textarea */
    textarea {

    }
/* /textarea */
/*.............................*/
/* custom checkbox */
label.wsg-checkbox {}
    label.wsg-checkbox input {}
    label.wsg-checkbox input + span {}
    label.wsg-checkbox input:checked + span {}
/* /custom checkbox */
/*.............................*/
/* custom radio */
label.wsg-radio {}
    label.wsg-radio input {}
    label.wsg-radio input + span {}
    label.wsg-radio input:checked + span {}
/* /custom radio */
/*.............................*/
/* tpg */
.wsg-tpg{}
    .wsg-tpg h1,
    .wsg-tpg h2,
    .wsg-tpg h3,
    .wsg-tpg h4,
    .wsg-tpg h5,
    .wsg-tpg h6 {}
    .wsg-tpg h1 {}
    .wsg-tpg h2 {}
    .wsg-tpg h3 {}
    .wsg-tpg h4 {}
    .wsg-tpg h5 {}
    .wsg-tpg h6 {}
    .wsg-tpg p {}
    .wsg-tpg a {}
    .wsg-tpg ul {}
    .wsg-tpg ol {}
    .wsg-tpg li {}
        .wsg-tpg li:before {}
    .wsg-tpg blockquote {}
        .wsg-tpg blockquote:before {}
        .wsg-tpg blockquote:after {}
    .wsg-tpg table {}
        .wsg-tpg table tr {}
        .wsg-tpg table td {}
        .wsg-tpg table th {}
    .wsg-tpg img {}
    .wsg-tpg iframe {}
    .wsg-tpg b {}
    .wsg-tpg i {}
    .wsg-tpg hr{}
/* /tpg */
/*.............................*/
/* title */
    .wsg-title {}
/* /title */
/*.............................*/
/* link */
    .wsg-link {}
/* /link */
/*.............................*/
/* /CLASSES */
/*----------------------------------------------*/
/* WRAPPERS */
/*.............................*/
/* header */
    .wsw-header {
        min-height: 50px;
        background: transparent url('../images/bg-header.jpg') top center repeat;
    }
        .wsw-header:after,
        .wsw-header:before {
            content: '';
            display: block;
            height: 50px;
            width: 9px;
            position: absolute;
            top: 0;
        }
        .wsw-header:before {
            left: 0;
            background: transparent url('../images/bg-header-left.jpg') center center no-repeat;
        }
        .wsw-header:after {
            right: 0;
            background: transparent url('../images/bg-header-right.jpg') center center no-repeat;
        }
        .wsw-header .wse-left {
            float: left;
        }
        .wsw-header .wse-right {
            float: right;
            margin-top: 7px;
            margin-right: -6px;
        }
        .wsw-header .wse-right>* {
            display: inline-block;
            vertical-align: middle;
        }
        .wsw-header .wsb-logo {
            margin-top: 13px;
        }
        .wsw-header .wsb-cart {
            margin-right: 10px;
        }
        .wsw-header .wsb-phones {
            margin-right: 4px;
        }
/* /header */
/*.............................*/
/* general */
    .wsw-general {
        background: transparent url('../images/bg-general.jpg') top center no-repeat;
        position: relative;
        padding-top: 25px;
        padding-bottom: 73px;
    }
        .wsw-general:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }
        .wsw-general .container {
            position: relative;
        }
/* /general */
/*.............................*/
/* filter */
    .wsw-filter {
        position: relative;
        background: #ebebeb;
        padding-bottom: 45px;
    }
/* /filter */
/*.............................*/
/* catalog-slider */
    .wsw-catalog-slider {
        background: #ebebeb;
        padding-top: 10px;
        padding-bottom: 8px;
    }
/* /catalog-slider */
/*.............................*/
/* info */
    .wsw-info {
        background: #ebebeb;
        padding-top: 12px;
        padding-bottom: 19px;
    }
/* /info */
/*.............................*/
/* advantages */
    .wsw-advantages {
        padding-top: 18px;
        padding-bottom: 18px;
    }
/* /advantages */
/*.............................*/
/* buttons */
.wsw-buttons {
    padding: 30px 0;
    background: #363636;
}
/* /buttons */
/*.............................*/
/* social */
.wsb-social {
    padding: 20px 0;
}
/* /social */
/*.............................*/
/* footer */
.wsw-footer {
    background: #363636;
    padding-top: 25px;
}
    .wsw-footer .wsb-foot-menu {
        margin-top: 34px;
    }
    .wsw-footer .wse-bottom {
        background: #000000;
        padding: 15px 0 17px;
        margin-top: 27px;
    }
/* /footer */
/*.............................*/
/* /WRAPPERS */
/*----------------------------------------------*/
/* TEMPLATES */
/*.............................*/
/* template */
.wsb-template {

}
/* /template */
/*.............................*/
/* copy */
.wsb-copy {
    text-align: center;
    color: #fff;
}
/* /copy */
/*.............................*/
/* foot-menu */
.wsb-foot-menu {
    text-align: center;
}
    .wsb-foot-menu .wse-link {
        text-decoration: none;
        color: #fff;
        display: block;
    }
    .wsb-foot-menu .wse-link + .wse-link {
        margin-top: 10px;
    }
/* /foot-menu */
/*.............................*/
/* foot-phones */
.wsb-foot-phones {

}
    .wsb-foot-phones li+li {
        margin-top: 13px;
    }
    .wsb-foot-phones a {
        display: block;
        border-bottom: 1px dashed #888888;
        text-decoration: none;
        line-height: 1;
        color: #fff;
    }
    .wsb-foot-phones a:after {
        content: '';
        display: table;
        width: 100%;
        height: 0;
        clear: both;
    }
    .wsb-foot-phones a span:first-child {
        float: left;
        background: #363636;
        position: relative;
        top: 2px;
    }
    .wsb-foot-phones a span:last-child {
        background: #363636;
        font-weight: 700;
        float: right;
        display: inline-block;
        position: relative;
        top: 2px;
    }
/* /foot-phones */
/*.............................*/
/* social */
.wsb-social {
    text-align: center;
}
    .wsb-social .wse-phone {
        font-family: 'Ubuntu', 'Pt Sans';
        font-weight: 700;
        font-size: 28px;
        text-align: center;
        text-decoration: none;
        display: block;
        color: #363636;
    }
    .wsb-social .wse-content {
        margin-top: 20px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .wsb-social .wse-link {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px;
    }
/* /social */
/*.............................*/
/* buttons */
.wsb-buttons {
    text-align: center;
}
    .wsb-buttons .wse-button {
        border: none;
        width: 130px;
        height: 36px;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        background: #df291b;
        color: #fff;
        border-radius: 3px;
        font-weight: 700;
        font-size: 16px;
    }
    .wsb-buttons .wse-button + .wse-button {
        margin-left: 25px;
    }

/* /buttons */
/*.............................*/
/* advantages */
.wsb-advantages {
    text-align: center;
}
    .wsb-advantages .wse-item {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
        width: 80px;
    }
    .wsb-advantages .wse-icon {
        height: 26px;
    }
    .wsb-advantages .sprite {
        margin: 0 auto;
    }
    .wsb-advantages .wse-text {
        font-weight: 700;
        line-height: 1;
        font-size: 14px;
        color: #898989;
    }
/* /advantages */
/*.............................*/
/* info */
.wsb-info {
    text-align: center;
}
    .wsb-info .sprite {
        margin: 0 auto;
    }
    .wsb-info .wse-item + .wse-item {
        margin-top: 28px;
    }
    .wsb-info .wse-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }
    .wsb-info .wse-text {
        text-align: left;
        margin-top: 10px;
    }
    .wsb-info .wse-icon {
        height: 46px;
    }
    .wsb-info li:before {
        content: '';
        display: inline-block;
        vertical-align: baseline;
        height: 9px;
        width: 5px;
        margin-right: 6px;
        background: transparent url('../images/icons/list-triangle.png') center center no-repeat;
    }
/* /info */
/*.............................*/
/* catalog-slider */
.wsb-catalog-slider {

}
    .wsb-catalog-slider .wse-top {}
    .wsb-catalog-slider .wse-arr {
        float: left;
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 3px;
        background: #fff;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.21);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.21);
        box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.21);
    }
    .wsb-catalog-slider .wse-title {
        float: left;
        width: calc(100% - 70px);
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        color: #000;
        line-height: 35px;
    }
    .wsb-catalog-slider .wse-slider {
        margin-top: 14px;
    }
    .wsb-catalog-slider .wse-arr span {
        margin: 0 auto;
    }
    .wsb-catalog-slider .container.wsm-fix {
        padding-right: 0;
    }
    .wsb-catalog-slider .wse-item {
        width: 160px;
        display: block;
        float: left;
        position: relative;
        border-radius: 3px;
        overflow: hidden;
    }
    .wsb-catalog-slider .wse-item + .wse-item {
        margin-left: 16px;
    }
    .wsb-catalog-slider .wse-photo {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 206px;
        display: block;
    }
    .wsb-catalog-slider .wse-photo:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
    }
    .wsb-catalog-slider.wsm-type-2 .wse-photo:before {
        display: none;
    }
    .wsb-catalog-slider .wse-photo img {
        max-height: 100%;
        width: auto;
    }
    .wsb-catalog-slider .wse-text {
        font-weight: 700;
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        position: absolute;
        display: table;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 75px;
        border-bottom: 4px solid #c60607;
        padding-left: 20px;
        padding-right: 20px;
    }
    .wsb-catalog-slider.wsm-type-2 .wse-text {
        background: #fff;
        color: #363636;
    }
    .wsb-catalog-slider .wse-text span {
        display: table-cell;
        vertical-align: middle;
    }
    .wsb-catalog-slider .wse-text:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        width: 11px;
        height: 7px;
        margin: 0 auto;
        background: transparent url('../images/red-triangle.png') center center no-repeat;
    }
/* /catalog-slider */
/*.............................*/
/* filter */
.wsb-filter {

}
    .wsb-filter .wse-tire {
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .wsb-filter .wse-content {
        margin-top: 5px;
        position: relative;
    }
    .wsb-filter .ui-selectmenu-button {
        margin-top: 5px;
    }
    .wsb-filter .wse-panel {
        background: #666666;
        border-radius: 3px 3px 0 0;
        border-bottom: 2px solid #363636;
    }
    .wsb-filter .wse-panel li {
        float: left;
        width: 50%;
        border-radius: 3px 3px 0 0;
    }
    .wsb-filter .wse-panel li.ui-tabs-active {
        background: #363636;
    }
    .wsb-filter .wse-panel a {
        color: #fff;
        text-decoration: none;
        line-height: 42px;
        display: block;
        padding-left: 38px;
        position: relative;
        font-weight: 700;
        font-size: 18px;
    }
    .wsb-filter .wse-panel .sprite {
        width: 14px;
        height: 14px;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -7px;
    }
    .wsb-filter .wse-sort {
        background: #666666;
    }
    .wsb-filter .wse-sort:after {
        content: '';
        display: table;
        font-size: 0;
        height: 0;
        width: 100%;
        clear: both;
    }
    .wsb-filter .wse-sort-item {
        float: left;
        width: 50%;
    }
    .wsb-filter .wse-sort-item:first-child {
        border-radius: 0 3px 0 0;
    }
    .wsb-filter .wse-sort-item:last-child {
        border-radius: 3px 0 0 0;
    }
    .wsb-filter .wse-sort-item a {
        color: #fff;
        font-size: 19px;
        line-height: 36px;
        text-decoration: none;
        display: block;
        text-align: center;
    }
    .wsb-filter .wse-sort-item.ui-tabs-active {
        background: #df291b;
    }
    .wsb-filter .wse-filter-content {
        background: #df291b;
        padding: 10px;
        position: relative;
    }
    .wsb-filter .wse-filter-content:after {
        content: '';
        display: block;
        width: 100%;
        height: 38px;
        position: absolute;
        top: 100%;
        margin-top: -3px;
        left: 0;
        right: 0;
        background: transparent url('../images/bg-filter.png') center center no-repeat;
    }
    .wsb-filter .wse-row + .wse-row {
        margin-top: 10px;
    }
    .wsb-filter .wse-row:after {
        content: '';
        display: table;
        font-size: 0;
        height: 0;
        width: 100%;
        clear: both;
    }
    .wsb-filter .wse-label {
        color: #fff;
        font-size: 18px;
        display: block;
    }
    .wsb-filter .wse-button {
        border: none;
        background: #363636;
        text-align: center;
        color: #fff;
        font-weight: 700;
        display: block;
        height: 32px;
        border-radius: 3px;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 11px;
    }
/* /filter */
/*.............................*/
/* general */
.wsb-general {
    color: #fff;
    text-align: center;
}
    .wsb-general .wse-title {
        font-weight: 700;
        font-size: 36px;
        line-height: 1;
    }
    .wsb-general .wse-subtitle {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin-top: 6px;
    }
    .wsb-general .wse-subtitle span {
        color: #df291b;
        display: block;
    }
    .wsb-general .wse-text {
        margin-top: 10px;
    }
    .wsb-general .wse-link {
        text-decoration: underline;
        color: #fff;
        margin-top: 10px;
        display: block;
    }
/* /general */
/*.............................*/
/* cart */
.wsb-cart {

}
    .wsb-cart .wse-button {
        background: none;
        border: none;
        height: 36px;
        width: 36px;
        border-radius: 3px;
        position: relative;
        padding: 0;
    }
    .wsb-cart .wse-button  .sprite {
        margin: 0 auto;
    }
    .wsb-cart .wse-count {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        line-height: 16px;
    }
/* /cart */
/*.............................*/
/* menu */
.wsb-menu {

}
    .wsb-menu .wse-button {
        background: none;
        border: none;
        height: 36px;
        width: 36px;
        border-radius: 3px;
        padding: 0;
    }
        .wsb-menu .wse-button .wse-icon.wsm-active {
            display: none;
        }
        .wsb-menu .wse-button.wsm-active,
        .wsb-menu .wse-button:hover {
            background: #363636;
        }
        .wsb-menu .wse-button.wsm-active .wse-icon.wsm-active {
            display: block;
        }
        .wsb-menu .wse-button.wsm-active .wse-icon.wsm-inactive {
            display: none;
        }
    .wsb-menu .wse-icon .sprite,
    .wsb-menu .wse-icon {
        display: block;
        margin: 0 auto;
    }
        .wsb-menu .wse-icon.wsm-inactive {
            border-top: 3px solid #fff;
            border-bottom: 3px solid #fff;
            height: 19px;
            width: 24px;
            position: relative;
        }
        .wsb-menu .wse-icon.wsm-inactive span {
            display: block;
            height: 3px;
            width: 100%;
            position: absolute;
            top: 50%;
            margin-top: -1.5px;
            background: #fff;
        }
    .wsb-menu .wse-content {
        z-index: 1;
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        background: #666666;
        font-weight: 700;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }
    .wsb-menu .wse-link {
        text-decoration: none;
        color: #fff;
        display: block;
        padding-left: 44px;
        border-top: 1px solid #000;
        line-height: 36px;
        position: relative;
    }
    .wsb-menu .wse-link.wsm-active {
        background: #313131;
    }
    .wsb-menu .wse-link .sprite {
        height: 20px;
        width: 20px;
        position: absolute;
        left: 13px;
        top: 50%;
        margin-top: -10px;
    }
        .wsb-menu .sprite-car {
            background-position: -187px -29px;
        }
        .wsb-menu .sprite-tire-2 {
            background-position: -31px -155px;
        }
        .wsb-menu .sprite-tire-3 {
            background-position: -241px -155px;
        }
    .wsb-menu .wse-content .wse-link-text {

    }
    .wsb-menu .wse-content .wse-link:last-child {
        border-bottom: 1px solid #000;
    }
/* /menu */
/*.............................*/
/* phones */
.wsb-phones {

}
    .wsb-phones .wse-button {
        background: none;
        border: none;
        height: 36px;
        width: 36px;
        border-radius: 3px;
        padding: 0;
    }
        .wsb-phones .wse-button.wsm-active {
            background: #313131;
        }
        .wsb-phones .wse-button  .sprite {
            margin: 0 auto;
        }
    .wsb-phones .wse-content {
        z-index: 1;
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        background: #666666;
        font-weight: 700;
    }
    .wsb-phones li {
        padding: 0 15px;
        line-height: 36px;
        border-top: 1px solid #000000;
    }
    .wsb-phones li:last-child {
        border-bottom: 1px solid #000;
    }
    .wsb-phones li:hover,
    .wsb-phones li:active {
        background: #262626;
    }
    .wsb-phones a {
        color: #ffffff;
        float: right;
        display: block;
        text-decoration: none;
    }
    .wsb-phones li span {
        color: #fff;
        float: left;
        display: block;
    }
/* /phones */
/*.............................*/
/* logo */
.wsb-logo {

}
/* /logo */
/*.............................*/
/* popup */
.wsw-popup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background: rgba(0,0,0,0.4);
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}
.wsj-popup-active.wsw-popup {
    display: block;
}
.wsb-popup {
    width: 400px;
    padding: 30px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    cursor: default;
}
    .wsb-popup__close {
        font-size: 18px;
        opacity: 0.4;
        position: absolute;
        right: 14px;
        top: 10px;
        cursor: pointer;
    }
    .wsb-popup__close:hover {
        opacity: 1;
    }
    .wsb-popup__title {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .wsb-popup__arcticle {
        font-size: 14px;
        line-height: 18px;
    }
/* /popup */
/*.............................*/
/* /TEMPLATES */
/*----------------------------------------------*/
