/* nik */
#cart {
    position: relative
}

#cartmodal {
    position: absolute;
    top: 40px;
    right: -3px;
    min-width: 400px;
    z-index: 9999999;
    background: #fff;
    border: solid 10px #1e1e1e;
    padding: 10px 27px;
    display: none
}

#cartmodalerror {
    position: absolute;
    top: 40px;
    right: -3px;
    min-width: 400px;
    z-index: 9999999;
    background: #fff;
    border: solid 10px #1e1e1e;
    padding: 10px 27px;
    display: none
}

#cartmodal td {
    white-space: nowrap
}

#cartmodal .img-thumbnail {
    max-width: 999px
}

.checkoutcart1:after, .checkoutcart2:after, .wishlist:after {
    content: '';
    border-left: 25px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -15px;
    right: 0
}

.checkoutcart1:before, .checkoutcart2:before {
    content: '';
    border-left: 50px solid transparent;
    border-bottom: 30px solid #000;
    position: absolute;
    top: -33px;
    right: -10px
}

#cartmodal td {
    border: none
}

#closecartmodal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    display: none;
    background: rgba(127, 127, 127, .5)
}

#cartmodal .left {
    float: left;
    width: 49%
}

#cartmodal .right {
    float: right;
    width: 49%
}

.bottom_row {
    clear: both;
    font-size: 24px;
    color: #e21c1c;
    padding: 0 0 0 6px
}

.button_decrease i, .button_increase i {
    border: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin: 1px;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0
}

.button_increase i {
    border-bottom: 7px solid red
}

.button_increase.disabled i {
    border-bottom: 7px solid grey
}

.button_decrease i {
    border-top: 7px solid red
}

.button_decrease, .button_increase {
    background: 0 0;
    border: 0;
    width: 16px;
    height: 9px;
    position: relative
}

#maxCost, #minCost {
    width: 65px;
    margin-bottom: 10px
}

.counter {
    position: absolute;
    top: -200px
}

.manufacturer-image {
    float: right;
    margin: 20px
}

.manufacturer-info {
    margin: 20px;
    width: 590px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #00244d;
    text-align: justify
}

#slider {
    clear: left;
    border: none;
    border-top: solid 1px #ccc;
    border-radius: 0
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #888;
    height: 1px;
    top: -1px
}

span.ui-slider-handle.ui-state-default.ui-corner-all {
    background: 0 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #e43939;
    top: -9px
}

#minCost {
    float: left
}

#maxCost {
    float: right;
    text-align: right
}

.filtr-chk {
    display: none
}

.filtr-chk + label {
    position: relative
}

.filtr-chk + label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 6px;
    left: -25px;
    border: solid 1px #e43939;
    border-radius: 3px
}

.filtr-chk + label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    background: 0 0;
    bottom: 13px;
    left: -23px;
    transform: rotate(-32deg) skewY(-21deg);
    transition: .2s
}

label:hover:after {
    opacity: 1;
    border-bottom: 2px solid #999;
    border-left: 2px solid #999
}

.filtr-chk:checked + label:after {
    opacity: 1;
    border-bottom: 2px solid #e21c1c;
    border-left: 2px solid #e21c1c
}

.formCost ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.box-filter li li, .box-filter-manufacturer li {
    margin: 0 0 0 25px
}

.box-filter li span, .box-filter-manufacturer span {
    color: #e21c1c;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px
}

.box-filter label, .box-filter-manufacturer label {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    margin-bottom: 0
}

.box-heading {
    color: #e21c1c;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px
}

.item > div > a {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

@font-face {
    font-family: "Open Sans Condensed";
    src: url(../../font/OpenSansCondensedLight.eot);
    src: url(../../font/OpenSansCondensedLight.eot?#iefix) format("embedded-opentype"), url(../../font/OpenSansCondensedLight.woff) format("woff"), url(../../font/OpenSansCondensedLight.ttf) format("truetype"), url(../font/OpenSansCondensedLight.eot?#iefix) format("embedded-opentype"), url(../font/OpenSansCondensedLight.woff) format("woff"), url(../font/OpenSansCondensedLight.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

#search i:before {
    text-shadow: none
}

.product-search #content-bg {
    min-height: 1500px
}

.product-layout {
    min-height: 288px
}

#button-search {
    display: block;
    border: 1px solid #e43939;
    color: #e43939;
    background-color: #fff;
    font-size: 24px;
    text-align: center;
    transition: .3s
}

#button-search:focus, #button-search:hover {
    color: #fff;
    background-color: #e43939;
    border: 1px solid #e43939
}

.addstars:after {
    position: absolute;
    top: -15px;
    right: 5px;
    color: red;
    content: '*'
}

.addstars {
    position: relative
}

/* stylesheet */
body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300 !important;
    color: #414141;
    width: 100%;
    text-align: left;
    padding-top: 100px;
    background-color: #fff
}

.thumbnail.visible img {
    vertical-align: middle
}

.h1-main {
    text-align: center !important;
    max-width: none !important
}

.new-kontakt {
    display: none
}

.rait-stat {
    position: absolute;
    top: 0;
    left: 25%;
    color: #a02727
}

div.tab-content p img {
    width: 300px;
    height: auto
}

.h1-category {
    margin-top: 20px !important
}

.dostavkasup {
    border: 2px solid red;
    padding: 10px;
    margin: 5px
}

.payment {
    display: flex;
    flex-wrap: wrap
}

.payment .visa {
    background-position: 0 0
}

.payment .mastercard {
    background-position: -66px 0
}

.payment span {
    display: inline-block;
    margin-right: 4px;
    flex-basis: 53px;
    width: 53px;
    height: 33px;
    margin-bottom: 4px;
    background-image: url(/catalog/view/theme/notaboo/image/sprite-payment.png);
    background-repeat: no-repeat;
    border-radius: 2px;
    opacity: .3;
    transition: opacity .3s
}

.bx-livechat-copyright {
    display: none !important
}

.eapps-google-maps-bar-enabled .eapps-google-maps-bar-container {
    display: block;
    left: 0;
    transition: width .3s, max-height .3s, left .3s
}

.xpandable-block {
    height: 360px;
    overflow: hidden;
    order: 0
}

#review1 .review-hide {
    display: none
}

.table_size_link.text {
    border: 1px solid red;
    padding: 20px
}

.play-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.button-prod {
    position: absolute;
    z-index: 3;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 78%;
    left: 0;
    right: 0;
}

.button-prod li {
    --c: Brown;
    color: var(--c);
    font-size: 16px;
    border: 2px solid var(--c);
    border-radius: .5em;
    width: 12em;
    height: 3.3em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: sans-serif;
    letter-spacing: .1em;
    text-align: center;
    line-height: 3em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    margin: 1em;
    margin-left: auto;
    margin-right: auto;
}

.button-prod li span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: .5s;
    transition-delay: calc((var(--n) - 1) * .1s);
    z-index: -1
}

.button-prod li span:nth-child(1) {
    --n: 1
}

.button-prod li:hover {
    color: #fff;
    cursor: pointer
}

.button-prod li:hover span {
    transform: translateY(0) scale(4)
}

.image-slide, .image-video {
    width: 100%;
    height: 300px;
    margin: 0 auto
}

.ban-main {
    padding: 15px;
    width: 100%;
}

[data-tip] {
    position: relative
}

label.col-sm-2.control-label {
    text-align: left
}

a.btn.btn-primary.reg {
    float: right
}

[data-tip]:before {
    content: '';
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e43939;
    position: absolute;
    top: 75px;
    right: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 80px;
    right: 0;
    padding: 5px 8px;
    background: #e43939;
    color: #fff;
    z-index: 9;
    font-size: .75em;
    height: 28px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal
}

[data-tip]:hover:after, [data-tip]:hover:before {
    display: block
}

.title-car h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 3rem;
    position: relative;
    background-color: #f54336;
    display: inline-block;
    padding: .3rem 1.2rem .3rem 1.2rem;
    text-align: center;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px
}

.xpand-button {
    order: 1
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]:checked + .xpandable-block {
    height: auto
}

.ver1 {
    order: 1;
    text-decoration: underline;
    font-size: 18px;
    cursor: pointer;
    background-color: red;
    color: #fff;
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center
}

.ver1:hover {
    order: 1;
    text-decoration: underline;
    font-size: 18px;
    cursor: pointer;
    background-color: #ff0000ab;
    color: #fff;
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center
}

.read_more1 {
    background-color: red;
    color: #fff;
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase
}

.b24-widget-button-position-bottom-right {
    bottom: 80px !important
}

table.table.table-bordered {
    width: 100% !important
}

.col-sm-12.description p {
    font-size: 18px
}

.col-sm-12.description ul {
    font-size: 18px
}

.l1 {
    color: #a02727;
    font-size: 20px
}

.owl-carousel.owl-theme.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 1px 0 12px 3px #fff inset
}

.owl-carousel.owl-theme.owl-carousel .owl-controls .owl-pagination {
    display: none !important
}

#payment-new #account {
    width: 100%
}

