/* css snippet */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

b {
    font-weight: bold;
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.no-padding-sides {
    padding-left: 0;
    padding-right: 0;
}

.justify-content {
    justify-content: baseline;
}

.for-small-device {
    display: none;
}

.font_weight--bold {
    font-weight: bold;
}

.display_none {
    display: none !important;
}

.spoiler {
    display: none;
}

.open_spoiler {
    cursor: pointer;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content__wrapper {
    flex-grow: 1;
}

.footer__wrapper {
    flex-shrink: 0;
}

.gray-font {
    color: #606060;
}

.errortext {
    margin-top: 10px;
    display: inline-block;
    font-size: 20px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.invert {
    text-decoration: underline;
}

a.invert:hover {
    text-decoration: none;
}

button:active,
button:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.a {
    color: #ff6600;
}

.p__16px__bold {
    font-size: 16px;
    font-weight: bold;
}

.p__14px__bold {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}

.p__14px__bold__orange {
    font-size: 14px;
    font-weight: bold;
    color: #ff3300;
    padding-bottom: 10px;
    padding-top: 25px;
}

/* стили для режима редактирования */
div[id^="bx_incl_area_"] {
    display: block;
    width: 100%;
}

.top-header__user-block div[id^="bx_incl_area_"] {
    width: auto;
}

div[id^="bx_incl_area_"]>div {
    width: 100%;
    max-width: 100%;
}

div[id^="bx_incl_area_"] .slick-slide {
    height: auto;
}

/* modal */
.modal_form {
    width: 300px;
    height: 280px;
    /* Рaзмеры дoлжны быть фиксирoвaны */
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -140px;
    margin-left: -150px;
    /*  центрoвка css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none;
    opacity: 0;
    z-index: 51;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
}

/* Блок «товары не удалось добавить из отложенных» — как у корзины из файла */
#bad_delayed .bad_tables_delayed {
    display: none;
    padding: 20px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -350px;
    background: #ffffff;
    max-height: 300px;
    max-width: 100%;
    height: auto;
    width: 700px;
    overflow: auto;
    z-index: 1000;
}
#bad_delayed .bad_tables_delayed table {
    width: 100% !important;
    margin-bottom: 20px;
    border-collapse: collapse;
    text-align: center;
}
#bad_delayed .bad_tables_delayed table tr:first-child th {
    padding: 3px 0 3px;
}
#bad_delayed .bad_tables_delayed table th,
#bad_delayed .bad_tables_delayed table td {
    border: 1px solid #000000;
}
#bad_delayed .bad_tables_delayed a {
    position: absolute;
    right: 3px;
    top: 3px;
}
@media (max-width: 991px) {
    #bad_delayed .bad_tables_delayed {
        left: 2%;
        width: 95%;
        margin-left: 0;
    }
}

.modal_form__title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}

