
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic&subset=latin,cyrillic";
@import "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&subset=cyrillic";



@media (max-width: 1199px) {/*md*/
}
@media (max-width: 991px) { /*sm*/
}
@media (max-width: 767px) {/*xs*/
}
@media (max-width: 480px) { /*xxs*/
}
@media (min-width: 1200px) { /*lg*/
}

@media (max-width: 480px) { /*xxs*/
}
@media (max-width: 767px) {/*xs*/
}
@media (min-width: 768px) and (max-width: 991px) { /*sm*/
}
@media (min-width: 992px) and (max-width: 1199px) {/*md*/
} 
@media (min-width: 1200px) { /*lg*/
}



@media (max-width: 480px) {
    .hidden-xxs {
        display: none;
    }
    .col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.6667%;
    }
    .col-xxs-10 {
        width: 83.3333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.6667%;
    }
    .col-xxs-7 {
        width: 58.3333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.6667%;
    }
    .col-xxs-4 {
        width: 33.3333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.6667%;
    }
    .col-xxs-1 {
        width: 8.33333%;
    }

    .visible-xxs{
        display: block!important;
    }

    .visible-lg, .visible-md, .visible-sm, .visible-xs {
        display: none !important;
    }	
}
@media (max-width: 480px) {
    .text-left-xxs {
        text-align: left;
    }
    .text-right-xxs {
        text-align: right;
    }
    .text-center-xxs {
        text-align: center;
    }
    .visible-xxs{
        display: none;
    }
}
@media (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-center-xs {
        text-align: center;
    }
    .visible-xxs{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
        text-align: left;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-center-sm {
        text-align: center;
    }
    .visible-xxs{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
        text-align: left;
    }
    .text-right-md {
        text-align: right;
    }
    .text-center-md {
        text-align: center;
    }
    .visible-xxs{
        display: none;
    }
}
@media (min-width: 1200px) {
    .text-left-lg {
        text-align: left;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-center-lg {
        text-align: center;
    }
    .visible-xxs{
        display: none;
    }
}

body {
    min-width: 320px;
    width: auto;
}

.no-gutter {
    margin: 0;
}
.no-gutter [class*="-1"], .no-gutter [class*="-2"], .no-gutter [class*="-3"], .no-gutter [class*="-4"], .no-gutter [class*="-5"], .no-gutter [class*="-6"], .no-gutter [class*="-7"], .no-gutter [class*="-8"], .no-gutter [class*="-9"], .no-gutter [class*="-10"], .no-gutter [class*="-11"], .no-gutter [class*="-12"] {
    padding-left: 0;
    padding-right: 0;
}
:focus, *:active, .btn:focus, .btn:active {
    outline: medium none !important;
}
a:focus, a:active {
    outline: medium none;
    text-decoration: none;
}
a {
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}
html, body {
    background-color: #f8f8f8;
    color: #2b292a;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}
h1 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
}
h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}
p {
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 0;
}

.btn {text-decoration: none; border-radius: 0; background: #fff; box-shadow: none;}
.btn-orange {color: #fff; background: #ff9600; border-color: #deddd8}
.btn-black {color: #fff; background: #2d2d2d; border-color: #2d2d2d}
.btn-orange.fake-disabled {cursor: default; background-color: #FFBA59}

.btn-black:hover,
.btn-black:active,
.btn-black:focus{color: #fff; background: #2d2d2d; border-color: #2d2d2d}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus{color: #fff; background: #ff9600; border-color: #deddd8}
.btn-orange.fake-disabled:hover,
.btn-orange.fake-disabled:active,
.btn-orange.fake-disabled:focus{ background-color: #FFBA59}
.full-width {width: 100%}

.mini-cart-info table {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}
.mini-cart-info td {
    border-bottom: 1px solid #eeeeee;
    color: #000;
    padding: 10px 5px;
    vertical-align: top;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #eeeeee;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #000;
    padding: 4px;
}
.success, .warning, .attention, .information {
    border-radius: 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
}
.success {
    background: #eaf7d9 url("../image/success.png") no-repeat scroll 10px center;
    border: 1px solid #bbdf8d;
    border-radius: 5px;
}
.warning {
    background: #ffd1d1 url("../image/warning.png") no-repeat scroll 10px center;
    border: 1px solid #f8acac;
    border-radius: 5px;
}
.attention {
    background: #fff5cc url("../image/attention.png") no-repeat scroll 10px center;
    border: 1px solid #f2dd8c;
    border-radius: 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
    cursor: pointer;
    float: right;
    padding-right: 4px;
    padding-top: 4px;
}
.required {
    color: #ff0000;
    font-weight: bold;
}
.error {
    color: #ff0000;
    display: block;
}
.help {
    color: #999;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.header-second-line {
    background-color: #fff;
}
.header-first-line {
}
.header-top-menu {
    font-family: "Roboto Condensed";
    font-weight: 300;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header-top-menu li {
    display: inline-block;
}
.header-top-menu li::before {
    content: "●";
    font-size: 10px;
    padding: 0 10px;
    position: relative;
    top: -2px;
}
.header-top-menu li:first-child::before {
    content: "";
    padding: 0;
}
.header-top-menu li a {
    color: #2b292a;
    display: inline-block;
    font-family: "roboto condensed";
    font-size: 16px;
    font-weight: 300;
    padding: 4px 0;
    text-decoration: none;
}
.header-top-menu li a:hover {
    text-decoration: underline;
}
.header-search {
    position: relative;
}
.header-search-input {
    background-color: transparent;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    margin: 2px 0;
    padding: 3px 7px;
    width: 100%;
}
.header-search .button-search {
    color: #ff7200;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 8px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.header-callback {
    background-color: #ff7200;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 3px 15px 2px;
    text-decoration: none;
}
.header-callback:hover, .header-callback:active, .header-callback:focus {
    color: #fff;
    text-decoration: none;
}
.logo.logo-header {
    padding: 30px 0;
}
.logo.logo-header img{
    max-width: 100%;
}
.header-menu {
    margin: 15px 0;
    width: 100%;
}
.header-menu td {
    text-align: center;
}
.header-menu td a {
    border-bottom: 2px solid transparent;
    color: #2b292a;
    display: inline-block;
    font-family: "roboto condensed";
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.header-menu td a.active, .header-menu td a:hover {
    border-bottom-color: #ff7200;
    text-shadow: 0 0 0 #000;
}
.header-menu .header-menu-level a{
    border: none;
    display: block;
    height: 100%;
}

.header-menu-level.columns{
    padding-left: 30px;
    padding-right: 30px;
}

footer {
    background-color: #2b292a;
    color: #fff;
    padding: 40px 0;
}
footer a {
    color: #fff;
}
footer a:hover, footer a:active, footer a:focus {
    color: #fff;
}
.footer-menu-title {
    font-family: "Roboto Condensed";
    font-size: 18px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.footer-menu-title span {
    border-bottom: 2px solid #ff9600;
    display: inline-block;
    padding-bottom: 4px;
}
.footer-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu a {
    display: inline-block;
    padding-bottom: 6px;
    text-decoration: none;
}
.footer-menu a:hover {
    text-decoration: underline;
}
.header-phones {
    background: rgba(0, 0, 0, 0) url("../image/ico-phone.png") no-repeat scroll 0 2px;
    margin-top: 36px;
    padding-left: 31px;
}
.header-phones-item {
    font-family: "roboto condensed";
    font-size: 24px;
    font-weight: bold;
    line-height: 0.9em;
}
.working-time {
    font-size: 18px;
}
.home-block1 {
    background: rgba(0, 0, 0, 0) url("../image/home-block1-bg.jpg") scroll center top;
}
.home-block1 + p {
    display: none;
}
.home-block1-item {
    color: #fff;
    margin: 49px 0;
    text-align: center;
}
.home-block1-item a {
    color: #fff;
    display: block;
    font-family: "roboto condensed";
    font-size: 30px;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1199px) {/*md*/
    font-size: 25px;
}
@media (max-width: 991px) { /*sm*/
    .home-block1-item a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {/*xs*/
    .home-block1-item{
        margin: 25px 0;
    }
}
@media (max-width: 480px) { /*xxs*/
    .home-block1-item a {
        font-size: 16px;
    }
}
@media (min-width: 1200px) { /*lg*/
}


.home-block1-item img {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    max-width: 100%;
}
.home-block2 {
    background: #fff url("../image/home-block2-bg.jpg") no-repeat scroll center 50px;
    padding-bottom: 50px;
}


.home-block2-content {
}
.home-block2-content h1 {
    font-family: roboto condensed;
    font-size: 36px;
}
.home-block2-content {
    font-size: 16px;
    min-height: 500px;
    padding: 100px 0 0 44%;
}

@media (max-width: 1200px) {
    .home-block2-content {
        padding: 100px 0 0 40%;
    }
}

@media (max-width: 768px) {	
    .home-block2 {
        background: none;
    }
    .home-block2-content {
        min-height: 0;
        padding: 0;
    }
}
.home-block2 + p {
    display: none;
}
.fix-height-contanier {
    position: relative;
}
.fix-height {
    bottom: 0;
    position: absolute;
}
#category-description-bottom {
    border-bottom: medium none;
    margin-bottom: 0;
    /*    width: 1200px;*/
}
.like-h1.title, h1.title {
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
}
.like-h1.title span, h1.title span {
    border-left: 3px solid #ff7200;
    border-right: 3px solid #ff7200;
    display: inline-block;
    padding: 2px 20px;
}
.like-h1.title a, h1.title a {
    color: #2b292a;
    text-decoration: none;
}
.like-h1.title a:hover, h1.title a:hover {
    text-decoration: underline;
}
.breadcrumb {
    background: transparent none repeat scroll 0 0;
    margin: 0;
    padding: 15px 0;
}
.breadcrumb li {
    color: #2b292a;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 400;
}
.breadcrumb li.active {
    color: #2b292a;
}
.breadcrumb a {
    color: #2b292a;
    display: inline-block;
    font-family: "Roboto Condensed";
    font-weight: 400;
    padding-right: 5px;
    text-decoration: none;
}
.breadcrumb > li + li::before {
    color: #2b292a;
    content: "> ";
    padding: 0 4px 0 0;
}
.product-list {
}
.product-list-item-container {
    background: #fff none repeat scroll 0 0;
}
.product-list-item-container:hover .popup-params {
    opacity: 1;
    visibility: visible;
}
.product-list-item .popup-params {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: visibility 0s ease 0s, opacity 0.1s linear 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.product-list-item-preiew-button {
    background-color: rgba(255, 155, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    margin: 140px 0 28px;
    padding-bottom: 2px;
    text-align: center;
    text-decoration: none;
}
.product-list-item-preiew-button:hover, .product-list-item-preiew-button:active, .product-list-item-preiew-button:focus {
    background-color: rgb(255, 155, 0);
    color: #fff;
    text-decoration: none;
}
.product-list-item-params {
    font-size: 14px;
    width: 100%;
}
.product-list-item-params td {
    border: 1px solid rgb(255, 155, 0);
    vertical-align: top;
}
.product-list-item-params tr td:first-child {
    padding: 5px 0 5px 10px;
    width: 80px;
}
.product-list-item-params tr td:last-child {
    padding: 5px 0 5px 10px;
}
.product-list-item-image{
    text-align: center;
}
.product-list-item-image img {
    max-width: 100%;
}
.product-list-item-title {
    display: table;
    height: 150px;
    text-align: center;
    width: 100%;
}
.product-list-item-title a {
    color: #2b292a;
    display: table-cell;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
}
.product-list-item {
    margin-bottom: 37px;
}
.product-list-item-container {
    border: 1px solid #f2f1f1;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    height: 410px;
}
.product-list-item-stock-status {
    font-size: 14px;
    font-weight: normal;
    padding-left: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.product-list-item-stock-status::before {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
}
.product-list-item-stock-status.in-stock {
    color: #ff9600;
}
.product-list-item-stock-status.in-stock::before {
    background-color: #ff9600;
}
.product-list-item-stock-status.out-of-stock {
    color: #9d9d9d;
}
.product-list-item-stock-status.out-of-stock::before {
    background-color: #9d9d9d;
}
#page {
    height: auto;
    min-height: 100%;
}
.product-list-item-price-special {
    line-height: 26px;
    margin: 20px 0 10px;
    position: relative;
    text-align: center;
}
.product-list-item-price-special-label {
    font-size: 15px;
    line-height: 26px;
}
.product-list-item-price-special-currency {
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: bold;
}
.product-list-item-price-special-currency-old {
    font-family: "Roboto Condensed";
    font-size: 17px;
    text-decoration: line-through;
}
.product-list-item-price-special-value {
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: bold;
}
.product-list-item-price-special-value-old {
    font-family: "Roboto Condensed";
    font-size: 17px;
    text-decoration: line-through;
}
.product-list-item-price-special-ico {
    background-color: #ff0000;
    color: #fff;
    font-family: "Arial";
    font-size: 17px;
    font-weight: bold;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
}
.product-list-item-price-special-container {
    background-color: #ffd1d1;
    margin-left: 29px;
    position: relative;
}
.product-list-item-price {
    padding: 20px 0 10px;
    text-align: center;
}
.product-list-item-price-label {
    font-size: 16px;
}
.product-list-item-price-currency {
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: bold;
}
.product-list-item-price-value {
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: bold;
}
.product-list-item-add-to-cart {
    margin-bottom: 12px;
}
.product-list-item-actions {
}
.product-list-item-badge {
    background: #ffb87f none repeat scroll 0 0;
    font-size: 15px;
    left: -36px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 21px;
    transform: rotate(-45deg);
    width: 150px;
}
.product-list-item-actions {
}
.product-list-item-actions > div {
    padding: 0 5px;
}
.product-list-item-actions > div > div.row > div {
    padding: 0 5px;
}
.product-list-item-actions > div > div.row > div:first-child {
    padding-left: 15px;
}
.product-list-item-actions > div > div.row > div:last-child {
    padding-right: 15px;
}
.product-list-item-actions > div:first-child {
    padding-left: 15px;
}
.product-list-item-actions > div:last-child {
    padding-right: 15px;
}
.cart-header {
    background: rgba(0, 0, 0, 0) url("../image/cart-header-bg.png") no-repeat scroll left 7px;
    display: inline-block;
    margin-top: 30px;
    padding-left: 60px;
    text-align: center;
}
.cart-header a {
    color: #2b292a;
    display: block;
    text-align: center;
    text-decoration: none;
}
.cart-header-products {
    font-size: 18px;
    font-weight: bold;
}
.cart-header-price {
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {/*xs*/
    .cart-header {
        margin-top: 0px;
    }
}


.cart-solo{
    padding-top: 10px;
}

.big-carousel {
    margin-bottom: 35px;
}
.btn.btn-slide {
    background: transparent none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: 200%;
    z-index: 20;
}
.btn.btn-slide.btn-slide-1 {
    height: 57px;
    left: 5%;
    top: 74%;
    width: 23%;
}
.btn.btn-slide.btn-slide-2 {
    height: 59px;
    left: 2%;
    top: 82%;
    width: 27%;
}
.btn.btn-slide.btn-slide-3 {
    height: 58px;
    left: 3.5%;
    top: 76%;
    width: 24%;
}
.big-carousel .carousel-caption {
    left: 15%;
    right: 15%;
    text-shadow: none;
    top: 0;
}
.big-carousel .carousel-indicators li {
    background: #2b292a none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 7px;
    margin: 0;
    width: 27px;
}
.big-carousel .carousel-indicators li.active {
    background: #ff7200 none repeat scroll 0 0;
}
.big-carousel .carousel-inner .item {
    text-align: center;
}
.big-carousel .carousel-inner .item img {
    display: inline-block;
}
.box {
}
.box-white {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f1f1;
}
.box-padding {
    padding: 20px 15px;
}
.box-margin-bottom {
    margin-bottom: 20px;
}
.product-info {
    margin-bottom: 30px;
}
.product-info-attributes {
    width: 100%;
}
.product-info-attributes thead td {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 10px;
    text-transform: uppercase;
}
.product-info-attributes tbody tr:nth-child(2n+1) {
    background: #fafafa none repeat scroll 0 0;
}
.product-info-attributes tbody tr:nth-child(2n) {
}
.product-info-attributes tbody td {
    font-size: 14px;
    padding: 5px 10px;
    vertical-align: top;
}
.product-info-attributes tbody tr td:last-child {
    text-align: right;
}
.product-info-images .carousel-indicators li {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f2f1f1;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 20px 0 0 5px;
    text-indent: 0;
    width: auto;
}

.carousel-indicators-container {
    overflow: hidden;
}

@media (max-width: 991px) { /*sm*/
    .product-info-images .carousel-indicators li img{
        width: 130px;
    }
}
@media (max-width: 767px) {/*xs*/
    .product-info-images .carousel-indicators li img{
        width: 90px;
    }
}

.product-info-images .carousel-indicators {
    bottom: auto;
    left: auto;
    margin: 0 0 0 -5px;
    position: relative;
    right: auto;
    text-align: left;
    width: 101%;
}

@media (max-width: 1199px) {/*md*/
    .product-info-images .carousel-indicators {
        margin: 0 0 0 -12px;
        width: 102%;
    }

    .product-info-images .carousel-indicators li {
        margin: 20px 0 0 12px;
    }
}

@media (max-width: 991px) { /*sm*/
    .product-info-images .carousel-indicators {
        margin: 0 0 0 -32px;
        width: 107%;
    }

    .product-info-images .carousel-indicators li {
        margin: 20px 0 0 32px;
    }
}

@media (max-width: 767px) {/*xs*/
    .product-info-images .carousel-indicators {
        margin: 0 0 0 -5px;
        width: 101%;
    }

    .product-info-images .carousel-indicators li {
        margin: 20px 0 0 5px;
    }
}


.product-info-images {
}
.product-info-images > .box {
    padding-top: 35px;
}
.product-info-images .carousel-inner .item {
}
.product-info-images .carousel-inner .item img {
    max-width: 100%;
}
.product-info-images-container {
    margin-bottom: 30px;
    position: relative;
}
.product-info-images-text {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.product-info-stock-info {
    font-family: "Roboto Condensed";
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 7px;
}
.product-info-stock {
    display: inline-block;
    font-weight: 400;
    padding-right: 20px;
}
.product-info-stock.in-stock {
    color: #ff7200;
}
.product-info-stock.out-of-stock {
    color: #2b292a;
}
.product-info-delivery-days {
    display: inline-block;
    font-weight: 300;
}
.product-info-rating {
    display: inline-block;
    padding: 6px 15px;
}
.compare-info {
    margin-bottom: 30px;
}
.compare-info td {
    padding: 3px 9px;
}
.compare-info-label-main {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    width: 10%;
}
.compare-info-col-product {
    width: 20%;
}
.compare-info-auto-column {
    width: 40%;
}
.compare-info-body tr:nth-child(2n+1) {
    background: #fafafa none repeat scroll 0 0;
}
.compare-info-body td {
    font-size: 14px;
}
.compare-info-controls tr td {
    padding: 5px 0;
    text-align: center;
}
.compare-info-controls tr:first-child td {
    padding-top: 15px;
}
.compare-info-controls tr:last-child td {
    padding-bottom: 15px;
}
.compare-info-controls td {
    padding-top: 15px;
}
.compare-info td.compare-info-col-product {
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
    vertical-align: top;
}
.compare-info-image {
    border: 1px solid #f2f1f1;
    display: inline-block;
}
.compare-info-name a {
    color: #2b292a;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.compare-info-name {
    min-height: 3.4em;
}
.compare-info-price {
    font-family: "Roboto Condensed";
}
.compare-info-price-value {
    font-weight: bold;
}
.compare-info-price-value-new {
    font-weight: bold;
}
.compare-info-price-value-old {
    text-decoration: line-through;
}
.product-info-price {
    padding-bottom: 20px;
    text-align: center;
}
.product-info-price-label {
    display: inline-block;
    font-size: 18px;
    padding-right: 8px;
}
.product-info-price-value {
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}
.product-info-price-value.new {
}
.product-info-price-value.old {
    display: block;
    font-size: 22px;
    font-weight: normal;
    text-decoration: line-through;
}
.product-info-sizes-label {
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
}
.product-info-sizes-table {
    font-family: "Roboto Condensed";
    font-size: 16px;
    width: 100%;
}
.product-info-sizes-table td {
    font-size: 15px;
    font-weight: 300;
    padding: 5px 1px;
    text-align: left;
}
.product-info-sizes-table th {
    font-weight: 400;
    padding: 5px 1px;
    text-align: left;
}
.product-info-sizes-block {
    padding-bottom: 20px;
}
.product-info-sizes-block:last-child {
    padding-bottom: 0;
}
.carousel.product-info-images .carousel-control {
    background: transparent none repeat scroll 0 0;
}
.carousel.product-info-images .carousel-control .glyphicon {
    background: rgba(0, 0, 0, 0) url("../image/product-info-images-control.png") no-repeat scroll 0 0;
    height: 47px;
    width: 47px;
}
.carousel.product-info-images .carousel-control .glyphicon-chevron-left {
    background-position: 0 -47px;
    left: 50px;
}
.carousel.product-info-images .carousel-control .glyphicon-chevron-right {
    background-position: 0 0;
    right: 50px;
}
.carousel.product-info-images .carousel-control .glyphicon::before {
    content: none;
}
.product-info-tabs .nav.nav-tabs {
    border: medium none;
    margin-bottom: 20px;
}
.product-info-tabs .nav-tabs > li.active > a, .product-info-tabs .nav-tabs > li.active > a:focus, .product-info-tabs .nav-tabs > li.active > a:hover {
    background: #ff9600 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #ccc;
}
.product-info-tabs .nav-tabs > li > a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #2d2d2d;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    padding: 5px 23px;
    text-decoration: none;
}
.category-filter {
}
.category-filter-label {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.category-filter-group-label {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.category-filter-group {
    border-bottom: 1px solid #deddd8;
    margin-bottom: 15px;
    padding-bottom: 12px;
}
.category-filter-group:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
}
.category-filter-group-variants-item label {
    font-size: 14px;
    font-weight: 300;
}
.category-filter-group-variants-item label input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.category-filter-controls {
    text-align: center;
}
.category-filter-controls .btn {
    font-size: 17px;
    font-weight: 400;
}
.product-filter {
    margin-bottom: 15px;
    width: 100%;
}
.product-filter-col {
    padding: 3px 20px 3px 0;
    vertical-align: top;
}
.product-filter-col-label {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-filter-col-body {
    font-size: 0;
}
.product-filter-col-body a, .product-filter-col-body b {
    color: #2b292a;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 200;
    text-decoration: none;
    padding-right: 2px;
    white-space: nowrap;
}
.product-filter-col-body b {
    font-weight: 800;
}
.product-filter-col-body a.active {
    font-weight: bold;
}
.product-filter-col-body b::before, .product-filter-col-body a::before {
    content: "•";
    font-weight: 300;
    padding-right: 2px;
}
.product-filter-col-body b:first-child::before, .product-filter-col-body a:first-child::before {
    content: "";
    padding-right: 0;
}
.product-filter .pagination {
    margin: 0;
}
.product-filter .pagination .results {
    display: none;
}
.product-filter-bottom td:last-child {
    width: 300px;
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    border-bottom: 0 none;
    font-family: "Roboto Condensed";
    font-size: 23px;
    font-weight: 400;
    padding-bottom: 0;
    text-align: center;
}
.modal-footer {
    border: 0 none;
    padding-top: 0;
}
.form-control {
    border-color: #deddd8;
    border-radius: 0;
    box-shadow: none;
}
.help-block {
    font-size: 13px;
}
.modal-dialog {
    margin-top: 200px;
}
.product-buy-dialog-product td.image {
    width: 150px;
}
.product-buy-dialog-product td.image img {
    max-width: 100%;
}
.product-buy-dialog-product td {
    vertical-align: top;
}
.product-buy-popup-description {
    padding: 0 20px;
}
.product-buy-popup-description-price {
    font-weight: bold;
    padding-top: 20px;
}
.product-buy-popup-description-price .price-old {
    font-weight: normal;
    text-decoration: line-through;
}
.product-buy-popup-description-price .price-new {
}
.product-info-sizes-block {
    position: relative;
}
.product-info-sizes-block-ico {
    border: 1px solid #f2f1f1;
    position: absolute;
}


.product-info-sizes-block-ico img {
    padding: 4px;
    width: 70px;
}
.product-info-sizes-block-ico + .product-info-sizes-container {
    padding-left: 83px;
}
@media (max-width: 1199px) {/*md*/
    .product-info-sizes-block-ico {
        display: none;
    }	
    .product-info-sizes-block-ico + .product-info-sizes-container {
        padding-left: 0;
    }
}
.checkout-cart-products {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}
.checkout-cart-products table {
    border: medium none;
}
.checkout-cart-products table th {
    background: #fff none repeat scroll 0 0;
    border: medium none;
}
.checkout-cart-products table td {
    border: medium none;
}
.simplecheckout-cart-total {
    border: medium none;
}
.simplecheckout-cart th {
    color: #2b292a;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 400;
}
.simplecheckout-cart td.name {
    text-align: left;
    vertical-align: middle;
}
.simplecheckout-cart td.name a {
    color: #2b292a;
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-decoration: none;
}
.simplecheckout-cart td.image img {
    border: 1px solid #f2f1f1;
    max-width: 170px;
    padding: 4px;
}
.simplecheckout-cart td.price {
    color: #2b292a;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    white-space: nowrap;
}
.simplecheckout-cart td.total {
    color: #2b292a;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    white-space: nowrap;
}
.simplecheckout-cart td.quantity {
    vertical-align: middle;
    white-space: nowrap;
}
.simplecheckout-cart td.remove {
    min-width: 45px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.simplecheckout-cart td.quantity input[type="text"] {
    border: 1px solid #f2f1f1;
    color: #2b292a;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
}
.simplecheckout-cart-quantity-minus {
    left: -25px;
    position: relative;
    top: 18px;
}
.simplecheckout-cart-quantity-plus {
    left: 1px;
    position: relative;
    top: -3px;
}
.simplecheckout-cart-total {
    color: #2b292a;
    font-size: 20px;
}
.simplecheckout-cart-total-value {
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: 400;
}
.simplecheckout-button-block {
    border: medium none;
    margin-bottom: 0;
    text-align: center;
}
.simplecheckout-form {
    border: 1px solid #eeeeee;
    padding: 7px;
}
.simplecheckout-block-content {
    border: medium none;
    padding: 0;
}
.category-description-bottom {
    padding: 30px 0;
}
.footer-share {
    margin-bottom: 20px;
}
.product-info-buy-one-click-container {
    padding-top: 20px;
}
.product-info-buy-container {
    padding-bottom: 60px;
}

@media (max-width: 767px) {/*xs*/

    .product-info-buy-container {
        padding-bottom: 20px;
    }
}

.product-info-buy-one-click-container span {
    cursor: pointer;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
}
.footer-callback {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 18px;
    padding: 5px 43px;
    text-decoration: none;
}
.footer-callback:hover {
    text-decoration: none;
}
.footer-contacts-callback {
    margin-bottom: 20px;
}
.footer-contacts-working-time {
    margin-bottom: 25px;
}
.footer-contacts-phone {
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.add-review-title {
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: 400;
}
.header-menu {
    position: relative;
}
.header-menu td > div ul li {
    position: relative;
}
.header-menu td > div ul li.with-filter {
    background: rgba(0, 0, 0, 0) url("../image/menu-arrow.png") no-repeat scroll right 5px center;
}
.header-menu-item {
}
.header-menu-item:hover > .header-menu-item-submenu {
    display: block;
}
.filter-top-menu {
    background-color: #3b3b3b;
    left: 200px;
    display: none;
    padding: 14px 40px;
    position: absolute;
    top: 0;
    width: 788px;
}
.header-menu td.with-full-submenu a > span {
    color: red;
}
.header-menu td.with-full-submenu {
    position: inherit;
}
.header-menu td > div.filter-top-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.5);
    left: 0;
    top: 27px;
}
.header-menu td > div.filter-top-menu.full-size ul {
}
.header-menu td > div ul li:hover .filter-top-menu {
    display: block;
}
.header-menu-item ul {
    list-style: outside none none;
    padding: 0;
}
.header-menu-item li {
    text-align: left;
}
.header-menu-item li > a {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 4px;
    margin-right: 15px;
    margin-left: 20px;
    min-width: auto;
    text-transform: none;
    white-space: normal;
}
.filter-top-menu-column-group-name {
    cursor: default;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 7px;
    padding: 3px 0;
    text-transform: uppercase;
}
.filter-top-menu-column-group-name > span {
    border-bottom: 1px solid #ff7200;
}
.header-menu td > div.filter-top-menu.full-size {
    width: 100%;
}
.filter-top-menu {
    z-index: 10000;
}
.header-menu-item.single-col-submenu {
    position: relative;
}
.filter-top-menu.one-col.header-menu-item-submenu {
    padding: 14px 10px;
    width: auto;
}
.filter-top-menu.one-col.header-menu-item-submenu ul {
    min-width: 200px;
}
.mfilter-box .box-heading {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.mfilter-button-reset {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    white-space: nowrap;
}
.mfilter-button-reset:hover, .mfilter-button-reset:active, .mfilter-button-reset:focus {
    background-color: #e0e0e0;
    color: #333;
    text-decoration: none;
}
.mfilter-button {
    text-align: center;
}
.mfilter-button-reset i {
    display: none;
}
.mfilter-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f1f1;
    padding: 20px 15px;
}
.mfilter-option label {
    font-size: 14px;
    font-weight: 300;
}
.mfilter-col-input input[type="checkbox"] {
    position: relative;
    top: -2px;
}
.mfilter-col-input {
    padding-right: 8px;
}
.mfilter-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.mfilter-opts-container {
    border-top: medium none;
}
.mfilter-tb-as-td {
    border: medium none;
}
.mfilter-content > ul > li, .mfilter-filter-item {
    border-bottom: 1px solid #deddd8;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.mfilter-counter::after {
    border-right-color: #ff9600;
}
.mfilter-counter {
    background: #ff9600 none repeat scroll 0 0;
}
.mfilter-button-bottom {
    border-top: medium none;
}
#mfilter-opts-price-min, #mfilter-opts-price-max {
    min-width: 80px;
}
.popup-params-container {
    padding: 0 20px;
}
.category-crosslinks {
    border: medium none;
    padding-bottom: 40px;
}
.category-description-bottom {
    border-bottom: medium none;
}
.popup-params-sizes-table {
    width: 100%;
}
.popup-params-sizes-table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #ff9600 #ff9600;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    font-size: 13px;
    font-weight: normal;
    padding: 1px 5px;
    text-align: left;
    vertical-align: top;
}
.popup-params-sizes-table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ff9600 #ff9600 currentcolor;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-size: 14px;
    font-weight: normal;
    padding: 1px 5px;
    text-align: left;
    vertical-align: top;
}
.popup-params-sizes-block {
    margin-bottom: 20px;
}
.popup-params-sizes-label {
    text-align: center;
}
.category-links {
    border-left: 3px solid #ff9600;
    padding-left: 10px;
}
.category-links-label {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 15px;
}
.category-links a:not(.btn) {
    color: #2b292a;
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
}
.category-links a:hover:not(.btn) {
    color: #ff9600;
    text-decoration: underline;
}



.header-menu-level{display: none;}

.header-menu-item:hover > .header-menu-level,
.header-menu-level-item:hover > .header-menu-level{display: block;}
.header-menu-level {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.5);
    left: 0;
    display: none;
    padding: 15px 15px;
    position: absolute;
    top: 100%;
    margin-top: -17px;
    width: 100%;
    z-index: 100;
}

td > .header-menu-level{
    margin-top: -2px;
}

.header-menu-level-item-container {
    display: flex;
    flex-direction: row;
}





.filter-top-menu.header-menu-item-submenu {}
.header-menu-level2-item-container {
    display: flex;
    flex-direction: row;
}
.header-menu-level2-item {
    margin-right: 2px;
}
.header-menu td .header-menu-level2-item > a {
    background: #f3f3f3 none repeat scroll 0 0;
    display: block;
    font-size: 13px;
    height: 100%;
    padding: 6px 10px;
    width: 100%;
}
.header-menu td .header-menu-level2-item:hover > a {
    background: #ff7200 none repeat scroll 0 0;
    color: #fff;
}
.header-menu-level3 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.5);
    left: 0;
    display: none;
    padding: 15px 30px;
    position: absolute;
    top: 100%;
    margin-top: -14px;
    width: 100%;
}
.header-menu-level2-item:hover .header-menu-level3 {
    display: block;
}
.header-menu-item > .filter-top-menu > .header-menu-level3 {
    top: 10px;
}
.header-menu-item:hover > .filter-top-menu > .header-menu-level3 {
    display: block;
}
.our-benefits {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
}
.our-benefits-list {
}
.our-benefits-item {
    padding-bottom: 50px;
    text-align: center;
}
.our-benefits-item-title {
    font-family: roboto condensed;
    padding-bottom: 11px;
}
.our-benefits-item-ico {
}
.our-benefits-item-text {
    font-family: "roboto";
    font-size: 16px;
}
.our-benefits + p {
    display: none;
}

@media (max-width: 991px) { /*sm*/
    .footer-col{
    }
}
@media (max-width: 767px) {/*xs*/
    .footer-col{
        padding-bottom: 20px;

    }
}

@media (max-width: 480px) { /*xxs*/
    .product-buy-popup-actions .btn, 
    #buy-popup-modal .modal-footer .btn{width: 100%; margin: 0 0 10px 0 !important;}
}

@media (max-width: 767px) {
    .product-buy-popup-description-price .price-new,
    .product-buy-popup-description-price .price-old,
    .product-buy-popup-description-price .price {white-space: nowrap;}
}

@media (max-width: 480px) { /*xxs*/
    .header-phones{display: inline-block};
}

.header-second-line .navbar-mobile-control{
    margin-top: 14px;
}

@media (max-width: 767px) {/*xs*/
    .header-second-line{padding-bottom: 20px}
}

@media (max-width: 767px) {/*xs*/
    .simplecheckout-cart td{padding: 4px;}
    .simplecheckout-cart th,
    .simplecheckout-cart td.name a,
    .simplecheckout-cart-total-value,
    .simplecheckout-cart td.total,
    .simplecheckout-cart-total
    {font-size: 14px;}

    .simplecheckout-cart td.remove img{
        width: 10px;
    }

    .simplecheckout-cart td.remove{
        min-width: 0;
    }
    .simplecheckout-cart td.quantity{
        min-width: 0;
    }

    .simplecheckout-cart td.quantity input[type="text"]{
        left: 10px;
        position: relative;
    }

    .simplecheckout-cart-quantity-plus{
        left: 11px;
    }
    .simplecheckout-cart-quantity-minus{
        left: -15px;
    }
}


.navbar-mobile{position: relative; padding-left: 0px; background: #fff;}
.navbar-mobile .navbar-mobile-control{position: absolute; top: 5px; left: 5px;}
.navbar-mobile .navbar{background: #fff;}
.navbar-mobile .nav-menu {list-style: none; padding: 0; margin: 0;}
.navbar-mobile .nav-menu li{text-align: center;
                            color: #2b292a;
                            background: #f3f3f3 none repeat scroll 0 0;
}
.navbar-mobile .nav-menu li .nav-menu-item{
    color: #2b292a;
    display: block;
    font-size: 13px;
    padding: 6px 10px;
    font-family: "roboto condensed";
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 2px;
    position: relative;
}
.navbar-mobile .nav-menu li .nav-menu-item.nav-menu-item-w-sub{
    padding-right: 20px;
}
.navbar-mobile .nav-menu li .nav-menu-item.nav-menu-item-w-sub>a{
    position: absolute;
    right: 0px;
    top: 0;
    height: 2em;
    display: block;
    padding: 6px 7px 0 10px;
    background: #E3E3E3;
    color: #333;
}

.nav-menu-l2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu-l2 li{}
.nav-menu-l2 li a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 0;
}

.navbar-mobile .navbar-collapse{padding: 0 5px;}

@media (max-width: 480px) {
    .navbar-mobile{position: relative; padding-left: 45px}
    .navbar-mobile{min-height: 48px;}
}

.product-delivery-table {margin-bottom: 20px;}
.product-delivery-table td{padding: 2px 3px; vertical-align: top}
.product-delivery-table th{padding: 2px 3px; vertical-align: middle; text-align: center}
.product-delivery-table p{padding-bottom: 0; margin-bottom: 0;}

@media (max-width: 640px) {
    .product-delivery-table {font-size: 14px;}
}
@media (max-width: 480px) {
    .product-delivery-table {font-size: 12px;}
}

.simplecheckout-cart td.name a img{max-width: 100%;}

.popup_char {
    display: none;

    position: absolute;
    width:470px;
    z-index:999;
    background: #fff;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.25);

    box-sizing: border-box;
}
.product-list-item:hover .popup_char{
    display: block;

}
.popup_char:hover {
    display: block;

}
.product_row:nth-child(3n+3) .popup_char{
    right:0;
}
.product-list-item {
    position: relative;
}
.dop_image {
    max-width:105px;
    border:1px solid #f2f1f1;
    margin-left:-15px;
    margin-right:15px;

}
.popup_char .title a{
    color: #2b292a;
    text-decoration: none;
    font-size:18px;
}
/*.product-list .row .product_row:first-child .popup_char{*/
/*opacity:1;*/
/*}*/

.popup_char .top .right {
    position: relative;
    padding-top:40px;
}
.popup_char .container{
    width:100%;
    box-sizing: border-box;
}
.popup_char .dostavka {
    position: absolute;
    top:10px;
    left:40px;
    color: #9d9d9d;
}
.popup_char .title a{
    font-size:18px;
    font-family:"Roboto Condensed";
    font-weight:500;

}
.popup_char .title {

    text-align: center;
}
.popup_char .sizes-block {
    font-size:12px;
    line-height:1;

}
.popup_char .sizes-block:first-child {
    margin-bottom:15px;
}
.popup_char .sizes-block:last-child {
    margin-bottom:5px;
}
.popup_char .size_in,.popup_char .sizes-label {
    padding:0 5px;
}
.popup_char .raiting{
    text-align: right;
    margin-right:-20px;
}
.popup_char .sizes-label {
    text-transform: uppercase;
    font-weight:bold;
}
.popup_char .price_label {
    font-size:23px;
    font-family:"Roboto Condensed";
    font-weight:bold;
}
.popup_char .price_old {
    font-size:16px;
    color: #2b292a;
    text-decoration: line-through;
}
.popup_char .price_new {
    font-size:22px;
    color: #ff0000;
    font-weight:bold;
}
.popup_char .price_new,.popup_char .price_old {
    line-height:1.2;
    font-family:"Roboto Condensed";
}
.popup_char .product_actions div {
    margin-bottom: 5px;
    padding: 0 3px;
    font-family:Roboto;
}
.popup_char .product_actions div a {
    line-height:2;
    font-size:14px;
}
.popup_char .bottom.container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 6px;

}
.popup_char .add-to-cart {
    background: #ff0000;
    font-size:17px;
    font-weight:bold;
}
.popup_char .view_link {
    color: #000;
}
.popup_char .top.container {
    margin-bottom:15px;
}
.popup_char  .product-list-item-price-special {
    margin:0;
}
.popup_char  .sticker {
    position: relative;
    z-index:99;
}
.new_sticker {
    position: absolute;
    top:175px;
    left: 0;
    background: url("/catalog/view/theme/default/image/new_sticker.png") 0 0 no-repeat;
    width:49px;
    height: 49px;
}
.best_sticker {
    position: absolute;
    top:0;
    left: -15px;
    background: url("/catalog/view/theme/default/image/best_sticker.png") 0 0 no-repeat;
    width:97px;
    height: 87px;
}
.product_row:nth-child(3n+2) .popup_char {
    left:-130px;
}
@media (max-width: 990px) {

    .popup_char .dop_image .image{
        float: left;
    }
    .popup_char {
        width:100%;
    }
    .popup_char .container {
        width:100%;
    }
    .popup_char .dostavka {
        left:auto;
        right:135px;
    }
    .dop_image {
        max-width:100%;
        margin:0;
    }
    .new_sticker {
        top:10px;
        left: auto;
        right:0;
    }
    .popup_char .bottom.container {
        width:100%;
    }
    .product_row:nth-child(2n+2) .popup_char {
        left:auto;
    }

}
@media (max-width: 525px) {
    .product-list-item:hover .popup_char {
        display: none;
    }
}

.product-info .seller-comments {
    padding: 10px;
}
.header-menu td:last-child > a {
    color: red;
}
.image_link {
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index:99;
}

.category-links-group-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}

.category-links-group {
    padding-bottom: 20px;
}
.category-links-group:last-child {
    padding-bottom: 0;
}
.product-info-images-container .best_sticker {
    z-index:9999;
    left:0;
}

.header-menu .header-menu-level-item{
    margin-right: 2px;
}
.header-menu .header-menu-level-item > a,
.header-menu .header-menu-level-item > span
{
    color: #2b292a;
    font-family: "roboto condensed";
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;	
    background: #f3f3f3 none repeat scroll 0 0;
    display: block;
    font-size: 13px;
    height: 100%;
    padding: 6px 10px;
    width: 100%;
}
.header-menu .header-menu-level-item > span{
    cursor: default;
}

.header-menu .header-menu-level-item:hover > a{
    background: #ff7200 none repeat scroll 0 0;
    color: #fff;
}

.filter-top-menu-column{
    padding-bottom: 0; margin-bottom: 0;
}



#forma-sbora .modal-content {
    width:635px;
    height:323px;
    background: #efefef;
    position: relative;
    font-family:"roboto condensed";
    line-height:1;

}
#forma-sbora .modal-content .left {
    width:333px;
    background: url("/catalog/view/theme/default/image/sbor.jpg") center left no-repeat;
    float: left;
    height:321px;
}
#forma-sbora .modal-content .right {
    width:300px;
    float: left;
    padding-right:35px;
}
.title_sbor {
    font-size:31px;
    font-weight:400;
    padding-top:35px;
    padding-bottom:15px;
}
.title_sbor_little {
    font-size:17px;
    color: #666666;
    padding-bottom:20px;
}
#forma-sbora button {
    background: #ff7200;
    width:100%;
    color: #fff;
    font-size:20px;
    padding:10px;
    border: none;
    border-radius: 4px;
}
#forma-sbora input {
    background: #e1e1e1;
    padding:10px;
    border-radius: 4px;
    margin-bottom:10px;
    font-size:16px;
    text-align: center;
    width:100%;
}

#forma-sbora .info input,#forma-sbora .info span{
    font-size:11px;

    width:auto;
    color: #666666;
}
#forma-sbora .info {
    margin-top:10px;
}
#forma-sbora .info input {
    width:15px;
    margin-right:10px;
    margin-top:0;
    display: block;
    float: left;
}
#forma-sbora .info span {
    width:235px;
    display: block;
    float: left;
}
#forma-sbora .close_form {
    background:  url("/catalog/view/theme/default/image/close_form.png") center left no-repeat;
    width:19px;
    height:19px;
    position: absolute;
    top:15px;
    right:15px;
    cursor: pointer;
}
@media (max-width: 635px) {
    #forma-sbora .left {
        display: none;
    }
    #forma-sbora .right {
        padding:0 10px;
    }
    #forma-sbora .modal-content {
        width:300px;
    }
    #forma-sbora .title_sbor {
        font-size:28px;
    }
    #forma-sbora .title_sbor_little {
        font-size:14px;
    }
    #forma-sbora .info span {
        width:225px;
    }
}
.forma-sbora {
    color: red;
    font-size:11px;
    clear: both;
    padding-top: 2px;
    padding-left: 10px;
}
.forma-sbora.mysuccess {
    color: green;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
}
.owl-theme .owl-controls .owl-buttons div {
    padding:5px 10px;
}
.owl-carousel .owl-buttons div i {
    margin:0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    padding-left:15px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    padding-right:15px;
}