body.account-register {
    background: url(/catalog/view/theme/notaboo/image/fon.png);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

input[type=checkbox]:hover + span::before {
    content: "\2713";
    font-size: 15px;
    color: #e43939;
    text-align: center;
    line-height: 15px;
    font-weight: 700;
    top: -2px;
    position: relative
}

body.account-account {
    background: url(/catalog/view/theme/notaboo/image/fon.png);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.account-login {
    background: url(/catalog/view/theme/notaboo/image/fon.png);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.account-transaction {
    background: url(/catalog/view/theme/notaboo/image/fon.png);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.error-not_found {
    background: url(/catalog/view/theme/notaboo/image/fon.png);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.account-edit {
    background: url(/catalog/view/theme/notaboo/image/fon.png);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.account-logout {
    background: url(/catalog/view/theme/notaboo/image/fon.png);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.error-not_found #content {
    background-color: transparent
}

body.product-compare {
    min-width: 1225px
}

h1, h2, h4, h5, h6 {
    color: #444;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 24px;
    color: #e21c1c;
    margin-top: 10px;
    font-weight: 300
}

h2 {
    font-size: 27px;
    font-weight: 300
}

h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    color: #e43939;
    font-weight: 300;
    text-shadow: 0 0 0 #e43939
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a.price-sort {
    color: #e43939
}

a {
    color: #e21c1c
}

a:hover {
    text-decoration: none;
    color: #414141
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    font-size: 20px;
    font-weight: 400
}

#content .h1-title, #content h1 {
    text-align: left;
    max-width: 380px
}

input[type=color].form-control, input[type=date].form-control, input[type=datetime-local].form-control, input[type=datetime].form-control, input[type=email].form-control, input[type=month].form-control, input[type=number].form-control, input[type=password].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=text].form-control, input[type=time].form-control, input[type=url].form-control, input[type=week].form-control, select.form-control, textarea.form-control {
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif
}

.input-group .dropdown-menu, .input-group .popover, .input-group input, .input-group select {
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

header {
    background: #1e1e1e;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    top: 50px;
    box-shadow: 0 0 12px #0b0a0a;
    border-top: 4px solid #e21717
}

header .container {
    padding: 10px 0;
    max-height: 73px
}

.owl-carousel {
    top: 25px !important;
    margin-bottom: 30px !important
}

.list-inline.pull-right.\31 {
    right: -71px;
    top: -10px
}

.binct-phone-number-1.\32 {
    padding: 2px;
    color: #000;
    font-weight: 700;
    font-size: 15px
}

span.hidden-lg, span.hidden-md, span.hidden-sm, span.hidden-xs {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top {
    background-color: #e51616;
    padding: 0 0 3px 0;
    margin: 0;
    height: 50px;
    background: linear-gradient(to bottom, #b73434, #e51616);
    background: linear-gradient(to bottom, #b73434, #e51616);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030
}

#top .container {
    padding: 0
}

#top #currency .currency-select {
    text-align: left
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top .btn-link, #top-links a, #top-links li {
    color: #fff;
    text-decoration: none
}

#top .btn-link:hover, #top-links a:hover {
    text-decoration: underline
}

#top-links .dropdown-menu a {
    text-shadow: none
}

#top-links .dropdown-menu a:hover {
    color: #fff
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links a + a {
    margin-left: 15px
}

#logo {
    margin: 0
}

#searchmodal {
    position: absolute;
    min-width: 530px;
    right: 0;
    margin-top: 35px;
    background-color: #fff;
    box-shadow: 0 0 9px #868686
}

#searchmodal table tbody tr:hover {
    background: #f5f5f5
}

#searchmodal table tbody tr td {
    white-space: nowrap
}

#searchmodal table tbody tr td a {
    color: #414141;
    display: block;
    height: 47px;
    line-height: 47px
}

#searchmodal table tbody tr td a:hover {
    color: #e51616
}

#searchmodal table tbody tr td a:focus {
    color: #e51616
}

#search {
    margin-left: auto;
    z-index: 99;
    margin-right: 10px
}

#search .input-lg {
    height: 30px;
    line-height: 24px;
    padding: 0 11px;
    border-radius: 10px;
    background-color: #e5e4e4;
    box-shadow: inset -1px 2px 3px rgba(0, 0, 0, .3);
    border-color: transparent;
    background: linear-gradient(to top, #ddd, #eee);
    color: #000;
    font-size: 18px;
    border: none;
    font-family: 'Open Sans Condensed', sans-serif
}

#search input:focus {
    background: linear-gradient(to bottom, #ecebeb, #f3f3f3)
}

#search input::-webkit-input-placeholder {
    line-height: 23px;
    color: #545454;
    font-size: 18px
}

#search input:-moz-placeholder {
    color: transparent;
    color: #545454;
    font-size: 18px
}

#search input::-moz-placeholder {
    color: transparent;
    color: #545454;
    font-size: 18px
}

#search input:focus::-webkit-input-placeholder {
    color: transparent
}

#search input:focus:-moz-placeholder {
    color: transparent
}

#search input:focus::-moz-placeholder {
    color: transparent
}

#search .btn-default {
    position: absolute;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    right: 0;
    z-index: 9;
    top: -1px;
    width: 0
}

#searchmodal p {
    padding: 20px;
    text-align: center
}

#searchmodal .pagination > li > a, .pagination > li > span {
    cursor: pointer;
    text-align: center
}

#searchmodal .pagination {
    margin: 12px auto;
    display: inline-block
}

.fa-search:before {
    color: #fff !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    font-size: 12px !important
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 25px;
    text-shadow: 0 1px 0 #fff
}

.news-category #search {
    margin-top: 20px;
    margin-right: 12px
}

#cart {
    margin-bottom: 10px;
    width: 28px;
    float: right;
    margin-top: 8px;
    margin-left: 10px
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff
}

#cart .btn-inverse {
    background-color: rgba(3, 3, 3, 0);
    background-image: none;
    background-repeat: repeat-x;
    border-color: #1e1e1e;
    box-shadow: none
}

#cart .btn-lg {
    padding: 0
}

#cart.open > .btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none
}

#cart.open > .btn:hover {
    color: #444
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001
}

#cart .dropdown-menu {
    min-width: 100%
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px
}

#cart .checkoutcart2 {
    max-height: 500px;
    overflow: auto
}

#cart .checkoutcart2 .left {
    margin-bottom: 10px
}

#checkout_form input {
    border: 1px solid #e21c1c;
    padding: 7px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 24px
}

#checkout_form div.left {
    width: 57%;
    margin-bottom: 40px
}

#checkout_form div.right {
    width: 36%
}

#cart .dropdown-menu li p {
    margin: 20px 0
}

#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent
}

#menu .nav > li.open > a, #menu .nav > li > a:hover {
    background-color: rgba(0, 0, 0, .1)
}

#menu .dropdown-menu {
    padding-bottom: 0
}

#menu .dropdown-inner {
    display: table
}

#menu .dropdown-inner ul {
    display: table-cell
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px
}

#menu .dropdown-inner li a:hover {
    color: #fff
}

#menu .see-all {
    display: block;
    margin-top: .5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px
}

#menu .see-all:focus, #menu .see-all:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

#menu .btn-navbar.disabled, #menu .btn-navbar:active, #menu .btn-navbar:focus, #menu .btn-navbar:hover, #menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #229ac8
}

#content {
    min-height: 600px;
    padding-bottom: 0;
    float: right
}

.eapps-google-maps-bar-container {
    width: 350px !important
}

.eapps-google-maps-bar-list-item-info-title {
    font-weight: 700 !important
}

#content.content-catalog-bg h1 {
    margin-top: 0
}

.heading-title-tovar {
    width: 60%;
    float: left;
    font-size: 24px;
    color: #e21c1c;
    text-align: left
}

#content-bg {
    background-color: #fff;
    padding: 10px 15px 0 15px;
    margin-bottom: 0;
    min-height: 600px
}

.description-home {
    padding: 15px;
    background-color: #ececec
}

.description ul {
    padding-left: 30px
}

footer {
    margin-top: 36px;
    padding-top: 24px;
    background-color: #1e1e1e;
    color: #fff;
    margin-bottom: -40px;
    box-shadow: 0 0 12px #0b0a0a
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666
}

footer a {
    color: #fff
}

footer a:hover {
    color: #ccc
}

footer h5 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.alert {
    padding: 8px 14px 8px 14px
}

.account-wishlist .breadcrumb, .news-category .breadcrumb {
    margin-top: 10px
}

.breadcrumb {
    margin: 0 0 10px 0;
    padding: 0;
    background-color: transparent;
    text-align: left
}

.breadcrumb li:first-child {
    padding: 0 20px 0 0 !important
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb > li {
    padding: 0 20px 0 1px;
    position: relative;
    white-space: nowrap
}

.breadcrumb > li > a {
    color: #545454
}

.breadcrumb > li > a:hover {
    color: #e21c1c
}

.breadcrumb > li > a:after {
    color: #e21c1c
}

.breadcrumb :last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 4px
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0
}

.breadcrumb > li:after {
    content: '>';
    display: block;
    position: absolute;
    top: 2px;
    right: 4px;
    color: #e21c1b;
}

.fa-home:before {
    content: "Главная";
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px
}

.pagination {
    margin: 0
}

.buttons {
    margin: 1em 0
}

.btn {
    padding: 8px 25px 10px 25px;
    font-size: 24px;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-xs {
    font-size: 9px
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px
}

.btn-group > .btn-xs {
    font-size: 9px
}

.btn-group > .btn-sm {
    font-size: 10.2px
}

.btn-group > .btn-lg {
    font-size: 15px
}

.button_remove {
    background-color: #fff;
    padding: 2px;
    border: none
}

.button_remove.button_remove_wishlist {
    vertical-align: top
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7
}

.btn-primary {
    color: #fff;
    background-color: #e21c1c
}

.btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:hover, .btn-primary[disabled] {
    background-color: #1e1e1e
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:hover, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420
}

.btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:hover, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038
}

.btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:hover, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:hover, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.image-thumb {
    text-align: center
}

.image-thumb img {
    max-width: 100%;
    display: inline-block
}

.product-thumb {
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 1px;
    min-height: 282px;
    max-height: 526px;
    overflow: hidden !important
}

.product-thumb .custom-sticker {
    position: absolute;
    right: 6px;
    top: 7px;
    padding: 5px;
    z-index: 99;
    opacity: 1
}

.product-thumb .sticker-text {
    background: #fe0100;
    color: #fff;
    position: relative;
    padding: 5px;
    text-align: center
}

.percent.special {
    padding-top: 10px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 15px !important
}

.video_link.special {
    width: 40px;
    height: 40px;
    top: 50px !important
}

.product-thumb.gray-block {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.product-thumb .image {
    text-align: center;
    margin-bottom: 8px;
    min-height: 161px
}

.product-thumb .image a {
    display: block;
    opacity: 1;
    transition: .5s
}

.product-thumb:hover .image a {
    opacity: .8
}

.product-thumb:hover {
    box-shadow: 2px 2px 5px 2px #bbb
}

.product-thumb {
    transition: .4s
}

.product-thumb .image img {
    margin-bottom: 12px
}

.product-grid .product-thumb .image {
    float: none;
    clear: both
}

.product-thumb .product-name, .product-thumb h4 {
    font-weight: 700;
    float: left;
    min-width: 100%;
    margin-bottom: 10px
}

.product-thumb .caption {
    padding: 0 20px
}

.product-list .product-thumb .caption {
    margin-left: 230px
}

.h3-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    color: #e43939;
    font-weight: 300;
    text-shadow: 0 0 0 #e43939;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1
}