.modal_form__field input {
    display: block;
    margin: 0 auto 20px;
    width: 200px;
    height: 30px;
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.modal_form__field input::placeholder {
    color: #828282;
    font-size: 13px;
}

.modal_form__field textarea {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.modal_form .modal_close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: 14px;
    cursor: pointer;
    display: block;
    background: url("images/close.svg") no-repeat;
    z-index: 10;
}

.modal_form__field .modal_form__field__submit {
    font-weight: bold;
    color: #ffffff;
    background-image: -moz-linear-gradient(90deg, rgb(255, 51, 0) 0%, rgb(255, 102, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 51, 0) 0%, rgb(255, 102, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 51, 0) 0%, rgb(255, 102, 0) 100%);
    border: 1px solid #ff3908;
    border-radius: 5px;
    padding: 7px !important;
    cursor: pointer;
}

.modal_form__field .modal_form__field__submit:hover {
    background-image: -moz-linear-gradient(90deg, rgb(239, 48, 0) 11%, rgb(255, 51, 0) 29%, rgb(255, 102, 0) 67%, rgb(255, 232, 216) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(239, 48, 0) 11%, rgb(255, 51, 0) 29%, rgb(255, 102, 0) 67%, rgb(255, 232, 216) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(239, 48, 0) 11%, rgb(255, 51, 0) 29%, rgb(255, 102, 0) 67%, rgb(255, 232, 216) 100%);
}

.modal_form__field__link {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.modal_form__field__link a {
    color: #828282;
    font-size: 12px;
}

.modal_form__field__link a:last-child {
    float: right;
}

#overlay {
    z-index: 50;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

/* highslide */
.highslide img {
    /*max-height: 100px;*/
    /*max-width: 150px;*/
    cursor: zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
}

.highslide-image {
    cursor: zoom-out;
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
}

.highslide.fullsize img {
    max-height: none;
    max-width: none;
}

/* top-header */
.top-header__wrapper {
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
    width: 100%;
    position: relative;
}

.top-header {
    padding-top: 25px;
    padding-bottom: 15px;

}

.top-header__user-block--mobile {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: flex-end;
}

.top-header__city img:first-child {
    padding-right: 5px;
}

.city_name {
    font-size: 15px;
}

.dropdown-city {
    width: 17px;
    height: 8px;
    margin-top: 3px;
    padding-left: 5px;
}

.phone a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.top-header__phone {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.top-header__phones span {
    font-size: 15px;
    font-weight: normal;
}

@media (max-width: 380px) {
    .top-header__phones {
        padding-right: 5px;
    }

    .top-header__phone {
        font-size: 16px;
    }
}

.logo img {
    max-height: 60px;
}

/* bot-header */
.bot-header {
    padding-top: 12px;
    padding-bottom: 12px;
}

.search-wrapper {
    border: 1px solid #000;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.search-wrapper input {
    width: 100%;
    height: 99%;
    border: 0;
}

.search-submit {
    padding: 0 !important;
}

.search-submit button {
    padding: 10px 15px;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* navigation */
.navigation {
    display: flex;
    justify-content: space-around;
}

.navigation__wrapper {
    background: #ff6600;
}

.nagivation__item {
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.nagivation__item:hover {
    background: #ff8533;
}

.nagivation__item a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.nagivation__item a:focus,
.nagivation__item a:visited {
    color: #fff;
    text-decoration: none;
}

.no-breadcrumbs {
    margin-top: 40px;
}

/* footer */
.footer__wrapper {
    background: #f0f0f0;
    text-align: center;
    font-size: 15px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.footer-menu {
    justify-content: center;
}

.footer-menu__item {
    padding: 15px 20px;
}

.footer-menu__item a {
    text-decoration: none;
    color: #000;
    display: block;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 20%;
}

.footer-menu__item a:visited {
    text-decoration: none;
    color: #000;
}

.footer-menu__item a:hover {
    text-decoration: none;
    color: #f60;
}

.footer__social {
    padding: 0;
}

.footer__social .right {
    padding-left: 66.6666666%;
}

.footer__social .right .wrapper {
    padding-left: 22%;
    display: flex;
}

.footer__social .right .wrapper img {
    width: 25px;
    margin: 0 15px;
}

.footer__social .right .wrapper img:first-child {
    margin-left: 0;
}

.footer__description {
    padding: 15px;
}

.footer__description a,
.footer__description a:visited,
.footer__description a:focus {
    text-decoration: underline;
    color: #000;
}

.footer_offer {
    font-size: 11px;
    padding: 15px;
}

.left-picts {
    margin: 20px 0 0 10px;
    color: #606060;
}

.left-picts .string {
    padding-left: 95px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4em;
    height: 100px;
    display: flex;
    position: relative;
    color: #606060;
}

.left-picts .string::before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.left-picts .string.truck::before {
    background: url('images/truck.svg') no-repeat;
    background-size: 90%;
    background-position: 11px 4px;
}

.left-picts .string span {
    display: inline-block;
    margin: auto 0;
}

/* content  */
.main-card__title {
    font-weight: bold;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.center-col {
    margin-top: 11px;
    margin-bottom: 30px;
}

.center-col p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
}

.center-col h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
    width: 100%;
}

.center-col ul,
.center-col ol {
    list-style: disc;
    padding-left: 45px;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
}

.center-col ol {
    list-style: decimal;
    padding-left: 20px;
}

.center-col a {
    color: #ff6600;
}

.center-col p {
    width: 100%;
}

.center-col table {
    margin: 20px auto;
}

.center-col table caption {
    padding-bottom: 10px;
}

.page-title,
h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.filter__sepparator {
    height: 1px;
    width: 100%;
    background: #f60;
}

.main-card__stickerblock {
    top: 2%;
    z-index: 2;
    right: 2%;
    position: absolute;
}

.main-card__stickerblock .main-card__sticker img {
    width: 30px;
    height: 30px;
}

.main-card__sticker {
    margin-bottom: 4px;
}

.color__title .code {
    float: none;
}

.color__title {
    padding-right: 40px;
}

.main-card__stickerblock .color__title {
    display: flex;
    flex-direction: column;
}

.color__preview .add-to-cart__button {
    margin-right: 40px;
}

@media screen and (max-width: 991px) {
    .content.d-flex.container-fluid.row {
        padding: 0px !important;
    }
}

.main-card__choice-color .slick-slide img,
.main-card__choice-color .color__image img {
    max-width: 70px;
    max-height: 70px;
}


/* fix */
.store-description {
    line-height: 1.5;
}

.store-timeline {
    line-height: 1.5;
    padding-left: 5px;
}

/* Adaptive */
.mobile-burger {
    display: none;
}

@media screen and (max-width: 991px) {
    .catalog-menu__other::before {
        position: absolute;
        content: "";
        background-image: url("images/burger-menu.svg");
        background-repeat: no-repeat;
        width: 40px;
        height: 35px;
        left: 10px;
        top: 2px;
        background-size: 100% 100%;
    }

    .catalog-menu__other {
        position: relative;
        cursor: pointer;
    }

    .catalog-menu__mobile {
        cursor: pointer;
    }

    .tabs-list {
        flex-wrap: wrap;
    }

    .tabs-list li {
        /*width: 50%;*/
    }
}

@media screen and (max-width: 560px) {
    .tabs-list li {
        width: 100%;
    }

    .tabs-list li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .tabs-list li:last-child {
        border-radius: 0px;
    }
}

@media screen and (max-width: 1280px) {
    .tabs-list {
        overflow-x: scroll;
    }

    .navigation {
        display: none;
    }

    .mobile-burger {
        display: block;
        position: relative;
        cursor: pointer;
    }

    .catalog-menu__other {
        position: relative;
    }

    .mobile-burger::before,
    .catalog-menu__mobile::before {
        position: absolute;
        content: "";
        background-image: url("images/burger-menu.svg");
        background-repeat: no-repeat;
        width: 40px;
        height: 35px;
        left: 10px;
        top: 2px;
        background-size: 100% 100%;
    }

    .top-header__phones {
        margin-top: 10px;
    }

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

.action-item {
    padding-left: 0px;
    padding-right: 0px;
}

.footer__description {
    line-height: 1.4;
}

/* city-dropdown */
.top-header__city {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.city-dropdown {
    display: none;
    position: absolute;
    top: 130%;
    min-width: 150px;
    background: #ff6600;
    padding: 10px;
    z-index: 2;
}

.city-dropdown a {
    display: block;
    cursor: pointer;
    margin: 10px 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

/* catalog title-fix */
@media screen and (max-width: 768px) {
    .catalog-menu__mobile {
        display: block;
    }

    .catalog-menu__other {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .catalog-menu__mobile {
        display: none;
    }

    .catalog-menu__other {
        display: block;
    }
}


/* list_params */
.catalog__-list_item-params {
    margin-bottom: 10px;
}

.list-params__param {
    padding: 2px 0;
}

.list-params__param-name {
    padding-right: 5px;
    font-weight: bold;
}

.add-to-cart {
    width: 100%;
    padding: 5px;
}

.catalog__choice-color

/* catalog-second */
/* catalog-alert */
.catalog-alert__description {
    margin: 20px 0;
}

.catalog-alert__description img {
    padding-right: 15px;
}


.rubric__news {
    padding-bottom: 15px;
}

.form__block-rubric button {
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    padding: 7px 10px;
    margin: 30px 0 20px;
    font-size: 13px;
    background-image: -moz-linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
}

.form__block-rubric button:hover {
    border: 1px solid #ff3908;
}

p.rubric-comment {
    color: #1e1e1e;
    padding-left: 0px;
    width: 275px;
    line-height: 14px;
}

.personal-data {
    font-size: 10px;
    width: 300px;
    display: inline-block;
    line-height: 14px;
}

.get-catalog-form a.link {
    display: inline-block;
    line-height: 12px;
    font-size: 11px;
    float: right;
}

button a:hover {
    text-decoration: none;
}

.get-catalog-form .modal_form__field input {
    width: 268px;
}

.get-catalog-form input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    height: 15px;
}


@media (max-width: 1588px) {
    .product-with-re__block {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .justify-content {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer__social .right {
        padding-left: 0;
    }

    .footer__social .right .wrapper {
        padding-left: 0;
        justify-content: center;
    }

    .logo img {
        max-height: 35px;
    }
}


.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url('images/icon_top.png') no-repeat;
}

#checkFormAuth {
    display: none;
}

/*.novice-item__image {
    background-image: url(/images/imgpreloader.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/

.main-slider__slide,
.action__item-preview,
.action-detail-banner {
    position: relative;
}

.mark-sticker {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.mark-sticker__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: #D1D1D1;
    color: #1E1E1E;
    font-family: Arial;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    padding: 5px 10px;
}

.mark-sticker__link>svg {
    margin-left: 5px;
}

.mark-sticker__link:hover+.mark-sticker__detail {
    opacity: 1;
}

.mark-sticker__detail {
    padding: 10px;
    color: #FFF;
    font-size: 13px;
    line-height: 14px;
    background: #1E1E1E;
    border-radius: 4px;
    position: absolute;
    right: 0;
    bottom: 34px;
    opacity: 0;
    transition: 0.1s;
}

.mark-sticker__detail::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #1e1e1e transparent transparent transparent;
}

@media (max-width: 1440px) {
    .action__item-preview .mark-sticker__detail {
        padding: 5px;
        font-size: 8px;
        bottom: 27px;
        line-height: 9px;
    }

    .action__item-preview .mark-sticker__detail::after {
        right: 15px;
    }

    .action__item-preview .mark-sticker__link {
        font-size: 6px;
        line-height: 7px;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .mark-sticker__detail {
        padding: 5px;
        font-size: 8px;
        bottom: 27px;
        line-height: 9px;
    }

    .mark-sticker__detail::after {
        right: 15px;
    }

    .mark-sticker__link {
        font-size: 6px;
        line-height: 7px;
        padding: 5px;
    }
}