.product-categories{display: flex}
.product-categories-list{margin: 0; padding: 0 30px 0 0; list-style: none;}
.product-categories-list-item{}
.product-categories-list-item a{display: block; margin-bottom: 5px;}

.owl-pagination {
    top: 0px;
}

.product-info-delivery-details {padding-top: 20px;}

.contacts-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.contacts-map {
    padding: 10px 0 30px;
}

.contacts-map-col {
    display: block;
    float: left;
    width: 30%;
}

#customMap {
    display: block;
    float: left;
    width: 70%;
    height: 700px;
}

.contacts-map-item {
    padding: 15px 20px 10px 20px;
    border-top: 1px solid #fff5eb;
    border-left: 3px solid rgba(0,0,0,0);
    cursor: pointer;
}

.contacts-map-item-active {
    border-left: 3px solid #ff7f00;
    background: #fff5eb;
}

.contacts-map-item:nth-child(1) {
    border-top: none;
}

.contacts-map-link {
    font-weight: bold;
}

.ny-ttw, .ny-ttw-sm-hdn {
    position: fixed;
    top:35px;
    left:5px;
    max-width: 240px;
    border:7px solid #ff7200;
    border-radius: 7px;
    padding: 5px;
    text-align: center;
    font-size: 12px !important;
    color: #ff7200;
    z-index:999;
    font-weight: bold;
    background: rgba(255,255,255,0.7)
}

@media screen and (min-width: 415px) {
    .ny-ttw-sm-hdn {
        display: none;
    }
}

@media screen and (max-width: 415px) {
    .ny-ttw {
        display: none;
    }
    .ny-ttw-sm-hdn {
        position: relative;
        top: 15px;
        left: 0;
        float: left;
        margin: 0 21%;
    }
}

@media screen and (max-width: 1636px) {
    .ny-ttw {
        position: absolute;
        top:200px;
        right: 0;
        left:auto;
    }
}


.video-responsive {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 53%;
    position: relative;
    width: 100%;
}
.video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sticker{
    position:  absolute;
    z-index: 200;
}

.sticker-video{
    display: block;
    background: url(/image/2077856.png) no-repeat;
    width: 80px;
    height: 80px;
    top: 40px;
    right: 15px;
    background-size: contain;
}

.popup_char .sticker.sticker-video {
    position: absolute;
    width: 50px;
    top: 47px;
    right: 0px;
}

.product-list-item-container .sticker.sticker-video {
    position: absolute;
    width: 50px;
    top: 30px;
    right: 6px;
}
label.mfilter-tb-as-td {
    word-break: break-word;
}