.lol {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 3rem;
    position: relative;
    background-color: #f54336;
    display: inline-block;
    padding: .3rem 1.2rem .3rem 1.2rem;
    text-align: center;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px
}

.product-thumb .rating {
    padding-bottom: 10px
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px
}

.rating .fa-star + .fa-star-o {
    color: #e69500
}

h2.price {
    margin: 0
}

.button-group-price {
    background-color: #e43939;
    max-width: 159px;
    margin: 0 auto;
    padding: 1px 0 0 5px
}

.product-thumb .price {
    float: left;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    padding-right: 6px;
    padding-left: 2px;
    margin-bottom: 0;
    min-width: 70px;
    text-align: center
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer
}

.btn-group-tovar {
    position: absolute;
    margin-top: -10px
}

.btn-group-tovar button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 2px
}

.thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0
}

.thumbnails > img {
    width: 100%
}

.image-additional a {
    margin-bottom: 12px;
    padding: 3px 0;
    display: block;
    border: none
}

.image-additional:hover {
    box-shadow: #ccc 2px 2px 2px
}

#column-right {
    border: solid 1px #ea5353;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(245, 17, 17, .1);
    padding: 10px
}

#column-left .product-layout, #column-right .product-layout {
    width: 100%
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

ul.top-menu li {
    float: left;
    list-style-type: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px
}

ul.top-menu li a {
    padding: 0 5px
}

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

ul.top-menu li a.home-link {
    padding: 0 5px 0 0
}

.tel {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    padding: 0 !important;
    font-weight: 700
}

.tel span {
    padding-right: 5px
}

.tel a {
    border-bottom: 1px dashed
}

.tel2 {
    border-bottom: 0 dashed !important
}

#top-links ul li.tel a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff
}

a#phone-modal-header {
    color: #000;
    border-bottom: 0 dashed !important
}

#wishlist-total {
    width: 27px;
    height: 27px;
    background: url(/catalog/view/theme/notaboo/image/wishlist.svg) no-repeat;
    background-size: 27px;
    display: block;
    margin-top: 12px;
    float: right;
    margin-right: 8px;
    position: relative;
    box-shadow: none
}

#wishlist-totals {
    position: absolute;
    top: -12px;
    right: -7px;
    font-size: 14px;
    color: #fff
}

#compare-total {
    width: 38px;
    height: 39px;
    background: url(/catalog/view/theme/notaboo/image/compare.svg) no-repeat 2px 8px;
    background-size: 28px;
    display: block;
    margin-top: 0;
    float: right;
    text-align: right;
    margin-right: 15px;
    color: #fff;
    font-size: 14px
}

.fa-shopping-cart {
    background: url(/catalog/view/theme/notaboo/image/cart.svg) no-repeat;
    background-size: 27px;
    width: 27px;
    height: 30px
}

.button-group-price .button-cart .fa-shopping-cart {
    background-size: 19px;
    width: 24px;
    height: 25px;
    background-position: 2px 3px;
    margin-top: -7px;
    margin-right: 3px;
    position: relative;
    top: 2px
}

.fa-shopping-cart:before {
    content: ""
}

.product-thumb .product-name a, .product-thumb h4 a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #666;
    padding: 5px 5px 5px 13px;
    width: 200%;
    position: absolute
}

div.product-thumb .product-name, div.product-thumb h4 {
    margin-top: 2px !important;
    overflow: hidden;
    height: 32px;
    position: relative;
    text-align: left;
    line-height: 1.2
}

div.product-thumb .product-name:before, div.product-thumb h4:before {
    content: '';
    background: url(/catalog/view/theme/notaboo/image/title-bg.png) no-repeat right 7px;
    height: 32px;
    display: block;
    position: absolute;
    width: 28px;
    z-index: 9;
    right: 0
}

.fa-heart:before {
    content: "" !important;
    width: 24px;
    height: 33px;
    background: url(/catalog/view/theme/notaboo/image/wishlist-red.svg) no-repeat;
    background-size: 21px;
    display: block;
    margin-left: -5px
}

.fa-exchange:before {
    content: "" !important;
    width: 24px;
    height: 35px;
    background: url(/catalog/view/theme/notaboo/image/compare-red.svg) no-repeat;
    background-size: 23px;
    display: block
}

.button-cart, .compare-red, .wishlist-red {
    background-color: rgba(0, 0, 0, 0);
    border: none !important
}

.compare-red {
    padding: 0
}

.but-group {
    position: absolute;
    z-index: 1
}

.button-cart {
    height: 30px
}

.fast-order {
    clear: both;
    margin: 0 auto;
    width: 93px;
    margin-bottom: 0
}

.fast-order a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    color: #e43939;
    border-bottom: 1px dashed
}

.my_quantity {
    position: relative;
    margin: 3px 4px 0 0 !important;
    width: 27px !important;
    float: left;
    padding: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-right: 36px;
    padding-left: 5px;
    height: 25px
}

.quant {
    background: #fff !important;
    border: 0 solid #e0e0e0 !important;
    border-left: medium none;
    border-right: medium none;
    display: block;
    height: 24px;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    float: left;
    margin-top: 1px
}

.quant-tovar {
    background: #fff !important;
    border: 0 solid #e0e0e0 !important;
    border-left: medium none;
    border-right: medium none;
    display: block;
    height: 22px;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    float: left;
    margin-top: 0
}

.my_minus {
    width: 9px;
    height: 10px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fe0100 transparent transparent transparent;
    position: absolute;
    right: 3px;
    cursor: pointer;
    margin-top: 15px
}

.my_plus {
    width: 9px;
    height: 11px;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fe0100 transparent;
    position: absolute;
    right: 3px;
    top: 2px;
    cursor: pointer
}

button.fast-order {
    background-color: transparent;
    border: none;
    width: 82px;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #e43939;
    border-bottom: 1px dashed #e43939
}

.product-layout.col-lg-6.col-md-4.col-sm-6.col-xs-12.special {
    padding-right: 10px;
    padding-left: 5px
}

@media (min-width: 768px) {
    #content .html-module .mag-main {
        display: none
    }
}

@media (min-width: 1200px) {
    .product-search #content #content-bg .row form:nth-of-type(3n+3) button.fast-order {
        padding: 0 0 1px
    }

    #content #content-bg .row .category-p:nth-of-type(3n+3) button.fast-order {
        padding: 0 0 1px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #logo .img-responsive {
        max-width: 200px !important
    }

    .col-sm-8:not(.text-top-sm) {
        width: auto
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #content.content-catalog-bg {
        margin-top: 80px
    }

    .product-search #content #content-bg .row form:nth-of-type(2n+2) button.fast-order {
        padding: 0 0 1px
    }

    #content #content-bg .row .category-p:nth-of-type(2n+2) button.fast-order {
        padding: 0 0 1px
    }

    /*#logo .img-responsive {
        max-width: 200px !important
    }*/
    #logo .img-responsive {
        max-width: 100% !important;
        height: auto !important;
        margin-top: 7px !important;
    }

    .text-top {
        font-size: 18px !important
    }

    div.breadcrumb {
        max-width: 100% !important
    }
}

.fast-order-a {
    background-color: #fff;
    border: none;
    width: 46px;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #e43939;
    border-bottom: 1px dashed;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 10px
}

button.fast-order:hover {
    border-bottom: 1px dashed transparent
}

.col-sm-7.col-sm-7-product {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    float: left
}

@media (min-width: 768px) and (max-width: 991px) {
    .niz {
        display: none
    }

    .list-inline.pull-right {
        display: none
    }

    .homelink {
        top: 10px;
        position: relative
    }
}

@media (max-width: 1200px) {
    #top .container {
        width: 100% !important
    }

    #column-left .product-layout .col-md-3 {
        width: 100%
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }

    .form-group.required .col-sm-12 {
        width: 100%
    }

    .related-product .col-xs-12 {
        margin: 0 5px
    }

    .btn-group-tovar {
        right: 24px
    }

    .row {
        margin: 0
    }

    aside {
        float: left
    }

    #content {
        float: right
    }

    .col-sm-11 {
        width: 770px
    }

    .col-sm-10 {
        width: 700px
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8:not(.text-top-sm) {
        width: 560px;
    }

    .col-sm-5 {
        width: 350px
    }

    .col-sm-4 {
        width: 280px
    }

    .col-sm-3:not(.h-logo) {
        width: 210px
    }

    .col-sm-2 {
        width: 140px
    }

    .col-sm-1:not(.h-btns) {
        width: 70px;
    }

    footer .col-sm-3 {
        float: left
    }

    header .col-sm-4 {
        float: left
    }

    #content .image-additional {
        float: left;
        margin: 0 10px
    }

    .col-sm-12.description {
        width: 100%;
        clear: both
    }

    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%
    }

    .col-sm-10.search-input {
        width: 83%
    }

    .col-sm-2.btn-search .btn {
        padding: 0 18px
    }

    div.breadcrumb {
        max-width: 370px
    }

    #content .col-lg-4 {
        height: auto !important;
        width: 50% !important;
        margin: 0;
        padding-left: 15px !important;
        min-height: auto
    }

    .right-add-cart button {
        font-size: 18px
    }

    .modal-lg {
        width: 500px
    }

    .col-md-4 {
        padding: 0 5px
    }

    .col-sm-9 {
        padding-right: 20px;
        padding-left: 20px
    }

    .but-group {
        right: 0;
        top: 27px
    }

    .but-group.but-group-tovar {
        top: 25px;
        right: 225px !important
    }

    .row {
        margin-left: -15px;
        margin-right: -15px
    }

    #top-links {
        padding: 0
    }

    .text-top {
        display: block;
        padding-left: 3px !important;
        background-size: 27px
    }

    div.rating-star {
        padding: 0 0 0 6px;
        margin-bottom: 5px;
        float: left;
        position: absolute;
        top: 7px;
        right: 11px
    }

    .thumbnails {
        width: 370px !important
    }

    .btn-group-tovar {
        right: 12px;
        z-index: 9
    }

    .price-tovar {
        font-size: 36px
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    img.rating-star {
        float: left
    }

    #t-specification {
        margin-top: 0;
        min-height: 284px
    }

    .tovar-right-conteiner {
        width: 45% !important
    }

    .button-cart-tovar {
        background: url(/catalog/view/theme/notaboo/image/card.png) no-repeat 38px 3px !important;
        height: 34px;
        padding-left: 39px !important;
        width: 167px !important
    }

    .group-tovar {
        width: 55% !important;
        float: left;
        padding: 0 20px
    }

    .thumbnails > li {
        margin-left: 15px
    }

    .tovar-title {
        margin-left: 0;
        padding-top: 7px;
        max-width: 450px
    }

    .image-additional {
        max-width: 70px;
        padding: 5px;
        background-color: #fff;
        max-height: 70px;
        margin: 0 18px 12px 0 !important
    }

    ul.image-additionals {
        width: 265px;
        margin-left: -4px
    }

    .thumbnails .image-additional {
        float: left;
        margin-left: 15px;
        margin-right: 3px
    }

    .rating-reviews {
        width: 22%
    }

    .rating-contein.col-sm-6 {
        text-align: right;
        width: 100%
    }

    .rating-name.col-sm-6 {
        text-align: right;
        width: 100%
    }

    .related-product {
        height: 274px;
        overflow: hidden
    }

    .checkoutcart3 {
        display: block;
        position: fixed !important;
        top: 370px !important;
        width: 880px !important;
        left: 6% !important;
        border: 5px solid #e21c1c !important
    }

    .autor-reviews {
        width: 500px
    }

    body.product-compare .container {
        width: 1200px;
        margin: 0 10px
    }

    .container {
        width: 850px !important
    }

    .rating-star-tovar {
        padding: 16px 0 0 30px;
        position: absolute;
        top: 12px;
        right: 163px !important
    }

    .delivery-tovar {
        clear: both;
        margin: 0 auto 20px auto;
        height: 55px;
        float: none
    }

    .col-sm-4.text-top-sm {
        padding: 0
    }

    .heading-title-tovar {
        width: 57%
    }

    div.col-md-6.text-right.price-sort-contein {
        width: 43% !important
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        max-width: 325px !important
    }

    .thumbnails .thumbnail {
        height: 330px !important
    }
}

