:root {
    --primary: #4165ff;
    --accent: #ff1647;
    --secondary: #757575;
    --success: #32d751;
    --warning: #fff600;
    --border-radius: 5px;
    --border-color: #c2c2c2;
    --fm: "Montserrat", sans-serif;
    --dt: all .3s ease;
}

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; }

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

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

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

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

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

a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

img {
    max-width: 100%; }

svg {
    fill: currentColor !important; }

.label {
    padding: 11px 18px;
    font-size: 12px;
    letter-spacing: 0.025em;
    border-radius: 5px;
    display: inline-block; }
.label + .label {
    margin-top: 9px; }

.label__new {
    background-color: #f5f5f5;
    color: var(--primary); }

.label__action {
    background-color: var(--accent);
    color: #fff; }

.label__hit {
    background-color: var(--primary);
    color: #fff; }

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    min-width: 320px;
    font-size: 14px;
    line-height: 1.28;
    font-family: 'Montserrat-Medium', sans-serif;
}

img {
    max-width: 100%; }

a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.adp-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 20px;
    font-size: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    border-radius: var(--border-radius);
    text-decoration: none;
    line-height: 1;
    font-family: 'Montserrat-Medium', sans-serif;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.adp-btn--primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff; }
.adp-btn--primary:hover {
    background-color: transparent;
    text-decoration: none;
    color: var(--primary)!important; }

.adp-btn--outline-primary {
    background-color: #fff;
    border-color: var(--primary);
    color: var(--primary); }
.adp-btn--outline-primary:hover {
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;}

.adp-btn--accent {
    background-color: var(--accent);
    border-color: var(-accent);
    color: #fff; }
.adp-btn--accent:hover {
    background-color: transparent;
    color: var(--accent); }

.has-icon-leftward:not(.add_btn) .icon {
    margin-right: 6px; }

.product__action:not(.product__action--inline) .icon {
    margin-right: 0!important; }

.adp-input {
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: #f5f5f5;
    border-radius: var(--border-radius);
    font-size: 10px;
    line-height: 1;
    padding: 13px 16px;
    font-family: 'Montserrat-Regular', sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
.adp-input:focus {
    background-color: #e8e8e8; }
.adp-input::-webkit-input-placeholder {
    font-family: 'Montserrat-Regular', sans-serif;
    color: var(--secondary); }
.adp-input:-ms-input-placeholder {
    font-family: 'Montserrat-Regular', sans-serif;
    color: var(--secondary); }
.adp-input::-ms-input-placeholder {
    font-family: 'Montserrat-Regular', sans-serif;
    color: var(--secondary); }
.adp-input::placeholder {
    font-family: 'Montserrat-Regular', sans-serif;
    color: var(--secondary); }

.font-bold {
    font-family: 'Montserrat-Bold', sans-serif; }

.font-regular {
    font-family: 'Montserrat-Regular', sans-serif; }

.font-semibold {
    font-family: 'Montserrat-SemiBold', sans-serif; }

.text-primary {
    color: var(--primary) !important; }

.text-secondary {
    color: var(--secondary) !important; }

.section-title {
    font-size: 22px;
    margin-bottom: 21px;
    letter-spacing: 0.025em; }

.rating-stars a {
    font-size: 11px; }

.slick-container {
    position: relative;
    height: 100%; }

.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.slick-slider img {
    display: inline-block; }

.slick-slide:focus, .slick-slide a {
    outline: none; }

.slick-list {
    width: 100%; }

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }

.slick-initialized .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto; }
.slick-initialized .slick-slide > div {
    width: 100%; }
.slick-initialized .slick-slide > div > .slick-slide {
    height: 100%; }

.slick-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.slick-pagination li {
    margin-left: 9px; }
.slick-pagination li:first-child {
    margin-left: 0; }
.slick-pagination li.slick-active button {
    border-color: var(--primary);
    -webkit-box-shadow: inset 0 0 0 1px var(--primary);
    box-shadow: inset 0 0 0 1px var(--primary); }
.slick-pagination button {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid var(--secondary);
    opacity: 1;
    outline: 0;
    font-size: 0;
    cursor: pointer; }

.slider-navigation-button {
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border-radius);
    border: 1px solid var(--primary);
    color: var(--primary);
    outline: 0;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer; }
