@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
    overflow: visible;
}

audio, canvas, progress, video {
    display: inline-block;
}

progress, sub, sup {
    vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    /*  margin: 0;*/
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

/* fonts*/

@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed'), local('fonts/RobotoCondensed-Regular'), url('fonts/Robotocondensed.woff2') format('woff2'), url('fonts/Robotocondensed.woff') format('woff'), url('fonts/Robotocondensed.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* ------------------- Typography */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font: 12px Arial, Arial, sans-serif;
    line-height: 18px;
    color: #020202;
}

h1, .site-h1-tt, h2, .site-h2-tt, h3, .site-h3-tt, h4, .site-h4-tt, h5, .site-h5-tt, h6, .site-h6-tt {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-family: Arial, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    color: #020202;
}

.content_block ul li, .cpt_auxpages_navigation ul.vertical, .filter ul li, .inside-banners ul li, .list_container > ul li, .unit-rating {
    list-style: none;
}

.current-rating1, .fancybox-inner, .filter, .review_content, ul.product_list {
    overflow: hidden;
}

.basket, .buttom_wrapper, .filter, .inside-banners li > a, .open_tab, .product-filter, .services, .top-panel {
    box-sizing: border-box;
}

h1, .site-h1-tt {
    font-size: 26px;
}

h2, .site-h2-tt {
    font-size: 18px;
}

h3, .site-h3-tt {
    font-size: 16px;
}

h4, .site-h4-tt {
    font-size: 16px;
}

h5, .site-h5-tt {
    font-size: 16px;
}

h6, .site-h6-tt {
    font-size: 14px;
}

ul, ol {
    margin: 0 0 20px;
    padding: 0;
}

li {
    margin: 0 0 5px;
    padding: 0;
}

.text-bl ul, .text-bl ol {
    padding-left: 15px;
}