.col-sm-10.search-input {
    width: 83%
}

.col-sm-2.btn-search .btn {
    padding: 0 35px
}

#content .col-lg-4 {
    width: 32.7%;
    padding-right: 0 !important
}

.col-lg-4 {
    padding: 0 0 0 15px
}

.product-layout {
    min-height: 541px
}

.col-sm-9 {
    padding-right: 15px;
    padding-left: 15px
}

.but-group {
    right: 2px;
    top: 53px
}

.but-group.but-group-tovar {
    right: 425px;
    top: 20px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

#top-links {
    padding: 0 70px 0 0
}

.text-top {
    display: block;
    font-size: 21px;
    background-size: 36px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    line-height: 48px;
    text-align: center
}

.text-top strong {
    font-weight: 300
}

.homelink span {
    color: #fff;
    padding-left: 5px;
    font-weight: 700
}

.homelink a {
    color: #000;
    font-weight: 700
}

.homelink {
    margin-top: 2px;
    float: right;
    font-size: 15px
}

div.rating-star {
    padding-top: 7px;
    margin-bottom: 5px;
    float: none;
    position: absolute;
    top: 27px;
    z-index: 9;
    right: 15px
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    width: 375px
}

.btn-group-tovar {
    right: 9px;
    z-index: 9
}

.product-thumb img.rating-star {
    width: 11px
}

img.rating-star {
    float: left
}

#t-specification {
    width: 100%;
    margin-top: 0;
    min-height: 350px;
    margin-bottom: 10px;
    float: none
}

.button-cart-tovar {
    background: url(/catalog/view/theme/notaboo/image/card.png) no-repeat 8px 3px;
    min-width: 113px;
    height: 36px;
    padding-left: 28px;
    display: block;
    width: 260px
}

.group-tovar {
    width: 46%;
    min-height: 340px;
    float: left;
    padding: 0 20px;
    position: relative
}

.tovar-title {
    margin-left: 0;
    padding-top: 7px
}

.image-additional {
    max-width: 70px;
    padding: 5px;
    background-color: #fff;
    max-height: 70px;
    margin: 0 18px 12px 0 !important
}

ul.image-additionals {
    width: 360px;
    margin-left: -4px;
    margin-top: 10px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 15px;
    margin-right: 3px
}

.rating-reviews {
    width: 12%
}

.rating-contein.col-sm-6 {
    text-align: right;
    width: 50%;
    padding-top: 7px
}

.rating-name.col-sm-6 {
    text-align: right;
    width: 50%
}

.related-product {
    height: 366px !important;
    overflow: hidden
}

.checkoutcart3 {
    display: block;
    position: fixed !important;
    top: 370px !important;
    width: 880px !important;
    left: 20% !important;
    border: 5px solid #e21c1c !important
}

.autor-reviews {
    width: 700px
}

body.product-compare .container {
    min-width: 1200px;
    margin: 0 auto
}

.rating-star-tovar {
    padding: 16px 0 0 60px;
    position: absolute;
    top: 5px;
    right: 363px
}

.delivery-tovar {
    clear: both;
    margin: 0 auto 20px auto;
    height: 55px;
    float: none
}

.col-sm-7-product {
    max-width: 350px !important
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    max-width: 375px
}

.img-responsive.special {
    max-width: 100%
}

.product-layout.col-lg-3.col-md-4.col-sm-6.col-xs-12.special {
    min-height: 480px;
    padding-right: 10px;
    padding-left: 5px
}

#logo .img-responsive {
    max-width: 100%;
    margin-top: -1px;
    height: 55px
}

.thumbnail a .video-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    background: url(/catalog/view/theme/notaboo/image/icon-play-shadow-medium.png) no-repeat
}

.thumbnail a.playing .video-cover, .thumbnail a.playing > img {
    display: none
}

#t-specification h2 {
    margin-top: 0;
    text-align: left
}

.t-specification {
    font-size: 36px;
    color: #e43636;
    margin-bottom: 0
}

button.modal-button {
    margin-bottom: 0;
    margin-left: 5px;
    background-color: #e43939;
    background-image: linear-gradient(to bottom, #e43939, #e43939);
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 18px;
    color: #fff
}

.btn-primary.focus, .btn-primary:focus, button.modal-button:active, button.modal-button:hover {
    background-color: #e43939 !important;
    background-image: linear-gradient(to bottom, #e43939, #e43939) !important;
    background-repeat: no-repeat !important;
    color: #1e1e1e
}

.md1 {
    margin-top: 39px
}

.contact ul li {
    font-size: 20px;
    line-height: 1.3;
    text-align: left
}

footer ul {
    margin-bottom: 40px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #e43939;
    border: 1px solid transparent;
    font-size: 24px;
    padding: 3px;
    background-color: #fff;
    margin: 2px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 1.2
}

.pagination > li > a, .pagination > li > span {
    color: #fff;
    border: 1px solid transparent;
    font-size: 24px;
    padding: 3px;
    background-color: #e43939;
    margin: 2px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 1.2
}

.pagination > li > a:hover {
    color: #e43636;
    background-color: #fff;
    border: 1px solid transparent
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.attribute-name {
    color: #e43939
}

.button-cart-tovar {
    border: none;
    margin-left: 20px;
    font-size: 24px;
    color: #fff
}

button.button-cart-tovar.out-of-stock {
    background: #bcbaba !important
}

button.button-cart-tovar.out-of-stock i {
    display: none
}

.out-of-stock-container {
    background: #bcbaba !important
}

.button-cart-tovar-compare {
    background: url(/catalog/view/theme/notaboo/image/cart.svg) no-repeat;
    background-position: 3px 2px;
    width: 23px;
    height: 27px;
    background-color: #e43939;
    border: none;
    margin-left: 4px;
    background-size: 19px;
    margin-top: 3px
}

.form-group-tovar {
    background-color: #f54336;
    max-width: 100%;
    margin: 0 auto;
    padding: 3px 10px
}

.form-group-tovar:hover {
    background-color: #da3928
}

.my_quantity1 {
    position: relative;
    margin: 0 !important;
    width: 44px !important;
    float: left;
    padding: 6px;
    border-right: 2px solid #fff;
    padding-left: 0;
    height: 40px;
    margin-top: -2px !important;
    margin-left: -9px !important;
    background: #fff
}

.price-tovar {
    color: #e43939;
    margin-bottom: 0;
    font-size: 37px
}

.descript {
    margin-top: 25px
}

.descript-header {
    color: #e43939
}

#t-review h2 {
    color: #e43939
}

#t-review .form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#checkout_form input::-webkit-input-placeholder {
    font-size: 24px !important;
    padding-top: 5px
}

input::-webkit-input-placeholder {
    font-size: 18px !important;
    line-height: 1
}

textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1
}

input:-moz-placeholder {
    font-size: 18px;
    line-height: 1
}

textarea:-moz-placeholder {
    font-size: 18px;
    line-height: 1
}

.form-group {
    margin-bottom: 7px
}

.button-review {
    background-color: #ececec;
    border: none;
    color: #e43939;
    border-bottom: 1px dashed;
    padding: 0
}

#t-review .buttons {
    margin: 0 0 30px 0
}

#content h3 {
    margin-top: 8px
}

.text-centr {
    text-align: center
}

span.adr {
    color: #e43939
}

.table-contact > tbody > tr > td {
    padding: 8px 0 18px 8px !important
}

.table-contact > tbody > tr > td {
    border: none
}

.item_contact span {
    font-size: 18px !important
}

div.item_contact {
    margin-left: 72px;
    margin-bottom: 15px
}

.contakt-head {
    color: #fff;
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    background-color: #e21c1c;
    text-align: center
}

.contakt_block_left {
    width: 48%;
    float: left;
    margin-right: 20px
}

.contakt_block_right {
    width: 48%;
    float: right
}

.uk-margin-small.uk-h4 {
    margin-left: 43px
}

.uk-margin-small.uk-h4 a:focus {
    color: #e21c1c
}

.text-danger {
    color: #151515
}

#checkout_form .text-danger {
    color: #e21c1c
}