.slider-navigation-button:hover {
    background-color: var(--primary);
    color: #fff; }

.bg-cover-center {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

@media (max-width: 575px) {
    .section-heading {
        margin-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

/* ===== ===== ===== ===== */
/*      Main header        */
/* ===== ===== ===== ===== */
.main-header {
    background-color: #fff;
    z-index: 201;
}

.main-header__main {
    background-color: #fff;
}

.main-header__top {
    padding: 14px 0;
}

@media (max-width: 767px) {
    .main-header__top {
        padding-bottom: 0;
    }

    .main-header__main {
        padding: 12px 0;
    }
}

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.header-social p {
    display: inline-block;
    padding-right: 25px;
    font-size: 12px;
    letter-spacing: 0.025em;
}

.header-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-social ul li {
    margin-right: 7px;
}

.header-social ul li:last-child {
    margin-right: 0;
}

.header-social a {
    display: block;
}

.header-social img {
    display: block;
    width: 17px;
    height: 17px;
}

.header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    letter-spacing: 0.025em; }
.header-links li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 11px; }
.header-links li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 13px;
    width: 1px;
    background-color: #666666; }
.header-links li:first-child {
    padding-left: 0; }
.header-links li:last-child {
    padding-right: 0; }
.header-links li:last-child::before {
    content: none; }
.header-links a {
    color: #0d0d0d;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
.header-links a:hover {
    border-color: currentColor; }

.main-header__middle {
    padding: 5px 0 5px; }

.logo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.header-logo .logo {
    display: flex;
    align-items: center;
}

.logo img {
    padding-bottom: 5px;
    display: block;
}

.form__header-search {
    position: relative; }
.form__header-search button {
    outline: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 11px 12px 13px;
    cursor: pointer;
    color: var(--secondary);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
.form__header-search button:hover {
    color: #111; }

.header-actions .adp-btn {
    padding: 10.5px 26px;
    letter-spacing: 0.025em; }
@media(max-width: 1199px) and (min-width: 991px){.header-actions .adp-btn{padding: 10.5px 13px;}}
.header-actions a:first-child{
    display: block;}

.header-actions .bx-basket a:first-child{
    margin-left: 15px;}

@media(max-width: 374px){
    .header-actions a:first-child {
        margin: 0 0 9px!important;
    }
}
.main-header__bottom { padding: 27px 0 38px;}
.home .main-header__bottom {  margin-bottom: 20px;}
@media(min-width: 768px){.home .main-header__bottom { padding: 27px 0 20px; border-bottom: 1px solid #ebebeb; margin-bottom: 40px;}}

.toggle-menu {
    display: none; }

.toggle-menu {
    margin-left: 12px; }
.toggle-menu button {
    border: 0;
    background-color: transparent;
    outline: 0;
    padding: 0; }
.toggle-menu button em {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #000;
    margin-bottom: 4px; }
.toggle-menu button em:last-child {
    margin-bottom: 0; }

.close-menu {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    padding: 10px 15px;
    color: var(--secondary);
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 41;
    font-size: 16px; }

.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px; }
.main-navigation li {
    margin-right: 25px; }
.main-navigation li:last-child {
    margin-right: 0; }
.main-navigation li.active a {
    color: var(--primary); }
.main-navigation a {
    color: #0d0d0d;
    text-decoration: none;
    letter-spacing: 0.025em; }
.main-navigation a:hover,.main-navigation a.selected {
    color: var(--primary); }

/* Main header - responsive */
@media (max-width: 1199px) {
    .header-links {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

@media (max-width: 991px) {
    .hidden-md-down {
        display: none; }
    .main-header .logo {
        text-align: center;
        margin-bottom: 15px; } }

@media (max-width: 767px) {
    .header-contacts ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .header-contacts ul li {
        padding: 0 0 5px; }
    .header-contacts ul li::before {
        content: none; }
    .form__header-search {
        margin-bottom: 15px; }
    .main-header__bottom {
        padding: 7px 0; }
    .toggle-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .main-navigation__wrapper {
        position: fixed;
        z-index: 40;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
    .main-navigation__wrapper.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
    .close-menu {
        display: block; }
    .main-navigation {
        background-color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px 0;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        width: 320px;
        max-width: 100%; }
    .main-navigation li {
        margin: 0;
        width: 100%;
        text-align: left; }
    .main-navigation a {
        display: block;
        padding: 7px 25px;
        font-size: 14px; } }

@media (max-width: 575px) {
    .header-contacts {
        width: 100%;
        margin-bottom: 10px; }
    .header-contacts ul {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .header-cabinet {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

@media (max-width: 374px) {
    .header-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .header-actions a + a {
        margin: 15px 0 0; } }

/* ===== ===== ===== ===== */
/*      Section hero       */
/* ===== ===== ===== ===== */
.hero__item {
    padding: 70px 0; }

.hero__thumb {
    width: 430px;
    max-width: 100%;
    text-align: center; }

.hero__title--sm {
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase; }

.hero__price--new {
    margin-bottom: 8px;
    font-size: 22px; }

.hero__price--old {
    font-size: 12px; }

.hero__title {
    margin-bottom: 18px;
    font-size: 22px;
    color: #000; }
.hero__title a {
    text-transform: uppercase;
    text-decoration: none;
    color: inherit; }
.hero__title a:hover {
    color: var(--primary); }

.hero__description {
    margin-bottom: 20px;
    font-size: 12px; }

.hero__action .adp-btn {
    font-size: 11px;
    letter-spacing: 0.025em;
    padding: 10px 15px; }

.hero-navigation {
    position: absolute;
    height: 0;
    z-index: 20;
    top: 38%;
    left: 0;
    right: 0; }

.hero__slider .hero__pagination {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 40px; }

@media (max-width: 991px) {
    .hero__item {
        padding-bottom: 70px; }
    .hero__thumb {
        width: 270px;
        padding: 0 15px; }
    .hero-navigation {
        display: none; } }

@media (max-width: 767px) {
    .hero__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .hero__title--sm, .hero__content {
        text-align: center; }
    .hero__thumb {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%; }
    .hero__thumb img {
        max-height: 250px; }
    .hero__pricing {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        text-align: center; }
    .hero__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%; }
    .hero__price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px; }
    .hero__price [class*=hero__price--] {
        margin: 0; }
    .hero__price [class*=hero__price--] + [class*=hero__price--] {
        margin-left: 30px; }
    .hero__title {
        margin-bottom: 0; }
    .swiper-container-horizontal > .hero__pagination.swiper-pagination-bullets {
        bottom: 20px; } }

@media (max-width: 575px) {
    .hero__slider .container {
        width: auto; } }

@media (max-width: 424px) {
    .hero__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-item: center; }
    .hero__price > div {
        margin: 0 !important; } }

.s-popular {
    padding: 62px 0 0; }
.s-popular .section-title {
    margin: 0; }
.s-popular .section-heading {
    margin-bottom: 26px; }

/*.product__slider, .product-popular__slider {*/
/*margin-left: -10px;*/
/*margin-right: -10px; }*/
.product__slider .slick-slide, .product-popular__slider .slick-slide {
    height: auto;
    padding-bottom: 40px; }
.product__slider .slick-slide .product__item, .product-popular__slider .slick-slide .product__item {
    margin-left: 15px;
    margin-right: 15px; }
.product__slider .slick-pagination, .product-popular__slider .slick-pagination {
    position: absolute;
    top: -53px;
    right: 15px; }

.product__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
.product__item:hover {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.21); }
.product__item:hover:hover .product-operation--hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
.product__item .product__labels {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 23px;
    text-align: left; }
.product__item .label {
    border-radius: 0 var(--border-radius) var(--border-radius) 0; }

.product__thumb {
    position: relative;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.product__thumb a {
    display: block;
    padding: 15px 30px; }

.product__content {
    margin-top: auto;
    padding: 31px 20px;
    background-color: #f5f5f5;
    border-radius: var(--border-radius); }

.product__title {
    font-size: 18px;
    letter-spacing: 0.025em;
    margin-bottom: 9px;
    line-height: 21px; }
.product__title a {
    color: #000;
    text-decoration: none; }
.product__title a:hover {
    color: var(--primary); }

.product__rating {
    margin-bottom: 14px; }

.product__operation {
    align-items: center;
    justify-content: space-between;
}

.product__price {
    margin-right: 15px;
    letter-spacing: 0.025em;
    white-space: nowrap;
}

.product__price--old {
    font-size: 13px;
    color: var(--secondary);
    margin-bottom: 1px;
    text-decoration: line-through; }

.product__price--new {
    font-size: 16px;
    color: #000; }

.product__price--lg {
    margin-bottom: 12px; }
.product__price--lg div + div {
    margin-left: 11px; }
.product__price--lg .product__price--new {
    font-family: 'Montserrat-Bold', sans-serif; }
.product__price--lg .product__price--old {
    font-size: 16px; }

.product__action .adp-btn {
    padding: 14px 13px;
    font-size: 11px; }

.product__action--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.product__action--inline a + a {
    margin-left: 7px; }

.product-operation--hover {
    position: absolute;
    z-index: 10;
    left: -1px;
    right: -1px;
    bottom: -35px;
    background-color: #f5f5f5;
    padding: 5px 20px 31px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    border: 1px solid var(--border-color);
    border-top: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden; }
.product-operation--hover::before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 40px;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.21); }

@media (max-width: 991px) {
    .product-operation--hover {
        padding: 0;
        position: relative;
        bottom: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        border: 0; }
    .product-operation--hover::before {
        content: none; }
    .product__action {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .product__action .adp-btn {
        padding: 12px 18px;
    }

    .s-popular {
        padding-bottom: 40px;
    }

    .product__slider .slick-slide,
    .product-popular__slider .slick-slide {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .product__slider .slick-pagination, .product-popular__slider .slick-pagination {
        width: 100%;
        position: relative;
        right: 0;
        top: 10px; } }

.s-hot {
    padding: 10px 0 34px; }

.product-hot__wrapper {
    height: 100%; }

.product-hot__inner {
    margin-top: auto;
    margin-bottom: auto; }

.product-hot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 43px 49px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    margin-bottom: 6px;
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
.product-hot:hover {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15); }

.product-hot__labels {
    margin-bottom: 15px; }

.product-hot__thumb {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.product-hot__thumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.product-hot__content {
    margin-right: -20px; }

.product-hot__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 21px;
    color: #000; }
.product-hot__title a {
    text-decoration: none;
    color: inherit; }
.product-hot__title a:hover {
    color: var(--primary); }

.product-hot__description {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 17px; }

.product-hot__action {
    line-height: 1; }
.product-hot__action a:not(.adp-btn) {
    color: var(--secondary);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    font-size: 12px; }
.product-hot__action a:not(.adp-btn):hover {
    border-color: transparent; }
.product-hot__action .adp-btn {
    padding: 16px 17px;
    letter-spacing: 0.025em; }

.product-hot__price {
    font-size: 18px;
    margin-right: 20px; }

.product-hot__navigation {
    position: absolute;
    z-index: 20;
    bottom: 68px;
    left: 63px; }

.product-hot--lg {
    padding: 43px 5px 43px 63px; }
.product-hot--lg .product-hot__thumb {
    padding: 0; }
.product-hot--lg .product-hot__thumb img {
    max-height: 216px; }
.product-hot--lg .product-hot__content {
    min-width: 33.5%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.product-hot--lg .product-hot__title {
    font-size: 24px; }
.product-hot--lg .product-hot__description {
    margin-bottom: 53px; }

@media (max-width: 1199px) {
    .product-hot__navigation {
        bottom: 30px; } }

@media (max-width: 991px) {
    .product-hot {
        padding: 30px; }
    .product-hot__slider .product-hot {
        padding-bottom: 60px; }
    .product-hot__labels {
        margin-bottom: 10px; }
    .product-hot--lg .product-hot__thumb {
        padding: 20px 0; }
    .product-hot--lg .product-hot__description {
        margin-bottom: 15px; }
    .product-hot__navigation {
        left: 30px; }
    .product-hot__inner {
        height: 100%; }
    .product-hot__thumb {
        height: 220px;
        max-height: 220px; }
    .product-hot__content {
        margin-top: auto; } }

@media (max-width: 767px) {
    .product-hot__wrapper {
        margin-top: 30px; } }

.s-catalog {
    padding: 25px 0 0; }
.s-catalog .section-heading {
    margin: 8px 0 22px; }

@media (max-width: 991px) {
    .s-catalog .widget-catalog {
        margin-bottom: 30px; } }

.s-partner {
    padding: 25px 0; }

.partner__item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.partner__item a {
    display: block;
    text-align: center;
    opacity: .2;
}

.partner__item a:hover {
    opacity: .6;
}

@media (max-width: 991px) {
    .s-partner {
        padding: 80px 0 25px;
    }
}

.s-posts {
    padding: 32px 0 64px;
}

.post__slider {
    /*margin-left: -15px;
    margin-right: -15px; */}
.post__slider .slick-slide .post {
    margin-left: 15px;
    margin-right: 15px; }

.post__thumb {
    margin-bottom: 18px; }
.post__thumb a {
    display: block; }
.post__thumb img {
    display: block;
    width: 100%;
    border-radius: var(--border-radius); }

.post__title {
    display: block;
    margin-bottom: 7px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 24px; }
.post__title:hover {
    color: var(--primary); }

.post__date {
    margin-bottom: 22px;
    color: var(--secondary);
    letter-spacing: 0.025em; }

.post__excerpt {
    margin-bottom: 20px;
    letter-spacing: 0.025em;
    line-height: 18px;
    color: #4d4d4d; }

@media (max-width: 991px) {
    .s-posts {
        padding: 10px 0 30px; }
    .s-posts .post {
        margin-bottom: 30px; }
    .post__slider .slick-pagination {
        width: 100%; } }

.widget .title {
    margin-bottom: 23px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.025em; }

.widget-catalog > ul > li {
    margin-bottom: 21px; }
.widget-catalog > ul > li:last-child {
    margin-bottom: 0; }
.widget-catalog > ul > li > a {
    display: block;
    padding: 19px 20px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: var(--primary);
    border: 1px solid var(--primary);
    -webkit-box-shadow: 0 1px 1px 0 var(--primary);
    box-shadow: 0 1px 1px 0 var(--primary);
    border-radius: 5px;
    letter-spacing: 0.025em;
    font-family: 'Montserrat-Bold', sans-serif; }
.widget-catalog > ul > li > a:hover {
    background-color: var(--primary);
    color: #fff; }
.widget-catalog > ul > li.active > a {
    background-color: var(--primary);
    color: #fff; }

.widget-catalog ul.dropdown {
    padding-left: 51px;
    padding-top: 16px;
    line-height: 1; }
.widget-catalog ul.dropdown li {
    margin-bottom: 21px; }
.widget-catalog ul.dropdown li:last-child {
    margin-bottom: 0; }
.widget-catalog ul.dropdown li a {
    color: #0d0d0d;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.025em; }
.widget-catalog ul.dropdown li a:hover {
    color: var(--primary); }
.widget-catalog ul.dropdown li.show-more a {
    color: var(--secondary);
    border-bottom: 1px solid currentColor; }
.widget-catalog ul.dropdown li.show-more a:hover {
    border-color: transparent; }

.widget-list ul {
    font-size: 10px; }
.widget-list ul li {
    margin-bottom: 23px; }
.widget-list ul li:last-child {
    margin-bottom: 0; }
.widget-list ul a {
    text-decoration: none; }
.widget-list ul + ul {
    margin-left: 39px; }

.widget-about {
    margin-bottom: 30px; }
.widget-about .logo {
    margin-bottom: 22px; }
.widget-about p {
    margin-bottom: 25px;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.025em; }
.widget-about .adp-btn {
    font-size: 11px;
    letter-spacing: 0.02em;
    padding: 12px 18px; }

.widget-contacts .title {
    margin-bottom: 32px; }

.widget-contacts a {
    display: inline-block;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 16px; }

.widget-contacts p {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.025em; }

.dark .widget .title {
    color: #fff; }

.dark .widget-list a {
    color: #646464; }
.dark .widget-list a:hover {
    color: #999; }

.dark .widget-contacts a {
    color: #fff; }
.dark .widget-contacts a:hover {
    color: #999; }

@media (max-width: 991px) {
    .widget-catalog > ul > li > a {
        padding: 8px;
        font-size: 12px; }
    .widget-catalog ul.dropdown {
        padding-left: 8px; } }

.social-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 17px; }
.social-list li:last-child {
    margin-right: 0; }

.social-list a {
    display: block; }

.social-list img {
    display: block; }

.main-footer {
    /*margin-top: 70px;*/
    margin-top: auto;
    padding-top: 41px;
    background-color: #121212;
    color: #646464;
}

.main-footer .widget {
    margin-bottom: 35px; }
.main-footer .widget .title {
    margin-top: 15px; }
.main-footer .social-list, .main-footer .payments {
    padding: 22px 0 14px; }
.main-footer .social-list--mobile li {
    margin: 0 0 15px; }
.main-footer .social-extra {
    display: none; }

.copyright {
    padding: 10px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.copyright span {
    font-size: 10px;
    padding-left: 10px; }

.main-footer__bottom {
    border-top: 1px solid #373737; }

.payments li {
    position: relative;
    padding: 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.payments li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 18px;
    width: 1px;
    background-color: #373737;
    margin-top: -9px; }
.payments li:first-child {
    padding-left: 0; }
.payments li:last-child {
    padding-right: 0; }
.payments li:last-child:before {
    content: none; }

@media (max-width: 425px) {
    .widget-contacts a {
        font-size: 14px; }
    .main-footer .social-extra {
        display: block; }
    .main-footer__bottom .social-list {
        display: none !important; }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%; }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        width: 83.333%;
        max-width: 83.333%; } }
.slider-container {
    position: relative;
    display: flex;
    height: 100%;
}

.owl-carousel .owl-item img {
    width: auto;
}

.hero__slider .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hero__slider .owl-nav .owl-next:hover,
.hero__slider .owl-nav .owl-prev:hover {
    background-color: var(--primary);
    color: #fff;
}

.hero__slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

@media (min-width: 1200px) {
    .hero__slider .owl-nav {
        max-width: 1140px;
    }
}

.hot-slider, .hot-slider--small {
    display: flex;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
    overflow: hidden;
}

.hot-slider.owl-loaded, .hot-slider--small.owl-loaded {
    display: flex;
    opacity: 1;
    overflow: visible;
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-item {
    height: 100%;
}

.product-hot {
    height: calc(100% - 4px);
}

.slider-container button.owl-next,
.slider-container button.owl-prev,

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border-radius);
    border: 1px solid var(--primary);
    color: var(--primary);
    outline: 0;
    background-color: transparent;
    transition: all .3s ease;
    cursor: pointer;
}

.slider-container button.owl-next {
    margin-left: 6px;
}

.slider-container button.owl-next:hover,
.slider-container button.owl-prev:hover {
    background-color: var(--primary);
    color: #fff;
}

.product-popular__slider {
    display: flex;
    opacity: 0;
    transition: all .3s ease;
}

.product-popular__slider.owl-loaded {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    opacity: 1;
}

.product-popular__slider .owl-stage-outer,
.product__slider .owl-stage-outer {
    display: flex;
    padding: 0 6px 45px;
    margin: 0 -6px;
}

.product-popular__slider .owl-stage,
.product__slider .owl-stage {
    display: flex;
}

.product-popular__slider .owl-item,
.product__slider .owl-item {
    height: auto;
}

.product-popular__slider .owl-dots,
.product__slider .owl-dots {
    position: absolute;
    top: -53px;
    right: 0;
}

.product-popular__slider .product__action,
.product__slider .product__action,
.product__mini .product__action {
    width: auto;
}

.owl-carousel .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid var(--secondary);
    opacity: 1;
    outline: 0;
    cursor: pointer;
    margin-left: 9px;
}

.owl-carousel .owl-dots .owl-dot.active {
    border-color: var(--primary);
    box-shadow: inset 0 0 0 1px var(--primary);
}

.s-posts .owl-dots {
    text-align: center;
}

@media (max-width: 767px) {
    .product-popular__slider .owl-stage-outer,
    .product__slider .owl-stage-outer {
        padding: 0 5px;
        margin: 0 -5px;
    }
    .hot-slider--small {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .product-popular__slider .owl-dots,
    .product__slider .owl-dots {
        width: 100%;
        position: relative;
        text-align: center;
        right: 0;
        top: 15px;
    }

    .s-posts .post .post__thumb img {
        width: 100%;
    }
}

.hero__slider {
    display: flex;
    opacity: 0;
    transition: all .3s ease;
}

.hero__slider.owl-loaded {
    opacity: 1;
}

.hero__slider.owl-carousel .owl-stage {
    display: flex;
}

.hero__slider .owl-stage .owl-item {
    height: auto;
}

.hero__slider .slide {
    height: 100%;
}
.s-posts .owl-dots{
    margin: 50px 0 0;
}
.modalForm{
    /*padding: 50px 60px;*/
    padding: 30px;
    min-width: 250px;
    box-sizing: border-box;
    width: 290px;
}
.modalForm__title{
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.modalForm__group{
    margin-bottom: 20px;
    position: relative;
}
.modalForm input{
    height: 37px;
}
.modalForm input, .modalForm textarea {
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: #f5f5f5;
    border-radius: var(--border-radius);
    font-size: 13px;
    line-height: 1;
    padding: 11px 14px;
    font-family: 'Montserrat-Regular', sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    resize: none;
    box-sizing: border-box;
}

.modalForm .recaptcha-info-block {
    margin-top: 20px;
}

.modalForm .recaptcha-info-block__item {
    color: #6b7a83;
    font-size: 12px;
}
.modalForm .recaptcha-info-block__link {
    color: #0d0d0d;
}
.modalForm__group.novalid input, .modalForm__group.novalid textarea{
    background: #ffd8dc;
}
input.novalid, textarea.novalid{
    background: #ffd8dc;
}
.modalForm .placeholder-label {
    height: 30px;
    font-size: 16px;
    transition: .2s linear;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    cursor: text;
    white-space: nowrap;
    pointer-events: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modalForm .modalForm__group.focus .placeholder-label{
    bottom: 40%;
    font-size: 12px;
}
.modalForm .modalForm__group .placeholder-textarea{
    bottom: 64%;
}
.modalForm .modalForm__group.focus .placeholder-textarea{
    bottom: 80%;
}
.modalForm__btn{
    text-align: center;
}
.error-fld{
    width: 16px;
    height: 16px;
    display: block;
    background: url("/bitrix/templates/prymery.auto/assets/img/icons/error.png");
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.modalForm__inputTitle{
    font-size: 13px;
    margin-bottom: 7px;
    display: block;
}
.main-content h1{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: .25px;
    font-family: 'Montserrat-Bold', sans-serif;
}
.page_simple{
    line-height: 24px;
    min-height: 400px;
}
.page_simple p{
    margin-bottom: 25px;
}
.page_simple h2,.page_simple h3,.page_simple h4,.page_simple h5,
.product-detail__description h2,.product-detail__description h3, .product-detail__description h4, .product-detail__description h5{
    letter-spacing: 0.075em;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: 'Montserrat-Bold', sans-serif;
}
.page_simple h2, .product-detail__description h2{
    font-size: 20px;
    margin: 0 0 15px;
}
.page_simple h3, .product-detail__description h3{
    font-size: 18px;
}
.page_simple h4, .product-detail__description h4{
    font-size: 17px;
}
.page_simple h5, .product-detail__description h5{
    font-size: 16px;
}
.page_simple i, .product-detail__description i{
    font-style: italic;
}
.page_simple blockquote{
    margin-bottom: 25px;
    padding: 10px 10px 10px 25px;
    border-left: 4px solid var(--primary);
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.6;
}
.page_simple ul{
    margin-bottom: 25px;
    padding-left: 20px;
    list-style-type: disc;
}
.page_simple ol{
    margin-bottom: 25px;
    padding-left: 20px;
    list-style-type: decimal;
}
.adp-breadcrumbs {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: var(--secondary);
    letter-spacing: 0.06em; }

.adp-breadcrumbs li {
    position: relative;
    display: inline-block;
    padding-right: 14px;}

.adp-breadcrumbs li::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    right: 4px;
    height: 1px;
    background-color: var(--secondary); }

.adp-breadcrumbs li:last-child {
    margin-right: 0;
    padding-right: 0; }

.adp-breadcrumbs li:last-child::after {
    content: none; }

.adp-breadcrumbs a {
    color: var(--secondary);
    text-decoration: none; }

.adp-breadcrumbs a:hover {
    color: #000; }

@media(min-width: 768px){
    .main-header__bottom.nohome{
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 50px;
    }
}
.widget-category ul li {
    position: relative; }

.widget-category ul li:hover .dropdown {
    opacity: 1;
    visibility: visible; }

.widget-category ul li:hover > a {
    color: #fff;
    background-color: var(--primary); }

.widget-category ul li.active a {
    background-color: var(--primary);
    color: #fff; }

.widget-category ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 19px 15px;*/
    padding: 15px 15px;
    color: var(--secondary);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid transparent; }

.widget-category ul a:hover {
    background-color: var(--primary);
    color: #fff; }
.widget-category ul .selected{
    background-color: var(--primary);
    color: #fff; }

.widget-category ul a:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }

.widget-category ul a img, .widget-category ul a svg {
    margin-left: auto;
    margin-right: 15px;
    width: 11px;
    height: 11px;
    fill: currentColor;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.widget-category ul.dropdown {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 100%;
    z-index: 10;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.21); }

.widget-category ul.dropdown a {
    /*padding: 19px 30px 20px;*/
    padding: 15px 30px 14px;
    border-color: rgba(117, 117, 117, 0.3);
    border-bottom: 0;
    /*white-space: nowrap;*/ }

.widget-category ul.dropdown li:last-child a {
    border-bottom: 1px solid rgba(117, 117, 117, 0.3); }

.category-toggle {
    margin-left: -15px;
}

.toggle-navigation {
    display: none; }
.toggle-navigation span {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px; }

/* ---------------------------------------- */
/*       Widgets responsive mode            */
/* ---------------------------------------- */
@media (max-width: 991px) {
    .toggle-navigation {
        display: block;
        margin: 0 0 10px; }
    .widget-news .post__preview {
        margin-bottom: 14px; }
    .widget-navigation ul li {
        margin: 0; }
    .personal-navigation ul {
        display: none; }
    .sidebar-rebound {
        margin-top: 0; }
    .widget-category ul {
        margin: 0 -15px; }
    .widget-category ul.dropdown {
        display: none;
        opacity: 1;
        visibility: visible;
        position: relative;
        left: 0; }
    .widget-category ul a img,
    .widget-category ul a svg {
        margin-right: 0; }
    .widget {
        margin-bottom: 15px; } }

@media (max-width: 575px) {
    .widget-category ul {
        margin: 0; } }

@media (min-width: 992px) {
    .category-toggle ul, .personal-navigation ul {
        display: block !important; } }

.widget-category ul a .icon {
    margin-left: auto;
    margin-right: 15px;
    font-size: 15px;
    transition: transform .3s ease;
}
.widget-category ul a .icon {
    line-height: 12.5px;
}
.sidebar {
    padding-bottom: 50px;
}
.adp-pagination{
    text-align: right;
    margin-top: 35px;
}
.adp-pagination li {
    display: inline-block;
    margin-left: 6px; }
.adp-pagination li:first-child {
    margin-left: 0; }
.adp-pagination li.current a {
    background-color: var(--primary);
    color: #fff; }

.adp-pagination a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary);
    text-decoration: none;
    font-size: 12px;
    color: #605e5e; }
.adp-pagination a.next, .adp-pagination a.preview{
    line-height: 15px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.adp-pagination a:hover {
    color: #fff;
    background-color: var(--primary); }

.form__registration {
    max-width: 480px;
    min-width: 280px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
}
.form__user {
    margin-top: 97px;
    margin-bottom: 120px;
    color: var(--secondary);
}
.form__personal {
    margin: 0;
}
.form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px;
}
.form__name,.form__group strong {
    font-size: 12px;
    margin-bottom: 8px;
}
.staticForm__group {
    margin-bottom: 10px;
    position: relative;
}
.staticForm__group_textarea textarea {
    height: 155px;
}
.form__user .apd-input {
    width: 250px;
    max-width: 100%;
}
.apd-input, .apd-input[type="text"], .apd-input[type="password"] textarea.apd-input, .staticForm input, .staticForm textarea,.input_text_style {
    display: block;
    border: 0;
    outline: 0;
    background-color: #f5f5f5;
    border-radius: var(--border-radius);
    font-size: 13px;
    line-height: 1;
    padding: 13px 16px;
    font-family: 'Montserrat-Regular', sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    resize: none;
    max-width: 100%;
}
.staticForm__group_textarea{
    max-width: 100%;
}
.page_simple a:not(.adp-btn,.post__title) {
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px solid;
}
.page_simple a:not(.adp-btn):hover{
    border-color: transparent;
}
.form__forgot-block {
    float: right;
}
.form__group input[type="checkbox"] {
    display: none;
}
.form__checkbox {
    position: relative;
    padding: 0 0 0 23px;
}
.form__checkbox:before {
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #ddd;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    font-weight: bold;
}
.form__group input[type="checkbox"]:checked + .form__checkbox:before {
    content: '\2714';
}
.form__group_desc {
    font-size: 13px;
    color: #919191;
    vertical-align: middle;
    display: inline-block;
    padding: 15px 0 15px 50px;
}
.auth-link{
    font-size: 12px;
}
.personal-area {
    padding: 60px 0;
    width: 100%;}

.personal-area__item {
    text-align: center;
    margin-bottom: 67px; }

.personal-area__item a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em; }

.personal-area__item a:hover {
    color: var(--primary); }

.personal-area__thumb {
    margin-bottom: 18px; }

.product__sorting {
    margin-bottom: 10px;
    font-size: 13px;
}

.product__sorting li {
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 10px; }

.product__sorting li:last-child {
    margin-right: 0; }

.product__sorting a {
    text-decoration: none;
    color: var(--secondary);
    position: relative;}

.product__sorting a:after {
    display: inline-block;
    content: "";
    background: url(/bitrix/templates/prymery.auto/assets/img/icons/down-arrow.png);
    width: 9px;
    height: 9px;
    background-size: contain;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.product__sorting a.desc:after {
    transform: translateY(-50%) rotate(180deg);
}

.product__sorting a:hover {
    color: #000;
}

.product__sorting a.active{
    color: var(--primary);
}

.sorting {
    position: relative;
}

.sorting-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
}

.sorting-toggle .icon {
    width: 21px;
    height: 21px;
}

.product__list .row {
    margin-right: -4px;
    margin-left: -4px;
}

@media (min-width: 768px) {
    .sorting-toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    .product__sorting {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 220px;
        background-color: #fff;
        padding: 12px;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
        z-index: 21;
    }

    .product__sorting li {
        display: block;
        margin: 0 0 8px;
    }

    .product__list .col, .product__list .col-auto {
        padding-right: 4px;
        padding-left: 4px;
    }

    .product__list .product__itemList {
        padding-right: 4px;
        padding-left: 4px;
        margin-bottom: 16px;
    }

    .product__list .product__item--detailed .product__content {
        padding: 12px 8px; 
    }
}

.product__viual {
    display: inline-flex;
    margin-bottom: 20px;
}

.product__viual a {
    color: var(--secondary);
    font-size: 14px;
}

.product__viual li {
    display: inline-block;
    margin-left: 10px;
}

.product__viual a:hover {
    opacity: .7;
}

.product-postpone {
    /*top: 17px;*/
    /*right: 18px;*/
    line-height: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 8;
    cursor: pointer;
    border-radius: 50%;
    /*padding: 4.5px 5.5px;*/
    background: #fff;
    /*border: 1px solid #ccc;*/
}
.product-postpone__compare{
    top: 44px;
}
.add-favorites,.add-compare {
    color: var(--secondary);
    text-decoration: none;
}
.product-postpone a:hover {
    color: var(--primary);
}
.add-favorites.active{
    color: #e7112b!important;
}
.add-compare.active{
    color: var(--primary)!important;
}
.product-postpone a img,
.product-postpone a svg {
    width: 14px;
    height: 14px;
}
.product-postpone [class^="icon-"]:before, .product-postpone [class*=" icon-"]:before{
    margin-left: 0;
}

.sections__item{
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 180px;
    vertical-align: top;
    margin-bottom: 30px;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 45px 0 30px 50px;
    transition: transform .3s linear;
    text-decoration: none;
    background-size: contain;
}

.sections__name{
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: .25px;
}
.sections__description{
    color: var(--secondary);
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 13px;
}

.more {
    font-weight: 500;
    color: var(--primary);
    font-size: 13px;
    border-bottom: 1px solid var(--primary);
    transition: .3s;
    display: inline-block;
}

.more:hover{
    border-color: transparent;
}

.sections__info{
    padding: 0!important;
}

@media(min-width: 576px){
    .product__list [class*=col-] {
        padding-left: 7px;
        padding-right: 7px;
    }

    .product__list .row {
        margin-right: -7px;
        margin-left: -7px;
    }
}

@media (max-width: 575px) {
    .sections__item {
        min-height: 120px;
        margin-bottom: 16px;
        padding: 24px;
    }

    .sections__name {
        margin-bottom: 12px;
    }
}

.product__title_mini{
    font-size: 13px;
    line-height: 17px;
}

.product__item--detailed .product__thumb {
    /*margin: auto;
    height: 155px;
    display: table;
    vertical-align: middle;*/
    margin: auto;
    min-height: 155px;
    padding: 15px;
}
.product__item--detailed .product__thumb a {
   /* display: table-cell;
    height: 100%;
    vertical-align: middle;*/
    padding: 0;
    width: 100%;
}
.product__item--detailed .product__rating {
    font-size: 8px;
}
.product__item--detailed .product__title {
    margin-bottom: 0;
}
.product__item--detailed .product__content {
    padding: 20px;
}
.product__item--detailed .product__price--new {
    font-size: 17px;
}
.product__item--detailed .product__action--inline {
    width: 100%;
}
.product__item--detailed .add_btn {
    margin-left: auto;
}
.product__item--detailed .one_click_btn {
    padding: 14px 11px;
}
.widget-category{
    margin-bottom: 30px;
}
.product-detail__thumb .slide {
    background-color: #fff;
    cursor: pointer;
    text-align: center;
}
.gallery-top .swiper-slide {
    height: auto;
}
.product-detail__thumb .gallery-top {
    width: 450px;
    height: 100%;
    margin-left: 0;
}
.product-detail__thumb .gallery-thumbs {
    margin-left: 15px;
}
.product-detail__thumb .gallery-thumbs {
    width: 65px;
    min-width: 65px;
    height: 100%;
}
.product-detail__thumb {
    height: auto;
    align-items: flex-start;
    position: relative;
}
.product-detail__thumb {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery-thumbs .swiper-slide {
    /* height: auto!important; */
    height: 68px!important;
    border: 2px solid #ccc;
    box-sizing: border-box;
    line-height: 59px;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary);
}
.product-detail__thumb .slide {
    background-color: #fff;
    cursor: pointer;
    text-align: center;
}
.gallery-thumbs .swiper-slide img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.product__detail-count .product-count {
    margin-bottom: 10px;
    font-size: 13px;
}
.product-count span {
    font-weight: 700;
    padding-right: 4px;
    color: var(--success);
}
.product-detail__price {
    margin-bottom: 22px;
    font-size: 22px;
    letter-spacing: 0.05em;
}
.product-detail__price {
    display: inline-flex;
    align-items: center;
}
.adp-quantity__measure {
    font-size: 17px;
}
.product__detail-oldprice {
    margin-left: 20px;
    margin-top: 2px;
    font-size: 18px;
}
.product__price--old {
    font-size: 14px;
    color: #c9c9c9;
    line-height: 22.5px;
    text-decoration: line-through;
}
.product-detail__characteristics, .product-detail__sku {
    color: var(--secondary);
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
}
.quantity-light {
    background-color: #ececec;
    width: 65px;
    border-radius: var(--border-radius);
}
.product-detail__quantity {
    margin-right: 20px;
}
.adp-quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quantity-light .quantity-controller {
    width: 20px;
    line-height: 30px;
}
.quantity-light .quantity-controller, .quantity-light .quantity__value {
    height: 32px;
    font-size: 13px;
    color: var(--secondary);
}
.quantity-controller {
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: color .3s ease, background-color .3s ease;
}
.quantity__value[type="text"], .quantity__value[type="number"] {
    width: 40px;
    text-align: center;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 700;
}
.quantity-light .quantity__value {
    background-color: transparent;
    width: 25px;
}
.product-detail__hidden {
    display: none;
}
.product-detail__total {
    margin: 15px 0 0;
    font-size: 14px;
    color: #9f9f9f;
}
.mr-15{
    margin-right: 15px;
}
.tabs_link{
    display: inline-block;
    text-decoration: none;
    padding: 14px 20px;
}
.nav-tabs{
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin: 30px 0 0;
}
.nav-link.active{
    background: var(--primary);
    color: #fff;
    margin-top: -1px;
    height: calc(100% + 2px);
}
/* Tabs */
.tab-content > .tab-pane {
    display: none; }

.tab-content > .active {
    display: block; }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear; }

.fade.show {
    opacity: 1; }

/* Nav links */
.nav-item:last-child {
    margin-right: 0; }

.nav-link {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #000; }
.tab-content {
    padding-top: 30px; }

/* Tabs responsive mode */
@media (max-width: 767px) {
    .nav-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav-item {
        margin-bottom: 12px; }
    .tab-content {
        padding-top: 15px; } }

.hidden {
    display: none;
}

.product-detail__propsRow {
    table-layout: fixed;
    display: table;
    width: 100%;
}
.product-detail__propsValue,.product-detail__propsName {
    background-color: #fff;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    overflow: hidden;
    padding: 2px 0;
}
.product-detail__propsValue {
    padding-left: 12px;
    width: 50%;
}
.product-detail__propsName:after {
    border-bottom: 1px dotted #ccc;
    position: absolute;
    margin-left: 12px;
    height: 13px;
    content: '';
    width: 100%;
}
.product-detail__characteristics{
    max-width: 500px;
}
.tab-content{
    color: var(--secondary);
    line-height: 23px;
}

.s-recomendation{
    padding-bottom: 64px;
}

.product-detail__description div ul:not(.product-detail__characteristics), .product-detail__description ol {
    padding-left: 30px;
    margin-bottom: 20px;
}
.product-detail__description div ul:not(.product-detail__characteristics) li {
    position: relative;
    margin-bottom: 10px;
}
.product-detail__description div ul:not(.product-detail__characteristics) li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: -20px;
    background: var(--primary);
    border-radius: 50%;
}

.product-detail__description {
    font-size: 16px;
    line-height: 24px;
}

.product-detail__description p {
    margin-bottom: 15px;
}

b,strong{
    font-weight: bold;
    color: #000;
}
.staticForm__group_textarea {
    float: left;
}
.staticForm__group_text {
    float: left;
    margin: 0 30px 0 0;
}
.staticForm__btn{
    text-align: right;
}

@media(max-width: 768px){
    .nav-link{
        padding: 0;
        background: transparent!important;
        color: #000!important;
        margin-right: 22px;
        font-size: 13px;
    }
    .nav-item:last-child .nav-link{
        margin-right: 0;
    }
    .nav-tabs{
        border: none!important;
    }
    .nav-link.active {
        color: var(--primary)!important;
    }
}

@media (max-width: 767px) {
    .product-detail__description {
        font-size: 12px;
        line-height: 16px;
        color: var(--secondary);
    }

    .product-detail__description div ul:not(.product-detail__characteristics) li:before {
        top: 5px;
    }
}

.recomendation__slider {
    padding: 15px 0;
}
.contact__item {
    margin-bottom: 30px;
}
.map {
    padding: 35px 0 55px;
    min-height: 390px;
}
.contact__thumb {
    width: 32px;
    min-width: 32px;
}
.contact__thumb + .contact__content {
    margin-left: 30px;
    font-size: 11px;
}
.contact__content {
    line-height: 1.8;
}
.letter-spacing-lg {
    letter-spacing: 0.075em;
}
.product__itemList{
    margin: 0 0 30px;
}
.product__mini .label {
    padding: 6px 10px;
    font-size: 10px;
}
.product__mini .label + .label {
    margin-top: 6px;
}
.product-detail__labels .label{
    margin-right: 10px;
    padding: 7px 11px;
}
.product-detail__labels {
    width: 50px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 5;
}
.product{
    position: relative;
}
.product__article{
    font-size: 12px;
    color: var(--secondary);
}
.personal-area {
    padding: 60px 0;
    width: 100%;}

.personal-area__item {
    text-align: center;
    margin-bottom: 67px; }

.personal-area__item a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em; }

.personal-area__item a:hover {
    color: var(--primary); }

.personal-area__thumb {
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 50px;
}
.personal-area__thumb i:before{
    margin-left: 0;
}
.widget-news .post__preview {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 110px;
    margin-bottom: 18px;
    padding: 9px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
.widget-news .post__preview.last{
    margin-bottom: 0;
}
.widget-news .post__preview::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.widget-news .post__preview:hover::before {
    opacity: .4; }

.widget-news .post__preview > * {
    z-index: 1; }

.widget-news .post__date {
    color: #9e9e9e;
    font-size: 12px; }

.widget-news .post__title {
    margin-top: auto;
    padding-top: 15px; }

.widget-news .post__title a {
    display: block;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    text-decoration: none; }

.widget .text-default{
    text-transform: inherit;
    font-weight: bold;
}
.bx-sidebar-block{
    margin-bottom: 30px;
}
.cart-empty {
    margin: 72px 0; }

.cart-empty__thumb {
    margin-bottom: 14px;
    color: var(--secondary);
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.cart-empty__thumb:hover {
    opacity: 1; }

.cart-empty__thumb img, .cart-empty__thumb svg {
    max-width: 100%;
    width: 205px;
    height: 205px; }

.cart-empty__title {
    margin-bottom: 23px;
    color: var(--secondary);
    font-size: 36px;
    letter-spacing: 0.075em;
    opacity: .5; }

.cart-empty__subtitle {
    letter-spacing: 0.075em;
    font-size: 16px; }

/* Cart with goods */
.cart__heading {
    /*padding: 101px 0 61px; */
    padding: 0 0 61px; }

.cart__summary {
    letter-spacing: 0.05em; }

.cart__summary-label {
    font-size: 14px;
    margin-bottom: 10px; }

.cart__summary-tip {
    font-size: 10px;
    min-width: 120px;}

.cart__summary-value {
    font-size: 20px;
    margin-left: 10px; }

.cart__summary-value img, .cart__summary-value svg {
    width: 16px;
    height: 16px;
    margin-left: 4px; }

.cart__actions a + a {
    margin-left: 17px; }

.cart__coupon-label {
    font-size: 10px;
    margin-bottom: 12px;
    letter-spacing: 0.04em; }

.form__coupon {
    position: relative;
    display: inline-block; }

.form__coupon .coupon__input {
    min-height: 32px;
    border: 1px solid #bababa;
    width: 220px;
    max-width: 100%;
    outline: 0;
    padding: 3px 40px 3px 15px;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease; }

.form__coupon .coupon__input:focus {
    border-color: var(--secondary); }

.form__coupon .coupon__button {
    position: absolute;
    top: 0;
    right: 1px;
    background-color: var(--primary);
    border: 0;
    outline: 0;
    color: #fff;
    width: 30px;
    height: 32px;
    cursor: pointer; }

.form__coupon .coupon__button img, .form__coupon .coupon__button svg {
    width: 10px;
    height: 10px; }

.cart__total {
    margin-bottom: 27px; }

.cart__total-label {
    font-size: 12px;
    margin-right: 30px; }

.cart__list {
    margin-bottom: 80px; }

.cart__item {
    margin-bottom: 45px; }

.cart__item:last-child {
    margin-bottom: 0; }

.cart__thumb {
    width: 100px;
    margin-right: 71px; }

.cart__title {
    margin-bottom: 8px;
    letter-spacing: 0.05em;
    font-size: 14px; }

.cart__title a {
    color: #000;
    text-decoration: none; }

.cart__title a:hover {
    color: var(--secondary); }

.cart__pricing {
    margin-left: auto; }

.cart__price-tip {
    font-size: 10px;
    margin-top: 5px; }

.cart__price-value img, .cart__price-value svg {
    width: 11px;
    height: 11px;
    margin-left: 4px; }

.cart__price-value img {
    height: auto; }

.cart__item .product__quantity {
    margin: 0 50px; }

/* ---------------------------------------- */
/*       Cart responsive mode               */
/* ---------------------------------------- */
@media (max-width: 1200px) {
    .cart__coupon {
        margin-bottom: 30px; }
    .cart__heading {
        padding: 0 0 30px 0; } }

@media (max-width: 991px) {
    .cart__list {
        margin-bottom: 30px; }
    .cart__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cart__pricing {
        margin: 15px 0 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

@media (max-width: 768px) {
    .cart__summary {
        margin-bottom: 30px; }
    .cart__summary-value {
        margin-left: 0; } }

@media (max-width: 575px) {
    .cart__thumb {
        margin: 0 auto;
        width: 160px; }
    .cart__head {
        width: 100%;
        margin: 20px 0 0;
        text-align: center; }
    .cart__rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .cart__item .product__quantity {
        margin: 0 15px; } }

@media (max-width: 374px) {
    .cart__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .cart__actions a + a {
        margin: 15px 0 0; }
    .product__quantity {
        margin: 0 15px; } }

.popup-window-titlebar{
    height: 15px!important;
}
div[id^="popup-window-content-CatalogElementBasket_bx"],div[id^="popup-window-content-CatalogSectionBasket_bx"]{
    width: 250px;
}
.popup-window{
    font-family: var(--main-font);
}
.popup-window-buttons{
    display: none;
}
.addBasket__success {
    margin: 10px 0 20px;
}
.product-postpone a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 35px;
    min-width: 35px;
    height: 35px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--secondary);
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    z-index: 8;
    color: var(--secondary);
}
.product-postpone a:hover {
    color: var(--primary);
}
.product-count {
    font-size: 11px;
}
.quantity-null {
    color: #e7112b;
    margin-right: 5px;
}
.quantity-exist {
    color: #32d751;
    margin-right: 5px;
}
/* Страницы продукции list */
.product-display__list {
    height: auto;
    margin-bottom: 30px;
    flex-direction: row;
}
.product-display__list .product__labels {
    top: 25px;
    left: 15px;
}
.product-display__list .label,
.product-display__table .label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 9px;
    color: #fff;
    border-radius: 0;
}
.product-display__list .label--hit,
.product-display__table .label--hit {
    background-color: #7c32d7;
}
.product-display__list .label--action,
.product-display__table .label--action {
    background-color: #e9b912;
}
.product-display__list .product-postpone {
    position: absolute;
    top: 25px;
    right: 15px;
}
.product-display__list .product-postpone a + a {
    margin-top: 10px;
}
.product-display__list .product__thumb {
    width: 220px;
    min-width: 220px;
}
.product-display__list .product__thumb > a {
    padding: 25px 15px;
}
.product-display__list .product__title {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}
.product-display__list .product__content {
    margin: 0;
    padding: 25px 15px;
    background-color: transparent;
    width: 100%;
}
.product-display__list .product__rating li {
    margin-right: 4px;
}
.product-display__list .vendor-code {
    margin: 0 0 25px 15px;
}
.product-display__list .product__description {
    font-size: 14px;
}
.product-display__list .product__evaluation {
    padding: 25px 15px;
}
.product-display__list .product__price {
    margin: 0 0 15px;
    min-width: 200px;
}
.product-display__list .product__price--old {
    font-size: 18px;
}
.product-display__list .product__price--new {
    font-size: 31px;
}
.product-display__list .product__action {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-display__list .product__evaluation {
    flex-direction: column;
    width: 230px;
    min-width: 230px;
}
.product-display__list .product__action > * + * {
    margin-left: 15px;
}
/* Страницы продукции table */
.product-display__table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 17px 12px;
    border: 1px solid #f1f1f1;
    height: auto;
    margin-bottom: 30px;
    box-shadow: none;
}
.product-display__table .product__thumb {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    margin-right: 30px;
}
.product-display__table .product__thumb a {
    padding: 0;
}
.product-display__table .product__thumb img {
    max-height: 100px;
}
.product-display__table .product__content {
    background-color: transparent;
    margin: 0;
    padding: 0 10px;
    width: 300px;
    max-width: 100%;
}
.product-display__table .product__title {
    font-size: 14px;
    font-weight: 700;
}
.product-display__table .product__price {
    padding: 0 10px;
    margin: 0 0 10px;
    font-size: 14px;
}
.product-display__table .product__price > * + * {
    margin-left: 10px;
}
.product-display__table .product__labels {
    padding: 0 10px;
    position: relative;
    top: 0;
}
.product-display__table .label + .label {
    margin: 0 0 0 10px;
}
.product-display__table .product__evaluation {
    margin-left: auto;
    padding: 0 10px;
}

.product-display__table .product__action > * + *,
.product-display__table .product-postpone a + a {
    margin-left: 10px;
}

.product-display__table .product-postpone {
    padding: 0 10px;
}

.product-display__table .adp-quantity {
    height: 41px;
}

@media (max-width: 1199px) {
    .product-display__table {
        flex-wrap: wrap;
    }
    .product-display__table .product__evaluation,
    .product-display__table .product-postpone {
        margin: 15px 0 0;
        width: 50%;
    }
    .product-display__table .product__pricing {
        margin-left: auto;
        align-items: flex-end;
    }
    .product-display__table .product-postpone {
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    .product-display__list {
        flex-wrap: wrap;
    }
    .product-display__list .product__content {
        width: calc(100% - 220px);
    }
    .product-display__list .product__evaluation {
        width: 100%;
        flex-direction: row;
        padding: 0 0 25px;
    }
    .product-display__list .product__price {
        margin: 0;
        min-width: 235px;
        text-align: center;
    }
    .product-display__list .product__action .adp-btn {
        padding: 14px 13px;
    }
}
@media (max-width: 767px) {
    .product-display__table .product__pricing {
        margin-left: 0;
        margin-top: 15px;
        align-items: flex-start;
    }
    .product-display__table .product__evaluation,
    .product-display__table .product-postpone {
        width: auto;
    }
    .product-display__table .product-postpone {
        margin-left: auto;
    }
}
@media (max-width: 575px) {
    .product-display__list .product__thumb,
    .product-display__list .product__content {
        width: 100%;
    }
    .product-display__list .product__evaluation {
        flex-direction: column;
    }
    .product-display__list .product__price {
        width: 100%;
    }
    .product-display__list .product__action {
        justify-content: center;
        margin: 15px 0 0;
    }
    .product-display__table .product__thumb,
    .product-display__table .product__content,
    .product-display__table .product__pricing {
        width: 100%;
        max-width: 100%;
        align-items: center;
    }
    .product-display__table .product__title {
        text-align: center;
    }
    .product-display__table .product-postpone {
        padding: 0;
    }
}
.product-postpone__table{
    position: relative;
    top: auto;
    right: auto;
    background: transparent;
}
.product-postpone__list{
    background: transparent;
}
.header-cabinet{justify-content: flex-end;}
.col-xs-12{width:100%;}
.post__thumb a{border-bottom: none!important;}
#quick_order_form .novalid{background: #ffd7d7!important;}
@media(max-width: 991px){.sidebar{display: none;}}
.novalid input{background: #ffd8dc!important;}
.defLink{text-decoration: none;color:var(--primary);border-bottom:1px solid;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;}
.defLink:hover{border-color:transparent;}
@media(max-width: 400px){
    .form__reg .form__group{display: block;}
    .form__group_desc{padding: 15px 0;}
}
/* Fix for IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        overflow-x: hidden;
    }
    .hot-slider .owl-item,
    .hot-slider--small .owl-item {
        padding-right: 1px;
    }
    .product-popular__slider .owl-stage-outer,
    .product__slider .owl-stage-outer,
    .product-popular__slider .owl-stage,
    .product__slider .owl-stage {
        display: block;
    }
    .product__item {
        height: auto;
    }
}
.recomendation__slider .owl-dots{margin-top: 20px;}

@media(max-width: 1199px) and (min-width: 768px){.sections__item{padding: 45px 0 30px 20px;background-size: 40%;}  }
.postItem{margin-bottom: 30px;}
.tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs li {
    cursor: pointer;
    -webkit-transition: var(--dt);
    transition: var(--dt);
}

.tab-pane {
    visibility: hidden;
    height: 0;
    overflow-y: hidden;
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
    opacity: 0;
}

.tab-pane.current {
    visibility: visible;
    height: auto;
    overflow-y: visible;
    opacity: 1;
}

.quantity-outline {
    height: 45px;
    border: 1px solid #dbdbdb;
}

.quantity-outline .quantity-controller {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 100%;
    transition: all .3s ease;
}

.quantity-outline .quantity-controller:hover {
    color: var(--primary);
}

.quantity-outline .quantity-minus {
    border-right: 1px solid #dbdbdb;
}

.quantity-outline .quantity-plus {
    border-left: 1px solid #dbdbdb;
}

.quantity-outline .icon {
    width: 14px;
    height: 14px;
}

.quantity__value {
    -moz-appearance: textfield;
}

.quantity__value::-webkit-outer-spin-button,
.quantity__value::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-group {
    margin-bottom: 14px;
    color: #333;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-label {
    font-size: 12px;
    margin-bottom: 4px;
}

.form-label i {
    color: red;
    font-style: normal;
}

.form-control {
    display: block;
    width: 100%;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 1;
    font-family: inherit;
    border: 1px solid #dbdbdb;
    resize: none;
    outline: none;
    transition: all .3s ease;
}

.form-control:focus {
    border-color: #aaa;
}

.breadcrumbs {
    margin-bottom: 12px;
    color: var(--secondary);
    font-size: 12px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs a {
    text-decoration: none;
    color: var(--secondary);
}

.breadcrumbs a:hover {
    color: var(--primary);
}

.breadcrumbs .icon {
    width: 14px;
    height: 14px;
    vertical-align: bottom;
    margin-left: 2px;
}

@media (max-width: 767px) {
    .quantity-outline {
        height: 37px;
    }
}

.main-header {
    padding: 0 0 21px;
}

.top-navigation {
    display: flex;
    align-items: center;
}

.top-navigation li {
    display: inline-flex;
    align-items: center;
    margin-right: 18px;
}

.top-navigation li:last-child {
    margin-right: 0;
}

.top-navigation a {
    text-decoration: none;
    color: var(--secondary);
    font: 12px/1 var(--fm);
}

.top-navigation a:hover {
    color: var(--primary);
}

a.header-callback {
    font-weight: 600;
    color: var(--primary);
}

.main-header__middle {
    padding: 5px 0 12px;
}

.form__header-search input {
    padding: 12px 24px;
    border-radius: 30px;
    border: 1px solid #f5fafa;
}

.form__header-search input:focus {
    background-color: #fff;
    border-color: #ccc;
}

.form__header-search button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 11px 21px;
}

.form__header-search .icon {
    width: 16px;
    height: 16px;
}

.header-worktime {
    margin-left: 24px;
    font: 400 12px/1.5 var(--fm);
    color: var(--secondary);
}

.header-worktime span {
    font-weight: 600;
}

.users-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 24px;
}

.users-links li {
    margin-right: 21px;
}

.users-links li:last-child {
    margin-right: 0;
}

.users-links a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    text-decoration: none;
}

.users-links a:hover {
    color: var(--primary);
}

.users-links a:hover i {
    transform: translate(3px, -3px);
}

.users-links a i {
    position: absolute;
    right: -6px;
    top: -6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 1;
    background-color: var(--primary);
    color: #fff;
    font-style: normal;
    border-radius: 50%;
    transition: var(--dt);
}

.users-links .icon {
    width: 24px;
    height: 24px;
}

.main-header__bottom {
    padding: 0;
    background-color: #f7f7f7;
}

.primary-nav__list {
    display: flex;
}

.primary-nav__item {
    position: relative;
    margin-right: 32px;
}

.primary-nav__item.has-submenu::after {
    content: '';
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #fff transparent;
    z-index: 22;
    opacity: 0;
}

.primary-nav__item:last-child {
    margin-right: 0;
}

.primary-nav__item:hover::after {
    opacity: 1;
}

.primary-nav__item:hover .primary-nav__submenu {
    opacity: 1;
    visibility: visible;
}

.primary-nav__link {
    display: flex;
    align-items: center;
    padding: 18px 0;
    text-decoration: none;
    color: #6b7a83;
    text-transform: uppercase;
    font: 600 12px/1 var(--fm);
}

.primary-nav__link .icon {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin-left: 2px;
}

.primary-nav__link:hover {
    color: var(--primary);
}

.primary-nav__submenu {
    position: absolute;
    left: -16px;
    top: 100%;
    width: 225px;
    padding: 6px 0;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    transition: var(--dt);
    z-index: 21;
    opacity: 0;
    visibility: hidden;
}

.primary-nav__submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    text-decoration: none;
    text-decoration: none;
    color: #6b7a83;
    text-transform: uppercase;
    font: 600 12px/18px var(--fm);
}

.primary-nav__submenu a:hover {
    background-color: #f7f7f7;
}

.primary-nav__submenu a .icon {
    width: 14px;
    height: 14px;
    min-width: 12px;
    margin-left: 6px;
}

.primary-nav__submenu li {
    position: relative;
}

.primary-nav__submenu li:hover ul {
    opacity: 1;
    visibility: visible;
}

.primary-nav__submenu li ul {
    position: absolute;
    top: -6px;
    left: 100%;
    width: 256px;
    padding: 6px 0;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    transition: var(--dt);
    opacity: 0;
    visibility: hidden;
}

.primary-menu-close {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
    color: var(--secondary);
}

.primary-menu-close .icon {
    width: 14px;
    height: 14px;
}

.primary-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 800;
    opacity: 0;
    visibility: hidden;
}

.header-logo-group {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    align-items: flex-end;
}

.menu-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    margin-right: 16px;
}

.menu-toggle .icon {
    width: 21px;
    height: 21px;
}

@media (min-width: 768px) {
    .primary-nav .top-navigation, .primary-nav .form__header-search {
        display: none;
    }
}

@media (min-width: 992px) {
    .menu-toggle, .primary-menu-close {
        display: none;
    }
}

@media (max-width: 1199px) {
    .primary-nav__item {
        margin-right: 21px;
    }

    .header-links li:nth-child(2)::before {
        display: none;
    }

    .header-links .header-callback-item {
        display: none;
    }
}

@media (max-width: 991px) {
    .main-header .logo {
        margin: 0;
    }

    .col-header-worktime, .primary-nav__item.has-submenu::after {
        display: none;
    }

    .header-links ul {
        display: flex;
        flex-direction: column;
    }

    .header-links li {
        padding: 0;
        justify-content: flex-end;
    }

    .header-links li::before {
        content: none;
    }

    .users-links {
        margin: 0;
    }

    .menu-open .primary-nav, .menu-open .primary-nav-overlay {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .primary-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        height: 100%;
        background-color: #fff;
        padding: 16px;
        z-index: 999;
        overflow-y: auto;
        transition: all .3s ease;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }

    .primary-nav__list {
        flex-direction: column;
    }

    .primary-nav__item {
        width: 100%;
        margin: 0;
    }

    .primary-nav__link {
        padding: 8px 0;
        justify-content: space-between;
    }

    .primary-nav__submenu, .primary-nav__submenu li ul {
        display: none;
        position: relative;
        width: 100%;
        padding: 0 0 0 12px;
        top: unset;
        left: unset;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    .primary-nav__submenu a {
        padding: 8px 0;
    }

    .primary-nav__submenu a:hover {
        background-color: transparent;
    }

    .primary-nav__submenu a .icon {
        transform: rotate(90deg);
    }
}

@media (max-width: 767px) {
    .header-logo {
        max-width: 250px;
    }

    .col-top-navigation, .col-header-search {
        display: none;
    }

    .header-links ul {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .top-navigation {
        flex-direction: column;
        margin: 21px 0;
    }

    .top-navigation li {
        width: 100%;
        margin: 0;
    }

    .top-navigation a {
        display: flex;
        align-items: center;
        padding: 8px 0;
        text-decoration: none;
        color: #6b7a83;
        text-transform: uppercase;
        font: 600 12px/1 var(--fm);
    }
}

@media (max-width: 575px) {
    .header-contacts {
        margin: 0;
    }

    .main-header__middle {
        padding: 0;
    }

    .users-links li {
        margin-right: 12px;
    }

    .users-links .icon {
        width: 18px;
        height: 18px;
    }
}

.main-content, .page_simple {
    padding-bottom: 64px;
}

.product-slider-container {
    position: relative;
    width: 100%;
}

.product-detail {
    position: relative;
    padding: 32px 0 0;
}

.product-detail__thumb {
    width: 100%;
}

.product-slider-nav .slick-list {
    display: flex;
    margin: -2px -7px;
    width: calc(100% + 14px);
}

.product-slider-nav .slick-track {
    display: inline-flex;
}

.product-slider-nav.slick-initialized .slick-slide {
    padding: 2px 7px;
    display: flex;
}

.product-slider-nav .is-active .product-slider-nav__item {
    border-color: var(--primary);
}

.product-slider-nav:hover + .slider-nav-arrows, .slider-nav-arrows:hover {
    opacity: 1;
}

.slider-nav-arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 36px;
    right: -5px;
    left: -5px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
}

.slider-nav-arrows .slider-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: var(--primary);
    transition: all .3s ease;
    pointer-events: all;
}

.slider-nav-arrows .icon {
    width: 24px;
    height: 24px;
}

.product-slider-single__item, .product-slider-nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-slider-nav__item {
    padding: 8px;
    border: 2px solid #dbdbdb;
}

.product-slider-single__item {
    width: 100%;
    padding: 32px;
}

.product-slider-single__item:hover .zoom-product {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.zoom-product {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 64px;
    height: 64px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    transition: all .3s ease;
    opacity: 0;
}

.zoom-product .icon {
    width: 24px;
    height: 24px;
}

.product-detail .product-detail__title {
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 36px;
    color: #222529;
}

.product-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0;
}

.product-item__info > * {
    padding: 4px 0;
}

.product-item__info .product__rating {
    width: 100%;
    margin: 0;
}

.product-item__article {
    color: var(--secondary);
    font-size: 12px;
    line-height: 1;
    width: 100%;
}

.product-item__article span {
    color: #333;
    font-weight: 600;
}

.product-item__rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
    padding-bottom: 24px;
}

.product-item__rating::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 32px;
    background-color: #e7e7e7;
}

.product-item__rating a {
    padding: 0 8px;
    font-size: 13px;
    text-decoration: none;
    color: #999;
}

.product-item__rating a:hover {
    color: var(--primary);
}

.product-item__rating-val {
    display: flex;
    align-items: center;
    margin-right: 4px;
}

.product-item__rating-val li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    color: #999;
}

.product-item__rating-val li.active {
    color: var(--primary);
}

.product-item__rating-val .icon {
    width: 14px;
    height: 14px;
}

.product-detail__price {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.adp-quantity__measure {
    font: inherit;
}

.product-detail__article {
    margin-bottom: 4px;
    margin-right: 20px;
    color: var(--secondary);
    font-size: 14px;
    line-height: 20px;
}

.product-detail__article span {
    font-weight: 700;
    color: #333;
}

.product-detail__count {
    display: inline-flex;
    align-items: center;
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary);
}

.product-detail__count .icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    color: var(--success);
}

.product-detail__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-detail__actions {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.product-detail__actions a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 12px 24px;
}

.product-detail__actions a .icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.product-detail__actions .add-to-cart {
    margin-right: 8px;
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
}

.product-detail__actions .add-to-cart span {
    display: inline-flex;
    min-width: 77px;
}

.product-detail__actions .add-to-cart i {
    font-style: normal;
}

.product-detail__actions .add-to-cart i:last-child {
    display: none;
}

.product-detail__actions .add-to-cart.product-added i:first-child {
    display: none;
}

.product-detail__actions .add-to-cart.product-added i:last-child {
    display: inline;
}

.fly-icon {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    width: 40px;
    height: 45px;
    color: #fff;
    background-color: var(--primary);
    padding: 10px;
    z-index: -1000;
}

.fly-icon .icon {
    margin: 0!important;
}

.add-to-cart .fly-icon, .product__action .fly-icon, .to_basket .fly-icon {
    opacity: 0;
    visibility: hidden;
}

.to_basket {
    position: relative;
}

.product-detail__actions .add-to-cart:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.product-detail__actions .buy-inclick {
    border: 2px solid var(--primary);
    color: var(--primary);
}

.product-detail__actions .buy-inclick:hover {
    background-color: var(--primary);
    color: #fff;
}

.product-detail__quantity {
    margin-right: 8px;
}

.product-detail__delayed {
    padding-top: 16px;
    display: flex;
    align-items: center;
}

.product-detail__delayed a {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    margin-right: 16px;
    text-transform: uppercase;
    color: #333;
}

.product-detail__delayed a:hover {
    color: var(--primary);
}

.product-detail__delayed a:last-child {
    margin-right: 0;
}

.product-detail__delayed .icon {
    width: 18px;
    height: 16px;
    min-width: 16px;
    margin-right: 6px;
}

.add-favorites {
    min-width: 122px;
}

.add-favorites.active {
    color: var(--primary)!important;
}

.product-detail__delayed a span:last-child {
    display: none;
}

.product-detail__delayed a.active span:first-of-type {
    display: none;
}

.product-detail__delayed a.active span:last-of-type {
    display: inline;
}

a.product-doc__file {
    color: #777;
    text-decoration: none;
    border: 1px solid;
    padding: 4px 8px;
    transition: all .3s ease;
}

a.product-doc__file:hover {
    color: var(--primary);
}

a.product-doc__file > i {
    position: relative;
    display: inline-block;
    background-color: #aaa;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
}

a.product-doc__file > i:after {
    content: attr(data-type);
    position: absolute;
    top: 2px;
    left: 4px;
    display: block;
    background-color: #555;
    font-size: 5px;
    color: #fff;
    line-height: 1;
    padding: 2px;
    font-weight: normal;
    text-transform: uppercase;
}

a.product-doc__file:hover > i {
    background-color: var(--primary);
}

.product-item__info a.product-doc__file,
.product-display__table a.product-doc__file {
    font-size: 10px;
    margin: 5px 5px 0 0;
}
.product-display__list a.product-doc__file {
    font-size: 12px;
    margin: 0 0 20px 15px;
}

.product-item__info a.product-doc__file > i,
.product-display__list a.product-doc__file > i,
.product-display__table a.product-doc__file > i {
    width: 12px;
    height: 14px;
    vertical-align: -2px;
    margin: 0 12px 0 0;
}

.label {
    border-radius: 0;
}

.tabs--product-detail {
    width: 100%;
    margin: 36px 0 21px;
    border-bottom: 1px solid #dbdbdb;
}

.tabs--product-detail li {
    margin-right: 32px;
    padding: 12px 0;
    color: #818692;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}

.tabs--product-detail li:last-child {
    margin-right: 0;
}

.tabs--product-detail li:hover {
    border-color: #333;
}

.tabs--product-detail li.current {
    border-color: #333;
    color: #333;
}

.form-callback .form-footer {
    text-align: right;
}

.form-callback .btn--submit {
    border-radius: 0;
    width: 260px;
    max-width: 100%;
}

.review-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #333;
}

.reviews-list {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dbdbdb;
}

.review-item {
    display: flex;
    margin-bottom: 21px;
}

.review-item:last-child {
    margin-bottom: 0;
}

.review-item__thumb {
    width: 80px;
    height: 80px;
    margin-right: 32px;
}

.review-item__thumb img {
    max-width: 80px;
    max-height: 80px;
}

.review-item__content {
    position: relative;
    padding: 21px;
    min-height: 80px;
    flex-grow: 1;
    background-color: #f5f7f7;
    color: var(--secondary);
    font-size: 12px;
}

.review-item__content::before {
    content: "";
    left: -15px;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #f5f7f7;
    height: 0;
    position: absolute;
    top: 24px;
    width: 0;
}

.review-item__head {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.review-item__author {
    margin-right: 12px;
    font-weight: 700;
}

.review-item__rating {
    position: absolute;
    top: 21px;
    right: 21px;
}

.review-item__rating ul {
    margin: 0!important;
    padding: 0!important;
}

.review-item__rating ul.product-item__rating-val li {
    margin-bottom: 0!important;
}

.review-item__rating ul.product-item__rating-val li::before {
    content: none!important;
}

.rating-star--alt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0!important;
}

.rating-star--alt li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icons/star-outline.svg);
    cursor: pointer;
}

.rating-star--alt li::before {
    content: none!important;
}

.rating-star--alt li.active {
    background-image: url(../img/icons/star.svg);
}

.add-review {
    padding: 24px 32px;
    background-color: #f7f7f7;
}

.add-review ul {
    padding: 0!important;
}

.add-review .btn--submit {
    border-radius: 0;
    width: 240px;
    max-width: 100%;
}

.product-callback {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #dbdbdb;
    padding: 32px 24px;
}

.product-callback__thumb {
    display: flex;
    margin-bottom: 21px;
    color: var(--secondary);
}

.product-callback__thumb .icon {
    width: 64px;
    height: 64px;
}

.product-callback__description {
    margin-bottom: 16px;
    font-size: 14px;
}

.product-callback__action .adp-btn {
    border-radius: 0;
}

.catalog-search {
    position: relative;
    margin: 15px 0 30px 0;
}

.catalog-search input {
    padding: 12px 24px;
    border-radius: 30px;
    border: 1px solid #f5fafa;
}

.catalog-search button {
    outline: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 11px 12px 13px;
    cursor: pointer;
    color: var(--secondary);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 11px 21px;
}

.catalog-search .icon {
    width: 16px;
    height: 16px;
}

.catalog-search button:hover {
    color: #111;
}

@media (min-width: 576px) {
    .product-detail__actions .buy-inclick span:last-child {
        display: none;
    }
}

@media (max-width: 991px) {
    .product-detail__thumb {
        margin-bottom: 32px;
    }

    .product-detail__thumb .slider-nav-arrows, .zoom-product {
        display: none;
    }

    .product-callback {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .product-detail {
        padding: 0;
    }

    .product-slider-nav .slick-list {
        margin: -2px -4px;
        width: calc(100% + 8px);
    }

    .product-slider-nav .slick-slide {
        padding: 2px 4px;
    }

    .product-detail .product-detail__title {
        font-size: 24px;
        line-height: 31px;
    }

    .product-detail__actions a {
        padding: 8px 12px;
    }

    .tabs--product-detail li {
        margin-right: 18px;
        padding: 8px 0;
    }

    .form-callback .form-footer {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .product-item__rating a:first-of-type {
        margin-left: -8px;
    }

    .product-item__rating, .product-detail__actions {
        flex-wrap: wrap;
    }

    .product-item__rating-val {
        width: 100%;
        margin: 0 0 8px;
    }

    .product-detail__actions .add-to-cart {
        width: 135px;
    }

    .product-detail__actions .buy-inclick {
        max-width: calc(100% - 143px);
    }

    .product-detail__actions .buy-inclick span:first-child {
        display: none;
    }
}

@media (max-width: 424px) {
    .product-detail__quantity .adp-quantity {
        width: 80px;
    }

    .product-detail__quantity .quantity__value[type="text"],
    .product-detail__quantity .quantity__value[type="number"] {
        width: 24px;
    }

    .product-detail__actions a > .icon {
        display: none;
    }

    .product-detail__actions .add-to-cart {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .s-posts .owl-dots {
        margin-top: 24px;
    }
}

.footer-nav-more {
    font-weight: 600;
}

@media (max-width: 1199px) {
    .widget-contacts .title {
        margin-bottom: 21px;
    }

    .widget-list ul + ul {
        margin-left: 15px;
    }
}

.primary-nav__link.selected {
    color: var(--primary);
}

.bx-filter-block .bx-filter-parameters-box-container {
    display: flex;
    justify-content: space-between;
    margin: 0 -4px;
}

.bx-filter-block .btn {
    flex-grow: 1;
    margin: 0 4px;
    transition: var(--dt);
    cursor: pointer;
}

.bx-filter.bx-blue .bx-filter-block .btn-themes {
    border: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .sidebar {
        width: 225px;
        min-width: 225px;
    }
}

@media (max-width: 768px) {

    .logo img {
        transform: none;
    }

}