p {
    margin: 0 0 20px;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_uppercase {
    text-transform: uppercase;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a {
    color: #015082; /*#207fba;*/
    text-decoration: underline;
    transition: color 0.15s linear;
}

a:hover {
    text-decoration: none;
    color: #1c70a4;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
    h1, .site-h1-tt {
        font-size: 25px;
    }

    h2, .site-h2-tt {
        font-size: 18px;
    }

    h3, .site-h3-tt {
        font-size: 16px;
    }

    h4, .site-h4-tt {
        font-size: 16px;
    }

    h5, .site-h5-tt {
        font-size: 16px;
    }

    h6, .site-h6-tt {
        font-size: 14px;
    }

    .text-bl ul, .text-bl ol {
        padding-left: 50px;
    }

    /* end media min width 768 pixels */
}

/* ------------------- Icons */
.icon {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.ic-arrow-b {
    background-image: url(images/sprite.png);
    background-position: -18px -59px;
    width: 13px;
    height: 8px;
}

.ic-arrow-bb {
    background-image: url(images/sprite.png);
    background-position: -33px -59px;
    width: 9px;
    height: 5px;
}

.ic-cart {
    background-image: url(images/sprite.png);
    background-position: 0px 0px;
    width: 59px;
    height: 57px;
}

.ic-check-checked {
    background-image: url(images/sprite.png);
    background-position: 0px -72px;
    width: 12px;
    height: 12px;
}

.ic-check {
    background-image: url(images/sprite.png);
    background-position: -14px -72px;
    width: 12px;
    height: 12px;
}

.ic-close {
    background-image: url(images/sprite.png);
    background-position: -40px -72px;
    width: 9px;
    height: 9px;
}

.ic-double-arrow-r {
    background-image: url(images/sprite.png);
    background-position: -28px -72px;
    width: 10px;
    height: 10px;
}

.ic-loop {
    background-image: url(images/sprite.png);
    background-position: -61px 0px;
    width: 36px;
    height: 36px;
}

.ic-message {
    background-image: url(images/sprite.png);
    background-position: 0px -59px;
    width: 16px;
    height: 11px;
}

.ic-phone {
    background-image: url(images/sprite.png);
    background-position: -79px -38px;
    width: 16px;
    height: 16px;
}

.ic-search {
    background-image: url(images/sprite.png);
    background-position: -61px -38px;
    width: 16px;
    height: 16px;
}

/* ------------------- Button styles */
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 100px;
    margin: 0;
    padding: 5px 10px;
    border: none;
    border-radius: 2px;
    font: normal 700 15px/26px Arial, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: #c6fb2d;
    background-image: linear-gradient(to top, #1ca306 0%, #71d42f 100%);
    transition: all 0.2s ease-out;
    border-color: #c6fb2d;
}

.btn.btn-round {
    color: #c6fb2d;
}

.btn.btn-round:hover {
    color: #fff;
    background-color: #c6fb2d;
    background-image: linear-gradient(to top, #1ca306 0%, #71d42f 100%);
}

.btn:hover {
    background-color: #c6fb2d;
    background-image: linear-gradient(to top, #71d42f 0, #1ca306 100%);
    color: #fff;
}

.btn--second {
    background-color: #7fd114;
    background-image: linear-gradient(to top, #d30903 0%, #fd2e2d 100%);
    border-color: #fa2a29;
}

.btn--second.btn-round {
    color: #f62726;
}

.btn--second.btn-round:hover {
    color: #fff;
    background-color: #7fd114;
    background-image: linear-gradient(to top, #d30903 0%, #fd2e2d 100%);
}

.btn--second:hover {
    background-color: #7fd114;
    background-image: linear-gradient(to top, #fd2e2d 0%, #d30903 100%);
}

.btn-round {
    background: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    padding: 9px 15px;
}

.btn-round:hover {
    background: none;
}

.btn-search {
    line-height: 23px;
    height: 23px;
    padding: 0 10px;
    font-size: 13px;
    min-width: 65px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
}

.btn-slider {
    text-transform: uppercase;
    clear: left;
}

.btn-slider span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* ------------------- Form styles */
.st-form {
    margin: 20px 0;
}

.form-group {
    margin: 20px 0;
}

.form-label-tt {
    display: block;
    margin: 10px 0;
}

.form-group-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group-inline .form-label-tt {
    min-width: 120px;
    max-width: 120px;
    line-height: 20px;
    padding: 10px 0;
    margin: 0;
}

.placeholder {
    color: #8b8b8b;
}

::-webkit-contacts-auto-fill-button {
    opacity: 0;
}

input,
textarea {
    border-radius: 10px;
    padding: 0 15px;
    height: 40px;
    position: relative;
    outline: none;
    font: 15px Arial, Arial, sans-serif;
    color: #000;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    width: 100%;
}

input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
}

textarea {
    height: 130px;
    width: 100%;
    vertical-align: top;
    padding: 10px 15px;
    resize: none;
}

.head-search {
    position: relative;
    max-width: 300px;
}

.head-search .ic-search {
    position: absolute;
    right: 75px;
    top: 50%;
    margin-top: -9px;
    z-index: 2;
}

.h-search__field {
    height: 23px;
    border: none;
    border-radius: 2px;
    padding: 0 105px 0 8px;
    font-size: 13px;
}

.filter-inner-wrapp {
    padding: 12px 12px 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
    border-radius: 10px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, #ffbf06 0%, #ffde18 100%);
    margin-bottom: 15px;
}

.filter-inner input[type="text"] {
    height: 25px;
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 13px;
    background-color: #ffffff;
    color: #8b8b8b;
    font-size: 13px;
    border: none;
    padding: 0 20px;
}

.filter-grid-col {
    margin-bottom: 10px;
}

.filter-option-label {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
}

.filter-option-half {
    font: 14px Verdana, Arial, sans-serif;
    word-spacing: -.36em;
    margin-left: -4%;
}

.filter-option-half > div {
    display: inline-block;
    vertical-align: top;
    font: 12px Arial, Arial, sans-serif;
    word-spacing: normal;
    width: 46%;
    margin-left: 4%;
}

.filter-option-btns {
    margin: 20px 0 10px;
}

.filter-more-param {
    display: block;
    line-height: 20px;
    clear: both;
    padding-top: 5px;
}

.filter-more-param span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.filter-more-param span:before {
    content: 'Больше ';
}

.filter-more-param span:hover {
    text-decoration: none;
}

.filter-more-param .icon {
    margin-top: 1px;
}

.filter-more-param--open span:before {
    content: 'Меньше ';
}

.filter-more-param--open .icon {
    transform: rotate(180deg);
}

.filter-option-btns {
    overflow: hidden;
    max-width: 320px;
}

.filter-option-btns .btn {
    border-radius: 5px;
    line-height: 30px;
    font-size: 16px;
    float: left;
    width: 47.5%;
}

.filter-option-btns .btn--second {
    float: right;
}

.filter-option-btns .btn {
    width: 100px;
    margin-right: 15px;
}

.filter-option-btns .btn--second {
    float: left;
}

.filter-tt {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}

.filter-tt .icon {
    position: absolute;
    left: -18px;
    top: -16px;
}

.more-filter-param-hidden {
    display: none;
}

.more-filter-param-hidden.more-param-open {
    display: block;
    margin: 0 0 10px 0;
}

.support-form {
    margin: 30px 0 0;
}

.support-form input {
    border: 1px solid #fc2b2b;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 10px;
}

.support-form .btn {
    border-radius: 10px;
    min-width: 130px;
    line-height: 30px;
    font-weight: 400;
}

/* select */
.jcf-select {
    width: 100%;
    display: block;
    position: relative;
    border: none;
    max-width: 100%;
    height: 25px;
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 13px;
    background-color: #ffffff;
}

.jcf-select.jcf-drop-active {
    border-radius: 13px 13px 0 0;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 25px;
    margin: 0 25px 0 20px;
    /* color: #8b8b8b;*/
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background-image: url(images/sprite.png);
    background-position: -18px -59px;
    width: 13px;
    height: 8px;
    width: 13px;
    height: 8px;
    bottom: 0;
    right: 13px;
    top: 50%;
    margin-top: -2px;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-select-img-options img {
    width: 30px;
    margin-right: 5px;
}

.jcf-select-drop.jcf-select-img-options img {
    width: 30px;
    margin-right: 5px;
}

.jcf-select-drop .jcf-select-drop-content {
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 13px 13px;
    overflow: hidden;
}

.jcf-drop-flipped.jcf-select {
    border-radius: 0 0 13px 13px;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
}

.jcf-drop-flipped .jcf-select-drop-content {
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 13px 13px 0 0;
}

.jcf-select-drop.jcf-compact-multiple {
    min-width: 250px;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-option {
    padding-left: 28px;
    position: relative;
}

.jcf-select-drop.jcf-compact-multiple .jcf-option:before {
    content: ' ';
    position: absolute;
    left: 10px;
    top: 6px;
    background-image: url(images/sprite.png);
    background-position: -14px -72px;
    width: 12px;
    height: 12px;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    background-image: url(images/sprite.png);
    background-position: 0px -72px;
    width: 12px;
    height: 12px;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background-color: #f0f0f0;
    color: #e81c18;
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 5px 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 20px;
    min-height: 14px;
    font-size: 13px;
    line-height: 15px;
    height: 1%;
    /* color: #868686;*/
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background-color: #f0f0f0;
    color: #e81c18;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.jcf-select-drop .jcf-option-hideme {
    display: none;
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
    .filter-more-param {
        float: left;
        line-height: 40px;
        clear: none;
        padding: 0;
        margin-left: 10px;
    }

    .filter-option-btns {
        max-width: 100%;
    }

    .support-form {
        padding-right: 145px;
        position: relative;
    }

    .support-form .btn {
        position: absolute;
        right: 0;
        top: 0;
    }

    /* end media min width 480 pixels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
    .filter-option-half {
        font: 14px Verdana, Arial, sans-serif;
        word-spacing: -.36em;
        margin-left: -2%;
    }

    .filter-option-half > div {
        width: 48%;
        margin-left: 2%;
    }

    /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
    .head-search {
        float: right;
        width: 220px;
    }

    /* end media min width 1000 pixels */
}

/* Min width 1240 pixels */
@media only screen and (min-width: 1240px) {
    .head-search {
        max-width: 100%;
        width: 320px;
    }

    .filter-inner {
        padding-right: 155px;
        position: relative;
        min-height: 70px;
    }

    .filter-option-btns {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: 155px;
    }

    .filter-option-btns .btn {
        min-width: 74px;
        width: 74px;
        margin-right: 0;
    }

    .filter-option-btns .btn--second {
        float: right;
    }

    .filter-more-param {
        margin: 0;
        padding: 0;
        line-height: 26px;
    }

    .filter-grid-col {
        display: inline-block;
        vertical-align: top;
    }

    .filter-grid-col--sm {
        width: 172px;
    }

    .filter-grid-col--sm .filter-option-half {
        width: 123px;
    }

    .filter-grid-col--sm .filter-option-label {
        width: 42px;
    }

    .filter-grid-col--md {
        width: 220px;
        margin: 0 5px 0 10px;
    }

    .filter-grid-col--md .filter-option-half {
        width: 150px;
    }

    .filter-grid-col--md .filter-option-label {
        width: 65px;
    }

    .filter-grid-col--md2 {
        width: 298px;
        margin: 0 5px 0 10px;
    }

    .filter-grid-col--md2 .filter-option-half {
        width: 227px;
    }

    .filter-grid-col--md2 .filter-option-label {
        width: 65px;
    }

    .filter-grid-col--lg {
        width: 265px;
        margin: 0 5px 0 5px;
    }

    .filter-grid-col--lg .filter-option-half {
        width: 100%;
    }

    .filter-option-label {
        display: inline-block;
        vertical-align: top;
        line-height: 15px;
        margin: 0;
        padding: 5px 0;
    }

    .filter-option-half {
        display: inline-block;
        vertical-align: top;
        min-height: 25px;
        margin: 0;
    }

    .filter-option-half > div {
        margin: 0;
        float: left;
    }

    .filter-option-half > div + div {
        float: right;
    }

    .filter-option-half .filter-option-xs {
        width: 57px;
    }

    .filter-option-half .filter-option-xs input {
        padding: 0 5px;
        text-align: center;
    }

    .filter-option-half .filter-option-sm {
        width: 70px;
    }

    .filter-option-half .filter-option-sm2 {
        width: 110px;
    }

    .filter-option-half .filter-option-md {
        width: 120px;
    }

    .filter-option-half .filter-option-lg {
        width: 130px;
    }

    .filter-tt {
        padding-left: 47px;
        margin-bottom: 0;
    }

    /* end media min width 1240 pixels */
}

/* ------------------- Navigation */
.menu-open-wrapper-page {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.menu-icon-wrap {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 101;
}

.menu-icon {
    width: 34px;
    position: absolute;
    right: 15px;
    top: 35px;
    z-index: 101;
    padding: 10px 0;
}

.menu-icon span {
    display: block;
    height: 3px;
    background-color: #000;
    position: relative;
}

.menu-icon span:before, .menu-icon span:after {
    content: ' ';
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #000;
    width: 100%;
}

.menu-icon span:before {
    top: -10px;
}

.menu-icon span:after {
    bottom: -10px;
}

.menu-wrapper-fixed {
    left: -100%;
    position: fixed;
    top: 0;
    transition: left 0.2s linear;
    z-index: 100;
    height: 100%;
    width: 100%;
}

.menu-open-wrapper {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffdf18 0%, #ffb702 100%);
    padding: 20px;
    height: 100%;
    overflow: auto;
}

.menu {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}

.menu > li {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.menu > li > a {
    color: #000;
    text-decoration: none;
}

.menu > li > a:hover {
    color: #e61200;
}

/* ------------------- menu open mobile */
.menu-mobile-open .menu-wrapper-fixed {
    left: 0;
}

.menu-mobile-open .menu-icon-wrap {
    position: fixed;
    right: 0;
    top: 0;
    height: 95px;
    width: 60px;
    padding: 15px 13px;
}

.menu-mobile-open .menu-icon {
    left: 13px;
    top: 35px;
    background: none;
}

.menu-mobile-open .menu-icon span {
    background: none;
}

.menu-mobile-open .menu-icon span:before, .menu-mobile-open .menu-icon span:after {
    transition: transform 0.2s linear;
    transform-origin: 50% 50%;
}

.menu-mobile-open .menu-icon span:before {
    top: 0;
    transform: rotate(45deg);
}

.menu-mobile-open .menu-icon span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
    .menu-open-wrapper-page {
        overflow: visible;
        position: relative;
        height: auto;
        width: auto;
        top: 0;
        left: 0;
    }

    .menu-open-wrapper-page #wrapper {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        transition: none;
    }

    .menu-open-wrapper-page .footer {
        margin-left: 0;
        opacity: 1;
    }

    .menu-wrapper-fixed {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        transition: none;
        width: 100%;
    }

    .menu-open-wrapper {
        background: none;
        padding: 0;
        height: auto;
        overflow: visible;
    }

    .menu-icon-wrap {
        display: none;
    }

    .header-nav {
        float: left;
    }

    .menu {
        margin: 0;
    }

    .menu li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 21px;
        font-size: 12px;
        line-height: 23px;
        position: relative;
    }

    .menu li:before {
        content: ' ';
        position: absolute;
        left: -14px;
        top: 50%;
        margin-top: -2px;
        width: 3px;
        height: 3px;
        background-color: #e61200;
    }

    .menu li:first-child {
        margin: 0;
    }

    .menu li:first-child:before {
        display: none;
    }

    /* end media min width 1000 pixels */
}

/* Min width 1240 pixels */
@media only screen and (min-width: 1240px) {
    .menu li {
        font-size: 14px;
        margin-left: 20px;
    }

    .menu li:before {
        left: -15px;
    }

    /* end media min width 1240 pixels */
}

/*  ------------------- Page structure */
.clear {
    clear: both;
}

.group:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#wrapper {
    overflow: hidden;
    min-width: 320px;
}

.section-dark {
    background-color: #dddddd;
}

.section-light {
    background-color: #fefefe;
}

.container {
    padding: 0 15px;
}

.hidden-mobile,
.hidden-devices {
    display: none;
}

.st-inner-bl {
    margin-bottom: 55px;
}

/* ------------------- Header */
.header {
    position: relative;
    padding: 20px 0;
}

.logo {
    max-width: 100px;
    margin-bottom: 20px;
    float: left;
}

.logo a {
    display: block;
    outline: none;
}

.head-cart {
    margin: 0 50px 0 100px;
    text-align: center;
}

.head-cart a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.head-cart .icon {
    margin-left: -15px;
    display: none;
}

.head-cart-value {
    display: block;
    font-weight: bold;
    line-height: 16px;
    line-height: 50px;
}

.head-work-contacts {
    clear: both;
    text-align: center;
}

.h-work-tt {
    font-weight: 700;
    line-height: 16px;
    color: #000;
    margin-bottom: 5px;
    display: block;
}

.h-work-phone-wrapp {
    margin: 10px 0 0;
}

.h-work-phone-wrapp + .h-work-phone-wrapp {
    margin-top: 15px;
}

.h-work-numb {
    margin-bottom: 5px;
}

.h-work-numb a {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    margin-left: 5px;
}

.h-work-numb-adress {
    position: relative;
    padding-top: 15px;
}

.h-work-numb-adress:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 4px;
    background-color: #207fba;
    width: 18px;
    height: 2px;
    margin-left: -9px;
}

.h-work-numb-adress span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #207fba;
}

.catalog-dd-wrapper {
    margin-bottom: 15px;
    position: relative;
}

.catalog-dd-btn,
.catalog-product-dd-btn {
    display: block;
    border-radius: 10px;
    background-color: #ffda15;
    background-image: linear-gradient(to top, rgba(255, 191, 6, 0.68) 0%, rgba(255, 222, 24, 0.68) 100%);
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 25px;
    font-size: 20px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.catalog-dd-btn:hover,
.catalog-product-dd-btn:hover {
    background-color: #ffda15;
    background-image: linear-gradient(to top, rgba(255, 222, 24, 0.68) 100%, rgba(255, 191, 6, 0.68) 0%);
}

.catalog-dd-btn:after,
.catalog-product-dd-btn:after {
    content: ' ';
    position: absolute;
    right: 28px;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-bottom: none;
    border-left: 6px solid transparent;
    margin: -2px 0 0;
}

.catalog-dd-btn {
    padding-left: 90px;
}

.js--open-dd-bl .catalog-dd-btn,
.js--open-dd-bl .catalog-product-dd-btn {
    border-radius: 10px 10px 0 0;
}

.js--open-dd-bl .catalog-dd-btn:after,
.js--open-dd-bl .catalog-product-dd-btn:after {
    transform: rotate(180deg);
    margin-top: 0;
}

.catalog-dd-btn-icon {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -9px;
    height: 18px;
    width: 35px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}

.catalog-dd-btn-icon:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.catalog-dd-menu,
.catalog-product-dd-menu {
    border: 4px solid #ffcc0d;
    background-color: #ffffff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.36);
    padding: 25px;
    display: none;
}

.js--open-dd-bl .catalog-dd-menu,
.js--open-dd-bl .catalog-product-dd-menu {
    display: block;
}

.catalog-dd-menu-item {
    margin-bottom: 30px;
}

.catalog-dd-menu-items:last-child .catalog-dd-menu-item:last-child {
    margin-bottom: 0;
}

.c-dd-menu-item-tt {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 2px solid #ffda16;
    color: #000;
    text-decoration: none;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.c-dd-menu-param-tt {
    display: block;
    font-weight: 700;
    line-height: 21px;
    color: #000;
    margin-bottom: 5px;
}

.c-dd-menu-param {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.c-dd-menu-param li {
    font-size: 13px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    color: #000;
}

.c-dd-menu-param-inline {
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-left: -3px;
}

.c-dd-menu-param-inline li {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    font-size: 16px;
    padding: 0 4px;
    border-radius: 2px;
    margin: 0 0px 0 -2px;
    min-width: 40px;
    text-align: center;
}

.c-dd-menu-param-inline li:hover {
    background-color: #ffda16;
}

.catalog-product-dd-wrapper {
    margin-bottom: 15px;
}

.catalog-product-dd-menu {
    list-style-type: none;
    margin: 0;
}

.catalog-product-dd-menu li {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 700;
    line-height: 16px;
}

.catalog-product-dd-menu li:last-child {
    margin: 0;
}

.catalog-product-dd-menu li a {
    color: #015082;
    text-decoration: none;
}

.catalog-product-dd-menu li a:hover {
    color: #016fb5;
}

.filter-search-info {
    display: inline-block;
    vertical-align: top;
    background-color: #f0f0f0;
    border-radius: 1px;
    line-height: 35px;
    color: #000;
    font-size: 15px;
    padding: 0 20px;
}

.filter-search-info a {
    color: #000;
}

.filter-search-info-found {
    margin-right: 13px;
}

.filter-search-info-found span {
    font-weight: 700;
}

.tales-transport-bl {
    min-height: 122px;
    overflow: hidden;
    padding-top: 15px;
}

.tales-tr-inner {
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
    border-radius: 10px;
    background-color: #ffbd05;
    background-image: linear-gradient(to top, rgba(255, 191, 6, 0.68) 0%, rgba(255, 222, 24, 0.68) 100%);
    min-height: 122px;
    padding: 15px;
    text-align: center;
    position: relative;
}

.tales-tr-inner:hover {
    background-color: #ffbd05;
    background-image: linear-gradient(to top, rgba(255, 222, 24, 0.68) 0%, rgba(255, 191, 6, 0.68) 100%);
}

.tales-tr-info {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    color: #000;
}

.tales-tr-tt {
    display: block;
    letter-spacing: 0.2px;
}

.tales-tr-text {
    display: block;
    font-weight: 700;
    font-size: 23px;
}

.tales-tr-img {
    margin-bottom: 15px;
}

.tales-tr-img img {
    display: inline-block;
    vertical-align: bottom;
}

.online-wrapper {
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    background-color: #fdfdfd;
    padding: 20px;
    margin-bottom: 40px;
}

.online-info p {
    margin: 0;
    font-size: 15px;
    color: #9a9a9a;
}

.online-info__tt {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.online-info__tt b {
    font-weight: 700;
}

.online-info__min-tt {
    display: block;
    color: #fc2b2b;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

.product-inline {
    margin-left: 0;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-item {
    width: 50%;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 10px 10px 15px;
}

.product-item-link-h {
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
}

.product-item-link-h:hover img {
    opacity: 0.9;
}

.product-item__img {
    height: 120px;
    line-height: 120px;
    margin-bottom: 10px;
    text-align: center;
}

.product-item__img img {
    max-width: 100%;
}

.product-item__name {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.product-item__price-btn {
    padding: 5px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    overflow: hidden;
}

.product-price__actual-price {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-price__actual-price b {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.product-price__exchange-price {
    display: block;
    color: #a6a6a6;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-price__exchange-price span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.product-price__exchange-price b {
    font-size: 18px;
    font-weight: 700;
}

.product-status {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.product-status--def {
    color: #fc2b2b;
}

.product-status--act {
    color: #158401;
}

.product-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.product-list-item {
    padding: 0;
    margin: 10px 0;
}

.product-list-item a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #015082;
    font-size: 15px;
    line-height: 23px;
}

.product-list-item a:hover .product-list-item__name {
    text-decoration: underline;
}

.product-list-item__img {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    text-align: center;
}

.product-list-item__img img {
    max-height: 100%;
}

.product-list-item__name {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.prod-name-value {
    font-size: 11px;
    color: #9c9c9c;
    margin-left: 2px;
    position: relative;
    top: -2px;
}

.footer .container {
    border-radius: 10px 10px 0 0;
    background-color: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 5px;
    min-height: 125px;
}

.footer-info {
    margin-bottom: 15px;
}

.footer-text {
    font-size: 12px;
    line-height: 18px;
    color: #020202;
    display: block;
}

.footer-text a {
    color: #020202;
    color: #015082;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}

.aside-hide-bl {
    display: none;
}

.aside-recomend-wrapper {
    padding: 25px 25px 40px;
}

.recomend-inner-info {
    width: 180px;
}

.recomend-inner-info a {
    display: block;
    text-decoration: none;
}

.recomend-text {
    display: block;
    margin-bottom: 30px;
    line-height: 19px;
    font-weight: bold;
    font-size: 15px;
    color: #fa0900;
}

.aside-inner-tt {
    font-size: 18px;
    color: #207fba;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.aside-vote-wrapper {
    padding: 25px 25px 15px;
}

.vote-inner-info {
    width: 200px;
}

.vote-inner-info .aside-inner-tt {
    text-transform: uppercase;
}

.vote-inner-info .vote-list-tt {
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    display: block;
    margin-bottom: 20px;
}

.vote-form-list {
    padding: 0 0 0 12px;
    margin: 0;
    list-style-type: none;
}

.vote-form-list li {
    margin: 0 0 2px;
    padding: 0;
}

.vote-form-list input {
    margin-right: 7px;
}

.vote-form-list label {
    font-size: 13px;
    cursor: pointer;
}

.vote-btn {
    display: block;
    width: 70px;
    padding: 0 10px;
    height: 26px;
    margin: 20px auto 10px;
    border: 1px solid #000;
    background: none;
    cursor: pointer;
}

.aside-news-wrapper {
    padding: 25px 10px;
}

.news-bl {
    padding-left: 15px;
    width: 200px;
    margin-bottom: 15px;
}

.news-bl .aside-inner-tt {
    text-transform: uppercase;
}

.news-item {
    margin-bottom: 12px;
}

.news-item > span {
    display: block;
    color: #015082;
}

.news-date {
    font-weight: bold;
    font-size: 13px;
}

.news-info {
    font-size: 12px;
    color: #015082;
}

.look-all-news {
    text-align: right;
}

.look-all-news a {
    color: #015082;
    text-decoration: none;
}

.look-all-news a:hover {
    text-decoration: underline;
}

.subscribe-on-news {
    padding: 12px 12px 10px;
    background-color: #f5f5f5;
}

.subscribe-on-news form {
    margin: 5px 0;
}

.subscribe-on-news form input {
    width: 164px;
    border: 1px solid #424242;
    height: 18px;
    border-radius: 0;
}

.subscribe-on-news form button {
    width: 30px;
    height: 18px;
    border: 1px solid #424242;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    padding: 2px;
    margin-left: 5px;
    background: none;
}

.wifi-icon {
    height: 15px;
    width: 15px;
    background: url(images/icon/aside-icon.png) no-repeat 0 0;
    margin-left: 5px;
}

.mfp-wrap, .owl-carousel .owl-item, .owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
}

.mfp-arrow, .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
    content: '';
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-figure, img.mfp-img {
    line-height: 0;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* ------------------- Plugins */
/* ------------------- magnific modal window */
.mfp-bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.st-modal {
    position: relative;
    max-width: 500px;
    margin: 30px auto;
    padding: 10px 30px;
    background-color: #fff;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-close {
    top: -24px;
    right: -24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.mfp-close:active {
    top: -24px;
    right: -24px;
}

/* ------------------- owl carousel */
.owl-carousel .owl-item img {
    width: auto;
    display: inline;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-nav > div {
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.owl-dots > div {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: 100%;
}

.owl-dots > div.active {
    background-color: #fc2b2b;
}

.info-carousel {
    border-radius: 10px;
    background-color: #eeeeee;
    background-image: linear-gradient(to top, rgba(237, 237, 237, 0.68) 0%, rgba(250, 250, 250, 0.68) 100%);
    padding: 20px;
    margin-bottom: 25px;
    padding-bottom: 50px;
    text-align: center;
}

.info-carousel .owl-dots {
    bottom: 10px;
}

.info-car-tt {
    display: block;
    color: #0270b5;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.info-car-tt b {
    font-weight: 900;
}

.info-car-img {
    margin: 20px 0;
}

/* Custom category */

.cat_item {
    float: left;
    width: 33.33%;
    text-align: left;
    min-height: 125px;
}

.cat_image {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 125px;
    text-align: center;
}

.cat_image:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.cat_image img {
    display: inline-block;
    vertical-align: middle;
}

.cat_name {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
}

.inside-banners li > a {
    height: 75px;
}

/* Menu and search */

#akb_search_form_div_wrap {
    background: #000;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1px 12px 0;
}

/* Category */

.category-col {
    margin-bottom: 15px;
}

.category-col:after,
.category-col:before {
    content: '';
    display: block;
    clear: both;
}

.td-block {
    height: 430px;
    float: left;
    width: 48%;
    margin-right: 3%;
    box-sizing: border-box;
}

.td-block:nth-child(2) {
    margin-right: 0;
}

.left-block-brief {
    float: left;
    width: 180px;
}

.right-block-brief {
    float: right;
    width: 242px;
}

.product_brief_block:after {
    content: '';
    display: block;
    clear: both;
}

.category-row:after {
    content: '';
    display: block;
    clear: both;
}

.tr-categories-blocks:after {
    content: '';
    display: block;
    clear: both;
}

.td-categories-blocks {
    float: left;
    width: 33.33%;
}

.akbn15:after {
    content: '';
    display: block;
    clear: both;
}

.product-category-info {
    float: left;
}

.print-block {
    float: right;
    padding-top: 27px;
}

.head-product:after {
    content: '';
    display: block;
    clear: both;
}

.cpt_maincontent {
    overflow: hidden;
}

.category-info-light .print-block {
    padding-top: 1px;
}

.category-info-light .product-category-info {
    padding-top: 15px;
}

.akbn15 {
    padding: 0;
}

.top-cart-left {
    float: left;
}

.top-cart-right {
    float: right;
}

.cart-content1 {
    float: left;
    width: 92px;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
}

.cart-content2 {
    width: 460px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.cart-content3 {
    width: 138px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.cart-content4 {
    width: 184px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.cart-content5 {
    width: 46px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.cart-content1 img {
    max-width: 100%;
}

.order-cart-form:before {
    content: '';
    clear: both;
    display: block;
}

.order-cart-form > div:after {
    content: '';
    clear: both;
    display: block;
}

.row-head {
    font-weight: bold;
    margin: 10px 0;
}

.bread-crumbs li + li:before, .email-adress:before, .f_truck tbody tr:before, .filter table:first-of-type tbody tr:before, .filter tbody tr:before, .filter:after, .header-row:after, .info-block p:before, .inside-banners:after, .open_tab:after, .product-filter form, .product-filter:after {
    content: ' ';
}

.categories-blocks {
    background-color: #f5f5f5;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    box-shadow: -2px 6px 7px #d1d1d1;
    padding: 10px 0 10px 15px;
    display: block;
    width: auto;
    margin-bottom: 20px;
}

.categories-blocks span {
    line-height: 22px;
    vertical-align: middle;
    padding: 2px 5px 8px;
    display: block;
    font-size: 14px;
}

.prdbrief_comparison {
    margin-left: 7px;
    font-size: 18px;
}

.prdbrief_comparison label {
    margin-left: 1px;
}

.prdbrief_comparison input {
    height: 17px;
    width: 17px;
}

td.c-block-td .sm-current-rating1 {
    display: inline-block;
}

.cpt_product_add2cart_button .prdbrief_comparison {
    margin-left: 0;
    margin-bottom: 20px;
}

.prdbrief_thumbnail .free-shipping {
    position: absolute;
    top: -50px;
    right: 0;
}

.prdbrief_thumbnail .present-icon, .cpt_product_images .present-icon {
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 0;
}

.time_wrapper {
    margin: 40px auto;
}

.filter {
    position: relative;
    height: auto;
    border-radius: 20px;
    background-color: #FFBC05;
    background-image: -webkit-linear-gradient(bottom, #FFBC05 0, #FFBC05 1%, #FFDF18 100%);
    background-image: linear-gradient(to top, #FFBC05 0, #FFBC05 1%, #FFDF18 100%);
    border: 1px solid #FFD207;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .75);
    padding: 14px 0 10px 25px;
    font-family: Arial;
    font-size: 16px;
}

.filter:after {
    width: 100%;
    height: auto;
    display: block;
    clear: both;
}

.filter > div {
    float: left;
    position: relative;
}

.f_caption {
    width: 100px;
    margin-top: 10px;
}

.f_caption span {
    color: #000;
    font-family: Arial;
    font-size: 16px;
}

.bread-crumbs li a, .filter tbody tr td ul li a, .list_container > ul li a {
    font-weight: 400;
    font-family: Arial;
}

.filter thead tr td i {
    background-image: url(../../images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.filter tbody tr td {
    width: 0;
}

.filter tbody tr td ul {
    display: inline-block;
    padding: 0;
    margin-right: 3px;
    text-align: left;
}

.filter tbody tr td ul li a {
    color: #000;
    font-size: 16px;
    padding: 3px 5px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
}

.filter tbody tr td ul li a.active-v, .filter tbody tr td ul li a:hover {
    background: #604b0c;
    color: #fff;
    text-decoration: none;
}

.filter tbody tr:before {
    height: 191px;
    width: 1px;
    background: #b39d24;
    display: block;
    position: absolute;
    margin: 12px 0 0 -24px;
}

.f_truck tbody tr:before {
    margin: 12px 0 0 -48px;
}

.f_car, .f_moto {
    margin-top: 10px;
}

.filter table:first-of-type tbody tr:before {
    display: none;
}

.filter table {
    display: inline-block;
    float: left;
}

.f_moto {
    display: block;
    color: #000;
    margin-left: 10px;
    margin-right: -6px;
}

.filter table tbody tr td {
    vertical-align: top;
    -webkit-column-span: none;
    -moz-column-span: none;
    column-span: none;
    text-align: left;
}

.f_moto thead tr td i {
    background-position: 0 0;
    width: 49px;
    height: 28px;
    margin-right: -25px;
}

.f_car {
    margin-right: 24px;
    margin-left: 50px;
}

.f_car i {
    background-position: -59px 0;
    width: 81px;
    height: 28px;
    margin-left: 29px;
}

.f_truck {
    width: 186px;
    margin-left: 50px;
}

.f_truck i {
    background-position: -150px 0;
    width: 143px;
    height: 38px;
    margin-left: -9px;
}

.filter .f_button {
    position: absolute;
    right: 17px;
    top: 17px;
}

.filter_car_after, .top-panel {
    position: relative;
}

.f_button .f_find {
    display: block;
    color: #264109;
    font-family: Arial;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 29px;
    background-color: #55A105;
    background-image: -webkit-linear-gradient(bottom, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    background-image: linear-gradient(to top, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    border: 1px solid #78B51B;
    box-shadow: inset 0 0 2px rgba(129, 201, 20, .75);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.f_button .f_find:hover {
    text-decoration: none;
    opacity: .8;
}

.categories-blocks #cat_product_sort {
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.block-comparison .hndl_submit_prds_cmp {
    font-size: 15px;
    height: 33px;
    margin: 0;
    text-align: center;
}

.add2cart_handler {
    border: 0;
}

.prdbrief_price {
    float: right;
    margin-right: 99px;
}

.prdbrief_brief_description > p {
    margin: 0;
}

.td-block {
    box-shadow: 10px 10px 23px -15px #000;
    padding: 10px 10px 90px 0;
    /*max-width: 432px;*/
    position: relative;
}

.cpt_product_params_fixed {
    padding-top: 10px;
}

.cpt_product_add2cart_button .cart-in-stock, .prdbrief_add2cart .cart-in-stock {
    padding: 8px 10px;
    border-radius: 8px;
    background: #48ac06;
    background: -webkit-linear-gradient(to bottom, #fff, #48ac06, #48ac06, #48ac06, #48ac06, #48ac06, #439e05, #439e05, #439e05, #439e05, #439e05, #439e05);
    background: -webkit-linear-gradient(top, #fff, #48ac06, #48ac06, #48ac06, #48ac06, #48ac06, #439e05, #439e05, #439e05, #439e05, #439e05, #439e05);
    background: linear-gradient(to bottom, #fff, #48ac06, #48ac06, #48ac06, #48ac06, #48ac06, #439e05, #439e05, #439e05, #439e05, #439e05, #439e05);
    text-decoration: none;
    width: 116px;
    margin-top: 5px;
}

.cpt_product_add2cart_button .cart-in-stock.to_order, .prdbrief_add2cart .cart-in-stock.to_order {
    background: #ffdd17;
    background: -webkit-linear-gradient(to bottom, #fff, #ffdd17, #ffdd17, #ffdd17, #ffdd17, #ffdd17, #EFCC00, #EFCC00, #decf21, #EFCC00, #EFCC00, #EFCC00);
    background: -webkit-linear-gradient(top, #fff, #ffdd17, #ffdd17, #ffdd17, #ffdd17, #ffdd17, #EFCC00, #EFCC00, #decf21, #EFCC00, #EFCC00, #EFCC00);
    background: linear-gradient(to bottom, #fff, #ffdd17, #ffdd17, #ffdd17, #ffdd17, #ffdd17, #EFCC00, #EFCC00, #decf21, #EFCC00, #EFCC00, #EFCC00);
    color: #000;
}

.cpt_product_add2cart_button .cart-no-stock, .prdbrief_add2cart .cart-no-stock {
    padding: 5px 10px;
    border-radius: 8px;
    background: #a50202;
    background: -webkit-linear-gradient(to bottom, #fff, red, #a50202);
    background: -webkit-linear-gradient(top, #fff, red, #a50202);
    background: linear-gradient(to bottom, #fff, red, #a50202);
    text-decoration: none;
    width: 160px;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
}

.prdbrief_add2cart a {
    font-size: 19px;
    font-weight: 400;
    margin-right: 21px;
    color: #fff;
}

.cpt_product_add2cart_button .prdbrief_add2cart a {
    float: left;
    width: 210px;
    text-align: center;
    margin: 0 0 10px 0;
}

.td-block .prdbrief_add2cart {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 25px;
}

.block-review {
    position: absolute;
    bottom: 0;
    width: 100%
}

.block-review .review_showall, .block-review .no-mess {
    margin-left: 0;
    /* margin-top: 10px; */
    /* display: inline-block; */
    position: absolute;
    bottom: -8px;
    text-align: center;
    width: 100%;
}

.phone_bg h2 {
    margin-bottom: 10px;
    font: 20px Arial, sans-serif;
}

.phone_bg {
    padding: 20px;
}

.phone_bg p, .phone_bg td {
    font: 14px Arial, sans-serif;
    padding: 5px 10px 5px 5px;
}

.phone_bg td {
    padding: 5px;
}

.phone_bg input[type=submit].input_text_btn-2 {
    width: 110px;
    height: 28px;
    margin-top: 10px;
    cursor: pointer;
}

.mess_baner img, .tooltip {
    cursor: help;
}

.mess_baner {
    padding-left: 10px;
}

.phone_bg input[type=submit], .phone_bg input[type=text], .phone_bg textarea {
    position: relative;
    width: 338px;
    height: 30px;
    padding: 0 10px;
    color: #4d4d4d;
    border: 1px solid #bbdce6;
    outline: 0;
    font: 14px Arial, sans-serif;
    border-radius: 3px;
}

.tooltip {
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: 0;
}

.tooltip span {
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 999;
    width: 230px;
    margin-left: -127px;
    padding: 10px;
    border: 2px solid #ccc;
    opacity: .9;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.block-stock li, .f_caption span b, a.c-link-delete {
    font-weight: 700;
}

.cpt_product_add2cart_button .tooltip span {
    margin-bottom: 20px;
}

.tooltip:hover {
    border: 0;
}

.tooltip:hover span {
    visibility: visible;
}

.tooltip span.big-tooltip {
    width: 400px;
    left: -68px;
    /* top: 20px; */
    bottom: 77px;
}

.td-block .tooltip span.big-tooltip {
    left: 130px;
    bottom: 69px;
}

.tooltip span.big-tooltip:before, .tooltip span.big-tooltip:after {
    left: 25%;
}

.tooltip span:after, .tooltip span:before {
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}

.bread-crumbs li + li:before, .email-adress:before, .f_truck tbody tr:before, .filter table:first-of-type tbody tr:before, .filter tbody tr:before, .filter:after, .header-row:after, .info-block p:before, .inside-banners:after, .open_tab:after, .product-filter form, .product-filter:after {
    content: ' '
}

.tooltip span:before {
    border-top-color: #ccc;
    bottom: -8px;
}

.yellow-tooltip span {
    border-color: #e1ca82;
    background-color: #ffeaa6;
}

.yellow-tooltip span:after {
    border-top-color: #ffeaa6;
}

.yellow-tooltip span:before {
    border-top-color: #e1ca82;
}

.navy-tooltip span {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    border-color: #161a1f;
    background-color: #1e2227;
}

.navy-tooltip span:after {
    border-top-color: #1e2227;
}

.navy-tooltip span:before {
    border-top-color: #161a1f;
}

.blue-tooltip span {
    border-color: #59add4;
    background-color: #61bde7;
}

.blue-tooltip span:after {
    border-top-color: #61bde7;
}

.blue-tooltip span:before {
    border-top-color: #59add4;
}

.pink-tooltip span {
    border-color: #ce4378;
    background-color: #ea4c88;
}

.pink-tooltip span:after {
    border-top-color: #ea4c88;
}

.pink-tooltip span:before {
    border-top-color: #ce4378;
}

.cpt_product_add2cart_button .some_promo_handler {
    float: left;
    margin: 10px 0 15px 39px !important;
}

.block-stock {
    clear: both;
    margin: 10px 0 25px 0;
    display: inline-block;
}

.block-stock span {
    font-size: 16px;
}

.block-stock ul {
    margin: 0;
    padding: 0 0 0 16px;
    color: #000;
}

.block-stock li {
    color: #000;
    line-height: 20px;
    font-size: 13px;
}

.all-block-stock .block-stock > ul > li {

    margin-bottom: 15px;
}

.block-stock .shipping-link li, .block-stock .shipping-link p, .block-stock .shipping-link ul {
    /*color: #fff;*/
}

.shipping-link img {
    width: 22px;
    vertical-align: middle;
}

.totalPrice, .totalPrice1 {
    color: red;
    font-weight: 700;
    font-size: 150%;
    margin: 0 5px 5px;
    display: inline !important;
}

.prdbrief_name a, .product_list a {
    font-size: 130%;
    text-decoration: none;
}

.prdbrief_name a {
    line-height: 170%
}

.prdbrief_name a:hover {
    border-bottom: solid 1px;
}

ul.product_list li {
    border: 1px solid #e6e6e6;
    margin: 0 2px !important;
    text-align: center;
}

ul.product_list li table {
    margin: 0 auto;
}

.product_list a {
    color: #991d1d;
}

.product_list a:hover {
    text-decoration: underline;
}

.cpt_product_price {
    float: left;
}

.cpt_product_add2cart_button {
    float: left;
    padding: 0 0 0 4px;
    width: 220px;
    margin-left: 36px;
}

.cpt_product_params_fixed table td {
    padding-right: 10px;
    line-height: 16px;
}

.cpt_product_rate_form {
    float: left;
    padding: 4px 0 0 36px;
}

.btn_checkout {
    font-size: 130%;
    font-weight: bold;
    margin: 10px;
    padding: 3px;
}

.prdbrief_add2cart {
    /* padding: 5px 0;*/
    border: 0px;
}

.error_block {
    font-weight: bold;
    color: red;
}

/*.product_brief_block { border:solid 1px #eaeaea; padding:10px; overflow:hidden; }   */

.product_brief_block .prdbrief_thumbnail {
    float: left;
    margin-right: 5px;
}

/*.product_brief_block .sm-current-rating1 { margin-left:155px;}  */

#tbl-checkout-progress td {
    vertical-align: top;
    font-size: 0.7em;
}

.current_prd_thumbnail img {
    border: #BBBBBB 3px solid;
}

a.prd_thumbnail img {
    border: #FFFFFF 3px solid;
}

a.prd_thumbnail:hover img {
    border: #BBBBBB 3px solid;
}

.news_date {
    color: #015082;
    font-size: 100%;
    font-weight: bold;
    padding-left: 20px;
}

.news_title {
    padding-bottom: 10px;
    color: #015082;
    padding-left: 20px;
}

.news_title a {
    color: #015082;
    font-weight: normal;
}

.news_viewall {
    padding-bottom: 10px;
    text-align: right;
    font-size: 85%;
}

.news_subscribe, .news_thankyou {
    padding: 5px;
    background-color: #e4e3e2;
}

.news_subscribe .input_message {
    width: 120px;
}

.news_subscribe div, .news_subscribe form {
    display: inline;
}

.news_subscribe img {
    vertical-align: middle;
}

/************************
BLOG STYLES
***************************/
.post_title {
    color: #666;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 120%;
}

.post_date {
    color: #999;
    border: 0px solid #EEE;
    border-top-width: 1px;
    margin-bottom: 15px;
}

.post_content {
    padding-left: 15px;
}

/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers {
    /* background-color: #334370;   */
}

.cmp_column_odd {
    background-color: white;
    vertical-align: top;
}

.cmp_column_even {
    /*background-color: #30406A;  */
    vertical-align: top;
}

#cmp-table tr:hover td {
    background-color: #d5e5fa !important;
}

#cmp-table tr td {
    text-align: center;
    padding: 6px;
}

#cmp-table tr td.cmp_headers {
    text-align: left;
}

/***************************
PRODUCT DETAILED
****************************/
.regularPrice {
    color: brown;
    text-decoration: line-through;
}

.regularPrice-sale {
    display: block;
    margin: 10px 0 0 0;
}

.totalPrice {
    color: #FF0000;
    font-weight: bold;
    font-size: 150%;
    margin: 0 5px 5px 5px;
}

.product_list .totalPrice {
    color: #000;
    background: #f2f2f2;
    font-weight: normal
}

.youSaveLabel {
    font-size: 75%;
}

.youSavePrice {
    font-size: 75%;
}

.prd_out_of_stock {
    font-style: italic;
}

.cpt_product_category_info a, .cat_path_in_productpage a {
    font-size: 120%;
}

/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block {
    margin-left: 20px;
}

.review_title {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 120%;
}

.review_date {
    color: #999;
    border: 0px solid #EEE;
    border-top-width: 1px;
    font-size: 90%;
    margin-bottom: 5px;
}

.review_content {
    color: #000;
    padding-left: 20px;
}

.review_showall {
    margin-left: 20px;
}

/****************************
SHOPPING CART
*****************************/
.background_cart_top {
    background-color: #fff;
    border-bottom: 1px #bec0a9 solid;
    font-size: 12pt;
}

.background_cart_top h1 {
    display: inline;
    padding: 0px;
    margin: 0px;
}

#cart_content_tbl {
    width: 100%;
}

#cart_content_tbl td {
    padding: 6px;
}

#cart_page_title {
    padding: 10px;
    text-align: left;
}

#cart_page_title h1 {
    display: inline;
    padding: 0px;
    margin: 0px;
}

#cart_clear {
    padding: 10px;
    text-align: right;
}

#cart_clear a {
    font-size: 9pt;
}

.cart_discount_label {
    font-weight: bold;
}

#cart_total_label {
    font-size: 130%;
    font-weight: bold;
    padding: 15px 0 0 20px;
}

#cart_total {
    background-color: #fff;
    font-size: 130%;
    font-weight: bold;
    padding: 10px;
    white-space: nowrap;
}

#cart_checkout_btn {
    padding-top: 20px;
}

.cart_product_brief_description {
    font-size: 80%;
}

#cart_content_header td {
    font-weight: bold;
}

.cart_apply_for_discounts_extra {
    font-size: 80%;
    color: #777;
}

.cart_product_quantity {
    text-align: center;
}

.akbn85 {
    vertical-align: top;
}

#cat_path {
    margin: 0 0 15px 0;
}

.sm-current-rating1 { /*general.css (line 56)*/
    background: transparent url(../../images/akbauto/star0sm.gif) repeat-x scroll left top;
    height: 13px;
    line-height: 13px;
    margin: 4px;
    position: relative;
    width: 65px;
    overflow: hidden;
}

.sm-current-rating1 div.sm-current-rating1-back { /*general.css  (line 63)*/
    background: transparent url(../../images/akbauto/star0sm.gif) repeat-x scroll left top;
    height: 13px;
    line-height: 13px;
    font-size: 0px;
    position: absolute;
    width: 65px;
    z-index: 10;
}

.sm-current-rating1 div.sm-current-rating1-front { /*general.css (line 69)*/
    background: transparent url(../../images/akbauto/star1sm.gif) repeat-x scroll left top;
    height: 13px;
    line-height: 13px;
    font-size: 0px;
    position: absolute;
    z-index: 20;
}

.current-rating1 { /*general.css (line 75)*/
    background: transparent url(../../images/akbauto/star0.gif) repeat-x scroll left top;
    height: 20px;
    line-height: 20px;
    position: relative;
    width: 100px;
    overflow: hidden;
}

.current-rating1 div.current-rating1-back { /*general.css (line 81)*/
    background: transparent url(../../images/akbauto/star0.gif) repeat-x scroll left top;
    height: 20px;
    line-height: 20px;
    position: absolute;
    width: 100px;
    z-index: 10;
    font-size: 0px;
}

.current-rating1 div.current-rating1-front {
    /*general.css (line 87)*/
    background: transparent url(../../images/akbauto/star1.gif) repeat-x scroll left top;
    height: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 20;
    font-size: 0px;
}

.unit-rating { /* the UL */
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 20px;
    position: relative;
    background: url('../../images/akbauto/starvote.gif') top left repeat-x;
}

.unit-rating li {
    text-indent: -90000px;
    padding: 0px;
    margin: 0px;
    /*\*/
    float: left;
    /* */
}

.unit-rating li a {
    outline: none;
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}

.unit-rating li a:hover {
    background: url('../../images/akbauto/star1.gif') left center;
    z-index: 2;
    left: 0px;
}

.unit-rating a.r1-unit {
    left: 0px;
}

.unit-rating a.r1-unit:hover {
    width: 20px;
}

.unit-rating a.r2-unit {
    left: 20px;
}

.unit-rating a.r2-unit:hover {
    width: 40px;
}

.unit-rating a.r3-unit {
    left: 40px;
}

.unit-rating a.r3-unit:hover {
    width: 60px;
}

.unit-rating a.r4-unit {
    left: 60px;
}

.unit-rating a.r4-unit:hover {
    width: 80px;
}

.unit-rating a.r5-unit {
    left: 80px;
}

.unit-rating a.r5-unit:hover {
    width: 100px;
}

.unit-rating li.current-rating {
    background: url('../../images/akbauto/starvote.gif') left bottom;
    position: absolute;
    height: 20px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

.review_content {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}

.cat_name {
    width: 150px;
    display: inline-block;
    padding-top: 30px;
}

.radio label {
    cursor: pointer;
}

.cart-page div, .cart-page td {
    font-size: 14px;
    line-height: 18px;
}

.cart-page h1 {
    margin-bottom: 15px;
}

.cart-page .buttom_wrapper {
    float: none;
    width: 100%;
    text-align: right;
    padding: 13px 10px 0 0;
}

.cart-page .buttom_wrapper input {
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: .5pt;
}

.cart-page .buttom_wrapper.bottom-wrapper {
    text-align: left;
}

.cart-page .buttom_wrapper.bottom-wrapper input {
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: .5pt;
    margin: 0;
}

.cart-page #cart_total {
    height: 30px;
    display: block;
    padding: 24px 0 0;
    font-size: 20px;
}

.radio {
    margin-bottom: 5px;
}

#checkout_logininfo td:first-child.select-checkbox {
    font-size: 20px;
    margin: 7px 0 0;
    display: block;
    width: 629px;
    font-weight: 400;
}

.akbn1, .akbn18, .akbn20, .akbn51, .akbn59, .akbn9, .text-icon {
    font-weight: 700;
}

.select-checkbox label {
    cursor: pointer;
}

#checkout_logininfo td.group-name:first-child {
    width: 180px;
}

.group-qty {
    position: relative;
    width: 130px;
}

.group-qty input {
    width: 65px;
    padding: 0;
    height: 30px;
    margin-left: 27px;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.akbn25, .group-qty a, .img-icon, .text-icon {
    position: absolute;
}

.group-qty a {
    width: 21px;
    height: 21px;
    top: 10px;
    right: 0;
    background: url(../../images/akbauto/sprite-icon.png) -250px -87px no-repeat;
    cursor: pointer;
}

.group-qty a.minus {
    background-position: -227px -88px;
    left: 0;
}

.cellpadding tr td.group-sale {
    padding-left: 20px;
}

table.block-group-lists {
    margin-left: 20px;
}

.img-icon {
    left: 0;
    top: 0;
}

.text-icon {
    left: 18px;
    top: 30px;
    transform: rotate(-45deg);
    color: #fff;
    font-size: 20px;
}

.left-block-brief .some_promo_handler {
    margin-left: -25px !important;
}

.left-block-brief .some_promo_handler img {
    width: 136px;
}

.right-block-brief .block-stock {
    margin: 0 0 10px 10px;
}

.region-shipping.hide {
    display: none;
}

.block-comparison, .block-review .no-mess, .f-comp .f-link, .filter thead tr td, .filter > div, .td-block .prdbrief_add2cart {
    text-align: center;
}

#ajax_loader {
    font-size: 12px;
    left: 50%;
    position: fixed;
    top: 200px;
    width: 68px;
    z-index: 1000;
    display: none;
}

.ajax_loader_class {
    -moz-border-radius: 10px;
    border: 2px solid silver;
    color: #FFF;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, .8);
}

.growlstatus, .growlstatus .growltitle {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}

#growlcontainer {
    font-size: 12px;
    left: 50%;
    position: fixed;
    top: 200px;
    width: 400px;
    margin-left: -200px;
    z-index: 10000;
}

.growlstatus {
    position: relative;
    background-color: #FFFF80;
    background-color: rgba(255, 255, 128, 1);
    border: 3px solid #FFFF42;
    padding: 15px;
    color: #000;
    font-size: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.growlstatus .growltitle {
    font-weight: 700;
    font-size: 17px;
}

.cart_left, .cart_right, .growlstatusclose a {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.cart_left {
    color: #C30;
    float: left;
}

.cart_right {
    float: right;
}

.cart_left a, .cart_right a {
    color: #C30;
    font-weight: 700;
}

.growlstatusclose {
    position: absolute;
    bottom: 15px;
    cursor: pointer;
}

.growlstatusclose a {
    color: #C30;
    font-weight: 700;
}

.growlstatus:hover {
    background-color: rgba(255, 255, 128, 1);
    border: 3px solid #FFFF42;
}

.growlwithicon {
    padding-left: 50px;
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

.growlicon_heart {
    background-image: url(../images/icons/heart.png);
}

.growlicon_star {
    background-image: url(../images/icons/star.png);
}

.growlicon_clouds {
    background-image: url(../images/icons/clouds.png);
}

.growlicon_parachute {
    background-image: url(../images/icons/parachute.png);
}

.growlstatus_shipping {
    position: relative;
    background-color: #E0E0E0;
    background-color: rgba(224, 224, 224, 1);
    border: 3px solid #E0E0E0;
    padding: 15px;
    color: #000;
    width: 400px;
    left: -100px;
    margin-bottom: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.growlstatus_shipping .growltitle {
    font-weight: 700;
    margin-bottom: 5px;
}

.growlstatus_shipping:hover {
    background-color: rgba(224, 224, 224, 1);
    border: 3px solid #E0E0E0;
}

.growlstatusclose_shipping {
    cursor: pointer;
    color: #1F3D6A;
    font-weight: 700;
    text-decoration: underline;
}

.growlstatusclose_shipping:hover {
    color: #C30;
}

.bread-crumbs {
    margin-bottom: 20px;
    width: 100%;
    -webkit-padding-start: 1px;
    padding: 0;
}

.bread-crumbs li {
    display: inline-block;
    color: #292c33;
    margin-right: 3px;
}

.bread-crumbs li a {
    font-size: 12px;
    color: #DB0800;
    text-decoration: underline;
}

.bread-crumbs li a, .filter tbody tr td ul li a, .list_container > ul li a {
    font-weight: 400;
    font-family: Arial;
}

.bread-crumbs li + li:before {
    background: url(../../images/sprite.png) 0 -50px no-repeat;
    width: 10px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    color: #444;
    margin: 0 5px 0 0;
}

.basket, .buttom_wrapper, .filter, .inside-banners li > a, .open_tab, .product-filter, .services, .top-panel {
    box-sizing: border-box;
}

.product-category-info {
    float: left;
}

.print-block {
    float: right;
    padding-top: 27px;
}

.head-product:after {
    content: '';
    display: block;
    clear: both;
}

.cpt_maincontent {
    text-align: left;
}

.category-info-light .print-block {
    padding-top: 1px;
}

.category-info-light .product-category-info {
    padding-top: 15px;
}

.cpt_product_images {
    float: left;
}

.cpt_product_price {
    float: left;
}

.akbn15 {
    padding: 0;
}

.top-cart-left {
    float: left;
}

.top-cart-right {
    float: right;
}

.cart-content1 {
    float: left;
    width: 92px;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
}

.cart-content2 {
    width: 460px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.cart-content3 {
    width: 138px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.cart-content4 {
    width: 184px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.cart-content5 {
    width: 46px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.cart-content1 img {
    max-width: 100%;
}

.order-cart-form:before {
    content: '';
    clear: both;
    display: block;
}

.order-cart-form > div:after {
    content: '';
    clear: both;
    display: block;
}

.row-head {
    font-weight: bold;
    margin: 10px 0;
}

.cpt_product_related_products {
    margin: 40px 0 0 0;
}

.cpt_product_add2cart_button .shipping-link {
    border-bottom: 1px dashed #000;
}

.block-stock li span.shipping-link {
    /*  display:block;*/
}

.tooltip p {
    font-size: 12px;
}

.order-table-wrapp h1, .site-h1-tt, h2, .site-h2-tt, h3, .site-h3-tt, h4, .site-h4-tt, h5, .site-h5-tt, h6, .site-h6-tt {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.15em;
    color: #000;
}

.order-table-wrapp {
    margin-bottom: 50px;
}

.order-table-row {
    position: relative;
    padding-left: 80px;
    min-height: 80px;
    border-top: 1px solid #edeced;
}

.order-table-row:nth-child(even) {
    background-color: #fff;
}

.order-table-row:nth-child(even) .order-table-td {
    background-color: #fff;
}

.order-table-td {
    padding: 10px;
    background-color: #f2f3f3;
}

.order-table-td:first-child {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.order-table-td:nth-child(2) {
    padding-bottom: 5px;
}

.order-table-td .col-panel-tc {
    width: 110px;
    vertical-align: top;
}

.order-table-td .col-panel-tc input {
    padding-right: 10px;
    border-radius: 0px;
}

.order-table-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    text-align: center;
    background-color: #818588;
    color: #fff;
    line-height: 22px;
}

.order-table-close:hover {
    background-color: #686b6e;
}

.order-table-close .fa {
    font-size: 15px;
    position: relative;
    top: 1px;
}

.order-table-name {
    padding-right: 30px;
    font-size: 14px;
    max-width: 400px;
}

.order-table-price {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    margin-left: 5px;
    font-size: 18px;
    width: 70px;
    text-align: center;
}

.order-table-price .rubl {
    font-size: 14px;
}

.order-table-img {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
}

.order-table-img .product-label {
    position: absolute;
    left: 0;
    top: 0;
}

.col-panel-tc {
    display: inline-block;
    position: relative;
    padding: 0 36px;
    height: 36px;
    width: 125px;
}

.col-panel-tc span {
    position: absolute;
    top: 0;
    z-index: 9;
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #60aa52;
    width: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

.col-panel-tc span:hover {
    background-color: #4d8841;
}

.col-panel-tc .fa {
    font-size: 15px;
    position: relative;
    top: 2px;
}

.col-panel-tc .minus-input {
    left: 0;
}

.col-panel-tc .plus-input {
    right: 0;
}

.col-panel-tc input {
    text-align: right;
    height: 36px;
    padding: 0 5px;
}

.col-panel-tc .present-count {
    font-size: 16px;
    background: none;
    color: #000;
}

.cart-table-td .col-panel-tc {
    height: 21px;
    padding: 0 21px;
    width: 75px;
}

.cart-table-td .col-panel-tc span {
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: none;
    color: rgba(0, 0, 0, 0.4);
}

.cart-table-td .col-panel-tc .fa {
    font-size: 21px;
    vertical-align: top;
    top: -1px;
}

.cart-table-td .col-panel-tc input {
    border: none;
    height: 21px;
    box-shadow: none;
    padding: 0;
    text-align: center;
}

.order-table-price .rubl {
    font-size: 14px;
}

.rubl {
    font-style: normal;
}

.rubl:before {
    content: '₽';
    font-weight: normal;
    color: #a9acae;
}

.order-table-td img {
    height: 100%;
}

.order-block {
    display: table-row;
}

.order-block span {
    display: table-cell;
}

#checkout_have_account {
    padding: 15px;
    background-color: #fff;
    margin: 0 -5px 15px;
}

#checkout_logininfo {
    width: 800px;
}

#checkout_addresses .inputtext, #checkout_logininfo .inputtext {
    width: 200px;
}

#checkout_addresses textarea {
    width: 450px;
    height: 55px;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
}

#checkout_logininfo td:first-child, .addressform td:first-child {
    width: 140px;
}

.paddingblock input.checkout_buttons {
    font-size: 130%;
    font-weight: 700;
    margin: 5px 0;
}

.checkout_steps_divider {
    width: 40px;
    height: 1px;
    background-color: #bec0a9;
    overflow: hidden;
}

#checkout_addresses {
    width: 800px;
}

.radio label {
    cursor: pointer;
}

.cart-page div, .cart-page td {
    font-size: 14px;
    line-height: 18px;
}

.cart-page h1 {
    margin-bottom: 15px;
}

.cart-page .buttom_wrapper {
    float: none;
    width: 100%;
    text-align: right;
    padding: 13px 10px 0 0;
}

.cart-page .buttom_wrapper input {
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: .5pt;
}

.cart-page .buttom_wrapper.bottom-wrapper {
    text-align: left;
}

.cart-page .buttom_wrapper.bottom-wrapper input {
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: .5pt;
    margin: 0;
}

.cart-page #cart_total {
    height: 30px;
    display: block;
    padding: 24px 0 0;
    font-size: 20px;
}

.radio {
    margin-bottom: 5px;
}

#checkout_logininfo td:first-child.select-checkbox {
    font-size: 20px;
    margin: 7px 0 0;
    display: block;
    width: 629px;
    font-weight: 400;
}

.akbn1, .akbn18, .akbn20, .akbn51, .akbn59, .akbn9, .text-icon {
    font-weight: 700;
}

.select-checkbox label {
    cursor: pointer;
}

#checkout_logininfo td.group-name:first-child {
    width: 183px;
}

.group-qty {
    position: relative;
    width: 130px;
}

.group-qty input {
    width: 65px;
    padding: 0;
    height: 30px;
    margin-left: 27px;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.akbn25, .group-qty a, .img-icon, .text-icon {
    position: absolute;
}

.group-qty a {
    width: 21px;
    height: 21px;
    top: 10px;
    right: 0;
    background: url(../../images/akbauto/sprite-icon.png) -250px -87px no-repeat;
    cursor: pointer;
}

.group-qty a.minus {
    background-position: -227px -88px;
    left: 0;
}

.cellpadding tr td.group-sale {
    padding-left: 20px;
}

table.block-group-lists {
    margin-left: 20px;
}

.cart-page INPUT, .cart-page select, .cart-page textarea {
    BORDER-RIGHT: #294460 1px solid;
    BORDER-TOP: #294460 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #294460 1px solid;
    COLOR: #636363;
    BORDER-BOTTOM: #294460 1px solid;
    FONT-FAMILY: Helvetica, Arial, sans-serif;
    BACKGROUND-COLOR: #fff;
}

.cellpadding tr td {
    padding: 5px;
}

.cart-page .buttom_wrapper.bottom-wrapper input {
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: .5pt;
    margin: 0;
}

.cart-page .buttom_wrapper input {
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: .5pt;
}

.buttom_wrapper input {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 10px 39px;
    border-radius: 5px;
    background: #55A105;
    background-image: -moz-linear-gradient(bottom, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    background-image: -o-linear-gradient(bottom, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    background-image: -webkit-linear-gradient(bottom, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    background-image: linear-gradient(to top, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    border: 1px solid #78B51B;
    -moz-box-shadow: inset 0 0 2px rgba(129, 201, 20, .75);
    -webkit-box-shadow: inset 0 0 2px rgba(129, 201, 20, .75);
    box-shadow: inset 0 0 2px rgba(129, 201, 20, .75);
    font-weight: 700;
    letter-spacing: 1px;
    width: 300px;
}

#cart_total, #shippping_total, #sale_total {

    text-align: right;
    padding-right: 50px;

}

.logo_image_container {
    float: left;
    width: 120px;
}

.col_filter_after {
    float: left;
}

.list_container {
    float: right;
    width: 775px;
    margin-bottom: 25px;
}

.filter_car_after:after, .list_container ul:after {
    content: ' ';
    width: 100%;
    height: auto;
    display: block;
    clear: both;
}

ul.ul-marks {
    width: 200px;
    list-style: none;
    height: 760px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 35px 0 0 10px;
}

li.head-mark {
    font-weight: bold;
    padding: 0 0 5px 0;
    /* display: inline-block; */
}

li.last-mark {
    padding: 0 0 15px 0;
}

.content_block .ul-marks li {
    width: 100%;
    text-align: left;
    display: block;
    margin: 0;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 13px;
    line-height: 30px;
}

.content_block .ul-marks  li.head-mark{
    line-height: 15px;
}

.content_block .ul-marks li img, .content_block .ul-marks li span {
    width: 30px;
   /* height: 25px;*/
    display: inline-block;
}

.list_container ul {
    -webkit-padding-start: 0;
    margin-left: 0;
}

.list_container > ul li {
    margin: 7px 0 4px;
    display: inline-block;
    width: 142px;
    vertical-align: top;
}

.list_container > ul li a {
    /* color: #000; */
    font-size: 16px;
    text-decoration: none;
    /* text-transform: uppercase; */
    padding: 10px 10px 20px;
}

.list_container > ul li .active_tab_li {
    background-color: #EBEBEB;
    color: #DB0800;
    text-decoration: none;
    font-weight: 700;
    border-radius: 3px 3px 0 0;
}

.list_container > ul li a:hover {
    color: #DB0800;
}

.list_container .generations li {
    width: 100%;
}
.list_container .generations li.active a {
    font-weight:bold;
}

.content_block ul li {
    display: inline-block;
    width: 122px;
    text-align: center;
    margin: 0 1px 15px 0;
}

.content_block ul li div {
    cursor: pointer;
}

.content_block ul li a span {
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    background: #ebebeb;
    display: block;
    padding: 5px 0;
}

.open_tab span.h-span-search, .open_tab ul li span {
    font-size: 13px;
    font-family: Arial;
}

.open_tab span.h-span-search {
    font-weight: bold;
}

.content_block ul li a, .content_block ul li a:hover span, .open_tab ul li span, .tab_clear_list {
    text-decoration: none;
}

.open_tab {
    width: 763px;
    background-color: #EBEBEB;
    float: right;
    border-radius: 15px;
    padding: 20px 12px;
    margin-right: 35px;
    right: 0;
    display: none;
    opacity: 0;
}

.list_container .open_tab {
    display: block;
    opacity: 1;
}

.open_tab:after {
    width: 100%;
    height: auto;
    display: block;
    clear: both;
}

.open_tab ul, .open_tab ul li, .tab_clear_list, .tab_find_button {
    display: inline-block;
}

.open_tab span.h-span-search {
    color: #000;
    display: inline-block;
    width: 100px;
    text-align: right;
    vertical-align: top;
}

.open_tab span.short-span {
    width: 50px;
}

.open_tab ul {
    padding: 0 0 0 30px;
    width: 599px;
    margin: 0 0 16px;
}

.open_tab ul li {
    margin-bottom: 11px;
    margin-right: 15px;
}

.open_tab ul li span {
    color: #7B7B7B;
    padding-bottom: 4px;
    cursor: pointer;
}

.open_tab ul li span:hover {
    text-decoration: none;
    color: #db0800;
}

.open_tab ul li .active_link {
    font-weight: 700;
    color: #000;
}

.button_box {
    float: right;
    margin-right: 7px;
}

.basket, .info-block, .inputs-wrap, .logo, .services {
    float: left;
}

.tab_clear_list {
    color: #7B7B7B;
    font-family: Arial;
    font-size: 12px;
    border-bottom: 1px dashed #7B7B7B;
    margin-right: 27px;
    transition: color 250ms ease, border 250ms ease;
}

.buttom_wrapper input, .tab_find_button {
    transition: color 250ms ease;
    font-family: Arial;
    text-decoration: none;
}

.tab_find_button {
    color: #264109;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    background: #55A105;
    background-image: -moz-linear-gradient(bottom, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    background-image: -o-linear-gradient(bottom, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    background-image: -webkit-linear-gradient(bottom, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    background-image: linear-gradient(to top, #55A105 0, #55A105 37%, #97D024 71%, #97D024 100%);
    border: 1px solid #78B51B;
    -moz-box-shadow: inset 0 0 2px rgba(129, 201, 20, .75);
    -webkit-box-shadow: inset 0 0 2px rgba(129, 201, 20, .75);
    box-shadow: inset 0 0 2px rgba(129, 201, 20, .75);
}

.chosen_selector div, .product-filter input[type=text] {
    -webkit-box-shadow: inset 0 2px 2px rgba(181, 173, 175, .45);
}

.tab_find_button:hover {
    text-decoration: none;
    background: #60ba00;
    color: #fff;
}

.tab_clear_list:hover {
    text-decoration: none;
    color: #fd0000;
    border-bottom-color: #fd0000;
}

.chosen_selector select {
    width: 282px;
    height: 27px;
    background: url(../../images/select.png) 259px no-repeat;
    border: 0;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    color: #6D6D6D;
    font-family: Arial;
    font-size: 14px;
}

.chosen_selector select::-ms-expand {
    display: none;
}

.chosen_selector div {
    width: 282px;
    height: 27px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #FFF;
    border: 1px solid #CCC;
    -moz-box-shadow: inset 0 2px 2px rgba(181, 173, 175, .45);
    box-shadow: inset 0 2px 2px rgba(181, 173, 175, .45);
}

.cpt_product_description {
    clear: both;
}

.free-shipping {
    height: 96px;
}

.free-shipping .free-image {
    height: 100%;
}

.catalog-dd-menu-item a {
    text-decoration: none;
}

.c-dd-menu-item-all {
    color: red;
}

.akbn64 {
    width: 100px;
}

.shopping-cart-load {
    background: url(../../images/akbauto/2.gif) no-repeat 50% 50%;
}

.shopping-cart-load .order-table {
    opacity: 0.2;
}

.bottom-bar {
    background: #ffffff;
    box-shadow: 0 7px 20px 9px rgba(50, 50, 50, 0.15);
    border-top: 1px solid #dbdbdb;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    font-size: 14px;
}

.bottom-bar .container {
    background: transparent;
}

.bottom-bar .inline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 600px;
}

.bottom-bar .inline li {
    display: inline-block;
    border-right: 1px solid #ededed;
    position: relative;
}

.bottom-bar .inline li a {
    display: inline-block;
    padding: 14px 20px;
}

.bottom-bar a {
    color: #222222;
}

.bottom-bar .fa, .bottom-bar .fas, .bottom-bar .far {
    margin-right: 5px;
    color: #fd7400;
}

.bottom-bar .cart-block .cart-box {
    position: relative;
    background: #fd7400;
    border: 4px solid #fd7400;
    border-radius: 4px;
    text-align: center;
    width: 30px;
    display: inline-block;
    color: #ffffff;
    margin: 0 6px;
    font-size: 14px;
}

.bottom-bar .cart-block .cart-box:after, .bottom-bar .cart-block .cart-box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bottom-bar .cart-block .cart-box:before {
    border-color: rgba(219, 9, 62, 0);
    border-right-color: #fd7400;
    border-width: 9px;
    margin-top: -9px;
}

.bottom-bar .cart-block .cart-box:after {
    border-color: rgba(219, 9, 62, 0);
    border-right-color: #fd7400;
    border-width: 5px;
    margin-top: -5px;
}

.block-fixed {
    position: fixed;
    height: 45px;
    background-color: #FFDD17;
    width: 100%;
    z-index: 30;
    box-shadow: 1px 2px 10px -1px #000;
    display: none;
}

.block-fixed .fixed-content {
    margin: 0 auto;
}

.f-market {
    float: left;
    margin: 10px 0 0 30px;
}

.f-phone {
    float: left;
    margin: 8px 0 0 30px;
}

.f-phone .f-phone-span1 {
    font-size: 24px;
    display: block;
    margin-bottom: 3px;
}

.f-phone .f-phone-span2 {
    margin-left: 20px;
}

.search {
    float: left;
    width: 230px;
    margin: 10px 0 0 40px;
    position: relative;
}

.search input[type=text] {
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    display: block;
    float: left;
    height: 26px;
    margin-right: 3px;
    padding: 5px;
    width: 200px;
    font-size: 14px;
}

.search .fa-search {
    font-size: 18px;
    position: absolute;
    right: 7px;
    top: 3px;
    cursor: pointer;
}

/*
.search input[type=submit] {
    background: url(../../images/search.png) left center no-repeat rgba(0, 0, 0, 0);
    position: absolute;
    right: -7px;
    width: 20px;
    border: none;
    top: 3px;
    height: 20px;
    cursor: pointer;
}*/

.f-comp {
    float: right;
    margin: 7px 5px 0 30px;
}

.f-comp .fa-sliders-h {
    font-size: 18px;
    padding: 8px 0 10px 8px;
}

.f-comp .fa-shopping-cart {
    font-size: 18px;
}

.f-comp .f-left1 {
    float: left;
}

.f-comp .f-left2 {
    float: left;
    padding: 8px 0 10px 8px;
}

.f-comp .f-left3 {
    float: left;
    padding: 0 0 5px 8px;
}

.f-comp .f-link {
    padding: 3px 5px;
    border-radius: 8px;
    background: #48ac06;
    background: -webkit-linear-gradient(to bottom, #fff, #48ac06, #48ac06, #48ac06, #48ac06, #48ac06, #439e05, #439e05, #439e05, #439e05, #439e05, #439e05);
    background: -webkit-linear-gradient(top, #fff, #48ac06, #48ac06, #48ac06, #48ac06, #48ac06, #439e05, #439e05, #439e05, #439e05, #439e05, #439e05);
    background: linear-gradient(to bottom, #fff, #48ac06, #48ac06, #48ac06, #48ac06, #48ac06, #439e05, #439e05, #439e05, #439e05, #439e05, #439e05);
    text-decoration: none;
    width: 119px;
    margin-top: 4px;
    display: block;
    color: #fff;
    font-size: 13px;
    /* clear:both;*/

    float: left;
    margin-left: 5px;
}

.f-comp-hidden {
    display: none;
}

.f-comp-hidden {
    float: right;
    margin: 3px 5px 0 30px;
}

.f-comp-hidden .fa-sliders-h {
    font-size: 23px;
    padding: 8px 0 10px 8px;
}

.f-comp-hidden .fa-shopping-cart {
    font-size: 23px;
    padding: 8px 0 10px 8px;
}

.f-comp-hidden .f-left1 {
    float: left;
}

.f-comp-hidden .f-left2 {
    float: left;
    padding: 10px 0 10px 8px;
    font-size: 18px;
}

a.c-block-top, span.c-block-top {
    cursor: pointer;
    float: left;
    border: 1px solid #015082;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
}

a.c-block-top-right {
    float: right;
}

.c-right-height {
    position: absolute;
    right: 0;
    height: 100%;
    width: 17px;
    background-color: #fff;
    margin-right: -20px;
    z-index: 10;
}

.c-scroller {
    width: 940px;
    overflow: scroll;
}

.block_application, .block_manufacturer, .block_modelline, .block_modellinetype {
    max-width: 250px;
    margin: 0 0 10px 0;
}

.block_application span, .block_manufacturer span, .block_modelline span, .block_modellinetype span {

    margin: 0 0 5px 0;
    font-size: 14px;
    display: inline-block;
}

.services-span {
    /* display: block; */
    font-size: 12px;
    color: #207fba;
    font-weight: 700;
    /* clear: both; */
    /* padding: 0px 0 0 24px; */
    /* margin: 0 0 50px 0; */

}

.description-free-shipping {
    font-size: 14px;
    line-height: 19px;
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
    .info-car-tt {
        font-size: 24px;
        line-height: 30px;
    }

    .logo {
        margin-bottom: 10px;
    }

    .h-work-phone-wrapp {
        margin: 10px 10px 0;
        display: inline-block;
        vertical-align: top;
    }

    .h-work-phone-wrapp + .h-work-phone-wrapp {
        margin-top: 10px;
    }

    .online-info__tt {
        font-size: 25px;
        line-height: 32px;
    }

    .product-item {
        padding: 15px 15px 20px;
    }

    .product-price {
        float: left;
        width: 85px;
    }

    .product-btn {
        float: right;
    }

    .product-price__exchange-price {
        margin-bottom: 0;
    }

    .product-item__price-btn {
        margin-bottom: 15px;
    }

    .product-list {
        margin-left: -5%;
    }

    .product-list-item {
        display: inline-block;
        vertical-align: top;
        width: 44%;
        margin-left: 5%;
    }

    /* end media min width 480 pixels */
}

@media only screen and (min-width: 640px) {
    .order-table-row {
        padding-left: 115px;
        min-height: 115px;
        background-color: #f2f3f3;
    }

    .order-table-td {
        padding: 12px;
    }

    .order-table-td:nth-child(2) {
        padding-bottom: 12px;
    }

    .order-table-td .col-panel-tc {
        width: 125px;
    }

    .order-table-close {
        position: absolute;
        right: 12px;
        top: 12px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .order-table-price {
        width: 100px;
    }

    .order-table-img {
        width: 115px;
        height: 115px;
        line-height: 115px;
    }

    .tales-tr-inner {
        padding-left: 260px;
        text-align: left;
        padding-top: 35px;
    }

    .tales-tr-inner + .tales-tr-inner .tales-tr-img {
        left: 30px;
    }

    .tales-tr-img {
        position: absolute;
        left: 5px;
        bottom: 5px;
        margin-bottom: 0;
    }
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {

    .order-table-wrapp h1 {
        font-size: 36px;
    }

    .order-table {
        display: table;
        width: 100%;
    }

    .order-table-row {
        border: none;
        display: table-row;
        padding: 0;
    }

    .order-table-td {
        padding: 12px;
        display: table-cell;
        vertical-align: middle;
        border-top: 1px solid #edeced;
    }

    .order-table-td:first-child {
        position: relative;
        width: 115px;
        text-align: center;
    }

    .order-table-td:last-child {
        text-align: right;
    }

    .order-table-close {
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .info-carousel {
        padding: 20px 30px 25px;
        text-align: left;
    }

    .info-carousel .owl-item > div {
        overflow: hidden;
    }

    .info-carousel .owl-dots {
        bottom: 15px;
    }

    .info-car-tt {
        float: left;
        width: 65%;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .info-car-img {
        float: right;
        width: 32%;
        text-align: center;
        margin: 0;
    }

    /*  ------------------- Page structure */
    .hidden-mobile {
        display: block;
    }

    .logo {
        max-width: 170px;
    }

    .head-cart {
        float: right;
        margin: 0 60px 0 0;
        width: 100px;
    }

    .head-cart .icon {
        display: inline-block;
        vertical-align: top;
    }

    .head-cart-value {
        line-height: 16px;
        margin-top: 5px;
    }

    .head-work-contacts {
        width: 340px;
        text-align: left;
        clear: none;
        margin: 0 auto;
    }

    .h-work-phone-wrapp {
        display: block;
        margin: 0 0 5px;
    }

    .h-work-phone-wrapp + .h-work-phone-wrapp {
        margin: 0;
    }

    .h-work-numb {
        display: inline-block;
        vertical-align: top;
    }

    .h-work-numb-adress {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 23px;
        margin: 2px 0 0 5px;
    }

    .h-work-numb-adress:before {
        left: 0;
        top: 7px;
        margin-left: 0;
    }

    .catalog-dd-menu-item {
        width: 40%;
        margin-right: 8%;
        display: inline-block;
        vertical-align: top;
    }

    .catalog-product-dd-menu li {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-right: 8%;
    }

    .online-wrapper {
        overflow: hidden;
    }

    .online-status {
        float: right;
        width: 125px;
        text-align: center;
        margin-top: 22px;
        position: relative;
    }

    .online-info {
        margin-right: 180px;
    }

    .online-status__img {
        border-radius: 50%;
        width: 123px;
        height: 123px;
        margin-bottom: 8px;
    }

    .online-status__pin {
        position: absolute;
        right: 21px;
        top: 106px;
        width: 15px;
        height: 15px;
        border: 3px solid #ffffff;
        border-radius: 50%;
    }

    .online-status__text {
        color: #9a9a9a;
        font-size: 13px;
    }

    .status-pin--online {
        background-color: #80bf19;
    }

    .status-pin--offline {
        background-color: #7fd114;
    }

    .product-item {
        width: 25%;
    }

    .product-list-item {
        width: 28%;
    }

    /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
    /*  ------------------- Page structure */
    html, body {
        height: 100%;
    }

    .block-fixed .fixed-content {
        max-width: 980px;
    }

    #wrapper {
        min-height: 100%;
        margin-bottom: -125px;
    }

    .page-buffer {
        height: 125px;
    }

    .footer {
        height: 125px;
    }

    .footer .container {
        padding: 20px 25px 0;
    }

    .container {
        max-width: 980px;
        padding: 0 10px;
        margin: 0 auto;
    }

    .hidden-devices {
        display: block;
    }

    .hidden-desktop {
        display: none;
    }

    .header {
        padding: 30px 0;
    }

    .head-cart {
        margin: 0;
    }

    .head-work-contacts {
        float: left;
        margin: 0 20px 0 30px;
    }

    .head-menu {
        margin-top: 20px;
        border-radius: 5px;
        background-color: #ffffff;
        background-image: linear-gradient(to bottom, #ffdf18 0%, #ffb702 100%);
        padding: 7px 15px 6px;
    }

    .head-m-info {
        float: right;
        width: 280px;
        margin-right: 20px;
    }

    .head-m-rating img {
        float: left;
    }

    .head-m-rating span {
        display: block;
        margin-left: 100px;
        color: #9a9a9a;
        font-size: 12px;
        line-height: 16px;
    }

    .head-m-mail {
        margin: 10px 0 0 100px;
    }

    .head-m-mail a {
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

    .head-m-mail a:hover {
        text-decoration: underline;
    }

    .aside-column {
        float: left;
        width: 250px;
    }

    .catalog-dd-wrapper {
        margin-bottom: 10px;
    }

    .catalog-dd-btn {
        line-height: 67px;
        height: 67px;
        font-size: 25px;
    }

    .js--open-dd-bl .catalog-dd-btn:after {
        margin-top: -2px;
    }

    .catalog-dd-menu {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 30;
        width: 960px;
    }

    .catalog-dd-three-column {
        font: 14px Verdana, Arial, sans-serif;
        word-spacing: -.36em;
    }

    .catalog-dd-three-column .catalog-dd-menu-item {
        font: 12px Arial, Arial, sans-serif;
        word-spacing: normal;
        width: 30%;
        margin-right: 3.33333%;
    }

    .catalog-dd-three-column .catalog-dd-menu-item:last-child {
        width: 33%;
        margin-right: 0;
    }

    .catalog-dd-three-column:last-child .catalog-dd-menu-item {
        margin-bottom: 0;
    }

    .catalog-dd-four-column {
        font: 14px Verdana, Arial, sans-serif;
        word-spacing: -.36em;
    }

    .catalog-dd-four-column .catalog-dd-menu-item {
        font: 12px Arial, Arial, sans-serif;
        word-spacing: normal;
        width: 23%;
        margin-right: 2%;
    }

    .catalog-dd-four-column .catalog-dd-menu-item:last-child {
        width: 25%;
        margin-right: 0;
    }

    .c-dd-menu-item-tt {
        min-height: 48px;
    }

    .catalog-product-dd-btn {
        height: auto;
        background: none;
        padding: 0 15px;
        cursor: default;
        font-size: 18px;
        line-height: 20px;
        color: #207fba;
        margin: 0;
        margin: 20px 0 0;
    }

    .catalog-product-dd-btn:hover {
        background: none;
    }

    .catalog-product-dd-btn:after {
        display: none;
    }

    .catalog-product-dd-menu {
        display: block;
        border: none;
        padding: 0 5px 0 20px;
        margin: 25px 0 40px;
        box-shadow: none;
    }

    .catalog-product-dd-menu li {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }

    .bl-round-st {
        border-radius: 10px;
        border: 1px solid #587ea0;
        background-color: #ffffff;
        margin-bottom: 40px;
    }

    .main-column {
        margin-left: 270px;
    }

    .product-list {
        margin-left: 0;
    }

    .product-list-item {
        width: 30%;
        margin-left: 0px;
        margin-right: 2%;
    }

    .aside-hide-bl {
        display: block;
    }

    /* end media min width 1000 pixels */
}

/* Min width 1240 pixels */
@media only screen and (min-width: 1240px) {

    .block-fixed .fixed-content {
        max-width: 1200px;
    }

    .info-car-tt {
        font-size: 30px;
        line-height: 40px;
        width: 68%;
    }

    .info-car-img {
        width: 31%;
    }

    /*  ------------------- Page structure */
    .container {
        max-width: 1200px;
    }

    .head-menu {
        padding-left: 18px;
    }

    .head-work-contacts {
        margin-left: 80px;
        margin-right: 0;
    }

    .head-m-info {
        width: 440px;
        margin-right: 25px;
        margin-top: 15px;
    }

    .head-m-mail {
        margin: 15px 0 0;
    }

    .catalog-dd-menu {
        width: 1180px;
    }

    .c-dd-menu-item-tt {
        min-height: 48px;
    }

    .main-volume-div .c-dd-menu-item-tt {
        min-height: 20px;
    }

    .tales-tr-inner {
        float: left;
        width: 453px;
        padding-left: 245px;
        padding-right: 5px;
    }

    .tales-tr-img {
        max-width: 220px;
    }

    .tales-tr-inner + .tales-tr-inner {
        float: right;
        padding-left: 210px;
    }

    .tales-tr-inner + .tales-tr-inner .tales-tr-img {
        left: 10px;
    }

    .online-wrapper {
        padding: 30px 30px 25px;
        margin-bottom: 55px;
    }

    .online-info {
        max-width: 660px;
    }

    .product-item__img {
        height: 130px;
        line-height: 130px;
        margin-bottom: 15px;
    }

    /* end media min width 1240 pixels */
}

@media only screen and (max-width: 1240px) {

    .f-market,
    .f-phone,
    .search {
        margin-left: 30px;
    }

    .search {
        display: none;
    }

    .td-block {
        width: 100%;
    }

    .right-block-brief {
        width: 70%;
    }

    .right-block-product {
        float: left;
        margin: 0 50px;
    }
}

@media only screen and (max-width: 1250px) {

    .cat_item {
        width: 50%;
    }

    .akbn43 {
        background: #F0F0F0;
        height: 130px;
        border-radius: 10px 10px 0 0;
        box-sizing: border-box;
    }

    /* .block-fixed {
         width: 970px;
         margin-left: -485px;
     }*/
    .inside-banners li > a {
        height: 75px;
    }

    /* .left-block-brief {
       width: 140px;
   }
    /* .left-block-brief img {
       max-width: 100%;
     }
     .right-block-brief {
       width: 173px;
     }
     .td-block {
       height: 467px;
     }*/
    .totalPrice, .totalPrice1 {
        font-size: 16px;
    }

    .prdbrief_add2cart a {
        display: inline-block;
        width: auto !important;
        margin: 0 0 5px 0;
    }

    .prdbrief_name a, .product_list a {
        font-size: 14px;
    }

    .cpt_product_images {
        width: 100%;
        margin-bottom: 15px;
    }

    .cpt_product_images > div {
        margin: 0 auto;
    }

    .prdbrief_add2cart {
        text-align: center;
    }

    .prdbrief_add2cart a {
        display: inline-block !important;
        margin: 0 auto 5px !important;
        float: none !important;
    }

    .cpt_product_add2cart_button .some_promo_handler {
        float: none;
        display: inline-block;
        margin: 0 auto !important;
        text-align: center;
        width: 100%;
    }

    .cpt_product_add2cart_button .some_promo_handler img {
        display: inline-block;
    }

    /*.block-fixed {
        height: auto;
        padding-bottom: 5px;
    }*/
    /* .cpt_product_rate_form {
         padding-left: 23px;
     }*/
}

@media only screen and (max-width: 999px) {
    .right-block-product {
        float: left;
        margin: 0 140px;
    }

    .cpt_product_description, .cpt_product_discuss_link {
        margin: 0 140px;
    }
}

@media only screen and (max-width: 991px) {

    .cat_item {
        text-align: center;
    }

    .cat_image {
        width: 100%;
        text-align: center;
    }

    .cat_name {
        width: 85%;
        min-height: 66px;
    }

    .td-categories-blocks {
        width: 100%;
        float: none;
    }

    .filter > div {
        float: none;
        width: 100%;
        text-align: center;
    }

    .filter {
        padding: 10px;
    }

    .f_car {
        float: none !important;
        width: 203px;
        margin: 10px auto;
        display: block !important;
    }

    .filter tbody tr td ul {
        display: block;
        text-align: center;
    }

    .f_truck {
        float: none !important;
        width: 183px;
        margin: 0 auto 10px;
        display: block !important;
    }

    .f_truck i {
        margin-left: 18px;
    }

    .filter tbody tr:before {
        display: none;
    }

    .td-block {
        width: 100%;
        margin-right: 0;
        height: 377px;
    }

    .right-block-brief {
        /*   width: 264px;*/
    }

    .product-category-info {
        float: left;
        padding-top: 15px;
    }

    .akbn63, .akbn65 {
        width: auto;
    }

    .akbn64, .current-rating1 {
        margin: 0 auto;
    }

    .print-block {
        float: left;
        padding-top: 15px;
        width: 100%;
    }

    .category-info-light .product-category-info {
        padding-top: 0;
    }
}

@media only screen and (max-width: 930px) {
    /* .f-phone{
            display:none;
        }*/
    .f-comp {
        display: none;
    }

    .f-comp-hidden {
        display: block;
    }

}

@media only screen and (max-width: 911px) {
    .right-block-product {
        float: left;
        margin: 0 0 0 110px;
    }

    .cpt_product_description, .cpt_product_discuss_link {
        margin: 0 0 0 110px;
    }
}

@media only screen and (max-width: 768px) {
    .akbn77,
    .akbn43,
    .akbn15,
    .akbn14,
    .akbn26 {
        width: 449px;
    }

    .top-panel span {
        padding: 0 67px;
        display: inline-block;
    }

    .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .basket {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }

    .info-block,
    .services {
        width: 50%;
        margin: 0;
        padding: 0;
    }

    #akb_menu_line {
        width: 20px;
        position: relative;
        padding-left: 0;
    }

    .menu-left {
        float: left;
    }

    #akb_search_form_div_wrap {
        float: right;
        width: 390px;
    }

    #searchstring {
        width: 80%;
    }

    #akb_menu_line ul {
        display: none;
        position: absolute;
        top: 100%;
        left: -12px;
        width: 449px;
        background: #FFB702;
        border-radius: 10px;
        text-align: center;
        padding-bottom: 15px;
    }

    #akb_menu_line ul li {
        float: none;
        padding-top: 15px;
    }

    #akb_menu_line ul li.circle {
        display: none;
    }

    .burger-wrap a {
        cursor: pointer;
        padding: 12px 0;
        display: inline-block;
    }

    .burger-wrap a span {
        position: relative;
        display: block;
        width: 20px;
        height: 4px;
        background: #222;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .burger-wrap a span:before, .burger-wrap a span:after {
        position: absolute;
        background: #222;
        content: '';
        width: 20px;
        height: 4px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        left: 0;
    }

    .burger-wrap a span:before {
        top: -8px;
    }

    .burger-wrap a span:after {
        top: 8px;
    }

    .burger-wrap a.active span {
        background: transparent;
    }

    .burger-wrap a.active span:before {
        -webkit-transform: rotate(45deg) translate(5px, 6px);
        -ms-transform: rotate(45deg) translate(5px, 6px);
        transform: rotate(45deg) translate(5px, 6px);
    }

    .burger-wrap a.active span:after {
        -webkit-transform: rotate(-45deg) translate(5px, -6px);
        -ms-transform: rotate(-45deg) translate(5px, -6px);
        transform: rotate(-45deg) translate(5px, -6px);
    }

    .burger-wrap {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 4px;
        cursor: pointer;
    }

    .akbn14,
    .product-filter,
    .akbn23,
    .block-sale,
    .block-survey,
    .block-news {
        display: none;
    }

    .akbn16 {
        float: none;
        margin: 0 auto;
    }

    .akbn15 {
        background: none;
    }

    .cat_name {
        overflow: hidden;
        height: 66px;
    }

    .akbn44 {
        width: 100%;
    }

    .akbn43 {
        height: 155px;
    }

    iframe {
        display: none;
    }

    .cpt_product_add2cart_button {
        padding: 0;
        margin-top: 15px;
        width: 100%;
    }

    .akbn26 img {
        height: auto;
    }

    .cpt_product_price {
        width: 100%;
        text-align: center;
    }

    .cpt_product_params_fixed table {
        margin: 0 auto;
        text-align: left;
    }

    .cpt_product_add2cart_button .prdbrief_comparison {
        margin: 0 auto;
        width: auto;
        text-align: center;
    }

    .right-block-product {
        float: none;
        margin: 0;
    }

    .cpt_product_description, .cpt_product_discuss_link {
        margin: 0;
    }

    .cpt_product_add2cart_button {
        margin-left: 0;
        margin-top: 40px;
    }

    .block-stock {
        margin: 20px auto;
        width: 330px;
        display: inherit;
    }

    .cpt_product_rate_form {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        padding: 0;
    }

    .cpt_product_rate_form table {
        width: 100%;
    }

}

@media only screen and (max-width: 690px) {
    .right-block-brief {
        width: 50%;
    }

    .td-block {
        height: 420px;
    }
}

@media only screen and (max-width: 565px) {
    .f-phone {
        display: none;
    }
}

@media only screen and (max-width: 450px) {

    #growlcontainer {
        position: fixed;
        width: 300px;
        margin-left: -150px;
    }

    .akbn77,
    .akbn43,
    .akbn15,
    .akbn14,
    .akbn26 {
        width: 300px;
    }

    .top-panel span {
        padding: 0 70px;
    }

    .info-block {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 25px;
        box-sizing: border-box;
    }

    .services {
        width: 100%;
    }

    #akb_search_form_div_wrap {
        width: 250px;
    }

    #searchstring {
        width: 67%;
    }

    .cat_item {
        width: 100%;
    }

    .cat_name {
        height: auto;
        min-height: 0;
        margin-bottom: 15px;
    }

    .akbn43 {
        height: 185px;
    }

    #akb_menu_line ul {
        width: 300px;
    }

    .categories-blocks {
        box-sizing: border-box;
    }

    .left-block-brief {
        width: auto;
        float: none;
        text-align: center;
    }

    .sm-current-rating1 {
        display: inline-block;
    }

    .left-block-brief div {
        padding: 0 !important;
    }

    .left-block-brief .some_promo_handler {
        margin-left: 0 !important;
    }

    .td-block {
        height: auto;
        padding: 10px;
        width: 100%;
    }

    .right-block-brief {
        width: auto;
        float: none;
    }

    .td-block .prdbrief_add2cart {
        position: static;
    }

    .block-review {
        position: static;
    }
}

.ul_disc {
    padding-left: 30px;
}

.block_weight {
    background: #f6f6f6;
    padding: 20px;
    border-left: 5px solid #ffd200;
    margin: 20px 0;
}

.table267 {
    width: 100%;
    border: 1px solid rgba(226, 226, 226, 0.7);
    border-collapse: collapse;
}

.table267 th {
    background: #ffd512;
    padding: 10px 10px;
    font-size: 13px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.308;
    border: 1px solid #e6c426;
}

.table267 td {
    padding: 10px 10px;
    border: 1px solid rgba(226, 226, 226, 0.7);
    font-size: 13px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    line-height: 1.308;
}

.table267 tbody tr:nth-child(2n-1) td {
    background: #fafafa;
}

.table267 tbody td:hover {
    background: #fbf3cc !important;
}

.row267:after, .border_267:after {
    content: "";
    display: block;
    clear: both;
}

.width_50 {
    float: left;
    width: 50%;
}

.border_267 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin: 10px 10px 20px 10px;
}

.border_267 .title_block {
    background: #f1f1f1;
    padding: 15px 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.block_opisanie {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    float: left;
    padding: 0 15px;
    width: 50%;
    padding-bottom: 15px;
}

.block_opisanie li {
    list-style-type: none;
    margin: 0 0 0 2px;
}

.opisanie {
    min-height: 90px;
}

.block_opisanie li:before {
    content: "-";
    margin-right: 5px;
}

.border_267 img {
    float: right;
    max-width: 50%;
    border-radius: 0 0 10px 0;
}

.border_267 p, .border_267 ul {
    margin: 0 0 5px;
}

.row267 {
    margin: 0 -10px;
}

a.knopka:hover {
    background-image: linear-gradient(to top, #fd2e2d 0%, #d30903 100%);
}

a.knopka {
    background-image: linear-gradient(to top, #d30903 0%, #fd2e2d 100%);
    border-color: #fa2a29;
    color: white;
    line-height: 1;
    padding: 12px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.oplata_block {
    margin: 30px 0;
}

.ul_check {
    padding-left: 30px;
}

.ul_check li {
    list-style-type: none;
    position: relative;
    margin: 10px 0;
}

.ul_check li:before {
    content: "";
    background: url(/storage/images/img/019c55fd3f36d8505e43642a1f2917b9.png) no-repeat 50%;
    width: 14px;
    height: 14px;
    background-size: 100%;
    margin-left: -25px;
    top: 3px;
    position: absolute;
}

.oplata_block p {
    margin: 10px 0;
    padding: 10px 0;
}

.oplata_block img {
    float: left;
    margin-right: 15px;
    margin-top: -5px;
}

.block-akcii {
    padding: 20px;
    background: url(/storage/images/img/02ccfd69e422304467a4ed00b4c02a74.jpg) no-repeat 50%;
    margin: 20px 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    position: relative;
    background-size: cover;
}

.block-akcii .title-akcii {
    font-size: 32px;
    color: rgb(68, 68, 68);
    font-weight: bold;
    line-height: 1;
}

.block-akcii p {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    line-height: 1.308;
}

.block-akcii:before {
    content: "";
    background: url(/storage/images/img/0f71b6dd2d9b608af2e9109eda89b286.png) no-repeat 0 0;
    position: absolute;
    width: 463px;
    height: 216px;
    background-size: cover;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
}

.block-akcii .bth_skidki {
    border-radius: 2px;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 219, 21) 0%, rgb(255, 189, 5) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 219, 21) 0%, rgb(255, 189, 5) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 219, 21) 0%, rgb(255, 189, 5) 100%);
    font-size: 13px;
    color: rgb(1, 1, 1);
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 19px;
    margin-top: 0;
    display: inline-block;
}

.footer267 {
    background: #f5f5f5;
    width: 100%;
    padding: 25px 0;
}

.footer267 .width_25 {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.footer267 p {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    margin: 0 0 5px 0;
}

p.zagolovok_footer {
    font-weight: bold;
}

.footer267 .width_20 {
    width: 20%;
    float: left;
    padding: 0 10px;
}

.footer267 .width_15 {
    float: left;
    width: 15%;
    padding: 0 10px;
}

.footer267 .rigth {
    text-align: right;
}

.footer267 .red_link {
    font-size: 12px;
    font-family: "Arial";
    color: rgb(154, 61, 57);
    text-decoration: underline;
}

.footer267 .width_25 p.phone {
    font-weight: bold;
}

.preimushestva {
    text-align: center;
    padding: 20px;
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    margin: 20px 0;
}

.preimushestva .width_33:after, .preimushestva .width_25:after {
    content: "";
    width: 1px;
    height: 170px;
    position: absolute;
    top: 20px;
    right: 0;
    background: #e6e6e6;
}

.preimushestva div.width_33:last-child:after, .preimushestva div.width_25:last-child:after {
    content: none;
}

.preimushestva p {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    line-height: 1.308;
}

.preimushestva .width_33 {
    width: 33%;
    float: left;
    padding: 10px 20px;
    position: relative;
}

.preimushestva .title_preim {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 10px 0;
    text-align: center !important;
}

.preimushestva .width_25 {
    float: left;
    width: 25%;
    position: relative;
    padding: 5px 15px;
}

.preimushestva .width_25 p {
    text-align: left;
}

.block-present {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
    min-width: 453px;
}

.block_form {
    border: 4px solid #e6e6e6;
    padding: 10px 20px 9px 20px;
    margin: 20px 0;
    border-radius: 5px;
    display: inline-block;
    min-width: 453px;
    /* background: url(/storage/images/img/4d1083e14bbba01ef3cbd2507acb59d2.png) no-repeat 100% 50% #fcfcfc;
       border: 1px solid #e6e6e6;
       background-position: bottom 50% right 20px;
       padding: 20px 148px 10px 20px;
       background-size: auto;
       margin: 30px 0;
       border-radius: 5px;*/
}

.form-width {
    max-width: 100%;
    margin: 0 auto;
}

.form-width .title_form {
    font-size: 18px;
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.form-width p {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    line-height: 1.308;
    text-align: left;
    margin: 0 0 10px;
}

.form-width button.knopka_form {
    float: left;
    border-radius: 2px;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 219, 21) 0%, rgb(255, 189, 5) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 219, 21) 0%, rgb(255, 189, 5) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 219, 21) 0%, rgb(255, 189, 5) 100%);
    font-size: 13px;
    color: rgb(1, 1, 1);
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 19px;
    margin-top: 0;
    display: inline-block;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

.form-width .fancy-form {
    max-width: 220px;
    float: left;
    width: 100%;
}

.form-width .checkbox {
    clear: both;
    padding: 5px 0 0;
}

.form-width .checkbox label {
    font-size: 11px;
    font-family: "Arial";
    color: rgb(124, 124, 124);
}

input#phone {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 13px;
}

.content404 .width_60 {
    float: left;
    width: 60%;
    padding: 10px;
}

.content404 p {
    margin: 0 0 15px;
}

.content404 .red_link {
    color: #9a3d39;
}

ul.bold {
    margin: 20px 0;
    padding-left: 15px;
    font-weight: bold;
}

.content404 .width_40 {
    float: left;
    width: 40%;
    padding: 10px;
}

.planka_bottom {
    background: #e0e0e0;
    padding: 8px 0;
}

.planka_bottom p.center {
    text-align: center;
    margin: 0;
}

.sale {
    padding: 15px 0;
    border-top: 1px solid #dfdfdf;
    margin: 10px 0;
}

.sale h2 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 0.96;
    float: left;
    margin: 0;
}

.sale + h3 {
    font-size: 15px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
}

.sale p {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    line-height: 1.385;
}

.sale span {
    font-size: 14px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    font-style: italic;
    line-height: 1.714;
    float: right;
}

.sale img {
    clear: both;
    margin: 15px 0;
}

.akcii_table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.akcii_table td {
    padding: 10px;
    font-size: 14px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
}

.akcii_table tr:nth-child(2n-1) td {
    background-color: rgb(247, 247, 247);
}

.top-pan-btn {
    position: fixed;
    z-index: 99;
    right: 25px;
    bottom: 90px;
    display: none;
}

.top-pan-btn-view {
    display: block;
}

[data-highlight-fields] {
    position: relative;
}

.form-wrap {
    max-width: 600px;
    margin: 0 0 20px 20px;
    display: inline-block;
}

.form-wrap .form-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2b2b2b;
}

.form-wrap .form-cols .col {
    /* float: left;
     width: 48%;*/
    display: inline-block;
    width: 210px;
}

.form-wrap .form-row {
    margin: 0 0 29px;
    position: relative;
    z-index: 2;
}

.form-wrap .form-row input[type=text], .form-wrap .form-row input[type=email] {
    border: 1px solid #c5c5c5;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    border-top-color: #a3a3a3;
    font-size: 12px;
    color: #000;
    -webkit-transition: box-shadow .1s ease, border-color .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease;
}

.form-wrap .form-row.required .error-message, .block_form .error-message {
    display: none;
}

.form-wrap .form-row.required:after {
    content: '*';
    top: 4px;
    position: absolute;
    left: 100%;
    margin: 0 0 0 7px;
    font-size: 14px;
    color: #ff0080;
    line-height: 1;
}

.form-wrap .form-row .req, .form-wrap .form-row.required:after {
    position: absolute;
    left: 100%;
    margin: 0 0 0 7px;
    font-size: 18px;
    color: #ff0080;
    line-height: 1;
}

.form-wrap .form-cols .col:first-child {
    margin-right: 4%;
}

/*
.form-wrap .form-cols .col+.col {
    margin-left: 4%;
}*/
.form-cols:before, .form-cols:after, .form-wrap-footer:before, .form-wrap-footer:after {
    content: " ";
    display: table;
}

.form-cols:after {
    clear: both;
}

.form-wrap .form-row {
    margin: 0 0 29px;
    position: relative;
    z-index: 2;
}

.form-wrap .form-row textarea {
    min-height: 100px;
    resize: vertical;
    line-height: 1.5;
    padding: 8px 10px;

    border: 1px solid #c5c5c5;
    border-radius: 0;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    border-top-color: #a3a3a3;
    font-size: 12px;
    color: #000;
    -webkit-transition: box-shadow .1s ease, border-color .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease;
}

.form-wrap .form-wrap-footer input[type=submit] {
    display: inline-block;
    border: 0;
    background: #33add0;
    border-radius: 3px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #fff;
    line-height: 1;
    padding: 10px 20px;
    position: relative;
    min-width: 260px;
    float: right;
}

.form-wrap .exp {
    font-size: 10px;
    color: #a5a4a4;
    margin: 10px 0 0;
    float: left;
}

.form-wrap .exp .req {
    font-size: 18px;
    color: #ff0080;
    vertical-align: middle;
    line-height: 1;
}

.form-wrap .form-row.error input[type=text] {
    border-color: #f54f99;
}

.block_form .required {
    position: relative;
    z-index: 2;
}

.form-wrap .form-row.required.error .error-message, .block_form .required.error .error-message {
    font-size: 10px;
    color: #ff3991;
    position: absolute;
    top: 100%;
    left: 8px;
    margin: 2px 0 0;
    display: block;
}

.block_form .required.error .error-message {
    top: -16px;
    left: 3px;
}

.after-send {
    display: none;
    font-size: 16px;
    color: green;
    font-weight: bold;
}

.block_form .after-send {
    margin-left: 180px;
}

@media only screen and (max-width: 1240px) {
    .block-akcii:before {
        width: 50%;
        height: 100%;
    }

    .form-width .fancy-form {
        /* max-width: 300px;*/
    }

    .block-akcii p {
        width: 50%;
    }

    .block-akcii .title-akcii {
        font-size: 21px;
    }

    .block-present, .block_form {
        /*  width:100%;
          min-width:100%;*/
    }
}

@media only screen and (max-width: 990px) {

    .top-pan-btn {
        right: -10px;
    }

    .top-pan-btn img {
        width: 80%;
    }

    .preimushestva .width_25 {
        width: 50%;
    }

    table.table-contact td {
        display: block;
        width: 100% !important;
    }

    .preimushestva .width_33 {
        width: 100%;
    }

    .preimushestva .width_33:after, .preimushestva .width_25:after {
        content: none;
    }
}

@media only screen and (max-width: 768px) {
    .footer267 .width_25, .footer267 .width_20, .footer267 .width_15 {
        width: 100%;
        float: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 15px;
        margin-bottom: 5px;
        text-align: center;
    }

    .block_form {
        background: #fcfcfc;
        padding: 20px;
    }
}

@media only screen and (max-width: 690px) {
    .width_50 {
        width: 100%;
    }

    .content404 .width_40 {
        text-align: center;
    }

    .content404 .width_60, .content404 .width_40 {
        width: 100%;
        float: none;
    }

    .form-width button.knopka_form {
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    .form-width .fancy-form {
        max-width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 580px) {

    .top-pan-btn img {
        width: 70%;
    }

    .block-akcii:before {
        content: none;
    }

    .preimushestva .width_25 {
        width: 100%;
    }

    .block-akcii p {
        width: 100%;
    }

    .block-present, .block_form {
        width: 100%;
        min-width: 100%;
    }
}

.planka_top {
    background: #f2f2f2;
    padding: 10px 0;
}

.planka_top:after {
    content: "";
    display: block;
    clear: both;
}

.head-m-mail {
    margin: 0;
}

.inl_50.right_block {
    float: right;
}

.inl_50 {
    width: 37%;
    float: left;
}

.inlline_header.logo {
    max-width: 250px;
    width: 100%;
}

.inlline_header.phone p {
    margin: 0;
}

.inlline_header p.title_block {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(32, 127, 186);
    font-weight: bold;
    line-height: 2.077;
}

p.bold.podpis {
    font-weight: bold;
}

p.podpis {
    font-size: 13px;
    font-family: "Arial";
    color: rgb(32, 127, 186);
    line-height: 1.5;
}

.inlline_header.phone {
    display: inline-block;
    width: 24%;
}

.head-cart {
    margin-top: 10px;
}

.group267 {
    margin-bottom: 30px;
}

.obshee {
    width: 800px;
    display: inline-block;
}

@media only screen and (max-width: 1240px) {
    .inlline_header.logo {
        max-width: 190px;
    }

    .head-cart {
        float: right;
        margin: 0;
    }

    .obshee {
        width: 670px;
        display: inline-block;
    }
}

@media only screen and (max-width: 1000px) {
    .head-cart {
        float: right;
        margin: 0 50px 0 100px;
        width: 100px;
    }

    .inlline_header.phone {
        display: block;
        width: 100%;
    }

    .h-work-numb {
        float: left;
        margin-right: 30px;
    }

    .obshee {
        width: 340px;
        text-align: left;
        clear: none;
        margin: 0 auto;
        display: block;
    }

    .planka_top.clearfix {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .h-work-numb {
        float: none;
        margin-right: 0;
    }

    .head-cart {
        float: none;
        margin: 0 50px 0 100px;
        width: auto;
    }

    .inlline_header.logo {
        width: 100px;
    }

    .obshee {
        clear: both;
        text-align: center;
        width: 100%;
    }

    .inlline_header.phone {
        display: inline-block;
        width: 24%;
    }
}

@media only screen and (max-width: 680px) {
    .inlline_header.phone {
        width: 45%;
    }
}

@media only screen and (max-width: 480px) {
    .inlline_header.phone {
        width: 100%;
    }
}