div.price {
    width: 28px;
    float: left;
    border: 1px solid;
    padding: 2px 3px;
    text-align: center;
    margin-right: 3px
}

#cart-total {
    position: absolute;
    top: -8px;
    font-size: 14px
}

#cartmodal .form-control {
    width: 30px;
    height: 34px;
    padding: 7px 3px;
    border: 1px solid #e21c1c;
    border-radius: 0;
    float: left;
    margin-right: 5px;
    text-align: center
}

#cartmodal .img-thumbnail {
    border: 0
}

#cartmodal .table > tbody > tr > td {
    vertical-align: middle;
    color: #e21c1c
}

#cartmodal .table > tbody > tr > td a {
    color: #1e1e1e
}

.checkoutcart3 table {
    margin-bottom: 0
}

.end-text {
    text-align: center;
    padding: 35px 0
}

.a-close {
    cursor: pointer
}

.btn-group-lg > .btn, .btn-lg {
    border-radius: 0
}

.table-compare > tbody > tr > td {
    border: 1px solid #fff;
    padding: 0;
    position: relative;
    vertical-align: bottom
}

.at-name {
    margin-left: 15px;
    text-align: center;
    margin-top: 10px;
    max-width: 280px
}

.image-compare {
    margin: 0 auto;
    width: 150px;
    min-height: 157px;
    margin-top: 29px
}

.image-compare img {
    border: none;
    margin-bottom: 10px
}

.but-group-compare {
    margin-top: 52px;
    position: absolute;
    right: 0;
    margin-right: 4px
}

.table.table-bordered.table-compare {
    border-bottom: 0
}

.product-thumb.product-compar {
    margin-bottom: 0
}

.attribute-group-compare tr td {
    border-bottom: 1px dashed #e43939 !important;
    border-top: 0 solid #fff !important;
    border-right: 2px solid #fff !important;
    border-left: 2px solid #fff !important
}

.news {
    padding: 0
}

.all-news {
    margin-bottom: 50px;
    list-style-type: none;
    background-color: #fff;
    padding: 5px;
    width: 260px;
    height: 350px;
    float: left;
    margin-left: 10px;
    box-shadow: 1px 1px 1px 2px #bbbbbb80;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-out 0s, box-shadow .3s ease-out 0s;
    -moz-transition: -moz-transform .3s ease-out 0s, box-shadow .3s ease-out 0s;
    transition: transform .3s ease-out 0s, box-shadow .3s ease-out 0s
}

.all-news:hover {
    box-shadow: 2px 2px 5px 2px #bbb;
    webkit-box-shadow: 2px 2px 5px 2px #bbb;
    box-shadow: 0 0 20px rgba(0, 0, 0, .34);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
}

.all-news a {
    padding-bottom: 5px;
    display: block;
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.news-img {
    float: left
}

.news-img img {
    width: 160px;
    margin-right: 15px
}

.news-title {
    font-size: 24px;
    color: #e21c1c
}

.news-text-viev {
    float: right
}

.news-text-viev a {
    color: #e21c1c;
    border-bottom: 1px dashed #e21c1c
}

.news-read {
    text-align: center;
    clear: both;
    font-size: 16px !important;
    position: absolute;
    bottom: 5px;
    font-weight: 400 !important
}

.desc {
    width: 250px;
    display: none
}

.news-heading {
    color: #e21c1c
}

.news-img {
    width: 250px;
    margin: 0 15px 15px 0
}

ul.news:last-child {
    margin-bottom: 40px
}

.news-descript {
    padding: 0 15px
}

.news-descript img {
    margin: 10px;
    max-width: 100%
}

td.attr-name {
    color: #e21c1c
}

.button_increase {
    top: -5px
}

.button_decrease {
    top: 5px;
    left: -19px
}

p.home-text {
    margin-top: 9px;
    line-height: 1.22;
    margin-bottom: 24px
}

#cartmodal:before {
    border-bottom: none
}

.tel-footer a {
    cursor: pointer;
    border-bottom: 1px dashed
}

.alert-success {
    color: #1e1e1e;
    background-color: #ececec;
    border-color: #d5d5d5;
    margin: 0 auto 20px auto
}

.bottom_row span {
    height: 52px;
    display: inline-block;
    padding-top: 10px
}

#content iframe {
    max-width: 100% !important;
    width: 100%;
    height: 300px
}

.nav-tabs {
    margin-bottom: 0
}

.nav-tabs > li {
    margin-bottom: -1px;
    width: 50%
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #e43939;
    cursor: default;
    background-color: #fff;
    border: 1px solid #e43939;
    border-bottom: 1px solid #fff;
    outline: 0
}

.nav-tabs > li > a:hover {
    color: #e43939;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e43939;
    border-bottom: 1px solid #fff
}

.nav-tabs > li > a {
    line-height: 0;
    padding: 0;
    border-bottom: 1px solid #e43939;
    margin-right: 0
}

.nav-tabs > li:not(:last-child) > a {
    margin-right: 3px
}

.h1-title {
    line-height: 1.1;
    margin-bottom: 10px;
    color: #444;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #e21c1c;
    margin-top: 10px;
    font-weight: 300
}

.h2-title {
    color: #444;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300
}

.nav-tabs > li > a > .h2-title, .nav-tabs > li > a > h2 {
    margin-right: 3px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #fff;
    padding: 10px 35px;
    outline: 0
}

.nav-tabs > li > a > .h2-title, .nav-tabs > li > a > h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    background-color: transparent
}

.nav-tabs > li > a > h2 > span {
    text-align: left
}

textarea.form-control {
    width: 100% !important;
    overflow-x: hidden;
    font-family: 'Open Sans Condensed', sans-serif
}

div.tab-content {
    background-color: #fff;
    border: 1px solid #e43939;
    padding: 25px 35px;
    margin-top: -1px;
    margin-bottom: 55px;
    word-wrap: break-word
}

#review table.table-bordered {
    border: 0
}

#review table.table-bordered tr {
    background-color: #fff
}

#review table.table-bordered tr td {
    border: 0;
    padding: 0;
    font-size: 18px
}

.fa-stack {
    width: 10px;
    height: 14px;
    color: #a4361f
}

.text-write {
    font-size: 24px;
    color: #e43939
}

.form-control {
    border-radius: 0
}

.btn-review {
    background-color: transparent;
    border: transparent;
    color: #e43939;
    border-bottom: 1px dashed;
    padding: 0
}

.btn-review:hover {
    color: #545454;
    border-bottom: 1px dashed
}

.autor-reviews {
    color: #e43939;
    font-size: 18px
}

.rating-contein .control-label {
    padding-top: 3px;
    font-size: 19px;
    color: #e43939
}

.rating label {
    position: relative;
    display: inline;
    float: left;
    z-index: 1;
    width: 5px;
    height: 16px
}

.rating input[type=radio] {
    z-index: 2;
    visibility: hidden;
    display: inline;
    float: left;
    width: 16px;
    height: 6px
}

.star {
    background: url(/catalog/view/theme/notaboo/image/star-raiting.png) 0 -17px;
    height: 16px;
    width: 16px;
    z-index: 1;
    position: absolute;
    top: 0;
    display: block;
    cursor: pointer;
    left: -16px
}

.rating:hover .star {
    background-position: 0 -32px
}

input:checked ~ label .star {
    background-position: 0 -1px
}

input:checked + label .star {
    background-position: 0 -17px
}

label:hover ~ label .star {
    background-position: 0 -1px !important
}

.similar {
    margin-bottom: 90px
}

.product-compar {
    width: 280px !important;
    margin-left: 15px;
    position: relative;
    min-height: 293px
}

.percent {
    position: absolute;
    top: 26px;
    margin-left: 6px;
    font-size: 24px;
    color: #e43939;
    z-index: 99;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(254, 1, 0, .7);
    color: #fff;
    text-align: center;
    font-size: 19px
}

.img-responsive {
    display: inline-block
}

input[type=checkbox], input[type=radio] {
    margin: 10px 0 0
}

.btn-grid-view {
    display: none
}

div.price.price-wishlist {
    width: 100%;
    border: none;
    text-align: right
}

div.price.price-wishlist b {
    display: block
}

table.table-bordered.table-wishlist, table.table-bordered.table-wishlist tr, table.table-bordered.table-wishlist tr td {
    border: none;
    vertical-align: middle
}

table.table-bordered.table-wishlist tr {
    background-color: #fff
}

.news-category .buttons {
    clear: both
}

.img-thumbnail-news {
    margin: 0 15px 15px 15px;
    float: left;
    display: none
}

#closecartmodal {
    background: 0 0 !important
}

.alert {
    display: none
}

.alert.alert-danger {
    display: block;
    font-size: 16px;
    color: #e21c1c;
    background-color: #fbf6f6;
    border-color: #ebccd1;
    margin: 7px
}

.box-content {
    margin-right: 0px
}

.formCost ul span {
    margin-left: 25px;
    padding-top: 20px;
    display: block
}

#cartmodal.wishlist {
    right: 48px
}

.btn-wishlist {
    background-color: transparent;
    border: none
}

.fa-shopping-cart.fa-shopping-cart-wishlist {
    background: url(/catalog/view/theme/notaboo/image/cart-red.svg) no-repeat !important;
    background-size: 27px !important;
    width: 27px;
    height: 32px
}

.list-inline.pull-right {
    position: relative !important;
    font-weight: 700
}

.top-zvonok {
    right: -1px !important;
    top: 10px !important
}

.information-contact ul.breadcrumb {
    padding-top: 10px !important
}

#cartmodal .table > tbody > tr > td > span.text-danger a {
    color: #e43939
}

#cartmodal .table > tbody > tr > td.text-center {
    padding: 8px 8px 0 8px
}

.btn.btn-primary.btn-primary-cart {
    color: #e43939;
    background-color: transparent;
    border: 1px solid #e43939;
    transition: .3s;
    margin: 0 12px 10px 0;
    box-shadow: none
}

.btn.btn-primary.btn-primary-cart:hover {
    color: #fff;
    background-color: #e43939;
    border: 1px solid #e43939;
    margin: 0 12px 10px 0;
    transition: .3s
}

#cartmodal.checkoutcart1 {
    padding: 0
}

.bottom_row.bottom_row_cart {
    margin-left: 20px
}

button:focus {
    outline: 0 !important
}

#callmephone-footer, #callmephone-header {
    border: 1px solid #e21c1c;
    width: 100%;
    border-radius: 0;
    color: #333;
    font-size: 24px;
    padding: 9px 3px !important;
    outline: 0;
    text-align: center;
    margin-top: 7px
}

.cme-form .cme-btn {
    padding: 7px 50px;
    color: #e21c1c;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    width: 205px;
    outline: 0;
    margin-left: 75px;
    margin-top: 9px;
    margin-bottom: 10px !important
}

.cme-form .cme-btn:hover {
    color: #fff;
    background-color: #e21c1c
}

#cme-form-main-footer.top-zvonok {
    right: 0 !important;
    top: -215px !important
}

input#callmephone-footer::-webkit-input-placeholder, input#callmephone-header::-webkit-input-placeholder {
    font-size: 24px !important;
    padding-top: 5px !important
}

#cme-form-main-footer.top-zvonok.cme-form:after {
    content: '';
    border-left: none;
    border-top: none;
    position: absolute;
    top: 129px;
    right: 0
}

.callme-result-footer, .callme-result-header {
    text-align: center;
    padding-bottom: 10px
}

a:focus {
    text-decoration: none
}

ul.thumbnails li.thumbnail a {
    cursor: default
}

.description {
    min-height: 0;
    padding-top: 0;
    background-color: #ededed;
    text-align: left
}

.description :first-child {
    margin-top: 20px
}

.description :last-child {
    margin-bottom: 20px
}

.description img {
    max-width: 100%
}

.first-stage-li {
    margin-top: 35px
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border-color: transparent
}

.first-stage-li > a:hover {
    color: #e21c1c !important
}

li.first-stage-li ul {
    padding-top: 7px !important
}

.list-group a {
    border: none;
    color: #e21c1c;
    padding: 0 2px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    text-align: left;
    margin-top: 24px !important;
    margin-bottom: -1px !important
}

.list-group a.child-first-stage {
    font-size: 20px;
    color: #414141;
    padding: 2px 0 2px 30px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 20px
}

a.list-group-item:hover {
    background-color: transparent !important
}

.list-group a.child-second-stage {
    font-size: 17px;
    padding: 0 0 0 65px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
}

.list-group :first-child {
    margin-top: 0 !important;
    line-height: 1;
    margin-bottom: 0 !important
}

.list-group a.active, .list-group a.focus {
    color: #e21c1c;
    background: 0 0;
    border-radius: 0
}

.list-group ul {
    line-height: 1.2
}

.second-stage-li:hover {
    background-color: #e21c1c !important
}

.second-stage-li:focus a {
    color: #fff
}

.second-stage-li:hover a {
    color: #fff
}

.second-stage-li:hover li.third-stage-li a {
    color: #414141
}

ul.first-stage {
    padding: 0
}

ul.third-stage.show {
    margin: 10px 0
}

.second-stage-li.has-childs ul {
    border: 3px solid #e21c1c !important
}

span.ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: 0 !important
}

.cme-btn.price-sort, .price-sort-title {
    float: right;
    color: #e43939;
    text-shadow: 0 0 0 #e43939
}

.cme-btn.price-sort {
    border: none;
    background-color: transparent;
    margin: 0 5px 10px 5px;
    border-bottom: 1px dashed #e43939
}

.cme-btn.price-sort a:active, .cme-btn.price-sort a:focus, .cme-btn.price-sort a:hover {
    color: #e43939
}

.cme-btn.price-sort.current, .cme-btn.price-sort:hover {
    border-bottom: 1px solid #e43939
}

div.col-md-6.text-right.price-sort-contein {
    width: 40%;
    float: right
}

ul.top-menu li:after {
    content: '|'
}

li.third-stage-li a.active {
    color: #e21c1c !important
}

li.third-stage-li:hover a.active {
    color: #fff !important
}

.attribute-tovar {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 5%
}

.delivery-tovar {
    width: 100%;
    display: flex
}

.socc {
    margin-left: 0 !important;
    filter: grayscale(.8)
}

.delivery-tovar span {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #e43939;
    text-align: left;
    padding: 12px 0 11px 62px;
    line-height: 1.2
}

.specification-conteiner {
    width: 100%;
    float: left
}

#t-specification ul {
    width: 100%
}

.round-the-clock-service {
    background: url(/catalog/view/theme/notaboo/image/service.svg) no-repeat center left
}

.free-delivery-tovar {
    background: url(/catalog/view/theme/notaboo/image/free-delivery.svg) no-repeat center left
}

.opaque-package {
    background: url(/catalog/view/theme/notaboo/image/noun.svg) no-repeat center left
}

.soc {
    margin-top: 20px
}

.soc a img {
    width: 22px;
    margin-right: 5px;
    height: 22px
}

.soc a img:hover {
    opacity: .7
}

div.waitlist-add a.notifyMe {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    padding-left: 0;
    display: block;
    width: 85px;
    margin: 0 auto
}

div.waitlist-add {
    text-align: center;
    line-height: 1;
    padding-bottom: 1px;
    margin-top: 10px;
    margin-bottom: 0 !important
}

.product-thumb div.waitlist-add {
    border-left: 1px solid #fff
}

.waitlist-not-available {
    background-color: transparent;
    border: none;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #e43939;
    border-bottom: 1px dashed #e43939;
    clear: both;
    margin: 0 auto;
    margin-bottom: 0;
    margin-bottom: 0;
    width: 90px;
    margin-bottom: 0;
    display: block;
    line-height: 1.3333333;
    text-align: center
}

div.form-group-tovar div.waitlist-add a.notifyMe {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    display: block;
    width: 100%;
    border: none;
    margin-left: 0
}

.nextpage {
    text-align: center;
    cursor: pointer;
    color: #e43939;
    margin: 0 10px 10px 15px;
    width: 280px;
    height: 280px;
    background-color: #fff;
    font-size: 24px;
    transition: .4s
}

.nextpage span {
    border-bottom: 1px dashed #e43939;
    display: block;
    width: 178px;
    margin: 0 auto;
    padding-top: 189px;
    background: url(/catalog/view/theme/notaboo/image/arrow-red.svg) no-repeat center 37px;
    background-size: 130px
}

.nextpage:hover {
    box-shadow: 2px 2px 5px 2px #bbb
}

.nextpage:hover span {
    border-bottom: none
}

button#sendFormNoticeMe:focus {
    background-color: #fff !important;
    background-image: linear-gradient(to bottom, #fff, #fff) !important;
    color: #e43939
}

#noticeme_email {
    border: 1px solid #e21c1c;
    width: 86%;
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-top: 7px;
    height: 50px
}

input[type=email]::-moz-placeholder {
    font-size: 18px !important
}

input[type=email]::-webkit-input-placeholder {
    font-size: 18px !important;
    padding-top: 5px
}

.modal-noticeme-window {
    position: fixed !important;
    top: 40% !important;
    left: 39% !important;
    transition: 1s
}

.success {
    margin: 0 10px
}

.modal-noticeme-insider input {
    width: 90%;
    margin: 0 auto 15px
}

#sendFormNoticeMe {
    padding: 7px 45px;
    margin: 0 0 10px 0 !important
}

.panel-default > .panel-heading, .panel-heading-delivery {
    color: #fff;
    background-color: #e43939;
    font-size: 24px;
    padding: 0 5px 5px 5px;
    margin-left: -5px;
    margin-top: 10px;
    line-height: 1
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#column-left .panel-default {
    border-color: transparent
}

#column-left .panel-default .panel-body {
    padding: 10px 0
}

#column-left .panel-default .panel-body a:active, #column-left .panel-default .panel-body a:focus {
    color: #e21c1c
}

#column-left .panel {
    box-shadow: none
}

.read_more_news {
    float: right;
    border-bottom: 1px dashed
}

#product {
    margin: 10px 0 0;
}
.sharethis-inline-share-buttons {
    margin-bottom: 10px;
}

div.form-group-tovar div.my_quantity1 .my_minus, div.form-group-tovar div.my_quantity1 .my_plus {
    margin-left: 3px
}

div.form-group-tovar div.my_quantity1 .my_minus {
    margin-top: 16px
}

div.form-group-tovar div.my_quantity1 .my_plus {
    margin-top: 2px
}

.cart-back {
    position: absolute;
    right: 84px;
    border-bottom: 1px dashed #e21c1c;
    line-height: 20px
}

#checkout_form .cart-back input {
    border: none;
    background-color: transparent;
    font-size: 16px;
    padding: 0;
    line-height: 20px;
    margin: 0
}

.cart-back a {
    font-size: 16px
}

.cart-back a:active, .cart-back a:focus {
    color: #e21c1c
}

.pull-right.primary-cart {
    margin-bottom: 10px
}

.col-sm-2.btn-search .btn-primary {
    background-color: #e43939
}

.link-search {
    text-align: center;
    margin-bottom: 10px
}

.link-search a {
    cursor: pointer
}

.product-search #content {
    padding-bottom: 0
}

.product-search #content #content-bg {
    margin-bottom: 0
}

#sort-cheap a {
    color: #e43939
}

.dostavka-ikonka, .dostavka-ikonka-1, .dostavka-ikonka-2, .dostavka-ikonka-3, .dostavka-ikonka-4, .dostavka-ikonka-5, .dostavka-ikonka-6, .dostavka-ikonka-7 {
    padding-left: 65px;
    padding-bottom: 20px
}

.dostavka-ikonka-1 {
    background: url(../../image/dostavka-ikonka-1.png) no-repeat top left
}

.dostavka-ikonka-2 {
    background: url(../../image/dostavka-ikonka-2.png) no-repeat top left
}

.dostavka-ikonka-3 {
    background: url(../../image/dostavka-ikonka-3.png) no-repeat top left
}

.dostavka-ikonka-4 {
    background: url(../../image/dostavka-ikonka-4.png) no-repeat top left
}

.dostavka-ikonka-5 {
    background: url(../../image/dostavka-ikonka-51.png) no-repeat top left
}

.dostavka-ikonka-6 {
    background: url(../../image/dostavka-ikonka-6.png) no-repeat top left
}

.dostavka-ikonka-7 {
    background: url(../../image/dostavka-ikonka-7.png) no-repeat top left
}

.col-sm-3.md1.contact {
    padding-left: 32px;
    margin-top: 0;
    display: table;
    min-height: 200px
}

.col-sm-3.md1.contact .contact-contein, .col-sm-3.md1.contact .list-unstyled {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.col-sm-3.md1.contact .contact-contein div {
    text-align: left
}

.contact-text-bottom {
    clear: both;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding: 15px
}

.contact-text-bottom span {
    color: #e21c1c
}

.owl-carousel .owl-buttons .owl-next, .owl-controls .owl-buttons .owl-prev {
    top: 45% !important
}

input:disabled + span, input:disabled + span:before {
    opacity: .3
}

#consultsystems_button_0 .consultsystems_button_in {
    background: -webkit-linear-gradient(left, #e43939 0, #a30100 100%) !important
}

#consultsystems_widget .consultsystems_title span, #consultsystems_widget .consultsystems_title strong {
    background: -webkit-linear-gradient(top, #e43939 0, #a30100 100%) !important
}

#consultsystems_button_0 .consultsystems_button_in {
    border-top: solid 1px #e43939 !important;
    border-right: solid 1px #e43939 !important;
    border-bottom: solid 1px #e43939 !important;
    border-left: solid 1px #e43939 !important
}

.panel-heading a:link, .panel-heading a:visited {
    color: #fff
}

div#tab-description {
    font-size: 20px !important;
    margin-bottom: 10px
}

div#tab-description h2, div#tab-description h3, .info-bottom-cart {
    font-size: 25px;
    font-family: 'Open Sans Condensed',sans-serif;
}

.info-bottom-cart{
font-size: 18px;
}

.review-bottom {
    margin-top: 20px
}

#top-button {
    bottom: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    left: 20px;
    background: url(/catalog/view/theme/notaboo/image/back-top.png) no-repeat center;
    background-size: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 999;
    opacity: .5
}

#top-button:hover {
    opacity: .6
}

.newpost {
    display: none
}

.dop-categories .col-sm-12 {
    padding: 0
}

.dop-categories ul {
    padding: 0
}

.dop-categories ul li {
    list-style-type: none;
    float: left;
    margin-right: 5px
}

.dop-categories ul li a {
    color: #353434;
    border-bottom: 1px dashed #696969
}

.dop-categories ul li a:active, .dop-categories ul li a:hover {
    border-bottom: 1px solid #696969
}

a.current-category {
    border-bottom: 1px solid #696969 !important
}

.dop-categories ul li:after {
    content: '|';
    padding-left: 5px
}

.dop-categories ul :last-child:after {
    content: ''
}

input#max_price {
    margin-top: 1px !important
}

.tovar-right-conteiner {
    float: left;
    width: 54%
}

.relink {
    color: #e43939;
    padding-left: 17px
}

.option-select select {
    float: left;
    padding: 1px 13px 0 2px;
    margin-top: 3px;
    margin-right: 5px;
    height: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url(../../image/arrow-down-red.png) no-repeat center right #fff;
    background-size: 12px
}

.option-select {
    margin-bottom: 0;
    min-height: 34px;
    float: left;
    border-right: 2px solid #fff;
    margin-right: 5px
}

.option-select option, .option-select select {
    width: auto !important
}

.option-select.option-select-group {
    min-height: 1px;
    margin-top: 3px;
    margin-right: 0;
    border-right: 1px solid #fff;
    display: inline-block;
    float: none
}

.option-select.option-select-group select {
    padding: 0 13px 0 2px;
    margin-top: 0;
    height: 25px;
    width: 75px !important;
    line-height: 17px
}

.my_quantity2 {
    position: relative;
    margin: 4px 1px 0 0 !important;
    width: 27px !important;
    padding: 0;
    color: #fe0100;
    padding-right: 36px;
    padding-left: 5px;
    height: 25px
}

.table-price-cell {
    text-align: center;
    color: #fff
}

.table-price-cell .button-cart {
    padding: 0
}

.table-price-cell .button-cart.pre-order {
    background: #f54336
}

.table-price-cell .button-cart.pre-order i {
    display: none
}

.button-group-price table {
    width: 100%;
    box-shadow: 0 0 0 1px #fe0100
}

.table-price-cell-center {
    white-space: nowrap;
    width: 1px;
    box-shadow: -1px 0 0 0 #fe0100
}

.fast-order-thumb {
    text-align: center
}

.fast-order-ul {
    text-align: center
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis
}

.heading {
    font-size: 24px;
    color: #e21c1c;
    margin-top: 10px;
    font-weight: 300
}

.price-heading {
    font-size: 27px;
    font-weight: 300
}

.waitlist-add {
    background: rgba(254, 1, 0, .7)
}

#product .waitlist-add {
    padding: 10px 5px;
    margin-top: -8px !important
}

.left_shadow_bord {
    box-shadow: -1px 0 0 0 #fe0100
}

.container.category {
    position: relative
}

#content {
    margin-top: 50px
}

.top-block-wrapper {
    position: absolute;
    top: 0;
    right: -20px;
    padding: 0;
    width: 75%;
}

.description h1 {
    padding: 20px 0 30px 0;
    max-width: 100% !important;
    text-align: center !important
}

.topnav {
    height: 40px;
    width: 100%
}

.container {
    position: relative
}

.dop-categories > .row {
    margin-left: 0 !important
}

#cartmodal .table {
    max-height: 320px;
    overflow-y: auto;
    display: block;
    padding: 0 20px;
    box-sizing: border-box
}

#button_old input[type=checkbox]:checked + span:before {
    content: "";
    border: 1px solid #e43939;
    border-radius: 3px;
    height: 16px;
    width: 16px;
    display: inline-block;
    top: 2px;
    margin-right: 7px
}

#button_old input[type=checkbox] + span:before {
    content: "\2713";
    font-size: 15px;
    color: #e43939;
    text-align: center;
    line-height: 15px;
    font-weight: 700;
    top: -1px;
    position: relative
}

#np-user-input {
    color: #000
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 100;
    background: 0 0
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%)
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(//i.imgur.com/TxzC70f.png) no-repeat;
    cursor: pointer
}

.col-sm-12.description p img {
    margin-top: 0;
    padding: 10px
}

.panel-heading-mag {
    border-bottom: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    background-color: #e43939;
    font-size: 20px;
    padding: 3px 3px 3px 3px;
    margin-top: 5px;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px
}

.panel-heading-mag a {
    color: #fff
}

.svg-snowscene {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    display: none
}

.snow {
    fill: #fff;
    -webkit-animation-name: snowing;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: snowing;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-out;
    -ms-animation-name: snowing;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-out;
    animation-name: snowing;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out
}

.snow:nth-child(2n) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s
}

.snow:nth-child(3n) {
    animation-delay: 2.3s;
    animation-duration: 3.3s;
    -webkit-animation-delay: 2.3s;
    -webkit-animation-duration: 3.3s;
    -moz-animation-delay: 2.3s;
    -moz-animation-duration: 3.3s;
    -ms-animation-delay: 2.3s;
    -ms-animation-duration: 3.3s
}

.snow:nth-child(4n) {
    animation-delay: .8s;
    animation-duration: 3.2s;
    -webkit-animation-delay: .8s;
    -webkit-animation-duration: 3.2s;
    -moz-animation-delay: .8s;
    -moz-animation-duration: 3.2s;
    -ms-animation-delay: .8s;
    -ms-animation-duration: 3.2s
}

.snow:nth-child(5n) {
    animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    -ms-animation-delay: 2.8s
}

@keyframes snowing {
    0% {
        fill-opacity: 1
    }
    100% {
        fill-opacity: 0;
        transform: translateY(200px)
    }
}

@-webkit-keyframes snowing {
    0% {
        fill-opacity: 1
    }
    100% {
        fill-opacity: 0;
        -webkit-transform: translateY(200px)
    }
}

@-moz-keyframes snowing {
    0% {
        fill-opacity: 1
    }
    100% {
        fill-opacity: 0;
        -moz-transform: translateY(200px)
    }
}

@-ms-keyframes snowing {
    0% {
        fill-opacity: 1
    }
    100% {
        fill-opacity: 0;
        -ms-transform: translateY(200px)
    }
}

/* owl */
.owl-wrapper-outer {
    border: none !important
}

div.owl-wrapper div.owl-item div.item {
    width: 100%;
    margin: 0 auto
}

.owl-item .item .img-slideshow {
    height: 250px;
    line-height: 250px;
    overflow: hidden;
    background-position: center top;
    background-size: auto 100%
}

.owl-item .item .img-slideshow img {
    height: 250px;
    min-width: 1920px;
    vertical-align: middle
}

.text-slideshow {
    position: absolute;
    z-index: 99 !important;
    top: 0;
    left: 50%;
    width: 550px
}

.banner-title {
    font-size: 48px;
    color: #e43939;
    font-weight: 700;
    margin-bottom: 0
}

.banner-text {
    font-size: 48px;
    color: #7e7e7e;
    text-align: left;
    line-height: 1;
    display: block;
    height: 96px
}

.banner-link a {
    display: block;
    border: 1px solid #e43939;
    color: #e43939;
    padding: 8px 25px;
    font-size: 24px;
    text-align: center;
    width: 202px;
    margin-left: 94px;
    margin-top: 17px;
    transition: .3s
}

.banner-link a:hover {
    color: #fff;
    background-color: #e43939;
    border: 1px solid #e43939
}

@media (max-width: 1200px) {
    .owl-item .item .img-slideshow {
        height: 177px;
        line-height: 177px
    }

    .owl-item .item .img-slideshow img {
        height: 177px
    }

    .text-slideshow {
        width: 390px
    }

    .banner-title {
        font-size: 34px
    }

    .banner-text {
        font-size: 34px;
        height: 68px
    }

    .banner-link a {
        padding: 6px 18px;
        font-size: 17px;
        width: 143px;
        margin-left: 67px;
        margin-top: 12px
    }
}

/* sion */
.product-layout, .related-product .col-xs-12 {
    float: left !important;
    clear: none !important
}

body {
    min-width: 850px
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    margin: 0
}

.container-cme-form {
    position: relative
}

.image-additional {
    list-style-type: none;
    float: left
}

.thumbnails .thumbnail {
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0;
    height: 375px
}

.thumbnails .thumbnail.visible {
    z-index: 1;
    opacity: 1
}

.thumbnails .thumbnail.first-thumb {
    position: relative
}

.image-additionals {
    padding: 0;
    margin: 0
}

.image-additional {
    margin: 0 6px
}

.thumbnail {
    overflow: hidden
}

.container-cme-form {
    display: none
}

.container-cme-form.visible {
    display: block
}

.container-cme-form {
    display: none;
    position: relative
}

.container-cme-form.visible {
    display: block
}

.cme-form {
    border: 10px solid #1e1e1e;
    background: #fff;
    z-index: 109;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    display: block !important;
    position: absolute !important;
    top: 150px;
    width: 420px;
    color: #545454
}

.cme-form .cme-txt {
    border: 1px solid #e21c1c;
    width: 100%;
    border-radius: 0;
    color: #333;
    font-size: 20px;
    padding: 11px 3px !important;
    outline: 0;
    text-align: center;
    margin-top: 7px
}

#open-categories.cme-btn {
    background-color: #e21c1c;
    color: #fff
}

#open-categories.cme-btn:hover {
    border: 1px solid #e21c1c;
    background-color: #fff;
    color: #545454
}

.cme-btn, .cme-form .cme-btn {
    border: 1px solid #e21c1c;
    background-color: #fff;
    margin-bottom: 0;
    transition: .3s
}

.cme-form span {
    padding: 2px 30px 2px;
    display: block;
    color: #333;
    font-size: 11px;
    clear: both
}

.cme-form .cme-txt {
    font-size: 17.6px
}

.cme-form .callme-result {
    display: block;
    clear: both;
    margin: 5px 11px 10px 10px
}

.top-zvonok.cme-form:after {
    content: '';
    border-left: 25px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -15px;
    right: 0
}

.cme-form .callme-result {
    display: block;
    text-align: center;
    clear: both;
    color: #e21c1c;
    margin: 5px 11px 10px 10px
}

.first-stage li {
    list-style-type: none
}

.first-stage ul {
    padding: 0
}

.buttoncategory {
    display: none
}

.btn-category {
    width: 100%
}

.btn-category.opened {
    background: #e21c1c;
    color: #fff
}

.sorts {
    float: left
}

.second-stage-li {
    position: relative;
    transition: .2s
}

.second-stage-li > a {
    transition: .2s
}

.third-stage {
    position: absolute;
    display: none;
    left: 105%;
    width: 215px;
    top: 0;
    z-index: 100000;
    background: #4d484a;
    padding: 10px !important
}

.third-stage-li a {
    color: #414141
}

.third-stage-li:hover {
    background: #e21c1c
}

.third-stage-li:hover a {
    color: #fff !important
}

.second-stage-li.has-childs ul a {
    padding: 3px 5px;
    min-width: 150px
}

.second-stage-li.has-childs ul {
    background: #fff;
    border: 1px solid #e21c1c
}

.second-stage-li a {
    background: 0 0 !important
}

ul.third-stage:before {
    content: '';
    position: absolute;
    left: -12px;
    opacity: 1;
    top: 50%;
    width: 0;
    height: 0%;
    border-style: solid;
    border-width: 11px 10px 11px 0;
    border-color: transparent #e21c1c transparent transparent
}

#column-left {
    min-height: 55px
}

.modal-waitlist {
    display: none;
    position: fixed;
    top: 40%;
    left: 40%
}

.waitlist-add {
    position: relative
}

.product-thumb {
    overflow: inherit
}

.modal-noticeme-window {
    position: absolute;
    display: block;
    left: 100%;
    width: 420px;
    z-index: 99999;
    background: #fff;
    border: solid 10px #1e1e1e;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAAmJLR0QA/4ePzL8AAABiSURBVCjPY2CgDmhn+MnwHw3+ZGhDKPjJwIehiY/hB4LzH6u5/9GZixgcwLQDkIVVgQ3DSwYnBlswiVUBSO8rIHTAZQVBBRDDbXBbQdCReLz5k4EfQ5ofOaBasQZ1M3XiEQBtCzfEgOk0CAAAAABJRU5ErkJggg==) no-repeat right top;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff
}

.modal-noticeme-insider {
    text-align: center
}

.modal-noticeme-window h3 {
    margin: 0 10px
}

.attribute_box li, .option_box li {
    list-style-type: none
}

.modal-noticeme-window h3 {
    margin: 10px 25px;
    text-align: center;
    font-size: 18px
}

#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none
}

/* wesker */
.rating-star-tovar button {
    background: 0 0;
    border: 0;
    padding: 0;
    height: 33px;
    transform: scale(.8);
    position: relative;
    float: left;
    margin-top: -7px
}

.fa-heart:before {
    content: "";
    width: 29px;
    height: 33px;
    background: url(/catalog/view/theme/notaboo/image/wishlist-red.svg) no-repeat;
    background-size: 22px;
    display: block;
    margin-left: -4px
}

.delivery-tovar {
    margin-top: 0
}

.content {
    background-color: #fff !important
}

.delivery-tovar span {
    float: left;
    margin-left: 15px
}

.good-description {
    margin-left: 0;
    margin-right: 13px
}

.button-cart-tovar {
    border: none;
    margin-left: 0;
    font-size: 24px;
    color: #fff
}

.nav-tabs {
    margin-bottom: 0;
    clear: both
}

.button-group-price {
    background-color: #e43939;
    max-width: 100%;
    margin: 0 auto;
    padding: 1px 0 0 0;
    text-align: center
}

.product-thumb .caption {
    padding: 0
}

.button-special-style {
    display: inline-block
}

.right-add-cart {
    width: 42%;
    height: 37px;
    min-height: 50px
}

.right-add-cart button {
    line-height: 14px;
    font-size: 22px;
    font-weight: 300;
    display: block;
    margin: auto;
    padding-bottom: 5px !important;
    margin-top: 10px;
    background: #f54336;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 4px !important
}

.button-cart:hover {
    background: #da3928
}

.left-price-container {
    color: #fe0100;
    width: 100%;
    position: relative
}

.insidepage {
    background-color: #fff
}

.insidepage .waitlist-add {
    min-height: 37px;
    width: 95%;
    margin-left: 7px
}

.insidepage .waitlist-add .notifyMe {
    padding-top: 3px
}

.old-price {
    width: 100%;
    height: 24px;
    position: absolute;
    top: -24px;
    left: -1px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
    background-color: #fe0100;
    color: #fff;
    line-height: 23px
}

#content_cart .panel-default > .panel-heading, #content_cart .panel-heading-delivery {
    margin-top: 0
}

#content_cart .panel-title {
    font-size: 18px;
    padding: 5px 0
}

#content_cart .btn {
    padding: 10px;
    font-size: inherit
}

#content_cart input.form-control {
    text-align: center
}

#content_cart td {
    vertical-align: middle
}

#content_cart .remove .btn {
    padding: 0 10px
}

#content_cart div {
    box-sizing: border-box
}

#content_cart .text-left, #content_cart .text-right {
    font-size: 18px
}

#content_cart .text-center {
    max-width: inherit
}

.video_link {
    pointer-events: none;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 5;
    top: 7px;
    margin-left: 5px
}

.video_link img {
    max-width: 100%;
    height: auto
}

.percent + .video_link {
    top: 60px
}

.waitlist-add {
    background: #bcbaba;
}

@media (max-width: 768px) {
    .video_link {
        width: 30px;
        height: 30px
    }
}

.video_img a img {
    max-width: 100%;
    height: auto
}

@media (max-width: 768px) {
    .image-additional {
        max-width: 50px
    }
}

/* AWEB #227978 start */

.hidden-layer-chars {
    padding: 5px;
    display: none;
    position: absolute;
    height: 78%;
    overflow: auto;
    z-index: 212;
    background-color: #fff;
    width: 100%;
}

#content .product-thumb {
    position: relative;
}

.pre-header {
    display: flex;
}

.switch-circle {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: red;
    z-index: 1111;
    bottom: 10px;
    border-radius: 50%;
    right: 10px;
}

.switch-circle::before {
    content: "+";
    display: block;

    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-thumb.active .switch-circle::before {
    content: "-";
}

#content .product-thumb.active .hidden-layer-chars {
    display: block;
}

/*.percent.ca-ory{
    background: url(/catalog/view/theme/notaboo/image/stickerng1.png) no-repeat right top;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
    background-color: transparent !important;
    font-size: 17px !important;
    padding-top: 17px;
}*/
.image-uspewno {
    max-width: 100% !important;
    width: 100%;
    display: none;
}

.image-uspewnoo {
    max-width: 100% !important;
    float: right;
    width: 70%;
}

.kontaktnew .p-t-10 h4 {
    font-family: 'Open Sans Condensed',sans-serif !important;
    font-size: 18px!important;
}
.kontaktnew .text-muted-new, .kontaktnew .show-number, .show-number-container a {
    font-family: 'Open Sans Condensed',sans-serif !important;
    font-size: 18px!important;
}
.kontaktnew p.text-muted {
    font-family: 'Open Sans Condensed',sans-serif !important;
    font-size: 16px!important;
}
.kontaktnew .show-number {
    height: 25px;
}
.kontaktnew .media-main .info {
    height: 110px;
}


img.thumb-lg.bx-s {
    margin: 0px !important;
}

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

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
    header .container {
        padding: 0;
    }

    .owl-carousel {
        top: 0px !important;
    }

    .col-sm-1.h-btns {
        display: flex;
    }
}

@media only screen and (min-width: 1250px) {
    .top-block-wrapper {
        position: absolute;
        top: 0;
        right: -20px;
        padding: 0;
        width: 80%;
    }

    #column-left {
        width: 20%;
    }

    .block-category {
        width: 80%;
    }

    .product-thumb .image img {
        max-width: 100%;
    }

    #content .col-lg-4 {
        width: 25%;
        min-height: 490px;
    }

    .left-price-container {
        font-size: 15px !important;
    }

    .rait-stat {
        left: 30%;
    }

    /*.ocdbanner {
        display: none;
    }*/
    .product-thumb {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

/* #content .product-thumb:hover .hidden-layer-chars{
    display: block;
} */
/* AWEB #227978 end */