

/* Start:/local/templates/dvernoylider_redesign/new/css/main.css?1745309316235378*/
@charset "UTF-8";

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* .visible { */
    /* visibility: visible !important; */
/* } */

/* .invisible { */
    /* visibility: hidden !important; */
/* } */


/*
@import "/local/templates/dvernoylider_redesign/new/css/root";
@import "/local/templates/dvernoylider_redesign/new/css/reboot";
@import "/local/templates/dvernoylider_redesign/new/css/images";
@import "/local/templates/dvernoylider_redesign/new/css/code";
@import "/local/templates/dvernoylider_redesign/new/css/tables";
@import "/local/templates/dvernoylider_redesign/new/css/forms";
@import "/local/templates/dvernoylider_redesign/new/css/buttons";
@import "/local/templates/dvernoylider_redesign/new/css/transitions";
@import "/local/templates/dvernoylider_redesign/new/css/dropdown";
@import "/local/templates/dvernoylider_redesign/new/css/button-group";
@import "/local/templates/dvernoylider_redesign/new/css/input-group";
@import "/local/templates/dvernoylider_redesign/new/css/custom-forms";
@import "/local/templates/dvernoylider_redesign/new/css/nav";
@import "/local/templates/dvernoylider_redesign/new/css/navbar";
@import "/local/templates/dvernoylider_redesign/new/css/card";
@import "/local/templates/dvernoylider_redesign/new/css/breadcrumb";
@import "/local/templates/dvernoylider_redesign/new/css/pagination";
@import "/local/templates/dvernoylider_redesign/new/css/badge";
@import "/local/templates/dvernoylider_redesign/new/css/jumbotron";
@import "/local/templates/dvernoylider_redesign/new/css/alert";
@import "/local/templates/dvernoylider_redesign/new/css/progress";
@import "/local/templates/dvernoylider_redesign/new/css/media";
@import "/local/templates/dvernoylider_redesign/new/css/list-group";
@import "/local/templates/dvernoylider_redesign/new/css/close";
@import "/local/templates/dvernoylider_redesign/new/css/modal";
@import "/local/templates/dvernoylider_redesign/new/css/tooltip";
@import "/local/templates/dvernoylider_redesign/new/css/popover";
@import "/local/templates/dvernoylider_redesign/new/css/carousel";

@import "/local/templates/dvernoylider_redesign/new/css/print";*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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


/* HTML5 display-role reset for older browsers */

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,
q:before,
q:after {
    content: '';
    content: none;
}

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

a,
a:hover,
a:active {
    border: none;
}

input,
textarea {
    outline: none;
}

.content_,
.phone,
.email {
    -ms-user-select: inherit;
    -moz-user-select: inherit;
    -webkit-user-select: inherit;
    user-select: inherit;
}

.c_fix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    width: 100%;
    visibility: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}


/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}


/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}


/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}


/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}


/* Caption */

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}


/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}


/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}


/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}


/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}


/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}


/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}


/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/local/templates/dvernoylider_redesign/new/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 10px;
    position: relative;
    z-index: 1;
}


/* Wrapper for all connect elements.
 */

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


/* Offset direction
 */

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}


/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4), inset 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    outline: none;
    left: -17px;
    top: -3px;
    height: 16px;
    width: 16px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -9px;
    left: auto;
}


/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
    background: #FAFAFA;
}

.noUi-base {
    border-radius: 30px;
}

.noUi-connects {
    background: #E7E7E7;
    border: 1px solid #DADADA;
    border-radius: 30px;
}

.noUi-connect {
    background: linear-gradient(90deg, #FFC355 0%, #FF8955 100%);
}


/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}


/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}


/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}


/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}


/* Values;
 *
 */

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}


/* Markings;
 *
 */

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}


/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}


/* Vertical layout;
 *
 */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

@font-face {
    font-family: 'Formular';
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Medium.eot");
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Medium.woff2") format("woff2"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Medium.woff") format("woff"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Medium.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Light.eot");
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Light.woff2") format("woff2"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Light.woff") format("woff"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Italic.eot");
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Italic.woff2") format("woff2"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Italic.woff") format("woff"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Italic.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Formular';
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Black.eot");
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Black.woff2") format("woff2"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Black.woff") format("woff"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular.eot");
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular.eot?#iefix") format("embedded-opentype"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular.woff2") format("woff2"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular.woff") format("woff"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Bold.eot");
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Bold.woff2") format("woff2"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Bold.woff") format("woff"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-Formular-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma', sans-serif;
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif-Bold.eot");
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif-Bold.woff2") format("woff2"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif-Bold.woff") format("woff"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif-Bold.ttf") format("truetype");
    font-weight: bold;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma', sans-serif;
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif.eot");
    src: url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif.eot?#iefix") format("embedded-opentype"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif.woff2") format("woff2"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif.woff") format("woff"), url("/local/templates/dvernoylider_redesign/new/css/fonts/subset-" Tahoma ", sans-serif.ttf") format("truetype");
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

body {
    color: #303030;
    font-family: 'Formular', sans-serif;
    min-height: 100%;
}

a {
    color: inherit;
}

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


/* header */

header {
    background: #fff;
    position: relative;
    z-index: 9;
}

.header-logo {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/logo.png") center center no-repeat;
    background-size: contain;
    height: 35px;
    position: relative;
    top: 17px;
    width: 195px;
}

.header-info {
    color: #9b8568;
    font-family: 'Tahoma', sans-serif;
    font-size: 13px;
    margin-left: 19px;
    line-height: 1.3;
    letter-spacing: .04em;
    padding-top: 26px;
    padding-bottom: 19px;
    width: 155px;
}

.header-wrap {
    display: flex;
}

.header-box {
    position: relative;
    top: 26px;
    padding-left: 25px;
    position: relative;
}

.header-box.phone:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -102px -290px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.header-box.map:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -174px -259px;
    background-size: 328px 279.5px;
    width: 18px;
    height: 20px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.header-box.map {
    margin-left: 56px;
}

.header-box.time:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -193px -257px;
    background-size: 347px 306.5px;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.header-box.time {
    margin-left: 49px;
}

a.header-box_title,
.header-box_title {
    color: #5C4433;
    font-family: Formular;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 3px;
    text-decoration: none;
}

.header-box_event {
    color: #EF6F2E;
    cursor: pointer;
    font-family: Formular;
    font-size: 12px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.header-box_event:hover {
    color: #FE732E;
    text-decoration: none;
}

.header-box_dsc {
    color: #9B8568;
    font-size: 12px;
}

a.header-basket {
    float: right;
    position: relative;
    top: 24px;
    padding-left: 51px;
    text-decoration: none;
}

a.header-basket:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -280px -175.5px;
    background-size: 347px 306.5px;
    width: 32px;
    height: 32px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

a.header-basket.active:after {
    background: #c49f83;
    border-radius: 50%;
    content: '';
    opacity: 0;
    position: absolute;
    top: 12px;
    left: 15px;
    height: 5px;
    width: 5px;
    -webkit-animation: radial-pulse 1s 1;
    animation: radial-pulse 1s 1;
}

.header-basket_count {
    background: #ff5631;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    border-radius: 2px;
    padding: 0 3px;
    position: absolute;
    top: 0px;
    left: 25px;
}

.header-basket_title {
    color: #745844;
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

.header-basket_price {
    font-family: Formular, sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 700;
    color: #D7890F;
}

.header-wrapper {
    height: 126px;
}

.header-mobile_phone {
    display: none;
}

@-webkit-keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px #c49f83;
        opacity: .9;
    }
    100% {
        box-shadow: 0 0 0 35px #c49f83;
        opacity: 0;
    }
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px #c49f83;
        opacity: .9;
    }
    100% {
        box-shadow: 0 0 0 35px #c49f83;
        opacity: 0;
    }
}

@media screen and (min-width: 1200px) {
    /*.header-box {
	    left: -37px;
	}*/
}

@media screen and (max-width: 1200px) {
    .header-box_title {
        font-size: 16px;
    }
    .header-box.map {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .header-box.map {
        display: none;
    }
    .header-info {
        padding-top: 19px;
    }
    .header-box.time {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header {
        height: 48px;
        /*position: fixed;
	    top: 0;*/
        width: 100%;
    }
    .header-box.phone {
        display: none;
    }
    a.header-logo {
        top: 8px;
        height: 30px;
        width: 75px;
    }
    .header-basket_title,
    .header-basket_price,
    .header-info {
        display: none;
    }
    a.header-basket {
        top: 12px;
		padding-left: 31px;
    }
    .header-mobile_phone {
        display: block;
    }
    .header-mobile_phone a {
        color: #5C4433;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        padding-top: 18px;
        padding-right: 41px;
        position: relative;
        text-decoration: none;
        white-space: nowrap;
    }
    .header-mobile_phone a:before {
        background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
        background-position: -317px -196px;
        background-size: 347px 306.5px;
        width: 24px;
        height: 24px;
        content: '';
        position: absolute;
        top: 12px;
        right: 0;
    }
    a.header-basket:before {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        left: 4px;
    }
    .header-wrapper {
        height: 80px;
    }
}

@media screen and (max-width: 344px) {
    a.header-mobile_phone {
        left: -11px;
    }
}


/* menu */

.menu {
    position: relative;
    width: 100%;
}

.menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.menu-wrap {
    height: 48px;
}

.menu {
    background: #3B3330;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    height: 48px;
    display: flex;
    justify-content: space-between;
    transition: ease 300ms;
    z-index: 9;
}

.menu nav {
    width: 100%;
}

.menu-wrap,
.menu nav ul:not(.children) {
    display: flex;
    justify-content: space-between;
}

.menu nav>ul>li>a {
    font-family: Formular;
    font-weight: 300;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 48px;
    padding: 0 15px;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    transition: ease 300ms;
}

.menu .menu-open {
    cursor: pointer;
    display: none;
    margin-top: 7px;
    height: 25px;
    position: relative;
    width: 25px;
    z-index: 999;
}

.menu .menu-open span,
.menu .menu-open:after,
.menu .menu-open:before {
    background: #fff;
    border-radius: 5px;
    height: 3px;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    transition: ease-in 250ms;
}

.menu .menu-open span {
    opacity: 1;
    margin-top: -1px;
}

.menu .menu-open:after,
.menu .menu-open:before {
    content: '';
    margin-top: -11px;
}

.menu .menu-open:after {
    margin-top: 8px;
}

.menu .menu-open.active:after,
.menu .menu-open.active:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 0;
    margin-left: -11px;
    width: 22px;
}

.menu .menu-open.active:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menu .menu-open.active span {
    opacity: 0;
}

.menu-search {
    padding-left: 78px;
    height: 47px;
    transition: ease 300ms;
}

.menu-search.active {
    padding-left: 20px;
}

.menu-search_box {
    position: relative;
    z-index: 100;
}

.menu-search_btn {
    background: #3B3330;
    border: 2px solid #4e4139;
    border-radius: 20px;
    cursor: pointer;
    height: 28px;
    margin-top: 11px;
    position: absolute;
    right: 0;
    width: 46px;
    z-index: 4;
}

.menu-search_btn:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -154px -257px;
    background-size: 347px 306.5px;
    width: 19px;
    height: 19px;
    content: '';
    position: absolute;
    top: 3px;
    left: 11px;
}

.menu-search form {
    border-radius: 20px;
    height: 26px;
    overflow: hidden;
    opacity: 0;
    position: relative;
    top: 12px;
    width: 0;
    transition: ease 400ms;
}

.menu-search form.active {
    opacity: 1;
    width: 193px;
}

.menu-search_overlay.active {
    background: transparent;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.menu-search form input {
    background: #fff;
    box-sizing: border-box;
    border: 0;
    height: 26px;
    padding: 0 10px 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 33px);
}

.menu-search form button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    z-index: 5;
}

.parent .sub-menu {
    display: none;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: ease 300ms;
}

.parent .sub-menu .container {
    width: 1200px;
}

.parent .menu-contacts {
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.menu-contacts_address {
    min-width: 400px;
    width: 400px;
}

.menu-contacts_main {
    padding: 32px 46px;
}

.menu-contacts_title {
    color: #C49F83;
    font-size: 14px;
    line-height: 20px;
}

.menu-contacts_dsc {
    color: #5C4433;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}

.menu-contacts_dsc .ya-phone {
    display: inline;
}

.menu-contacts_num {
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.menu-contacts_num:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -110.5px -114px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48px;
    content: '';
    position: absolute;
    top: 13px;
    right: 15px;
}

.menu-contacts_info {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    max-width: 120px;
    margin-bottom: 27px;
    text-transform: uppercase;
}

.menu-contacts_text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.menu-contacts_text a {
    color: #ffc226;
    text-decoration: none;
}

.menu-contacts_text a:hover {
    text-decoration: underline;
}

.menu-contacts_box:not(:last-child) {
    margin-bottom: 31px;
}

.menu-contacts_box.flex {
    display: flex;
}

.menu-contacts_box.flex div:not(:last-child) {
    margin-right: 25px;
}

.menu-contacts_social a {
    display: inline-block;
    margin-right: 12px;
}

.menu-contacts_social a.vk {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -134.5px -90px;
    background-size: 347px 306.5px;
    width: 20.5px;
    height: 13px;
}

.menu-contacts_social a.yt {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -212px -257px;
    background-size: 347px 306.5px;
    width: 20px;
    height: 16px;
}

.menu-contacts_social a.ig {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -17px -290px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16px;
}

.menu-contacts_social a.fb {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -34px -290px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16px;
}

.menu-contacts_social {
    font-size: 0;
    margin-top: 3px;
}

.menu-contacts_dsc span.recall {
    color: #D7890F;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    vertical-align: top;
    position: relative;
    top: -2px;
}

.menu-contacts_order {
    background: #F4F1ED;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 112px;
}

.menu-contacts_order span {
    color: #5C4433;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 128px;
    position: relative;
}

.menu-contacts_order span:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -170px -61px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48.5px;
    content: '';
    margin-top: -24px;
    position: absolute;
    left: 50px;
    top: 50%;
}

.menu-contacts_country {
    background: #817271;
    min-width: 235px;
    padding: 38px 35px;
    position: relative;
    width: 235px;
    z-index: 2;
}

.menu-contacts__country_company {
    padding: 5px 35px 10px!important;
}

.menu-contacts__country_company .menu-contacts_info {
    margin-bottom: 10px;
}

.menu-contacts__country_company .menu-contacts_num {
    margin-bottom: 10px;
}

.menu-contacts_country.balun:before {
    background: #817271;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    top: 63px;
    right: -9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 20px;
    width: 20px;
}

.menu-contacts_map {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#contact-map {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 50px);
    width: calc(100% + 50px);
}

.menu-list {
    background: #fff;
    display: flex;
}

.menu .children {
    position: relative;
    width: calc(100% - 235px);
}

.menu .children>li>a {
    background: #F1F0EF;
    border-bottom: 1px solid #e4d8cf;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    display: block;
    height: 64px;
    position: relative;
    padding-left: 51px;
    padding-right: 15px;
    line-height: 64px;
    transition: ease 300ms;
    width: 169px;
}

.menu .children>li:last-child>a {
    border: none;
}

.menu .children>li>a span {
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
}

.menu .children>li.style>a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px -221px;
    background-size: 347px 306.5px;
    width: 22px;
    height: 22.5px;
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu .children>li.price>a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px -268px;
    background-size: 347px 306.5px;
    width: 22px;
    height: 19px;
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu .children>li.type>a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -208.5px -114px;
    background-size: 347px 306.5px;
    width: 21.5px;
    height: 21.5px;
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu .children>li.coating>a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -70px -257px;
    background-size: 347px 306.5px;
    width: 20px;
    height: 22.5px;
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu .children>li.brand>a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -208.5px -136.5px;
    background-size: 347px 306.5px;
    width: 20.5px;
    height: 22.5px;
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu .children>li.color>a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px -244.5px;
    background-size: 347px 306.5px;
    width: 22px;
    height: 22.5px;
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu .children>li>ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    flex-flow: row wrap;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 169px;
    padding: 20px 0 20px;
}

.menu .children {
    overflow: hidden;
}

.menu .sub-menu .children>li:hover>ul:before {
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 500%;
    width: 100%;
}

.menu .sub-menu .children>li.active>ul,
.menu .sub-menu .children>li:hover>ul {
    opacity: 1;
}

.menu .sub-menu .children>li:hover>ul {
    background: #fff;
    z-index: 2;
}

.menu .children>li>ul:before {
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
}

.menu .children>li>ul li {
    border-right: 1px solid #ede2da;
    padding: 8px 15px 8px 49px;
    width: 33.3333%;
}

.menu .children>li>ul li a {
    color: #817271;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: ease 300ms;
    z-index: 1;
}

.menu .children>li>ul li a:before {
    background: #6B5252;
    border-radius: 3px;
    content: '';
    opacity: 0;
    position: absolute;
    top: -3px;
    left: -10px;
    transition: ease 300ms;
    height: calc(100% + 6px);
    width: calc(100% + 20px);
    z-index: -1;
}

.menu .children>li>ul li a:hover {
    color: #fff;
}

.menu .children>li>ul li a:hover:before {
    opacity: 1;
}

.sub-menu_image img,
.sub-menu_image {
    display: block;
    position: relative;
}

.sub-menu_image span {
    color: #fff;
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 12px;
    left: 14px;
}

.sub-menu_image span.black {
    color: #000000;
}

.menu-sandwich {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    margin: 0 auto;
    top: 48px;
    left: 0;
    right: 0;
    transition: ease 300ms;
}

.menu-sandwich_list {
    background: #fff;
    display: flex;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
}

.menu-sandwich_list ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.menu-sandwich_list ul li {
    width: 50%;
}

.menu-open+nav li .menu-sandwich_list ul li a {
    background: transparent;
    display: block;
    border-right: 1px solid #f5ece8;
    border-top: 1px solid #f5ece8;
    border-bottom: 1px solid #f5ece8;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 20px 0 80px;
    margin-top: -1px;
    position: relative;
    text-decoration: none;
    height: 80px;
}

.menu-sandwich_list ul li a:hover {
    background: #F1F0EF;
}

.menu-sandwich_list ul a span {
    color: #937B68;
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.menu-sandwich_list ul a span.recall {
    color: #D7890F;
    display: inline-block;
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.menu-sandwich_list ul a span.recall:hover {
    text-decoration: none;
}

.menu-sandwich_list a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-sandwich_list .icon-measure a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -280px -143px;
    background-size: 347px 306.5px;
    width: 36px;
    height: 31.5px;
}

.menu-sandwich_list .icon-pay a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -231px -184.5px;
    background-size: 347px 306.5px;
    width: 36px;
    height: 36.5px;
    left: 22px;
}

.menu-sandwich_list .icon-delivery a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -33px -257px;
    background-size: 347px 306.5px;
    width: 36px;
    height: 27.5px;
    left: 22px;
}

.menu-sandwich_list .icon-install a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -231px -147px;
    background-size: 347px 306.5px;
    width: 37px;
    height: 36.5px;
}

.menu-sandwich_list .icon-roll a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -280px -35.5px;
    background-size: 347px 306.5px;
    width: 34px;
    height: 36.5px;
}

.menu-sandwich_list .icon-quarantee a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -280px 0px;
    background-size: 347px 306.5px;
    width: 36px;
    height: 34.5px;
}

.menu-sandwich_list .icon-roll2 a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -232px -224px;
    background-size: 347px 306.5px;
    width: 32px;
    height: 32px;
}

.menu-sandwich_list .icon-calc a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px 0px;
    background-size: 347px 306.5px;
    width: 30px;
    height: 32px;
    left: 24px;
}

.menu-sandwich_list .icon-company-partners a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/menu_icons/partners.png);
    width: 54px;
    height: 38px;
}

.menu-sandwich_list .icon-company-vacancies a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/menu_icons/vacancies.png);
    width: 31px;
    height: 38px;
}

.menu-sandwich_list .icon-company-news a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/menu_icons/news.png);
    width: 32px;
    height: 26px;
}

.menu-sandwich_list .icon-company-gallery a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/menu_icons/gallery.png);
    width: 43px;
    height: 34px;
}

.menu-sandwich_list .icon-company-review a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/menu_icons/review.png);
    width: 33px;
    height: 30px;
}

.menu-sandwich_list .icon-mehkomnatnaya a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/menu_icons/mehkomnatnaya-dver.png);
    width: 32px;
    height: 42px;
    background-position: 8px 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-sandwich_list .icon-vhodnaya a:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/menu_icons/vhodnaya-dver.png);
    width: 32px;
    height: 42px;
    background-position: 4px 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-sandwich_list .menu-contacts_country {
    padding-left: 43px;
    padding-right: 43px;
    min-width: 254px;
}

li.back {
    display: none;
}

.menu-contacts_map img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .active.menu-sandwich {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    nav>ul>li.parent:hover .sub-menu {
        display: block;
    }
    .menu .children>li:hover>a {
        background: #fff;
    }
    .menu nav>ul>li:hover>a {
        background: #4B392F;
    }
    .menu-contacts,
    .menu-sandwich_list,
    .menu-list {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.32);
        border-radius: 0px 0px 5px 5px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {
    .menu nav {
        margin-left: 28px;
    }
    .menu nav li a {
        font-size: 12px;
        padding: 0;
        white-space: nowrap;
    }
    .menu .children>li>ul {
        padding: 20px 0 20px;
    }
    .menu .children>li>ul li {
        border-right: 1px solid #ede2da;
        padding: 6px 15px 5px 49px;
        width: 50%;
    }
    .menu nav>ul>li>a {
        font-size: 11px;
    }
}

@media screen and (max-width: 992px) {
    .menu nav li a {
        font-weight: 400;
        letter-spacing: 0em;
        font-size: 11px;
    }
    .menu-search {
        position: relative;
        padding-left: 80px;
    }
    .menu-search.active {
        padding-left: 80px;
    }
    .menu-search_box {
        position: absolute;
        right: 15px;
    }
    .menu nav>ul>li>a {
        font-size: 10px;
        padding: 0 10px;
    }
    .menu-contacts_country {
        display: none;
    }
    .menu-search {
        display: none;
    }
    .menu nav {
        margin-left: 9px;
    }
    .sub-menu_banner {
        display: none;
    }
    .menu .children {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .menu .menu-open {
        display: block;
    }
    .menu-sandwich_list {
        display: block;
    }
    .menu-sandwich_list ul li {
        width: 100%;
    }
    .menu .sub-menu .children>li:hover>ul:before {
        display: none;
    }
    .menu-open+nav li .menu-sandwich_list ul li a {
        padding: 16px 20px 0 80px;
        font-size: 16px;
        font-weight: 600;
    }
    .menu-sandwich_list {
        display: block;
        border-radius: 0;
        padding-bottom: 70px;
    }
    .menu nav>ul>li>a {
        display: block;
        font-size: 12px;
        padding: 0 15px;
        width: calc(100% - 50px);
    }
    li.back {
        display: block;
    }
    .menu-wrap {
        height: 32px;
    }
    .menu {
        top: 0;
        height: 32px;
    }
    .menu.top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .menu.fixed {
        /*top: 48px;*/
    }
    .menu nav {
        display: none;
    }
    .menu .menu-open span,
    .menu .menu-open:after,
    .menu .menu-open:before {
        height: 2px;
        width: 17px;
    }
    .menu .menu-open:before {
        margin-top: -7px;
    }
    .menu .menu-open:after {
        margin-top: 5px;
    }
    .menu .menu-open {
        margin-top: 4px;
    }
    .menu-search {
        display: block;
    }
    .menu-search_btn {
        height: 24px;
        margin-top: 5px;
    }
    .menu-search_btn:before {
        top: 1px;
    }
    .menu-search form {
        height: 23px;
        top: 5px;
    }
    .menu-search form.active {
        width: 215px;
    }
    .menu-search form input {
        height: 23px;
    }
    .menu-open+nav {
        background: #5c4b40;
        display: block;
        margin-left: 0;
        position: fixed;
        top: 32px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        height: 100%;
        width: 100%;
        transition: ease 300ms;
        box-sizing: content-box;
        padding-bottom: 70px;
    }
    .menu-open.active+nav {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .menu nav ul:not(.children) {
        display: block;
    }
    nav li {
        border-bottom: 1px solid #53443b;
    }
    .menu-open+nav li a {
        font-weight: 600;
        color: #333;
        padding: 0 18px;
    }
    /*.menu-open+nav li {
	    transform: translateX(-100%);
	    transition: all .1s ease 0s;
	}
	.menu-open.active+nav li {
		transform: translateX(0);
	}
	.menu-open+nav li:nth-child(1) {
		transition-delay: .15s;
	}
	.menu-open+nav li:nth-child(2) {
		transition-delay: .20s;
	}
	.menu-open+nav li:nth-child(3) {
		transition-delay: .25s;
	}
	.menu-open+nav li:nth-child(4) {
		transition-delay: .30s;
	}
	.menu-open+nav li:nth-child(5) {
		transition-delay: .35s;
	}
	.menu-open+nav li:nth-child(6) {
		transition-delay: .40s;
	}
	.menu-open+nav li:nth-child(7) {
		transition-delay: .45s;
	}
	.menu-open+nav li:nth-child(8) {
		transition-delay: .50s;
	}
	.menu-open+nav li:nth-child(9) {
		transition-delay: .55s;
	}
	.menu-open+nav li:nth-child(10) {
		transition-delay: .60s;
	}*/
    .menu-open {
        overflow: hidden;
    }
    .menu .children>li>ul {
        display: none;
    }
    .menu .children>li {
        border: none;
    }
    .menu .children>li>a {
        border-bottom: 1px solid #d3c8c4;
        height: 47px;
        line-height: 47px;
        width: 100%;
    }
    .parent .sub-menu {
        background: #fff;
        top: 0px;
        left: -15px;
        height: 100%;
        box-sizing: border-box;
        overflow: unset;
        z-index: 2;
    }
    .parent .sub-menu .container {
        padding-right: 0;
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 30px;
        max-width: 100%;
        width: 100%;
    }
    li.back {
        cursor: pointer;
        line-height: 40px;
        height: 40px;
    }
    li.back:before {
        background: #fff;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
        color: #D7890F;
        content: 'РЅР°Р·Р°Рґ';
        font-size: 16px;
        line-height: 40px;
        padding-left: 37px;
        position: absolute;
        left: 0;
        height: 40px;
        width: 100%;
        z-index: 2;
    }
    li.back:after {
        background: transparent;
        border-left: 1px solid #D7890F;
        border-top: 1px solid #D7890F;
        content: '';
        display: block;
        position: absolute;
        left: 26px;
        top: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 7px;
        width: 7px;
        z-index: 2;
    }
    li.parent {
        display: flex;
        justify-content: space-between;
    }
    li.parent i {
        width: 50px;
    }
    li.parent i:before {
        background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
        background-position: -91px -257px;
        background-size: 347px 306.5px;
        width: 20px;
        height: 20px;
        content: '';
        position: absolute;
        margin-top: 15px;
        margin-left: 15px;
    }
    li.parent i.active:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 100%;
    }
    li.parent i.active+.sub-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    .menu-list {
        display: block;
    }
    .menu .children {
        position: static;
        height: 100%;
        overflow: scroll;
        width: 100%;
    }
    .children li>i {
        background: #f1f0ef;
        border-bottom: 1px solid #d3c8c4;
    }
    .children li>i:before {
        background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
        background-position: -133px -257px;
        background-size: 347px 306.5px;
        width: 20px;
        height: 20px;
    }
    nav li a.sub-menu_image {
        padding: 0;
    }
    .sub-menu_banner {
        display: flex;
    }
    .sub-menu_banner .sub-menu_wrap,
    .sub-menu_banner>a {
        width: 50%;
    }
    .sub-menu_wrap img {
        height: 88px;
        max-width: 100%;
    }
    .menu .children>li i.active+ul {
        background: #fff;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        overflow: scroll;
        padding: 0;
        padding-bottom: 100px;
        width: 100%;
        z-index: 8;
    }
    .menu .children>li>ul li a {
        font-size: 15px;
        color: #A68C85;
        line-height: 46px;
        padding-left: 30px;
    }
    .menu .children>li>ul li {
        border-bottom: 1px solid #dbd1ce;
        border-right: none;
        padding: 0;
        width: 100%;
    }
    li.parent .children i.active:after {
        top: -40px;
    }
    .menu-contacts_text,
    .menu-contacts_country.balun:before,
    .menu-contacts_order {
        display: none;
    }
    .menu-contacts_main {
        padding: 16px;
    }
    .menu-contacts_social a {
        padding: 0 !important;
    }
    .parent .menu-contacts {
        display: block;
    }
    .parent .menu-contacts {
        border-radius: 0;
    }
    .menu-contacts_country {
        display: flex;
        padding: 25px;
        width: 100%;
    }
    .menu-contacts_num {
        font-size: 56px;
        padding-left: 50px;
        margin-bottom: 0;
    }
    .menu-contacts_num:before {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        left: -10px;
        top: 5px;
    }
    .menu-contacts_info {
        padding-left: 12px;
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        max-width: 140px;
    }
}


/* breadcrumb */

.breadcrumb {
    margin-top: 40px;
    margin-bottom: 22px;
    line-height: 1.3;
    position: relative;
    z-index: 7;
}

.breadcrumb li a,
.breadcrumb li {
    display: inline;
    color: #DAA278;
    font-family: 'Tahoma', sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    transition: ease 300ms;
}

.breadcrumb a {
    text-decoration: underline;
}

.breadcrumb a:hover {
    color: #FE732E;
    text-decoration: none;
}

.breadcrumb li+li:before {
    content: 'вЂє';
    display: inline-block;
    margin: 0 17px 0 11px;
}

.breadcrumb.catalog {
    background: #EFEFEF;
    padding: 8px 0 9px;
    margin: 0;
}

.breadcrumb.catalog li a,
.breadcrumb.catalog li {
    color: #8D7C70;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        margin-top: 7px;
    }
    /* .breadcrumb ul li {
        display: none;
    }
    .breadcrumb ul li:nth-last-child(2) {
        display: inline;
    } */
    .breadcrumb li+li:before {
        margin: 0px 8px 0 0;
        position: relative;
        top: 2px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .breadcrumb.catalog {
        background: #fff;
    }
}


/* card */

.card {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/card-bg-black.jpg") top center no-repeat;
    background-size: cover;
    margin-top: -62px;
    min-height: 500px;
    padding-top: 62px;
    padding-bottom: 44px;
    position: relative;
    z-index: 6;
}

.card h1 {
    color: #FFFFFF;
    font-family: Formular;
    font-size: 28px;
    line-height: 24px;
    padding-bottom: 46px;
}

.card-wrap {
    display: flex;
    justify-content: space-between;
}

.card-image {
    box-sizing: content-box;
    position: relative;
    padding: 0 122px 68px 99px;
    width: 228px;
}

.card-image img {
    width: 100%;
}

.card-image_options {
    position: absolute;
    left: 0;
    padding-top: 32px;
}

.card-image_options-item {
    background: #FFFFFF;
    border-radius: 2px;
    color: #826D5C;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    padding: 0 6px 0 28px;
    position: relative;
    margin-bottom: 10px;
    min-width: 60px;
}

.card-view:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -280px -241.5px;
    background-size: 347px 306.5px;
    width: 20px;
    height: 13.5px;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}

.card-basket:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -271.5px -257px;
    background-size: 347px 306.5px;
    width: 16.5px;
    height: 16px;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
}

.card-basket_size {
    background: #fff;
    border-radius: 3px;
    padding: 1px;
}

.card-basket_size input[type=radio] {
    display: none;
}

.card-basket_size label {
    width: 100%;
}

.card-basket_size label span {
    color: #AEAAAA;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    transition: ease 200ms;
    width: 100%;
}

.card-basket_size label span:hover {
    background: #DFDFDF;
}

.card-basket_size input[type=radio]:checked+span {
    background: #F5CB5F;
    color: #262626;
}

.card-basket_size.height {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 53px;
}

.card-basket_size.width {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 2px;
    margin-left: 10px;
    width: 210px;
}

.card-image_preview {
    position: absolute;
    top: 8px;
    right: 0;
    width: 80px;
}

.card-image_preview a {
    display: none;
    position: relative;
    margin-bottom: 16px;
}

.card-image_preview a:nth-child(6),
.card-image_preview a:nth-child(5),
.card-image_preview a:nth-child(4),
.card-image_preview a:nth-child(3),
.card-image_preview a:nth-child(2),
.card-image_preview a:nth-child(1) {
    display: block;
}

a.card-image_preview-more {
    display: block;
    color: #B6845F;
    font-family: 'Tahoma', sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

a.card-image_preview-more:after,
a.card-image_preview-more:before {
    display: none;
}

a.card-image_preview-more:hover {
    text-decoration: underline;
}

.card-image_preview a img {
    display: block;
}

.card-image_preview a:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -112px -257px;
    background-size: 347px 306.5px;
    width: 20px;
    height: 20px;
    content: '';
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    transition: ease 300ms;
}

.card-image_preview a:hover:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.card-image_preview a:before {
    background: #EFAC00;
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease 300ms;
    height: 100%;
    width: 100%;
}

.card-image_preview a:hover:before {
    opacity: .52;
}

.card-basket_size.type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    width: 268px;
}

.card-basket_size.type label span {
    line-height: 30px;
}

.card-options {
    padding-top: 8px;
    padding-left: 91px;
}

.card-options_box.color {
    margin-top: 26px;
}

.card-options_box {
    margin-top: 14px;
}

.card-options_title {
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 13px;
}

.card-options_title span {
    color: #B6845F;
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-align: center;
}

.card-options_help {
    display: inline-block;
    position: relative;
}

.card-options_help_text {
    background: #fff;
    box-shadow: 0px 0px 20px #BD865F;
    border-radius: 8px;
    display: none;
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: -48px;
    left: 55px;
    width: 290px;
    z-index: 5;
}

.fancybox-container .card-options_help_text {
    position: relative;
    top: 0;
    left: 0;
}

.card-options_help_text:before {
    background: #fff;
    border-radius: 3px;
    content: '';
    position: absolute;
    top: 56px;
    left: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 14px;
    width: 14px;
}

.fancybox-container .card-options_help_text:before {
    display: none;
}

.fancybox-container .card-options_help_text {
    visibility: visible;
    opacity: 1;
}

.card-basket_size input[disabled="disabled"]+span {
    cursor: not-allowed;
    opacity: .5;
}

@media screen and (min-width: 1200px) {
    .card-options_help_text {
        display: block;
    }
    .card-options_help:hover .card-options_help_text {
        visibility: visible;
        opacity: 1;
    }
    .card-options {
        max-width: 425px;
        width: 100%;
    }
}

.card-options_help_text img {
    position: absolute;
    top: 17px;
    left: 15px;
    height: 88px;
    width: 88px;
}

.card-options_help_text .dsc {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 18px;
}

.card-options_help_text .dsc p+p {
    padding-top: 0.5em;
}

.card-options_help_text .title {
    color: #25252D;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 29px;
    padding-top: 18px;
    padding-left: 112px;
}

.card-options_help_text .title i {
    color: #FF8E55;
}


/*
.card-options_help_text {
	background: url(/local/templates/dvernoylider_redesign/new/css/imgs/measure-form.png) center center no-repeat;
   	background-size: 200px 200px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    border: 1px solid #fff;
    border-radius: 5px 0 5px 5px;
    color: #262626;
    font-size: 14px;
    opacity: 0;
    line-height: 1.3;
    padding: 8px 12px;
    position: absolute;
    top: 40px;
    left: -160px;
    transform: rotate(2deg) scale(.9);
    transition: ease 300ms;
    visibility: hidden;
    width: 199px;
    z-index: 9;
}
.card-options_help:hover .card-options_help_text{
	opacity: 1;
	visibility: visible;
	transform: rotate(0deg) scale(1);
}
.card-options_help_text:before {
    background: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-bottom-color: #ffb908;
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 3px;
    height: 0;
    width: 0;
}*/

.card-options_help_icon {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px -121px;
    background-size: 347px 306.5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    position: relative;
}

.card-options_help_icon:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px -146px;
    background-size: 347px 306.5px;
    width: 24px;
    height: 24px;
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: ease 300ms;
}

.card-options_help_icon:hover:before {
    opacity: 1;
}

.card-options_color {
    font-size: 0;
    max-width: 250px;
}

.card-options_select input[type=radio],
.card-options_color input[type=radio] {
    display: none;
}

.card-options_color label span {
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 32px;
    width: 40px;
}

.card-options_select input[type=radio]+span:before,
.card-options_color input[type=radio]+span:before {
    background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.64) 49%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    content: '';
    border-radius: 3px;
    display: block;
    opacity: 0;
    position: absolute;
    top: -6px;
    left: -6px;
    transition: ease 300ms;
    height: calc(100% + 12px);
    width: calc(100% + 12px);
}

.card-options_select input[type=radio]+span:hover:before,
.card-options_color input[type=radio]+span:hover:before {
    opacity: .2;
}

.card-options_select input[type=radio]:checked+span:before,
.card-options_color input[type=radio]:checked+span:before {
    opacity: .4;
}

.card-options_select input[type=radio]+span:after,
.card-options_color input[type=radio]+span:after {
    border: 2px solid #2b3447;
    content: '';
    border-radius: 0px;
    display: block;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -2px;
    transition: ease 300ms;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
}

.card-options_select input[type=radio]+span:hover:after,
.card-options_color input[type=radio]+span:hover:after {
    opacity: .7;
}

.card-options_select input[type=radio]:checked+span:after,
.card-options_color input[type=radio]:checked+span:after {
    opacity: 1;
}

.card-options_select {
    margin-top: 6px;
}

.card-options_select span img {
    display: block;
}

.card-options_select span {
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.card-options_link a {
    color: #FFFFFF;
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-right: 17px;
    margin-left: 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: ease 300ms;
}

.card-options_link a:hover {
    color: #FF8E55;
}

.card-options_link .link-option:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -119px -290px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
}

.card-options_link .link-address:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -85px -290px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
}

.card-info {
    position: relative;
    width: 300px;
    z-index: 1;
}

.card-properties {
    background: #fff;
    border-radius: 6px;
    margin-top: 9px;
    padding: 18px 30px 29px;
}

.card-properties_rating {
    padding-right: 13px;
    display: inline-block;
}

.card-properties_rating span {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -301px -241.5px;
    background-size: 347px 306.5px;
    width: 14px;
    height: 13.5px;
    display: inline-block;
}

.card-properties_rating span.active {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -265px -224px;
    background-size: 347px 306.5px;
    width: 14px;
    height: 14px;
}

.card-properties_stock {
    display: inline-block;
    color: #50D06C;
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: center;
}

.card-properties_article {
    color: #3C3C3C;
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding-top: 9px;
    padding-bottom: 17px;
}

.card-properties_article span {
    color: #DBBC8F;
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.card-properties_price {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.card-properties_dsc {
    color: #3C3C3C;
    font-family: Formular;
    font-size: 14px;
    line-height: 32px;
}

.card-properties_sum {
    color: #3C3C3C;
    font-family: Formular;
    font-size: 20px;
    line-height: normal;
    text-align: right;
    position: relative;
    white-space: nowrap;
}

.card-properties_old-price {
    opacity: .5;
    position: absolute;
    top: -25px;
    left: 0;
    text-align: left;
    width: 100%;
    white-space: nowrap;
}

.card-properties_old-price:before {
    background: #3C3C3C;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(7deg) translateY(-50%);
    transform: rotate(7deg) translateY(-50%);
    height: 2px;
    width: 100%;
}

.card-properties_list {
    position: relative;
    top: -11px;
}

.card-properties_item {
    display: flex;
    justify-content: space-between;
    line-height: 1.3;
    padding: 6px 7px;
}

.card-properties_item span {
    display: block;
    color: #3C3C3C;
    font-size: 13px;
    width: 150px;
}

.card-properties_item span+span {
    width: 70px;
}

.card-properties_item:nth-child(odd) {
    background: #F4F3F3;
}

.card-properties_item:nth-child(even) {
    padding: 6px 7px;
}

.card-properties_buttons {
    display: flex;
    justify-content: space-between;
    max-width: 236px;
}

.card-properties_amount {
    background: #FFFFFF;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: relative;
    height: 40px;
    width: 70px;
}

.card-properties_amount input[type=text] {
    background: none;
    border: none;
    display: block;
    color: #3C3C3C;
    font-family: Formular;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    height: 41px;
    width: 37px;
}

.card-properties_count-btn {
    color: #C1C1C1;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    height: 41px;
    line-height: 41px;
    position: absolute;
    top: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 15px;
}

.card-properties_count-btn:hover {
    color: #000000;
}

.card-properties_count-btn.minus {
    left: 4px;
}

.card-properties_count-btn.plus {
    right: 4px;
}

.card-properties_button {
    background: linear-gradient(113.2deg, #E53935 24.51%, #C62828 84.35%);
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: relative;
    transition: ease 300ms;
    height: 40px;
    width: 149px;
}

.card-properties_button:hover {
    box-shadow: 0px 4px 10px rgba(149, 45, 0, 0.4);
}

.card-properties_button:before {
    background: linear-gradient(113.2deg, #eca358 24.51%, #d8933d 84.35%);
    border-radius: 50%;
    content: '';
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0px;
    transition: ease 500ms;
    z-index: 1;
}

.card-properties_button:hover:before {
    opacity: 1;
    height: 250px;
    width: 250px;
}

.card-properties_button:active {
    top: 1px;
}

.card-properties_button span {
    position: relative;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.card-measure,
.card-measure1 {
    background: linear-gradient(162.77deg, #077580 32.26%, #08395A 64.23%, #113856 93.12%);
    border-radius: 6px;
    cursor: pointer;
    margin-top: 28px;
    position: relative;
    height: 118px;
}

.card-measure:before,
.card-measure1:before {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/card-measure.png");
    background-size: cover;
    border-radius: 6px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.card-measure:after,
.card-measure1:after {
    background: #3878A6;
    border-radius: 3px;
    content: '';
    -webkit-filter: blur(30px);
    filter: blur(30px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 84px;
    transition: ease 300ms;
    width: 247px;
    z-index: -1;
}

.card-measure:hover:after,
.card-measure1:hover:after {
    background: #0094FF;
}

.card-measure span,
.card-measure1 span {
    color: #FFFFFF;
    font-family: Formular;
    line-height: 30px;
    font-size: 22px;
    display: block;
    letter-spacing: -0.05em;
    position: absolute;
    top: 27px;
    left: 27px;
    transition: ease 300ms;
    width: 160px;
}

.card-measure span i,
.card-measure span i {
    border-bottom: 2px solid transparent;
    transition: ease 300ms;
}

.card-measure:hover span i,
.card-measure1:hover span i {
    border-bottom: 2px solid #FFCD2B;
}

.card-measure_wrap:after {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/card-measure-man.png");
    background-size: cover;
    border-radius: 6px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 127px;
    width: 126px;
    z-index: 1;
}

.card-mobile-options,
.card-mobile_select,
.card-mobile_select-ttl,
.card-options_wrap-title,
.card-mobile_status .card-properties_rating,
.card-image_mobile-phone {
    display: none;
}

.card-mobile_status {
    position: absolute;
    left: 0;
    top: 120px;
    max-width: 120px;
}

.card-status {
    box-shadow: 0px 0px 5px #000000;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-family: Formular;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 6px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.card-status.order {
    background: linear-gradient(133.24deg, #7A7C7A 3.26%, #B4B7B5 30.55%, #8D8D8D 70.04%, #393939 103.75%);
}

.card-status.stock {
    background: linear-gradient(105.86deg, #368C20 -0.6%, #26B33F 20.3%, #24A546 37.29%, #218953 57.04%, #006A36 97.82%);
}

.card-status.new {
    background: linear-gradient(129.31deg, #096E79 3.26%, #067481 31.88%, #08395A 62.29%, #1B415E 103.75%);
}

.card-status.action {
    background: linear-gradient(123.03deg, #C70D3F 3.3%, #C60C3E 33.23%, #670631 74.81%, #6E1534 108.39%);
}

@media screen and (min-width: 768px) {
    .card-basket_size.width .card-basket_size-list {
        display: flex;
        justify-content: space-between;
        width: 210px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .card-options_wrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .card-options_box.color {
        margin-top: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .card-wrap {
        flex-flow: row wrap;
        flex-wrap: wrap;
    }
    .card-image {
        order: 1;
    }
    .card-options {
        order: 3;
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        width: 100%;
    }
    .card-info {
        order: 2;
    }
    .card-basket_size.type,
    .card-options_link {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .card h1 {
        line-height: 1.3;
    }
    .card-image {
        padding: 0 0 68px 106px;
    }
    .card-image_preview {
        display: none;
    }
    .card {
        margin-top: -105px;
        padding-top: 105px;
    }
}

@media screen and (max-width: 767px) {
    .card {
        overflow: hidden;
        padding-top: 125px;
    }
    .card h1 {
        color: #FFFFFF;
        font-family: Formular;
        font-size: 17px;
        line-height: 21px;
        padding-bottom: 18px;
        text-align: center;
    }
    .card-image {
        padding: 0 76px 20px 91px;
        margin: 0 auto;
        min-width: 108px;
    }
    .card-image_preview {
        display: block;
    }
    .card-image_preview a {
        height: 48px;
        width: 48px;
    }
    .card-image_preview a {
        border-radius: 4px;
        overflow: hidden;
        position: absolute;
        top: 23px;
        right: 0;
        height: 48px;
        width: 48px;
    }
    .card-image_mobile-phone {
        background: #da8e4c;
        border-radius: 0 0 3px 0;
        color: #fff;
        font-size: 10px;
        display: inline-block;
        line-height: 17px;
        padding: 0 8px;
        position: absolute;
        right: 0;
        top: 54px;
        text-align: center;
        height: 17px;
        z-index: 2;
    }
    .card-image_preview-more,
    .card-basket_size-list {
        display: none;
    }
    .card-mobile_select,
    .card-mobile_select-ttl,
    .card-mobile_status {
        display: block;
    }
    .card-mobile_status {
        display: block;
        position: absolute;
        left: 0;
        top: 116px;
        max-width: 120px;
    }
    .card-properties_rating span {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        vertical-align: middle;
    }
    .card-properties_rating {
        font-size: 5px;
        margin-bottom: 6px;
    }
    .card-mobile_select-ttl {
        color: #FFFFFF;
        font-family: 'Tahoma', sans-serif;
        line-height: 24px;
        font-size: 13px;
        letter-spacing: 0.04em;
        position: absolute;
        top: -24px;
        left: 0;
    }
    .card-mobile_select {
        background: #F5CB5F;
        border-radius: 1px;
        cursor: pointer;
        font-family: 'Tahoma', sans-serif;
        line-height: 24px;
        font-size: 14px;
        color: #262626;
        padding-left: 5px;
        padding-right: 25px;
        width: 60px;
    }
    .card-mobile_select:before {
        background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
        background-position: -156px -90px;
        background-size: 347px 306.5px;
        width: 11.5px;
        height: 11px;
        content: '';
        position: absolute;
        top: 5px;
        right: 8px;
    }
    .card-basket_size.height {
        bottom: 110px;
        width: 62px;
    }
    .card-basket_size.width {
        bottom: 50px;
        left: 0;
        margin-left: 0;
        width: 62px;
    }
    .card-basket_size-list {
        background: #fff;
        box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
        border: 1px solid #da8e4c;
        position: absolute;
        top: 26px;
        left: 0px;
        width: 62px;
        z-index: 2;
    }
    .card-measure:before,
    .card-measure1:before,
    .card-properties .card-properties_article,
    .card-properties .card-properties_stock,
    .card-properties .card-properties_rating {
        display: none;
    }
    .card-info {
        width: 100%;
    }
    .card-properties_buttons {
        max-width: 100%;
    }
    .card-properties {
        border-radius: 6px 6px 0 0;
    }
    .card-measure,
    .card-measure1 {
        border-radius: 0 0 6px 6px;
        margin-top: 0;
        height: 48px;
    }
    .card-measure span,
    .card-measure1 span {
        width: 100%;
        font-size: 16px;
        letter-spacing: -0.05em;
        top: 9px;
    }
    .card-measure_wrap:after {
        background-size: contain;
        background-repeat: no-repeat;
        right: 14px;
        height: 57px;
        width: 57px;
    }
    .card-options {
        display: block;
        order: 2;
        margin: 0 auto;
        padding-top: 0;
        padding-left: 0;
        width: auto;
    }
    .card-info {
        order: 3;
    }
    .card-options_wrap {
        display: none;
    }
    .card-basket_size.type {
        display: flex;
    }
    .card-basket_size.type {
        width: 235px;
    }
    .card-basket_size.type label {
        width: 50%;
    }
    .card-mobile-options {
        display: block;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 18px;
        width: 100%;
    }
    .card-mobile-options span {
        color: #DAA278;
        border-bottom: 1px dashed;
        display: inline-block;
        font-size: 14px;
        line-height: 1.2;
    }
    .card-options_wrap {
        background: #2F374F;
        padding: 15px;
        max-width: 310px;
        width: 100%;
        padding-top: 40px;
    }
    .card-options_wrap-title {
        background: #fff;
        display: block;
        color: #D7890F;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .card-options_box.color {
        margin-top: 41px;
    }
    .card-options_help_text .wrap {
        display: block;
        position: relative;
    }
    .card-options_help_text img {
        border-radius: 8px;
        position: absolute;
        top: 16px;
        left: 16px;
        height: 88px;
        width: 88px;
    }
    .card-options_help_text .content {
        padding: 16px;
        width: 100%;
    }
    .card-options_help_text .title {
        line-height: 24px;
        font-size: 24px;
        min-height: 88px;
        padding-left: 120px;
        padding-top: 20px;
    }
    .card-options_help_text .title {
        padding-top: 5px;
    }
}

@media screen and (max-width: 344px) {
    .card-image_options {
        padding-top: 12px;
    }
    .card-mobile_status {
        top: 87px;
    }
    .card-properties_sum {
        font-size: 17px;
        line-height: 29px;
    }
    .card-basket_size.width {
        bottom: 22px;
    }
    .card-basket_size.height {
        bottom: 75px;
    }
}


/* product */

.product {
    padding-bottom: 50px;
    position: relative;
    z-index: 5;
}

.product-titles {
    background: #F6F3EE;
    height: 80px;
}

.product-titles ul {
    position: relative;
}

.product-titles li {
    display: inline-block;
}

.product-titles li a {
    color: #462F1F;
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 80px;
    opacity: 0.6;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    transition: ease 300ms;
}

.product-titles li a:hover {
    color: #973E00;
}

.product-titles li a.active {
    color: #462F1F;
    opacity: 1;
}

.product-titles_hover {
    position: relative;
    height: 0;
}

.product-titles_hover span {
    background: #FFC83C;
    border-radius: 3px;
    display: block;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 164px;
    transition: ease 300ms;
}

.product-content {
    padding-top: 50px;
}

.product-content_box {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.product-content_box+.product-content_box {
    border-top: 1px solid #EBEBEB;
}

.product-content_title {
    display: block;
    color: #B6845F;
    line-height: 1.2;
    font-size: 16px;
    width: 145px;
}

.product-content_dsc {
    color: #3C3C3C;
    font-size: 16px;
    display: block;
    width: calc(100% - 169px);
}

.product-content_dsc a {
    color: #d7890f;
}

.product-content_box .card-options_help_icon {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px -171px;
    background-size: 347px 306.5px;
    width: 24px;
    height: 24px;
}

.product-content_img {
    padding: 15px 31px;
    text-align: right;
}

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

.product-content_item {
    display: none;
}

.product-content_item.active {
    display: block;
}

.product-content_mobile {
    display: none;
}

.product-content_title {
    position: relative;
}

.product-content_title .card-options_help {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

@media screen and (max-width: 767px) {
    .product-content_mobile {
        display: block;
    }
    .product-titles {
        display: none;
    }
    .product-content,
    .product .container,
    .product {
        padding: 0;
    }
    .product {
        overflow: hidden;
    }
    .product-content_mobile {
        background: #F6F3EE;
        border-bottom: 1px solid #fff;
        color: #462F1F;
        cursor: pointer;
        font-weight: 600;
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        position: relative;
    }
    .product-content_mobile:before {
        background: transparent;
        border-left: 2px solid #977D68;
        border-bottom: 2px solid #977D68;
        content: '';
        display: inline-block;
        position: absolute;
        right: 22px;
        top: 12px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        transition: ease 300ms;
        height: 8px;
        width: 8px;
    }
    .product-content_mobile.active:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .product-content_wrap {
        display: none;
    }
    .product-content_box {
        padding-left: 16px;
        padding-right: 16px;
    }
    .product-content_item,
    .product-content_item.active .product-content_wrap {
        display: block;
    }
    .product-content_title {
        font-size: 12px;
        width: 100px;
    }
    .product-content_dsc {
        font-size: 12px;
        width: calc(100% - 115px);
    }
    .product-content_wrap .content_ {
        padding: 16px;
    }
    .product-content_img {
        display: none;
    }
}


/* content_ */

.content_ {
    font-size: 17px;
    line-height: 1.5;
}

.content_ p {
    padding-bottom: 30px;
}

.content_ h1 {
    color: #5b4b41;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.content_ h2 {
    color: #5b4b41;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.content_ h3 {
    color: #d78910;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.content_ a {
    color: #d78910;
}

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

.content_ em {
    font-style: italic;
}

.content_ b,
.content_ strong {
    font-weight: 700;
}

.content_ ol,
.content_ ul {
    margin-bottom: 30px;
}

.content_ ol li,
.content_ ul li {
    padding-left: 40px;
    margin-bottom: 15px;
    position: relative;
}

.content_ ul li:before {
    background: #d78910;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 9px;
    left: 12px;
    height: 8px;
    width: 8px;
}

.content_ img {
    max-width: 100%;
    margin-bottom: 30px;
}

.content_ ol {
    counter-reset: counter;
}

.content_ ol li:before {
    counter-increment: counter;
    content: counter(counter) ".";
    color: #d78910;
    position: absolute;
    top: 0px;
    left: 12px;
}


/* measure */

.measure {
    background: #25252d;
    padding: 50px 0 100px;
    position: relative;
}

.measure:before {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/measure.png") center center no-repeat;
    background-size: cover;
    mix-blend-mode: screen;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.measure-title {
    color: #FFFFFF;
    line-height: 48px;
    font-size: 40px;
    font-weight: 700;
    max-width: 350px;
    margin-bottom: 16px;
}

.measure-dsc {
    color: #F5CB5F;
    font-size: 18px;
    line-height: 27px;
    max-width: 603px;
}

.measure-form {
    padding-top: 105px;
    position: relative;
    z-index: 2;
}

.measure-form:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/measure-form.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    content: '';
    height: 345px;
    overflow: hidden;
    position: absolute;
    top: 23px;
    left: -30px;
    -webkit-transform: skewY(-4.6deg);
    transform: skewY(-4.6deg);
    width: calc(100% + 60px);
}

.measure-form:after {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/gerl.png") no-repeat;
    background-size: contain;
    content: '';
    height: 461px;
    position: absolute;
    right: 20px;
    bottom: -8px;
    width: 287px;
}

.measure-form_input {
    margin-bottom: 8px;
    position: relative;
}

.measure-form_input label {
    color: #3C3C3C;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
    left: 14px;
    top: 12px;
    transition: ease 300ms;
    z-index: 2;
}

.measure-form_input textarea,
.measure-form_input input[type=text] {
    background: #F9EEDB;
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 2px solid #fff;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    padding: 15px 12px 0;
    width: 100%;
}

.measure-form_input textarea {
    height: 112px;
    padding: 8px 12px;
    resize: none;
}

.measure-form_btn-box {
    margin-top: 25px;
}

.popup.forms .measure-form_mobile-box button,
.popup.forms .measure-form_btn-box button,
.measure-form button {
    background: linear-gradient(90deg, #937B68 0%, #5C4433 100%);
    box-shadow: 0px 8px 40px #D47F01;
    border-radius: 6px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: ease 300ms;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    height: 56px;
    width: 230px;
}

.popup.forms .measure-form_mobile-box button span,
.popup.forms .measure-form_btn-box button span,
.measure-form button span {
    position: relative;
    z-index: 2;
}

.popup.forms .measure-form_mobile-box button:before,
.popup.forms .measure-form_btn-box button:before,
.measure-form button:before {
    background: linear-gradient(90deg, #9E836E 0%, #815D43 100%);
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.popup.forms .measure-form_mobile-box button:hover,
.popup.forms .measure-form_btn-box button:hover,
.measure-form button:hover {
    box-shadow: 0px 8px 40px #7D4F0A;
}

.popup.forms .measure-form_mobile-box button:hover:before,
.popup.forms .measure-form_btn-box button:hover:before,
.measure-form button:hover:before {
    opacity: 1;
}

.popup.forms .measure-form_mobile-box button:active,
.popup.forms .measure-form_btn-box button:active,
.measure-form button:active {
    background: linear-gradient(90deg, #7F6755 0%, #5C4433 100%);
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
    color: #C4C0C0;
}

.measure-form_agreement {
    margin-top: 14px;
}

.measure-form_agreement input {
    display: none;
}

.measure-form_agreement label {
    color: #3C3C3C;
    display: block;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700;
    padding-left: 39px;
    padding-top: 5px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.measure-form_agreement label:before {
    background: #F9EEDB;
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    border-radius: 4px;
    content: '';
    cursor: pointer;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
}

.measure-form_agreement label:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -169px -290px;
    background-size: 347px 306.5px;
    width: 15.5px;
    height: 12px;
    content: '';
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 6px;
    left: 5px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: ease 300ms;
}

.measure-form_agreement input[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    /* fix */
}

input[disabled=disabled],
button[disabled=disabled] {
    opacity: .8;
    cursor: not-allowed;
}

.measure-form_textarea {
    padding-left: 5;
    padding-right: 25px;
}

.measure-form_mobile-box {
    display: none;
}

@media screen and (max-width: 1200px) {
    .measure-form:after {
        bottom: -10px;
        height: 360px;
        width: 224px;
    }
}

@media screen and (max-width: 992px) {
    .measure-form:after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .measure {
        padding: 41px 0 140px;
    }
    .measure-title {
        line-height: 32px;
        font-size: 28px;
    }
    .measure-dsc {
        line-height: 20px;
        font-size: 14px;
    }
    .measure-form_btn-box {
        display: none;
    }
    .measure-form_mobile-box {
        display: block;
    }
    .measure-form_textarea {
        padding-left: 15px;
        padding-right: 15px;
    }
    form.measure-form.form {
        padding-left: 23px;
        padding-right: 23px;
    }
    .measure-form_agreement label {
        padding-top: 3px;
    }
    .measure-form_mobile-box {
        padding-top: 15px;
        padding-left: 30px;
    }
    .measure-form:before {
        border-radius: 10px 20px 15px 20px;
        top: 40px;
        left: 0;
        -webkit-transform: skewY(-13deg);
        transform: skewY(-13deg);
        height: 535px;
        width: 100%;
    }
}

@media screen and (max-width: 344px) {
    .popup.forms .measure-form_btn-box button,
    .measure-form button {
        width: 195px;
    }
}


/* useful */

.useful {
    padding: 65px 0 119px;
}

.useful-title {
    color: #694023;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    padding-bottom: 38px;
    text-align: center;
}

.useful-enum {
    margin: 0 auto;
    max-width: 771px;
    margin-bottom: 43px;
    position: relative;
}

.useful-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.useful-hover {
    margin: 0 auto;
    max-width: 771px;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
}

.useful-hover span {
    background: #FECA57;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: ease 300ms;
    height: 4px;
    width: 154px;
}

.useful-enum:before {
    background: #F7ECD9;
    box-shadow: 0px 10px 15px rgba(147, 123, 104, 0.4);
    border-radius: 6px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: 100%;
}

.useful-item_icon {
    position: relative;
    margin-bottom: 22px;
    height: 60px;
}

.useful-item_icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.useful-item_icon:after {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity ease 300ms;
}

.useful-item.active .useful-item_icon:after,
.useful-item:hover .useful-item_icon:after {
    opacity: 1;
}

.useful-item_icon.icon1:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -231px -49px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48px;
}

.useful-item_icon.icon1:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -231px 0px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48px;
}

.useful-item_icon.icon2:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -147px -175px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48px;
}

.useful-item_icon.icon2:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -231px -98px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48px;
}

.useful-item_icon.icon3:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -49px -175px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48px;
}

.useful-item_icon.icon3:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -98px -175px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48px;
}

.useful-item_icon.icon4:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -159.5px -114px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48px;
}

.useful-item_icon.icon4:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: 0px -175px;
    background-size: 347px 306.5px;
    width: 48px;
    height: 48px;
}

.useful-item_icon.icon5:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -85px -57px;
    background-size: 347px 306.5px;
    width: 48.5px;
    height: 48px;
}

.useful-item_icon.icon5:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -61px -114px;
    background-size: 347px 306.5px;
    width: 48.5px;
    height: 48px;
}

.useful-item {
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.useful-item_title {
    color: #A2978E;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 6px;
    transition: ease 300ms;
}

.active .useful-item_title {
    color: #462F1F;
}

.useful-item_link a {
    color: #D7890F;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    transition: ease 300ms;
}

.useful-item.active .useful-item_link a,
.useful-item:hover .useful-item_link a {
    opacity: 1;
    visibility: visible;
}

.useful-carousel .product-item {
    width: 270px;
}

.product-item {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 57px 27px 39px;
    position: relative;
}

.product-item_image {
    padding-bottom: 43px;
    text-align: center;
}

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

.product-item_title {
    color: #5C4433;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.product-item_rating {
    padding-right: 13px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.product-item_rating span {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -301px -241.5px;
    background-size: 347px 306.5px;
    width: 14px;
    height: 13.5px;
    display: inline-block;
}

.product-item_rating span.active {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -265px -224px;
    background-size: 347px 306.5px;
    width: 14px;
    height: 14px;
}

.product-item_price {
    color: #3C3C3C;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 26px;
    text-align: center;
}

.product-item_btn .card-properties_button {
    width: 100%;
}

.product-item_balun {
    background: linear-gradient(270.52deg, rgba(0, 0, 0, 0.13) 17.98%, rgba(255, 255, 255, 0) 73.89%), #FF1779;
    border-radius: 30px 3px 3px 30px;
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    padding: 0 9px 0 12px;
    position: absolute;
    top: 24px;
    left: -13px;
    width: 55px;
}

.product-item_balun.new {
    background: linear-gradient(270.52deg, rgba(0, 0, 0, 0.13) 17.98%, rgba(255, 255, 255, 0) 73.89%), #49C861;
    top: 82px;
}

.product-item_review {
    display: block;
    color: #DA8E4C;
    font-family: 'Tahoma', sans-serif;
    font-size: 15px;
    letter-spacing: 0.02em;
    padding-left: 27px;
    position: absolute;
    top: 17px;
    right: 16px;
    text-decoration: none;
}

.product-item_review:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -68px -290px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.useful-carousel .owl-stage-outer {
    padding-left: 15px;
}

.useful-carousel .owl-nav.disabled,
.useful-carousel .owl-nav {
    display: block;
}

.useful-carousel .owl-nav .owl-next,
.useful-carousel .owl-nav .owl-prev {
    background: #F6F3EE;
    font-size: 0;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80px;
    width: 80px;
}

.useful-carousel .owl-nav .owl-next:before,
.useful-carousel .owl-nav .owl-prev:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -280px -73px;
    background-size: 347px 306.5px;
    width: 33.5px;
    height: 34px;
    content: '';
    margin-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.useful-carousel .owl-nav .owl-next:after,
.useful-carousel .owl-nav .owl-prev:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -280px -108px;
    background-size: 347px 306.5px;
    width: 33.5px;
    height: 34px;
    content: '';
    opacity: 0;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: ease 300ms;
}

.useful-carousel .owl-nav:hover .owl-next:after,
.useful-carousel .owl-nav:hover .owl-prev:after {
    opacity: 1;
}

.useful-carousel .owl-nav .owl-prev {
    left: -140px;
}

.useful-carousel .owl-nav .owl-next {
    right: -140px;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
}

@media screen and (max-width: 1450px) {
    .useful-carousel .owl-nav .owl-prev {
        left: -100px;
    }
    .useful-carousel .owl-nav .owl-next {
        right: -100px;
    }
}

@media screen and (max-width: 1370px) {
    .useful-carousel .owl-nav .owl-prev {
        left: 10px;
        -webkit-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
    }
    .useful-carousel .owl-nav .owl-next {
        right: 10px;
        -webkit-transform: translateY(-50%) scale(-0.8, 0.8);
        transform: translateY(-50%) scale(-0.8, 0.8);
    }
}

@media screen and (max-width: 767px) {
    .useful {
        padding: 33px 0;
    }
    .useful-title {
        line-height: 48px;
        font-size: 20px;
        text-align: center;
        padding-bottom: 24px;
        color: #694023;
    }
    .useful-hover {
        display: none;
    }
    .useful-wrap {
        padding: 0 25px;
    }
    .useful .owl-nav {
        font-size: 0;
    }
    .useful .owl-nav.disabled {
        display: block;
    }
    .useful .owl-dots {
        display: none;
    }
    .useful-wrap .owl-nav .owl-prev,
    .useful-wrap .owl-nav .owl-next {
        border-top: 2px solid #ad9a8b;
        border-right: 2px solid #aa9687;
        content: '';
        display: inline-block;
        position: absolute;
        top: 27px;
        right: 11px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        height: 11px;
        width: 11px;
        z-index: 2;
    }
    .useful-wrap .owl-nav .owl-prev {
        left: 11px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .useful-item_title {
        font-size: 12px;
        padding-bottom: 0;
    }
    .useful-item_icon {
        border-bottom: 3px solid transparent;
        height: 64px;
        margin-bottom: 10px;
    }
    .useful-item.active .useful-item_icon {
        border-bottom: 3px solid #FECA57;
    }
    .useful-enum {
        margin: 0 auto 20px;
    }
    .useful-carousel .product-item {
        margin: 0 auto;
    }
    .useful-carousel .owl-nav .owl-next {
        -webkit-transform: translateY(-50%) scale(-0.6, 0.6);
        transform: translateY(-50%) scale(-0.6, 0.6);
        right: 0px;
    }
    .useful-carousel .owl-nav .owl-prev {
        -webkit-transform: translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6);
        left: 0px;
    }
}


/* description */

.description {
    background-size: cover;
    padding: 60px 0 79px;
}

.description-image {
    padding-right: 6px;
    position: relative;
    text-align: right;
}

.description-image:before {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/logo-secttion.png") center center no-repeat;
    content: '';
    height: 78px;
    position: absolute;
    top: 118px;
    left: 0;
    width: 151px;
}

.description-image img {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.description-title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    padding: 41px 0 32px;
}

.description-title span {
    color: #feca57;
}

.description-dsc {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    color: #7D7D7D;
    line-height: 24px;
    font-size: 16px;
    padding: 32px 40px 25px;
}

.description-dsc p+p {
    padding-top: 1em;
}

.description-title_mobile {
    display: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .description-image:before {
        z-index: 2;
    }
    .description-image {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .description {
        padding: 40px 0 32px;
    }
    .description-image {
        display: none;
    }
    .description-title_wrap {
        text-align: center;
    }
    .description-title {
        font-size: 18px;
        display: inline-block;
        line-height: 24px;
        margin-bottom: 20px;
        padding-left: 120px;
        padding-top: 30px;
        position: relative;
        text-align: left;
        height: 213px;
    }
    .description-title:before {
        background: url("/local/templates/dvernoylider_redesign/new/css/imgs/description.png") center center no-repeat;
        background-size: contain;
        content: '';
        height: 213px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
    }
    .description-title:after {
        background: url("/local/templates/dvernoylider_redesign/new/css/imgs/logo-secttion.png") center center no-repeat;
        background-size: contain;
        content: '';
        height: 46px;
        left: 120px;
        position: absolute;
        bottom: 40px;
        width: 90px;
    }
    .description-title_mobile {
        display: block;
    }
    .description-dsc {
        padding: 16px;
        line-height: 22px;
        font-size: 14px;
    }
    .description-image {
        display: none;
    }
}


/* work */

.work {
    background: #25252D;
    padding: 44px 39px;
}

.work .container {
    position: relative;
}

.work-wrap {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/work.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 736px;
    position: relative;
    max-width: 1842px;
    margin: 0 auto;
}

.work-wrap:after {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/gerl-dsc.png") center center no-repeat;
    content: '';
    height: 375px;
    margin-left: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 548px;
}

.work-title {
    color: #25252D;
    font-size: 64px;
    font-weight: 300;
    line-height: 64px;
    margin-left: 296px;
    position: absolute;
    top: 129px;
    right: 30px;
    max-width: 300px;
}

.work-item {
    color: #393939;
    box-sizing: content-box;
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    padding-left: 128px;
    position: relative;
}

.work-item:before {
    content: attr(data-num);
    color: #FFFFFF;
    font-size: 200px;
    font-weight: 900;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    line-height: 200px;
    position: absolute;
    top: -35px;
    left: 0;
}

.work-item .order-js {
    color: #af6d05;
    cursor: pointer;
    text-decoration: underline;
}

.work-item .order-js:hover {
    color: #FE732E;
    text-decoration: none;
}

.work-item.item-1 {
    top: 96px;
}

.work-item.item-2 {
    padding-left: 139px;
    position: absolute;
    top: 250px;
    left: 160px;
}

.work-item.item-3 {
    padding-left: 151px;
    position: absolute;
    top: 85px;
    left: 308px;
}

.work-item.item-4 {
    color: #FFFFFF;
    font-weight: 900;
    left: 50%;
    top: 269px;
    margin-left: 180px;
    padding-left: 0;
    padding-top: 162px;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .work-item:before {
        font-size: 150px;
        top: -41px;
    }
    .work-item.item-1 {
        top: 46px;
    }
    .work-item.item-2 {
        padding-left: 119px;
        top: 180px;
        left: 70px;
    }
    .work-item.item-3 {
        padding-left: 121px;
        top: 305px;
        left: 148px;
    }
    .work-title {
        font-size: 52px;
        line-height: 56px;
        top: 99px;
        right: 40px;
        left: auto;
        max-width: 300px;
    }
    .work-wrap:after {
        left: auto;
        right: -115px;
    }
}

@media screen and (max-width: 992px) {
    .work-item.item-1 {
        top: 26px;
    }
    .work-item.item-2 {
        top: 172px;
        left: 0;
    }
    .work-item.item-3 {
        top: 313px;
        left: 2px;
    }
    .work-title {
        font-size: 40px;
        text-align: right;
        line-height: 44px;
        left: auto;
        right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .work-item.item-3,
    .work-item.item-2,
    .work-item {
        left: 15px;
    }
    .work-item.item-4 {
        left: auto;
        top: 272px;
        right: -145px;
    }
}

@media screen and (max-width: 767px) {
    .work {
        padding: 0;
    }
    .work-wrap {
        background: url(/local/templates/dvernoylider_redesign/new/css/imgs/work-mobile.jpg) bottom right no-repeat;
        background-size: cover;
        min-height: 668px;
        border-radius: 0;
    }
    .work-wrap:after {
        display: none;
    }
    .work-title {
        line-height: 32px;
        font-size: 32px;
        margin: 0;
        max-width: 100%;
        padding: 50px 30px 49px;
        text-align: left;
        position: relative;
        top: 0;
        left: 0;
    }
    .work-item.item-1 {
        margin-bottom: 30px;
        margin-left: 36px;
        padding-left: 77px;
        position: relative;
        top: 0;
        left: 0;
    }
    .work-item:before {
        font-size: 104px;
        top: -56px;
    }
    .work-item.item-2 {
        margin-left: 35px;
        padding-left: 77px;
        margin-bottom: 30px;
        position: relative;
        top: 0;
    }
    .work-item {
        font-size: 14px;
    }
    .work-item.item-3 {
        margin-left: 36px;
        padding-left: 77px;
        position: relative;
        top: 0;
        left: 0;
    }
    .work-item .desctop {
        display: none;
    }
    .work .container {
        position: static;
    }
    .work-item.item-4 {
        font-weight: 600;
        padding: 0;
        margin: 0;
        position: absolute;
        top: auto;
        bottom: 140px;
        left: 113px;
    }
    .work-item_custom {
        font-family: Formular;
        color: #AF6D05;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        position: absolute;
        top: -90px;
        left: 70px;
    }
}

@media (max-width: 768px) and (min-width: 501px) {
    .work-wrap {
        height: 900px;
    }
}

@media (max-width: 500px) and (min-width: 390px) {
    .work-wrap {
        height: 820px;
    }
}

@media screen and (max-width: 344px) {
    .work-item.item-2 {
        margin-bottom: 16px;
    }
}


/* catalog */

.catalog {
    padding-top: 47px;
}

.catalog-filter {
    max-width: 200px;
    width: 100%;
}

.catalog-main {
    max-width: 875px;
    position: relative;
    width: 100%;
}

.catalog-row {
    display: flex;
    justify-content: space-between;
}

.catalog-filter_title {
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    color: #694023;
    font-size: 20px;
    padding-bottom: 10px;
}

.catalog-main_title {
    color: #25252D;
    font-size: 28px;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    padding-left: 40px;
    max-width: calc(100% - 190px);
}

.catalog-filter_color {
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    padding: 30px 0 10px;
}

.catalog-filter_color input[type="checkbox"] {
    display: none;
}

.catalog-filter_color label {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    margin: 0 12px 19px;
    position: relative;
    height: 20px;
    width: 26px;
}

.catalog-filter_color label span:before {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #B9B9B9;
    border-radius: 3px;
    content: '';
    opacity: 0;
    position: absolute;
    left: -6px;
    top: -6px;
    transition: ease 300ms;
    height: 32px;
    width: 38px;
    z-index: -1;
}

.catalog-filter_color label:hover span:before {
    opacity: .7;
}

.catalog-filter_color label input:checked+span:before {
    opacity: 1;
}

.catalog-filter_color-list {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: -12px;
    margin-right: -12px;
}

.catalog-filter_ttl {
    color: #25252D;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}

.catalog-filter_slider {
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    padding: 32px 0 31px;
}

.catalog-filter_slider-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.catalog-filter_slider-wrap input {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 10px;
    outline: none;
    line-height: 24px;
    padding: 0 6px;
    height: 24px;
    width: 96px;
}

.catalog-filter_slider-status {
    color: #694023;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}

.catalog-filter_check {
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    padding: 29px 0 15px;
}

.catalog-filter_check.other {
    border: none;
}

.catalog-filter_check input[type=checkbox] {
    display: none;
}

.catalog-filter_check input[type=checkbox]+span {
    cursor: pointer;
    display: block;
    color: #25252D;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 24px;
    position: relative;
}

.catalog-filter_check input[type=checkbox]+span:before {
    background: #fff;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 2px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: ease 400ms;
    height: 16px;
    width: 16px;
}

.catalog-filter_check input[type=checkbox]+span:hover:before {
    background: #FFCD07;
    border-color: #FFCD07;
}

.catalog-filter_check input[type=checkbox]+span:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -268px -184.5px;
    background-size: 347px 306.5px;
    width: 11px;
    height: 9px;
    content: '';
    opacity: 0;
    position: absolute;
    left: 3px;
    top: 3px;
    transition: ease 300ms;
}

.catalog-filter_check input[type=checkbox]:checked+span:before {
    background: #FFCD07;
    border-color: #FFCD07;
}

.catalog-filter_check input[type=checkbox]:checked+span:after {
    opacity: 1;
}

.catalog-filter_radio {
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    padding: 35px 0 32px;
}

.catalog-filter_radio-wrap input[type=radio] {
    display: none;
}

.catalog-filter_radio-wrap label {
    display: inline-block;
}

.catalog-filter_radio-wrap {
    border-radius: 50px;
    border: 1px solid #DADADA;
    display: inline-block;
    padding: 1px;
}

.catalog-filter_radio-wrap input[type=radio]+span {
    background: transparent;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 4px 12px;
    text-align: center;
    transition: ease 300ms;
}

.catalog-filter_radio-wrap input[type=radio]:checked+span {
    background: #FFCD07;
}

.catalog-filter_other {
    text-align: center;
    margin-bottom: 34px;
}

.catalog-filter_other span {
    border-radius: 4px;
    color: #D7890F;
    cursor: pointer;
    font-family: Tahoma;
    line-height: 24px;
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    transition: ease 300ms;
}

.catalog-filter_box {
    margin-bottom: 30px;
    text-align: center;
}

.catalog-filter_box button {
    background: linear-gradient(90deg, #937B68 0%, #5C4433 100%);
    border-radius: 4px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 100%;
}

.catalog-filter_box button:before {
    background: #937B68;
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease 300ms;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.catalog-filter_box button:hover:before {
    opacity: 1;
}

.catalog-filter_other.clear span {
    border-bottom: 1px dashed;
    color: #969696;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.catalog-filter_other span:hover {
    color: #FE732E;
}

.catalog-banner {
    background: #F7ECDE;
    border-radius: 6px;
    padding: 27px 3px 3px;
    margin-bottom: 30px;
}

.catalog-banner_dsc {
    position: relative;
}

.catalog-banner_dsc:before {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/gerl-small.png") center no-repeat;
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    height: 171px;
    width: 106px;
}

.catalog-banner_title {
    color: #4B3930;
    font-family: Formular;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 18px;
    margin-bottom: 21px;
    max-width: 98px;
}

.catalog-banner_name {
    color: #FAAD02;
    font-family: Tahoma;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-left: 18px;
    margin-bottom: 8px;
    max-width: 98px;
}

.catalog-banner_about {
    color: #636363;
    font-family: Formular;
    font-size: 12px;
    margin-left: 18px;
    padding-bottom: 29px;
    line-height: 14px;
    letter-spacing: -0.05em;
}

.catalog-sort {
    margin-bottom: 29px;
    padding-left: 40px;
}

.catalog-sort span {
    color: #8D7C70;
    font-size: 12px;
    line-height: 24px;
    margin-right: 8px;
}

.catalog-sort a {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #8D7C70;
    display: inline-block;
    font-size: 12px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 5px;
    line-height: 24px;
    padding: 0 12px;
    text-decoration: none;
    transition: ease 300ms;
}

.catalog-sort a:hover {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
}

.catalog-sort a.active {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    color: #D7890F;
}

a.catalog-item,
.catalog-item {
    border: 1px solid transparent;
    border-radius: 5px;
    display: block;
    margin-bottom: 8px;
    padding-top: 24px;
    padding-bottom: 33px;
    position: relative;
    text-decoration: none;
    transition: ease 300ms;
}

.catalog-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #E4E4E4;
}

.catalog-item:before {
    background: transparent;
    border-radius: 4px 4px 0px 0px;
    content: '';
    height: 344px;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease 300ms;
    width: 100%;
    z-index: -1;
}

.catalog-item:hover:before {
    background: rgba(238, 230, 218, 0.63);
}

.catalog-item_img {
    position: relative;
    height: 360px;
}

.catalog-item_img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 360px;
}

.catalog-item_title {
    color: #694023;
    font-size: 16px;
    height: 64px;
    line-height: 20px;
    padding-top: 8px;
    opacity: 0.7;
    text-align: center;
}

.catalog-item_info {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.catalog-item_price {
    color: #DC9451;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.catalog-item_price span {
    font-size: 13px;
}

.catalog-item_icons {
    display: flex;
    white-space: nowrap;
    padding-top: 3px;
}

.catalog-item_comments {
    color: #AD9C90;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding-left: 23px;
    position: relative;
    margin-right: 11px;
}

.catalog-item_comments:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: 0px -290px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16.5px;
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
}

.catalog-item_rating {
    color: #DF9B56;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding-left: 18px;
    position: relative;
}

.catalog-item_rating:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -153px -290px;
    background-size: 347px 306.5px;
    width: 15px;
    height: 14px;
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
}

.catalog-item_box {
    opacity: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
    transition: ease 300ms;
    z-index: 3;
}

.catalog-item:hover .catalog-item_box {
    opacity: 1;
}

.catalog-item_icon {
    position: relative;
    display: inline-block;
}

.catalog-item_icon:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease 300ms;
}

.catalog-item_icon:hover:before {
    opacity: 1;
}

.catalog-item_icon:active {
    opacity: .8;
}

.icon-heart {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -166px -224px;
    background-size: 347px 306.5px;
    width: 32px;
    height: 32px;
}

.icon-heart:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -196px -175px;
    background-size: 347px 306.5px;
    width: 32px;
    height: 32px;
}

.icon-compare {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -134.5px -57px;
    background-size: 347px 306.5px;
    width: 32px;
    height: 32px;
}

.icon-compare:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -280px -208.5px;
    background-size: 347px 306.5px;
    width: 32px;
    height: 32px;
}

.icon-card {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -199px -224px;
    background-size: 347px 306.5px;
    width: 32px;
    height: 32px;
}

.icon-card:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: 0px -257px;
    background-size: 347px 306.5px;
    width: 32px;
    height: 32px;
}

.catalog-item_status {
    position: absolute;
    top: 212px;
    right: 0;
}

.catalog-item_status+.catalog-item_status {
    top: 162px;
}

.catalog-item_status+.catalog-item_status+.catalog-item_status {
    top: 112px;
}

.catalog-item_status.hit {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: 0px 0px;
    background-size: 347px 306.5px;
    width: 84px;
    height: 56px;
}

.catalog-item_status.new {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -85px 0px;
    background-size: 347px 306.5px;
    width: 84px;
    height: 56px;
}

.catalog-item_status.sale {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: 0px -57px;
    background-size: 347px 306.5px;
    width: 84px;
    height: 56px;
}

.catalog-sale_baner {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/catalog-sale_bg.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 16px;
    height: 367px;
    margin-top: 45px;
    position: relative;
}

.catalog-sale_baner:before {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/catalog-sale_before.png") center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: -45px;
    right: 39px;
    height: 390px;
    width: 194px;
}


/*.catalog-sale_baner:after {
	background: url('/local/templates/dvernoylider_redesign/new/css/imgs/catalog-sale_after.png') center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	bottom: 57px;
	right: 160px;
	height: 183px;
	width: 184px;
}*/

.catalog-sale_baner-val {
    background: linear-gradient(254.84deg, rgba(0, 0, 0, 0.02) 10.13%, rgba(255, 255, 255, 0.36) 89.33%), linear-gradient(180deg, rgba(32, 228, 255, 0.546) 7.18%, rgba(78, 34, 253, 0.6474) 100%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 105px;
    position: absolute;
    bottom: 70px;
    right: 190px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 105px;
    width: 105px;
}

.catalog-sale_baner-val:after {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
}

.catalog-sale_baner-wrap {
    padding-top: 97px;
    padding-left: 60px;
}

.catalog-sale_baner-title {
    color: #5C4433;
    font-family: Tahoma;
    font-size: 36px;
    line-height: 24px;
    letter-spacing: 0.2em;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.catalog-sale_baner-dsc {
    color: #5C4433;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 25px;
    max-width: 180px;
}

a.catalog-sale_baner-more {
    background: linear-gradient(90deg, #937B68 0%, #5C4433 100%);
    box-shadow: 0px 6px 10px rgba(125, 79, 10, 0);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    transition: ease 300ms;
}

a.catalog-sale_baner-more:hover {
    box-shadow: 0px 6px 10px rgba(125, 79, 10, 0.5);
}

a.catalog-sale_baner-more:active {
    box-shadow: 0px 6px 10px rgba(125, 79, 10, 0);
    color: #C4C0C0;
}

.catalog-credit_dsc {
    color: #25252D;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    padding-top: 43px;
    padding-bottom: 20px;
}

.catalog-credit_wrap {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/measure-form.png") center center no-repeat;
    box-shadow: 0px 0px 20px rgba(109, 109, 141, 0.3);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    padding: 28px 32px 30px;
    margin-bottom: 30px;
}

.catalog-credit_item {
    position: relative;
    text-align: center;
}

.catalog-credit_item+.catalog-credit_item:before {
    background: #E7A804;
    content: '';
    height: 56px;
    position: absolute;
    top: 31px;
    left: -25px;
    width: 2px;
}

.catalog-credit_item img {
    margin-left: 20px;
}

.catalog-credit_item span {
    display: block;
    color: #584701;
    font-size: 16px;
    line-height: 16px;
}

.catalog-sale_baner2 {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/catalog-sale_bg2.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 16px;
    height: 367px;
    margin-top: 45px;
    position: relative;
}

.catalog-sale_baner2:before {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/catalog-sale_before2.png") center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: -47px;
    left: 86px;
    height: 389px;
    width: 200px;
}

.catalog-sale_baner2 .catalog-sale_baner-val {
    background: linear-gradient(254.84deg, rgba(0, 0, 0, 0.02) 10.13%, rgba(255, 255, 255, 0.36) 89.33%), linear-gradient(180deg, rgba(253, 231, 34, 0.6474) 0%, rgba(11, 183, 237, 0.546) 100%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 105px;
    position: absolute;
    bottom: 70px;
    left: 50px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 105px;
    width: 105px;
}

.catalog-sale_baner2 .catalog-sale_baner-val:after {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
}

.catalog-sale_baner-wrap {
    padding-top: 97px;
    padding-left: 60px;
}

.catalog-sale_baner2-wrap {
    float: right;
    margin-right: 40px;
    margin-top: 90px;
}

.catalog-selection {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/catalog-selection_bg.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 16px;
    margin-top: 96px;
    margin-bottom: 50px;
    padding: 53px 57px 24px 55px;
    position: relative;
}

.catalog-selection:before {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/catalog-selection_before.png") bottom right no-repeat;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 418px;
    width: 709px;
}

.catalog-selection_title {
    color: #3C3C3C;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    padding: 20px 0;
    max-width: 324px;
    margin-bottom: 8px;
    position: relative;
}

.catalog-selection_title span {
    color: #f9aa01;
}

.catalog-selection_wrap {
    display: flex;
    justify-content: space-between;
}

.catalog-selection_btn {
    background: linear-gradient(90deg, #FFC355 0%, #FF8955 100%);
    box-shadow: 0px 3px 8px rgba(255, 136, 85, 0.3);
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 33px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.catalog-selection_item {
    max-width: 153px;
    position: relative;
}

.catalog-selection_num {
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 15px;
    position: relative;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.catalog-selection_num.icon-1:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -57.5px -224px;
    background-size: 347px 306.5px;
    width: 54.5px;
    height: 32px;
    content: '';
    position: absolute;
    top: 15px;
    left: 51px;
}

.catalog-selection_num.icon-2:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -113px -224px;
    background-size: 347px 306.5px;
    width: 52px;
    height: 32px;
    content: '';
    position: absolute;
    top: 15px;
    left: 55px;
}

.catalog-selection_num.icon-3:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: 0px -224px;
    background-size: 347px 306.5px;
    width: 56.5px;
    height: 32px;
    content: '';
    position: absolute;
    top: 15px;
    left: 51px;
}

.catalog-selection_dsc {
    color: #5C4433;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.05em;
}

.catalog-main_info {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #D7890F;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 9px 0 30px;
    position: absolute;
    top: 5px;
    right: 0;
    text-decoration: none;
}

.catalog-main_info:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -254px -257px;
    background-size: 347px 306.5px;
    width: 16.5px;
    height: 16px;
    content: '';
    margin: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.catalog-main_info:after {
    background: #FFFFFF;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    content: '';
    position: absolute;
    left: -5px;
    top: 12px;
    -webkit-transform: matrix(0.71, -0.65, 0.77, 0.71, 0, 0);
    transform: matrix(0.71, -0.65, 0.77, 0.71, 0, 0);
    height: 8px;
    width: 8px;
}

.catalog-banner_form {
    background: linear-gradient(180deg, #EADBC8 0%, #FBF7F1 100%);
    border-radius: 0px 0px 6px 6px;
    padding: 16px 12px;
    margin: 3px;
}

.catalog-banner_item input[type=text] {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #3C3C3C;
    font-size: 12px;
    line-height: 32px;
    padding: 0 9px;
    height: 32px;
    width: 100%;
}

.catalog-banner_item {
    margin-bottom: 7px;
}

.catalog-banner_item .agreement input[type=checkbox] {
    display: none;
}

.catalog-banner_item .agreement {
    color: #636363;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    padding-left: 32px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-banner_item .agreement:before {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
}

.catalog-banner_item .agreement input[type=checkbox]+span:after {
    background: #937b68;
    border-radius: 2px;
    content: '';
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: ease 300ms;
    height: 10px;
    width: 10px;
}

.catalog-banner_item .agreement input[type=checkbox]:checked+span:after {
    opacity: 1;
}

.catalog-banner_item button {
    background: linear-gradient(90deg, #FFC355 0%, #FF8955 100%);
    box-shadow: 0px 8px 10px rgba(255, 136, 85, 0.4);
    border-radius: 6px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 41px;
    outline: none;
    line-height: 41px;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    transition: ease 300ms;
    width: 100%;
}

.catalog-banner_item button:hover {
    background: linear-gradient(90deg, #F8B230 0%, #FF6E2E 100%);
    box-shadow: 0px 4px 10px rgba(149, 45, 0, 0.4);
}

.catalog-banner_text {
    color: #8A6719;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 16px;
    margin: 14px auto 9px;
    max-width: 140px;
    text-align: center;
}

.catalog-banner_phone {
    color: #694023;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: center;
}

.catalog-item_old-price {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 1px;
    color: #3C3C3C;
    opacity: 0.8;
    position: relative;
    line-height: 20px;
    text-align: right;
}

.catalog-item_old-price:before {
    background: #3C3C3C;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(9deg) translateY(-50%);
    transform: rotate(9deg) translateY(-50%);
    height: 1px;
    width: 100%;
}

.catalog-item_btn {
    position: relative;
}

.catalog-item_button {
    background: linear-gradient(278.9deg, #000000 1.27%, #262626 97.01%);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0;
    overflow: hidden;
    line-height: 28px;
    letter-spacing: 0.05em;
    position: absolute;
    top: -6px;
    right: 0;
    padding: 0 13px;
    transition: ease 300ms;
    white-space: nowrap;
}

.catalog-item:hover .catalog-item_button {
    opacity: 1;
}

.catalog-item_button span {
    position: relative;
    z-index: 2;
}

.catalog-item_button:before {
    background: linear-gradient(113.2deg, #eca358 24.51%, #d8933d 84.35%);
    border-radius: 50%;
    content: '';
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0px;
    transition: ease 500ms;
    z-index: 1;
}

.catalog-item_button:hover:before {
    opacity: 1;
    height: 130px;
    width: 130px;
}

.catalog-item_sale {
    background: linear-gradient(272.77deg, #EEBF71 -3.65%, #DA8E4C 96.94%);
    border-radius: 0px 2px 0px 0px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.03em;
    padding: 0 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1200px) {
    .catalog-main {
        max-width: 665px;
    }
    .catalog-credit_dsc {
        font-size: 30px;
        line-height: 1.3;
    }
    .catalog-credit_wrap {
        padding: 22px 20px 23px;
    }
    .catalog-credit_item+.catalog-credit_item:before {
        display: none;
    }
    .catalog-sale_baner,
    .catalog-sale_baner2 {
        display: none;
    }
    .catalog-selection_wrap {
        position: relative;
        flex-wrap: wrap;
        flex-flow: row wrap;
    }
    .catalog-selection {
        padding: 53px 30px 24px 30px;
    }
    .catalog-selection_btn-box {
        margin-bottom: 15px;
        width: 100%;
    }
    .catalog-selection_btn {
        display: inline-block;
    }
}

@media screen and (max-width: 992px) {
    .catalog-filter {
        display: none;
    }
    .catalog-main {
        max-width: 100%;
    }
    .catalog-credit_dsc br {
        display: none;
    }
    .catalog-credit_dsc {
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: center;
    }
    .catalog-show_filter {
        background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
        background-position: 0px -114px;
        background-size: 347px 306.5px;
        width: 60px;
        height: 60px;
        position: fixed;
        top: 50%;
        right: 10px;
        z-index: 9;
    }
    .catalog-show_filter:before {
        background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
        background-position: -170px 0px;
        background-size: 347px 306.5px;
        width: 60px;
        height: 60px;
        content: '';
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .catalog-show_filter:active:before {
        opacity: 1;
    }
    .catalog-filter {
        padding: 0;
        width: 350px;
        max-width: 100%;
    }
    .catalog-filter form {
        padding: 15px;
    }
    .catalog-banner {
        display: none;
    }
    .catalog-filter_other.clear {
        display: none;
    }
    .catalog-filter_title {
        background: linear-gradient(0deg, #F4B14B, #F4B14B), linear-gradient(188.8deg, #EAA66B 9.6%, #F5B347 40.64%, #DB883F 85.45%);
        box-shadow: 0px 0px 6px rgba(255, 153, 0, 0.5);
        border: none;
        padding: 8px 12px 12px;
    }
}

@media screen and (max-width: 768px) {
    .catalog {
        padding-top: 24px;
        position: relative;
        z-index: 1;
    }
    .catalog-sale_baner,
    .catalog-sale_baner2 {
        display: block;
    }
    .catalog-main_title {
        color: #25252D;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.02em;
        text-align: center;
        max-width: 100%;
    }
    a.catalog-main_info {
        border-radius: 4px;
        color: #D7890F;
        font-size: 10px;
        line-height: 24px;
        top: -49px;
    }
    .catalog-main_info:before {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        margin: 4px;
    }
    .catalog-main_info:after {
        border-left: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        border-top: none;
        left: 9px;
        top: 21px;
    }
    .catalog-sort span {
        display: none;
    }
    .catalog-sort {
        margin-bottom: 0;
        padding-left: 0;
    }
    .catalog-credit_item img {
        width: 78%;
    }
    .catalog-credit_dsc {
        font-size: 20px;
    }
    .catalog-credit_item span {
        font-size: 12px;
    }
    .catalog-selection {
        margin: 32px -15px;
    }
    .catalog-selection {
        border-radius: 0;
        margin: 32px -15px;
        padding: 22px 13px 32px;
    }
    .catalog-selection_title {
        font-size: 20px;
        max-width: 185px;
        line-height: 24px;
        margin-bottom: 116px;
    }
    .catalog-selection:before {
        width: 320px;
        height: 189px;
        background-size: contain;
        top: 80px;
        right: 0;
    }
    .catalog-selection_btn-box {
        order: 5;
    }
    .catalog-selection_btn {
        display: block;
        text-align: center;
    }
    .catalog-selection_item {
        display: flex;
        max-width: 100%;
    }
    .catalog-selection_dsc {
        padding-left: 85px;
        padding-top: 10px;
        width: calc(100% - 55px);
    }
    .catalog-selection_item:nth-child(3) .catalog-selection_num {
        order: 2;
        padding-right: 60px;
        padding-left: 20px;
    }
    .catalog-selection_item:nth-child(3) .catalog-selection_dsc {
        order: 1;
        padding-left: 0;
        text-align: right;
    }
    .catalog-selection_num.icon-2:before {
        left: auto;
        right: 0;
    }
    .catalog-item_img {
        height: 240px;
    }
    .catalog-item_img img {
        max-height: 240px;
    }
    .catalog-item_title {
        margin: 0 auto;
        max-width: 240px;
    }
    .catalog-item_info {
        margin: 0 auto;
        padding: 10px 0;
        max-width: 240px;
    }
    .catalog-item:before {
        height: 230px;
    }
    .catalog-sale_baner {
        height: 192px;
    }
    .catalog-sale_baner:before {
        top: -17px;
        height: 200px;
        width: 96px;
    }
    .catalog-sale_baner:after {
        bottom: -33px;
        right: -25px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .catalog-sale_baner-wrap {
        padding-top: 45px;
        padding-left: 30px;
    }
    .catalog-sale_baner-title {
        font-size: 20px;
    }
    .catalog-sale_baner-dsc {
        font-size: 13px;
        line-height: 1.2;
        max-width: 88px;
    }
    a.catalog-sale_baner-more {
        border-radius: 3px;
        font-size: 10px;
        padding: 7px 20px;
        height: 25px;
    }
    .catalog-sale_baner2 {
        border-radius: 8px;
        height: 192px;
    }
    .catalog-sale_baner2:before {
        top: -23px;
        left: 61px;
        height: 200px;
        width: 102px;
    }
    .catalog-sale_baner2:after {
        bottom: -24px;
        left: -30px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .catalog-sale_baner2-wrap {
        margin-top: 44px;
    }
    .catalog-sale_baner2 .catalog-sale_baner-val,
    .catalog-sale_baner-val {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}


/* sidebar */

.sidebar {
    background: #fff;
    box-shadow: 4px 0px 15px rgba(168, 146, 128, 0.2);
    border-radius: 0px 12px 12px 0px;
    padding: 0 9px 20px;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -90px;
    width: 138px;
    transition: ease 400ms;
    z-index: 9;
}

.sidebar.active {
    left: 0;
}

a.sidebar-button {
    border-bottom: 1px solid rgba(65, 65, 65, 0.1);
    color: #8A6B53;
    display: block;
    font-family: 'Tahoma', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    position: relative;
    height: 88px;
}

.sidebar-button span {
    max-width: 82px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.sidebar-button:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px -62px;
    background-size: 347px 306.5px;
    width: 28px;
    height: 29px;
    content: '';
    margin-top: 3px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.sidebar-button.zamer:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px -33px;
    background-size: 347px 306.5px;
    width: 30px;
    height: 28px;
}

a.sidebar-button.car:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -317px -92px;
    background-size: 347px 306.5px;
    width: 28px;
    height: 28px;
}

a.sidebar-phone,
.sidebar-phone {
    color: #000000;
    line-height: 20px;
    font-family: Formular;
    font-size: 14px;
    font-weight: 600;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-recall {
    background: #EF6F2E;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    position: relative;
    text-align: center;
    height: 38px;
    margin: 0 auto;
    width: calc(100% - 10px);
}

.sidebar-recall:before {
    background: #FFFFFF;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    z-index: -1;
}

.sidebar-recall span {
    color: #fff;
    line-height: 12px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.sidebar-email {
    display: block;
    color: #D7890F;
    font-family: 'Tahoma', sans-serif;
    line-height: 20px;
    font-size: 12px;
    margin-top: 18px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.sidebar-socials_enum {
    display: flex;
    justify-content: space-between;
    padding-right: 4px;
    margin-top: 18px;
}

.sidebar-socials_enum a {
    display: block;
}

.sidebar-socials_enum a.vk {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -196px -208px;
    background-size: 347px 306.5px;
    width: 20.5px;
    height: 13px;
}

.sidebar-socials_enum a.yt {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -233px -257px;
    background-size: 347px 306.5px;
    width: 20px;
    height: 16px;
    display: inline-block;
}

.sidebar-socials_enum a.instagram {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -51px -290px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.sidebar-socials_enum a.fb {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -289px -257px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.sidebar-socials_enum a.ok {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/ok.png);
    background-position: 0 0;
    width: 19px;
    height: 19px;
    display: inline-block;
}

.sidebar-hidden {
    overflow: hidden;
    height: 0;
    transition: ease 400ms;
}

.sidebar.active .sidebar-hidden {
    height: 160px;
}

.sidebar-button.car {
    border-bottom: 1px solid transparent;
    transition: ease 400ms;
}

.sidebar.active .sidebar-button.car {
    border-bottom: 1px solid rgba(65, 65, 65, 0.1);
}

@media screen and (max-width: 1024px) {
    .sidebar:not(.active) .sidebar-toggle {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 3;
    }
    .sidebar.active .sidebar-toggle {
        cursor: pointer;
        display: block;
        position: absolute;
        right: -40px;
        top: 0;
        height: 25px;
        width: 25px;
    }
    .sidebar.active .sidebar-toggle:after,
    .sidebar.active .sidebar-toggle:before {
        background: #C49F83;
        border-radius: 5px;
        content: '';
        height: 2px;
        margin-left: -10px;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
        transition: ease-in 250ms;
    }
    .sidebar.active .sidebar-toggle:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 0;
        margin-left: -11px;
        width: 22px;
    }
    .sidebar.active .sidebar-toggle:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: 0;
        margin-left: -11px;
        width: 22px;
    }
}

@media screen and (max-width: 768px) {
    .sidebar {
        display: none;
    }
}


/* footer */

/* footer { */
    /* background: #25252D; */
    /* padding: 50px 0 83px; */
/* } */

.footer-logo {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/logo-footer.png") center center no-repeat;
    display: block;
    height: 48px;
    width: 119px;
}

.footer-menu li:first-child {
    margin-bottom: 33px;
}

.footer-menu a {
    color: #FFFFFF;
    line-height: 24px;
    font-size: 14px;
    text-decoration: none;
}

.footer-menu li:first-child a {
    color: #FBA16D;
    font-size: 14px;
    line-height: 20px;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-catalog {
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    padding-top: 143px;
    position: relative;
    z-index: 2;
}

.footer-catalog:after {
    background: url("/local/templates/dvernoylider_redesign/new/css/imgs/catalog.png") top center no-repeat;
    background-size: contain;
    content: '';
    height: 0;
    padding-top: 78%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.footer-catalog:before {
    box-shadow: 0 4px 40px rgba(255, 194, 38, 0.3);
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(78% - 16px);
    width: calc(100% - 7px);
    z-index: -1;
}

.footer-catalog span {
    border-bottom: 1px solid #FFC226;
    display: inline-block;
    line-height: 24px;
}

@media screen and (max-width: 1200px) {
    .footer-catalog:before {
        height: calc(52% - 16px);
    }
    .footer-catalog {
        font-size: 15px;
        padding-top: 112px;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .footer-menu a {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .footer-catalog,
    ul.footer-menu {
        display: none;
    }
    a.footer-logo {
        margin: 0 auto;
    }
    footer {
        background: #25252D;
        padding: 30px 0 30px;
    }
}


/* feild wrapper */

.feild_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.feild_wrapper:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -136px -290px;
    background-size: 347px 306.5px;
    width: 16px;
    height: 16px;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 13px;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: ease 300ms;
    z-index: 9;
}

.feild_wrapper.wrong:before {
    visibility: visible;
    opacity: 1;
}

.feild_wrapper input,
.feild_wrapper textarea {
    transition: ease-in 1000ms;
}

.feild_wrapper.wrong input,
.feild_wrapper.wrong textarea {
    border-color: red;
    box-shadow: 0 0 5px red;
    transition: ease-in 1000ms;
}

.feild_wrapper .error_label {
    background: #ff3019;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    /* IE6-9 */
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 1px 1px 3px #c9c9c9;
    color: #fff;
    font-size: 14px;
    left: 50%;
    margin-left: -120px;
    margin-bottom: 10px;
    padding: 6px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 240px;
    z-index: 3;
}

.feild_wrapper .error_label:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #cf0404;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -2px;
}

.right_lebel .feild_wrapper .error_label {
    bottom: 50%;
    left: 100%;
    margin-left: 9px;
    margin-bottom: -14px;
}

.right_lebel .feild_wrapper .error_label:after {
    border-left: 5px solid transparent;
    border-right: 4px solid #cf0404;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    bottom: 7px;
    left: -7px;
    margin-left: -2px;
}

.left_lebel .feild_wrapper .error_label {
    bottom: 50%;
    left: auto;
    right: 100%;
    margin-right: 9px;
    margin-bottom: -14px;
}

.left_lebel .feild_wrapper .error_label:after {
    border-right: 5px solid transparent;
    border-left: 4px solid #cf0404;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    bottom: 7px;
    left: auto;
    right: -7px;
    margin-right: -2px;
}

.feild_wrapper.wrong .error_label {
    visibility: visible;
    -webkit-animation: 400ms bounceIn;
    animation: 400ms bounceIn;
}


/* popup */

.popup {
    display: none;
}

.popup.forms {
    background: transparent;
    padding: 50px 30px;
    overflow: visible;
}

.popup.forms:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/measure-form.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    content: '';
    height: calc(100% - 33px);
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transform: skewY(-4.6deg);
    transform: skewY(-4.6deg);
    width: 100%;
}

.popup-title {
    color: #25252D;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.popup-dsc {
    color: #5C4433;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 340px;
    position: relative;
    text-align: left;
    z-index: 2;
}

#map {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/measure-form.png);
    background-size: cover;
    padding: 40px 10px 10px;
}

.popup-map img {
    max-width: 100%;
}

.popup-map {
    padding: 0;
}

.compensate-for-scrollbar {
    margin: 0 !important;
}


/* hint */

.hint {
    background: #fff;
    box-shadow: 0px 0px 20px #BD865F;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0;
    padding: 6px 10px;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: calc(100% + 17px);
    max-width: 150px;
    transition: ease 300ms;
}

.hint:before {
    background: #fff;
    border-radius: 3px;
    content: '';
    position: absolute;
    margin-top: -15px;
    top: 50%;
    left: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 11px;
    width: 11px;
    z-index: 1;
}

div:hover>.hint {
    opacity: 1;
    visibility: visible;
}


/* navigation */

.navigation {
    margin-bottom: 50px;
}

.navigation ul {
    display: flex;
    justify-content: center;
}

.navigation ul li {
    position: relative;
}

.navigation ul li.prev {
    margin-right: 15px;
}

.navigation ul li.next {
    margin-left: 15px;
}

.navigation ul li a {
    background: #EEEEEE;
    border-radius: 3px;
    color: #8D7C70;
    display: block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 36px;
    height: 36px;
    width: 36px;
}

.navigation ul li.more a {
    background: transparent;
}

.navigation ul li:not(.prev):not(.more)+li:not(.more):before {
    background: #EEEEEE;
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 4px;
}

.navigation ul li.active a {
    position: relative;
    z-index: 1;
}

.navigation ul li.active a:after {
    background: #fff;
    border-radius: 2px;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: -1;
}

.navigation ul li.next a:before,
.navigation ul li.prev a:before {
    background: #8D7C70;
    border-radius: 2px;
    content: '';
    margin-left: -4px;
    margin-top: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    width: 8px;
}

.navigation ul li.next a:after,
.navigation ul li.prev a:after {
    background: #8D7C70;
    border-radius: 2px;
    content: '';
    margin-left: -4px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    width: 8px;
}

.navigation ul li.next a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation ul li.next a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .navigation ul li a {
        border-radius: 2px;
        font-size: 12px;
        line-height: 24px;
        height: 24px;
        width: 24px;
    }
}


/* tags */

.tags {
    font-size: 0;
    margin-bottom: 75px;
}

a.tags-item {
    background: rgba(124, 116, 114, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 2px;
    color: #8c7b6f;
    display: inline-block;
    font-size: 14px;
    margin: 0 11px 16px 0;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    transition: ease 300ms;
}

a.tags-item:hover {
    color: #5C4433;
}

@media screen and (max-width: 768px) {
    a.tags-item {
        font-size: 12px;
        padding: 5px 10px;
    }
}


/* popup select */

.popup.select {
    background: #E6E6E6;
    border-radius: 16px;
    max-width: 870px;
    padding: 57px;
    width: 100%;
}

.select-row {
    display: flex;
    justify-content: space-between;
}

.select-file {
    position: relative;
}

.select-file input[type=file] {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.select-item input[type=text],
.select-file {
    background: #F9EEDB;
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    border-radius: 4px;
    outline: none;
    color: rgba(60, 60, 60, 0.7);
    font-family: 'Formular';
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0 13px;
    width: 100%;
}

.select-item {
    margin-bottom: 15px;
}

.contact_phone,
.contact_phone div {
    display: inline;
}

.contact_phone div a {
    color: #454d4a;
}

.print_button {
    background-color: #E6E6E6;
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/print.png);
    background-position: 10px 50%;
    padding: 10px 15px 10px 45px;
    border-radius: 5px;
    cursor: pointer;
    color: #000 !important;
    display: inline-block;
    /* position: absolute; */
    bottom: 45px;
    left: 15px;
    background-repeat: no-repeat;
}

.vacancy-item {
    line-height: 1.5;
    padding-bottom: 100px;
}

.vacancy-item ul {
    list-style-type: disc;
}

.vacancy-item b {
    font-weight: bold;
    display: block;
    padding-top: 5px;
}

.vacancy-item h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.soz_footer {
    flex-direction: row;
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 17px;
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/custom.css?174530931650780*/
.catalog-filter_check label {
    display: block;
}

.catalog-filter_other {
    display: block;
}

.filter-selected {
    margin: 10px 0;
    display: none !important;
}

.catalog-filter_color-list .suggest {
    position: absolute;
    top: -20px;
    left: -8px;
    display: none;
    font-size: 13px;
    width: 105px;
}

.catalog-filter_color-list label:HOVER .suggest {
    display: inline;
}

.catalog-filter_color-list .suggest:before {
    content: none;
}

.icon {
    display: inline-block;
}

.icon.instagram {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/spritechehli.png);
    background-position: -86px -165px;
    width: 19px;
    height: 18px;
    margin-left: 10px;
}

.icon.vk {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/spritechehli.png);
    background-position: -68px -148px;
    width: 26px;
    height: 15px;
}

.icon.ok {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/ok_f.png);
    background-position: 0 0;
    width: 21px;
    height: 22px;
    margin-left: 10px;
}

.icon.fb {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/fb_f.png);
    background-position: 0 0;
    width: 19px;
    height: 19px;
    margin-left: 10px;
}

.sidebar {
    z-index: 51;
}

.sidebar-phone {
    font-size: 13px;
}

.sidebar-recall span {
    line-height: 15px;
    font-size: 16px;
}

.warning_wrap {
    padding: 10px;
    text-align: center;
    background-color: #863838;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 1160px) {
    .menu-search {
        display: none;
    }
}

.card-vhod .product-content_title {
    width: 275px;
}

.card-vhod .card-properties_stock {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.card-vhod .card-properties_stock:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/images/addprops/greenok.png);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
}

.card-add-props {
    position: absolute;
    right: -67px;
    top: 20px;
    max-width: 168px;
}

.card-add-props {
    padding-left: 60px;
}

.card-add-prop {
    position: relative;
    margin-bottom: 30px;
}

.card-add-prop:before {
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    left: -60px;
    width: 60px;
    height: 50px;
    transform: translateY(-50%);
    margin-top: 3px;
}

.card-add-prop.lock:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/images/addprops/italian-lock.png);
}

.card-add-prop.done24:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/images/addprops/24hours.png);
}

.card-add-prop.termo:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/images/addprops/termorazriv.png);
}

.card-add-prop.garantia:before {
    background-image: url(/local/templates/dvernoylider_redesign/new/images/addprops/garanty.png);
}

.catalog-item_button span {
    cursor: pointer;
}

.catalog-sale_baner-img {
    /* background: url(/local/templates/dvernoylider_redesign/new/css/imgs/catalog-sale_before.png) center center no-repeat; */
    position: absolute;
    top: -45px;
    right: 39px;
    height: 390px;
    width: 194px;
}

.catalog-sale_baner-img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .catalog-sale_baner-img {
        top: -17px;
        height: 200px;
        width: 96px;
    }
}

.catalog-sale_baner:before {
    content: none;
}

.basket-list {
    background: #f9f9f9;
    border: 4px solid #f9f9f9;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 45px 25px 45px;
}

.basket-items-list {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 25px 10px 25px 10px;
}

.basket-items-list table {
    border: none!important;
}

.basket-items-list table tr:nth-child(even) {
    background: none!important;
}

.basket-items-list-container {
    background: none;
    margin-top: 30px;
}

.basket-item-block-amount {
    margin-top: 20px;
}

.basket-items-list-item-amount {
    padding: 0!important;
}

.basket-item-amount-filed-block {
    width: 60px;
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
    display: inline-block;
    margin-top: 5px;
    padding: 15px;
    background: #f1e7d4;
    position: relative;
    left: 5px;
}

.basket-item-amount-btn-minus {
    right: 5px;
    left: auto;
}

.order-form {
    background: #f9f9f9;
    border: 4px solid #f9f9f9;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 45px 25px 45px;
}

.order-wrap .radio input {
    display: none;
}

.order-block {
    margin-top: 20px;
}

.order-block .inputs {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 25px 10px 25px 10px;
}

.order-form button {
    background: linear-gradient(90deg, #937B68 0%, #5C4433 100%);
    border-radius: 6px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: ease 300ms;
    height: 56px;
    width: 230px;
}

.order-form button:HOVER {
    background: linear-gradient(90deg, #7F6755 0%, #5C4433 100%);
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
    color: #C4C0C0;
}

.measure-form_input select {
    background: #F9EEDB;
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 2px solid #fff;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    width: 100%;
}

.hide {
    display: none;
}

.hideElements .elements {
    display: none!important;
}

.navigation ul li a:hover {
    background: #c6c6c6;
}

sup {
    vertical-align: super;
    font-size: 10px;
}

.omg-table {
    width: auto!important;
}

.omg-table td,
.omg-table th,
.omg-table-no-border th {
    border: 1px solid rgba(249, 236, 216, 1);
    text-align: center;
    position: relative;
    vertical-align: middle;
}

.omg-table th,
.omg-table-no-border th {
    background: rgba(215, 137, 16, 0.16);
}

.omg-table td p {
    padding: 0;
}

.vertical-left {
    writing-mode: vertical-rl;
    filter: flipH flipV;
    position: absolute;
    -webkit-transform: rotate(180deg) translate(+50%, +50%);
    transform: rotate(180deg) translate(+50%, +50%);
    top: 50%;
    left: 62%;
    width: 100%;
    height: 100%;
    text-align: center;
}

.card-options_box.card-options_elems a {
    text-decoration: none;
}

.card-options_box.card-options_elems a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.card-options_box.card-options_elems a:nth-of-type(1),
.card-options_box.card-options_elems a:nth-of-type(2),
.card-options_box.card-options_elems a:nth-of-type(3) {
    margin-bottom: 10px;
}

.card-options_box.card-options_elems a img {
    padding: 0;
    display: block;
}

.card-options_box.card-options_elems a:hover:before,
.card-options_box.card-options_elems a:hover:after {
    opacity: .52;
}

.card-options_box.card-options_elems a:before {
    background: #EFAC00;
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease 300ms;
    height: 100%;
    width: 100%;
}

.card-options_box.card-options_elems a:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/sprite.png);
    background-position: -112px -257px;
    background-size: 347px 306.5px;
    width: 20px;
    height: 20px;
    content: '';
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    transition: ease 300ms;
}

.breadcrumb {
    margin-top: 20px;
}

.card-options_box-bootm {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.card-options {
    position: relative;
}

input[type="text"],
textarea,
select {
    margin: 0;
}

#carousel-example-generic {
    z-index: 5;
}

.content_ h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.content_ h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.content_ h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.menu {
    z-index: 51;
}

/* a.header-basket { */
    /* width: 130px; */
/* } */

/* @media screen and (max-width: 768px) { */
    /* a.header-basket { */
        /* float: none; */
    /* } */
/* } */

.alignright {
    text-align: right;
}

.description {
    padding: 30px 0 79px;
}

.product {
    /*padding-bottom: 0;*/
}

.product-content_img {
    padding: 0px 31px;
}

.row:before,
.row:after {
    display: none;
}

.card h1 {
    min-height: 94px;
}

.card-image img {
    height: 100%;
    width: auto;
}


/* .catalog-item_title {
    height: auto;
	max-height: 28px;
}

.catalog-item_info {
    padding: 30px 20px 10px 20px;
} */

.catalog-item_title {
    height: auto;
    max-height: none;
}

.catalog-item_info {
    padding: 10px 20px 10px 20px;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

a.catalog-item,
.catalog-item {
    padding-bottom: 40px;
    height: 100%;
}

.catalog-item_button {
    padding: 0 16px;
}

.card-properties_button.black {
    background: #000;
    border-radius: 0px;
    box-shadow: 0px 8px 10px rgba(1, 1, 0, 0.4);
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
}

.catalog {
    padding-top: 10px;
}

.card-properties_item span+span {
    text-align: right;
}

.card-properties {
    padding: 18px 25px 29px;
}

.card-properties_list {
    margin: 20px 0 10px 0;
}

@media screen and (min-width: 1200px) {
    .card-options {
        max-width: 420px;
    }
}

/* .header-box_event { */
    /* display: flex; */
/* } */

.menu .sub-menu .children>li.active>ul {
    z-index: 4;
}

.menu .sub-menu .children>li:hover>ul {
    z-index: 9;
}

.content_ table {
    border: 8px solid rgba(249, 236, 216, 1);
    font-size: 16px;
    margin-bottom: 30px;
    width: 100%;
}

.content_ table th,
.content_ table td {
    padding: 9px 15px;
    line-height: 1.2;
}

.content_ table th {
    font-weight: bold;
}

.content_ table tr:nth-child(even) {
    background: rgba(215, 137, 16, 0.16);
}

.button.buy {
    border: none;
    background: #fb6b00;
    padding: 3px 36px;
    border-radius: 5px;
    margin-top: 5px;
}


/*Р”Р»СЏ СЃС‚Р°СЂРѕР№ РІРµСЂСЃС‚РєРё*/

.owl-carousel .owl-item img {
    display: inline-block;
}

.carousel-inner .mobile-img {
    display: none;
}

@media (max-width: 970px) {
    #carousel-akcii,
    .indexAkcii .carousel-inner,
    .indexAkcii {
        height: auto;
    }
    .slider .carousel-inner,
    .slider .carousel-inner .item,
    .slider .carousel-inner .item .img {
        height: auto;
        margin: 0;
    }
    .carousel-inner .desktop-img {
        display: none;
    }
    .carousel-inner .mobile-img {
        display: block;
    }
    .warning_wrap {
        display: none;
    }
}


/* CARD NEW BLOCK */

.card--light-background {
    background: url(/local/templates/dvernoylider_redesign/new/css/imgs/bg-product-presentation.png) top center no-repeat;
    /* padding-top: 70px; */
}

@media screen and (max-width: 767px) {
    .card--light-background {
        padding-top: 100px;
    }
}

.card--light-background h1 {
    color: #462F1F;
    min-height: auto;
}

.card--new-view {
    border: 1px #dadada solid;
}

.card--new-basket {
    border: 1px #dadada solid;
}

.card-image_mobile-phone--light {
    top: auto;
    bottom: -34px;
}

.card--light-background .card-mobile_select-ttl {
    color: #000;
}

.card-image_preview--light a {
    top: auto;
    bottom: -50px;
}

.card-vhod .card-basket_size-list {
    border: 1px #dadada solid;
}

.card-vhod .card-basket_size.width {
    width: 145px;
    margin-left: 0;
}

.card-vhod .card-image_preview span {
    padding: 5px 0;
    text-align: center;
    border: 1px #dadada solid;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 15px;
}

.card-vhod .card-image_preview span.current-link {
    box-shadow: 0 0 0 4px #D8D8D9;
}

.card-vhod .card-image_preview span img {
    display: inline-block;
}

.card-vhod .card-image_preview {
    top: auto;
    bottom: 75px;
}

.card-vhod .card-options_select input[type=radio]+span:before,
.card-options_color input[type=radio]+span:before {
    background: linear-gradient(rgba(195, 195, 195, 0.3) 0%, rgba(125, 122, 122, 0.3) 1%, rgba(160, 160, 160, 0.64) 49%, #a6a4a4 100%);
}

.card-vhod .card-options_select input[type=radio]+span:after,
.card-options_color input[type=radio]+span:after {
    border: none;
}

.card-vhod .card-options_box {
    padding: 0 10px;
}

.card-vhod .card-options_title-light {
    color: #462F1F;
}

.card-vhod .card-options_link a {
    margin-left: 19px;
}

.card-vhod .card-options_link a:last-child {
    margin-right: 0;
}

.card-vhod .card-art {
    margin: 20px 0;
    color: #3C3C3C;
}

.card-vhod .card-art span {
    color: #B6845F;
    font-weight: 300;
}

.card-vhod .card-properties-rating {
    display: inline-block;
    float: right;
}

.card-vhod .reviewStars-input input:checked~label,
.card-vhod .reviewStars-input label,
.card-vhod .reviewStars-input label:hover,
.card-vhod .reviewStars-input label:hover~label {
    background: url('/local/templates/dvernoylider_redesign/new/css/imgs/stars-icon.png') no-repeat;
    background-size: cover;
}

.card-vhod .reviewStars-input {
    overflow: hidden;
    position: relative;
    margin-left: 15px;
}

.card-vhod .reviewStars-input input {
    opacity: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    z-index: 0;
}

.card-vhod .reviewStars-input input:checked~label {
    background-position: 0 -17px;
    height: 17px;
    width: 18px;
}

.card-vhod .reviewStars-input label {
    background-position: 0 0;
    height: 13px;
    width: 14px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    z-index: 1;
}

.card-vhod .reviewStars-input label:hover,
.card-vhod .reviewStars-input label:hover~label {
    background-position: 0 -13px;
    height: 13px;
    width: 14px;
}

.card-vhod .reviewStars-input .star-0 {
    left: 0px;
}

.card-vhod .reviewStars-input .star-1 {
    left: 53px;
}

.card-vhod .reviewStars-input .star-2 {
    left: 106px;
}

.card-vhod .reviewStars-input .star-3 {
    left: 159px;
}

.card-vhod .reviewStars-input .star-4 {
    left: 212px;
}

.card-vhod .reviewStars-input .star-5 {
    left: 265px;
}

.card-vhod .card-properties {
    background: #EDEDED;
    border-radius: 6px 6px 0 0;
}

.card-vhod .card-measure,
.card-vhod .card-measure1 {
    margin-top: 0;
    border-radius: 0 0 6px 6px;
}

.card-vhod .card-properties_info {
    margin: 20px 0;
    font-size: 15px;
    background: #FAFAFA;
}

.card-vhod .properties_info-item {
    padding: 5px;
}

.card-vhod .properties_info-item:nth-child(2n) {
    background: #EDEDED;
}

.card-vhod .properties_info-item span {
    display: inline-block;
    float: left;
}

.card-vhod .properties_info-item span:nth-child(2) {
    float: right;
}

.card-vhod .card-options_link-light a {
    color: #AD5412;
}

.card-vhod .fixed-block {
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 10;
    width: 185px;
    background: #ffffff;
    border-radius: 0 17px 17px 0;
    box-shadow: 0px 8px 20px rgba(38, 50, 56, 0.2), 0px 4px 10px rgba(38, 50, 56, 0.05);
}

.card-vhod .fixed-block--wrapper {
    padding: 15px;
}

.card-vhod .fixed-items {
    padding: 20px 0;
    border-bottom: 2px #eeeeee solid;
}

.fixed-item--inner {
    position: relative;
    display: table;
    font-family: 'Tahoma', sans-serif;
    font-weight: bold;
    color: #8A6B53;
    font-size: 18px;
    padding-right: 43px;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
}

.fixed-item--inner:after {
    content: '';
    position: absolute;
    margin: 0 auto;
    right: 0;
    top: 13px;
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/podbor%20po%20parametram.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fixed-items:nth-child(2) .fixed-item--inner:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/messure.png);
    background-repeat: no-repeat;
    background-position: center;
}

.fixed-items:nth-child(3) .fixed-item--inner:after {
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/car.png);
    background-repeat: no-repeat;
    background-position: center;
}

.fixed-phone {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.fixed-phone:hover a {
    color: #FE732E;
}

.fixed-email-wrapper {
    margin: 15px 0;
    text-align: center;
}

.fixed-email {
    color: #D7890F;
    cursor: pointer;
    font-family: Formular;
    font-size: 15px;
    font-weight: 600;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.fixed-email:hover {
    color: #FE732E;
    text-decoration: none;
}

.fixed-call-btn {
    border: 1px #E0DFDF solid;
    border-radius: 41px;
    padding: 5px 7px;
    text-align: center;
    cursor: pointer;
}

.fixed-call-btn span {
    padding: 10px 5px;
    background: #FECF42;
    border-radius: 30px;
    color: #343434;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.fixed-call-btn span:hover {
    background: #eca358;
}

.socials a {
    display: inline-block;
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 10%;
}

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

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

.cart--icon {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 34px;
    height: 34px;
    background-image: url(/local/templates/dvernoylider_redesign/new/css/imgs/card.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.span--count {
    position: absolute;
    right: -19px;
    top: -7px;
    width: 23px;
    height: 17px;
    background: #FF5631;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
}

.cart--title {
    display: inline-block;
    float: left;
    color: #745844;
    font-weight: 700;
}

.cart--price {
    display: inline-block;
    float: left;
    margin-top: 5px;
    color: #D7890F;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
    .card-vhod .cart {
        padding-left: 141px;
    }
}

@media screen and (max-width: 900px) {
    .fixed-block {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .card-vhod .card-basket_size.height {
        bottom: 150px;
    }
    .card-vhod .card-mobile_select {
        position: relative;
    }
    .card-vhod .card-basket_size.width {
        width: 82px;
    }
    .card-measure_wrap br {
        display: none;
    }
    .card-add-props {
        position: relative;
        left: 0;
        right: auto;
    }
    .card-vhod .card-image_preview {
        position: relative;
        bottom: auto;
        width: auto;
    }
    .card-vhod .card-image_preview span {
        margin-right: 10px;
    }
    .card-vhod .card-properties-rating {
        display: none;
    }
    .card-vhod .card-mobile_select:before {
        right: 5px;
    }
    .card-vhod .cart {
        display: none;
    }
}


/* END CARD NEW BLOCK */

.card-image_preview a img,
.card-basket_size.type,
.card-basket_size,
.card-image_options-item,
.card-status,
.card-properties,
.card-measure,
.card-properties_button,
.card-properties_amount .card-vhod .card-image_preview a img,
.card-vhod .card-basket_size.type,
.card-vhod .card-basket_size,
.card-vhod .card-image_options-item,
.card-vhod .card-status,
.card-vhod .card-properties,
.card-vhod .card-measure,
.card-vhod .card-measure1,
.card-vhod .card-properties_button,
.card-vhod .card-properties_amount,
.card-options_box.card-options_elems a img,
.card-options_select a img {
    border-radius: 3px;
}

@media screen and (min-width: 768px) {
    .menu nav>ul>li:hover>a {
        background: #f57e3c;
    }
}

.menu nav>ul>li>a {
    font-weight: 500;
}


/* GARANTY */

.link-magic {
    position: relative;
    color: #D7890F;
    transition: all 0.6s;
}

.link-magic:before {
    content: "";
    width: 0;
    height: 0.1em;
    position: absolute;
    bottom: 2px;
    left: 0;
    background: #f73d34;
    transition: all 0.3s;
}

.link-magic:hover {
    color: #5B4B41;
}

.link-magic:hover:before {
    width: 100%;
    left: 0;
    background: #5B4B41;
}

.main-title {
    margin-bottom: 30px;
    font-family: Formular;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #25252D;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
}

.content-main {
    max-width: 860px;
    position: relative;
    width: 100%;
}

.content-main p {
    font-family: Formular;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
}

.garanty-category {
    display: flex;
    justify-content: center;
    margin: 70px 0;
    margin-bottom: 55px;
}

.garanty-category-item {
    padding: 0 50px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.garanty-category-item>div {
    margin-top: 15px;
}

.garanty-category-item span {
    display: block;
    color: #FD8951;
}

.article-sign {
    position: relative;
    padding: 20px 30px;
    color: #462F1F;
    background: #f7f7f7;
    border-radius: 3px;
}

.article-sign:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #FE8B53;
    border-radius: 3px 0px 0px 3px;
}

.article-sign p {
    color: #462F1F;
    font-weight: 700;
}

.content-banner {}

.article-title {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: Formular;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #3B3330;
}

.steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
}

.steps-item {
    position: relative;
    flex-basis: 23%;
    margin-bottom: 55px;
}

.steps-item:after {
    display: block;
    content: '';
    position: absolute;
    width: 32px;
    height: 24px;
    top: 77px;
    right: -20px;
    background-image: url(/local/templates/dvernoylider_redesign/new/css/../images/garantiya/arrow-steps.png);
    background-repeat: no-repeat;
    background-position: center;
}

.steps-item:last-child:after {
    display: none;
}

.steps-item-img {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px auto;
    width: 96px;
    height: 96px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    cursor: pointer;
}

.steps-item-img:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.steps-item-info {
    font-family: Formular;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.step-number {
    position: absolute;
    left: -7px;
    bottom: -13px;
    padding: 5px 13px;
    width: 40px;
    height: 40px;
    font-family: Formular;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
    background: linear-gradient(92.69deg, #FF8C55 0.42%, #EF6F2E 100%);
    box-shadow: 0px 4px 6px rgba(255, 136, 85, 0.3);
    border-radius: 100%;
}

.article-list {
    padding-left: 60px;
    margin-top: 30px;
}

.article-list li {
    position: relative;
    margin: 25px 0;
    margin-left: 24px;
    font-family: Formular;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
}

.article-list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    display: block;
    width: 20px;
    height: 100%;
    background-image: url(/local/templates/dvernoylider_redesign/new/css/../images/garantiya/cross.png);
    background-repeat: no-repeat;
    background-position: center;
}

.service-form-block {
    margin-top: 100px;
    margin-bottom: 80px;
    padding: 30px;
    background-color: #E6E6E6;
    background-image: url(/local/templates/dvernoylider_redesign/new/css/../images/garantiya/instr.png);
    background-position: 90% 90%;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.service-form-title {
    margin-bottom: 20px;
    font-family: Formular;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #3B3330;
}

.form-input {
    position: relative;
    float: left;
    margin: 5px 0;
}

.form-input:nth-child(2) {
    margin-left: 10px;
}

.form-input label {
    color: #3C3C3C;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
    left: 14px;
    top: 12px;
    transition: ease 300ms;
    z-index: 2;
}

.form-input textarea,
.form-input input[type=text] {
    background: #fff;
    border: none;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    padding: 15px 12px 0;
    width: 374px;
    box-shadow: none;
}

.form-input-fileform {
    display: block;
}

.form-input-selectbutton {
    display: block;
    margin: 5px 0;
    width: 142px;
    padding: 9px 10px;
    background-color: #d0c8c0;
    border: none;
    border-radius: 2px;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.form-input-selectbutton:hover {
    background-color: #b4b3b3;
}

.add-foto {
    display: inline-block;
    margin-top: 2px;
    padding: 0;
    background: transparent;
    color: #D7890F;
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
}

.add-foto-block {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.add-foto-plus {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0px 3px;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    color: #EF6F2E;
    font-weight: 900;
}

.add-foto-inner {
    margin-left: 10px;
    border-bottom: 1px dashed #D7890F;
}

.add-foto:hover {
    background: transparent;
}

.add-foto-inner:hover {
    border-bottom: 1px dashed transparent;
}

.form-btn {
    position: relative;
    margin-top: 35px;
    padding: 10px 41px;
    overflow: hidden;
    border-radius: 4px;
    font-weight: 600;
    background: linear-gradient(101.65deg, #FF8C55 0.42%, #EF6F2E 100%);
    border: none;
    box-shadow: 0px 4px 6px rgba(255, 136, 85, 0.3);
    border-radius: 4px;
}

.form-btn:before {
    background: linear-gradient(113.2deg, #eca358 24.51%, #d8933d 84.35%);
    border-radius: 50%;
    content: '';
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0px;
    transition: ease 500ms;
    z-index: 1;
}

.form-btn:hover:before {
    opacity: 1;
    height: 250px;
    width: 250px;
}

.form-btn span {
    position: relative;
    font-family: Formular;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    z-index: 2;
}


/* РґР»СЏ input[file]  */

.dropzone {
    min-height: 38px!important;
    border: none!important;
    background: none!important;
    padding: 0!important;
}

.dropzone .dz-message {
    margin: 0!important;
}

.dz-progress {
    display: none!important;
}

.dropzone.dz-started .dz-message {
    display: block!important;
}

.dropzone .dz-preview {
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-right: 10px!important;
    margin-left: 0!important;
}

.dropzone .dz-preview.dz-image-preview {
    background: none!important;
}

.dropzone .dz-preview .dz-image {
    width: 75px!important;
    height: 75px!important;
    border-radius: 5px!important;
}

.dropzone .dz-preview .dz-image img {
    display: block!important;
    margin: 0 auto!important;
    width: 100%!important;
    height: 100%!important;
    border: 2px transparent solid;
    cursor: pointer;
    -o-object-fit: cover!important;
    object-fit: cover!important;
}

.dropzone .dz-preview .dz-details {
    display: none!important;
}

.dropzone .dz-preview:hover .dz-image img {
    border: 2px #fff solid;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    -webkit-filter: none!important;
    filter: none!important;
}


/**/

.images-list-item span img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.images-list-item .delete-link {
    cursor: pointer;
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.service-form-block .measure-form_agreement label:before {
    background: #fff;
    box-shadow: none;
}

.content-sidebar {
    max-width: 270px;
    width: 100%;
}

.banner {
    position: relative;
    padding: 25px 20px;
    padding-bottom: 0;
    background: url(/local/templates/dvernoylider_redesign/new/css/../images/garantiya/back-banner.png);
    background-position: bottom;
    background-size: 100% 30%;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.banner-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #303030;
}

.form-link {
    display: inline-block;
    margin: 10px 0 18px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #EF6F2E;
    border-bottom: 1px #EF6F2E dotted;
}

.form-link:hover {
    border-bottom: 1px transparent dotted;
}

.banner-info {
    font-size: 17px;
    line-height: 25px;
    color: #303030;
    margin-top: 12px;
    font-weight: 600;
}

.manager {
    position: relative;
    margin-top: 50px;
    padding-left: 85px;
    padding-bottom: 12px;
}

.manager img {
    position: absolute;
    bottom: -3px;
    left: 2px;
    width: 74px;
    height: 125px;
}

.manager-name {
    position: relative;
    top: -4px;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: #EF6F2E;
}

.manager-prof {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.05em;
    color: #636363;
}

.manager-phone {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 900;
    line-height: 24px;
    color: #303030;
}

.phone-number {
    display: block;
    font-size: 13px;
    font-weight: 900;
    line-height: 16px;
    color: #303030;
}

.instruction {
    display: block;
    width: 270px;
    height: 98px;
    margin-top: 30px;
    padding: 25px 35px;
    background: linear-gradient(97.46deg, #FF8C55 0.42%, #EF6F2E 100%);
    box-shadow: 0px 4px 6px rgba(255, 136, 85, 0.3);
    border-radius: 3px;
    cursor: pointer;
}

.instruction span {
    position: relative;
    display: inline-block;
    padding-left: 59px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

.instruction:hover {
    background: linear-gradient(97.46deg, #FF8C55 0.42%, #EF6F2E 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.instruction:hover span {
    color: #3B3330;
}

.instruction:focus {
    background: linear-gradient(97.46deg, #F7702F 0.42%, #D9510C 100%);
    box-shadow: 0px 4px 6px rgba(255, 136, 85, 0.3);
}

.instruction span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    display: block;
    width: 70px;
    height: 50px;
    background-image: url(/local/templates/dvernoylider_redesign/new/css/../images/garantiya/book-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.copyright {
    margin-top: 50px;
}

.copyright-inner {
    width: 83%;
    float: right;
    font-family: Formular;
    font-size: 12px;
    line-height: 24px;
    color: #BC9552;
}

/* footer { */
    /* padding: 100px 0 83px; */
/* } */


/* MEDIA */

@media screen and (max-width: 1200px) {
    .banner {
        background-size: 100% 40%;
    }
    .content-wrapper {
        flex-wrap: wrap;
    }
    .content-main {
        order: 2;
    }
    .content-sidebar {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 60px;
        order: 1;
    }
    .form-link {
        font-size: 20px;
    }
    .manager-name {
        font-size: 15px;
    }
    .manager-prof {
        font-size: 15px;
    }
    .instruction {
        margin-top: 0;
    }
}

@media screen and (max-width: 990px) {
    .service-form-title {
        text-align: center;
    }
    .form-input {
        width: 374px;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .form-input:nth-child(2) {
        margin-left: auto;
    }
    .form-input textarea,
    .form-input input[type=text] {
        width: 100%;
    }
    .form-input-selectbutton {
        width: 100%;
        text-align: left;
    }
    .form-input-fileform {
        display: block;
        width: 374px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .service-form-block .measure-form_agreement {
        margin-top: 35px;
        text-align: center;
    }
    .service-form-block .measure-form_agreement label {
        display: inline-block;
    }
    .form-btn {
        display: block;
        width: 180px;
        margin: 0 auto;
        margin-top: 35px;
    }
    .instruction {
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 765px) {
    .steps-item {
        flex-basis: 50%;
    }
    .steps-item:after {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .garanty-category {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .garanty-category-item {
        flex-basis: 90%;
        margin-top: 40px;
    }
    .steps-item {
        flex-basis: 90%;
        margin: 0 auto;
    }
    .article-list {
        padding-left: 30px;
    }
}

@media screen and (max-width: 480px) {
    .service-form-block {
        padding: 15px;
    }
    .form-input {
        width: 90%;
    }
    .form-input input {
        width: 100%;
    }
    .form-input-fileform {
        width: 90%;
    }
}

@media screen and (max-width: 450px) {
    .form-input-selectbutton {
        padding: 9px 5px;
        font-size: 13px;
    }
}


}

/* END GARANTY */
.disabled,
.disabled span,
.disabled input {
    pointer-events: none;
}
.disabled span {
    color: #aeaca2!important;
}

/*.catalog-filter_check input[type="checkbox"]:checked + span {
    color: #a38a79 !important;
}*/

/*.catalog-filter_check label[class*="disabled"] input[type=checkbox]:checked + span:after {
	display: none;
}*/
.catalog-filter_check input[disabled=disabled]+span:hover:before {
    background: #fff;
    border: 1px solid #DADADA;
}
.catalog-filter_color .disabled {
    opacity: 0.1;
}
.catalog-filter {
    position: relative;
}
#modef {
    position: absolute;
    top: auto;
    width: 120px;
    left: 101%;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
    background: rgba(124, 116, 114, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 2px;
    color: #8c7b6f;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: ease 300ms;
}
#modef button {
    font-size: 13px;
    padding: 8px 10px;
    height: auto;
    line-height: 100%;
}
.catalog-filter_check input[type=checkbox]+span {
    color: #a38a79;
}
.karta-sayta-list ul ul {
    margin-top: 10px;
}
.certifications {}
.certifications .certifications-item {
    margin: 10px;
    display: inline-block;
}
.catalog-item_img {
    position: relative;
}
.catalog-item_img .slideDown {
    display: none;
    /*height: 360px;*/
    
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
	left: 0;
    padding: 15px 8px;
    z-index: 3;
}
.guarantee_page .orange {
    color: #D78910;
}
.guarantee_page img {
    margin-bottom: 0;
}
.guarantee_page .cooperation {
    background-color: #F9ECD9;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.guarantee_page .cooperation p {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 8px;
    margin-left: 35px;
    font-weight: bold;
}
.guarantee_page .cooperation ul {
    list-style: none;
    background-color: #fff;
    padding: 30px 28px;
    margin-bottom: 0;
}
.guarantee_page .cooperation li {
    padding: 0;
    margin-bottom: 2px;
    font-weight: bold;
}
.guarantee_page .cooperation li:before {
    display: none;
}
.guarantee_page .form {
    background-color: #F9ECD9;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-top: 8px;
    margin-bottom: 20px;
}
.guarantee_page .form p {
    background-color: #fff;
    padding: 25px 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
.guarantee_page .form form {}
.guarantee_page .form label {
    margin-left: 20px;
    margin-bottom: 10px;
}
.guarantee_page .form label sup {
    color: #D78910;
    font-size: 16px;
    font-weight: bold;
}
.guarantee_page .form input {
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}
.guarantee_page .form textarea {
    border: none;
    border-radius: 0;
}
.guarantee_page .form button {
    background: linear-gradient(90deg, #937B68 0%, #5C4433 100%);
    border-radius: 6px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: ease 300ms;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    height: 56px;
    width: 230px;
}

/*@media screen and (max-width: 576px)
{
	.guarantee_page .aaa {
		float: right;
	}
}*/
@media screen and (min-width: 577px) {
    .guarantee_page .bbb {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}
.guarantee_page .bbb {
    height: 100%;
}
.guarantee_page .ccc {
    display: -ms-flexbox !important;
    display: flex !important;
}
.guarantee_page .ccc .ddd {
    text-align: right;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.guarantee_page .ccc .ddd img {
    vertical-align: bottom;
}
.guarantee_page .ccc .eee {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.guarantee_page .fff {
    display: -ms-flexbox !important;
    display: flex !important;
}
.guarantee_page .fff .ggg {
    text-align: right;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.quarantine {
    background-color: #ED7B3C;
    padding-top: 10px;
    padding-bottom: 10px;
}
.quarantine .container {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.quarantine span {
    color: #fff;
    background: url(/local/templates/dvernoylider_redesign/img/attention.jpg) no-repeat 0 50%;
    padding-left: 60px;
    min-height: 37px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
}
.quarantine a {
    background-color: #3B3330;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .quarantine .container {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    
    .quarantine span {
        background-image: none;
        padding-left: 0;
        margin-bottom: 8px;
    }
    
    .quarantine a {
        margin: 0 auto;
        font-size: 12px;
        padding: 8px 20px;
    }
}
.price-from {
    font-size: 15px;
}
.card-properties_dsc {
    font-size: 13px;
    line-height: 29px;
}
.card-properties_sum {
    font-size: 19px;
}

/* Р”Р»СЏ СЃР»Р°Р№РґРµСЂР° РІ РєР°СЂС‚РѕС‡РєСѓ, РїРѕ Р°РЅР°Р»РѕРіРёРё СЃ РіР»Р°РІРЅРѕР№ */
.slider-items {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 20px 15px;
    background: #fff;
}
.slider-items a {
    text-decoration: none;
}
.slider-items-title {
    margin: 0px 0 20px 0;
    font-weight: bold;
    font-size: 32px;
    color: #464646;
}
.slider-item-small-text {
    font-size: 12px
}
.slider-item-title {
    color: #694023;
    font-size: 16px;
    height: 64px;
    line-height: 20px;
    opacity: 0.7;
}
.slider-item-price-block {
    position: relative;
    padding: 0 0 20px 0;
}
.slider-item-price {
    color: #DC9451;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}
.slider-item-button {
    background: linear-gradient(278.9deg, #000000 1.27%, #262626 97.01%);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    overflow: hidden;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding: 0 16px;
    transition: ease 300ms;
    white-space: nowrap;
    position: absolute;
    top: -6px;
    right: 0;
}
.owl-carousel .owl-item {
    padding: 0 15px;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
    margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.main-menu-simple {
    display: flex;
    justify-content: left!important;
    flex-wrap: wrap;
    flex-flow: row wrap;
    padding: 20px 0 20px;
}
.main-menu-simple li {
    border-right: 1px solid #ede2da;
    padding: 8px 15px 8px 49px;
    width: 33.3333%;
}
.main-menu-simple li a {
    color: #817271;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: ease 300ms;
    z-index: 1;
}
.main-menu-simple li a:hover {
    color: #fff;
}
.main-menu-simple li a:before {
    background: #6B5252;
    border-radius: 3px;
    content: '';
    opacity: 0;
    position: absolute;
    top: -3px;
    left: -10px;
    transition: ease 300ms;
    height: calc(100% + 6px);
    width: calc(100% + 20px);
    z-index: -1;
}
.main-menu-simple li a:hover:before {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .menu nav ul.main-menu-simple {
        padding: 0
    }
    
    .menu nav ul.main-menu-simple li {
        border-bottom: 1px solid #dbd1ce;
        border-right: none;
        padding: 0;
        width: 100%;
    }
    
    .menu nav ul.main-menu-simple li a {
        font-size: 15px;
        color: #A68C85;
        line-height: 46px;
        padding: 0 18px;
    }
}
.hideElements a.card-image_preview-more {
    display: block !important;
}




.w1240,
.w1336 {
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 1200px) {
	.w1240 { max-width: 1240px }
	.w1336 { max-width: 1336px }
}
@media (max-width: 575px) {
	.w1240 > .row { padding: 0 16px }
}

.container-fluid.white { background: #fff }

.point-delimiter {
	display: inline-flex;
	align-items: center;
	height: 100%;
	margin: 0 16px;
}
.point-delimiter:before {
	content: no-close-quote;
	background: #cac3bf;
	width: 4px;
	height: 4px;
	border-radius: 999px;
}

.normal-button {
	font-family: 'Cera Pro';
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	height: 40px;
	padding: 8px 18px;
	border-radius: 2px;
	border: 1px solid transparent;
	transition: all .2s ease-out;
	cursor: pointer;
}
	.normal-button:hover {
		background: #fff;
		color: #373330;
	}
.normal-button.brown {
	background: #373330;
	color: #fff;
	border: 1px solid #373330;
}
	.normal-button.brown:hover {
		background: #fff;
		color: #373330;
		border: 1px solid #373330;
	}
.normal-button.white {
	background: #fff;
	color: #373330;
	border: 1px solid #fff;
}
	.normal-button.white:hover {
		background: #373330;
		color: #fff;
		border: 1px solid #373330;
	}
.normal-button.white-brown {
	background: #fff;
	color: #373330;
	border: 1px solid #373330;
}
	.normal-button.white-brown:hover {
		background: #373330;
		color: #fff;
		border: 1px solid #373330;
	}
.normal-button.transparent {
	background: transparent;
	color: #373330;
	text-decoration: underline;
	border: 1px solid transparent;
}
	.normal-button.transparent:hover {
		background: transparent;
		color: #373330;
		text-decoration: none;
		border: 1px solid #373330;
	}
.normal-button.oval { border-radius: 999px }


.index-tabs {
	width: 100%;
	padding: 69px 0;
}
.index-tabs .tabs-list {
	display: flex;
	margin-bottom: 50px;
}
.index-tabs .tabs-list li {
    display: flex;
    align-items: center;
}
.index-tabs .tabs-list li a {
	color: #a59a91;
	font-family: 'Cera Pro';
	font-size: 48px;
	line-height: 60px;
	text-decoration: none;
	white-space: nowrap;
}
.index-tabs .tabs-list li a:hover,
.index-tabs .tabs-list li.active a { color: #373330 }
.index-tabs .tabs-list li:not(:first-child):before {
	content: no-close-quote;
	display: inline-flex;
	background: #a59a91;
	width: 8px;
	height: 8px;
	margin: 6px 21px 0;
	border-radius: 999px;
}
@media (max-width: 991px) {
	/* .index-tabs { overflow: auto } */
	.index-tabs > .tabs-list,
	.index-tabs > .tab > .tab-wrap { overflow: auto }
	.index-tabs .tabs-list li a {
		font-size: 36px;
		line-height: 45px;
	}
}

.owl-index-style.owl-carousel .owl-item { padding: 0 }

.owl-index-style .owl-dots {
	position: relative;
	display: flex;
    height: 0;
	margin: 0 auto !important;
	gap: 8px;
}
.owl-index-style .owl-dots .owl-dot {
	flex-grow: 1;
	height: 1px;
	padding: 10px 0;
	box-sizing: content-box;
}
.owl-index-style .owl-dots .owl-dot span {
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	opacity: 1;
	background: #e4e3e1;
}
.owl-index-style .owl-dots .owl-dot.active span{ background: #373330 }

@media (min-width: 1200px) {
	.owl-index-style .owl-dots { max-width: 100% }
}
@media (max-width: 991px) {
	.owl-index-style .owl-dots {
		width: 100%;
		padding: 0 16px;
		margin: 5px 0;
		top: 0;
	}
}

.owl-index-style .owl-nav { margin: 0 }
.owl-index-style .owl-nav .owl-next,
.owl-index-style .owl-nav .owl-prev {
	background-image: url(/local/templates/dvernoylider_redesign/new/images/arrow-l.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	width: 64px;
	height: 64px;
	margin: -32px 0 0;
	position: absolute;
	top: 50%;
	border: none;
	box-shadow: none;
}
.owl-index-style.owl-theme .owl-nav [class*=owl-]:hover {
	background-image: url(/local/templates/dvernoylider_redesign/new/images/arrow-l.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}
.owl-index-style .owl-nav .owl-next {
	right: 50px;
	transform: rotate(180deg);
}
.owl-index-style .owl-nav .owl-prev { left: 50px }
.owl-index-style.owl-theme .owl-nav [class*=owl-]:hover { background-color: rgb(55, 51, 48, .05) }
@media (max-width: 1199px) {
	.owl-index-style .owl-nav .owl-next { right: 0 }
	.owl-index-style .owl-nav .owl-prev { left: 0 }
}
@media (max-width: 991px) {
	.owl-index-style .owl-nav { display: none }
}


/* [class^="index-"], */
/* [class^="index-"] * { */
    /* scrollbar-color: #d9d9d999; */
    /* scrollbar-width: thin; */
/* } */
[class^="index-"] {
	font-family: 'Cera Pro';
	--primary: #373330;
}
[class^="index-"] .h2 {
	color: var(--primary);
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	margin-bottom: 42px;
}
@media (max-width: 991px) {
	[class^="index-"] .h2 {
		font-size: 36px;
		line-height: 45px;
	}
}

[class^="index-"] ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
	border-radius: 90px;
}
[class^="index-"] ::-webkit-scrollbar-button { border-color: transparent }
[class^="index-"] ::-webkit-scrollbar-track { background-color: transparent }
[class^="index-"] ::-webkit-scrollbar-thumb {
	background-color: #d9d9d999;
	border-radius: 90px;
}

.catalog-item .labels {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: absolute;
}
.catalog-item .labels .card-status {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    width: 83px;
    height: 23px;
    font-weight: normal;
    margin: 0;
    justify-content: flex-start;
}
.catalog-item .labels .card-status.hit {
    background: url('/local/templates/dvernoylider_redesign/img/label_hit.png') no-repeat;
}
.catalog-item .labels .card-status.new {
    background: url('/local/templates/dvernoylider_redesign/img/label_new.png') no-repeat;
}
.catalog-item .labels .card-status.order {
    background: url('/local/templates/dvernoylider_redesign/img/label_order.png') no-repeat;
}
.index-items-slider .catalog-item-v2 .favorites,
.catalog-row .catalog-main .catalog-item .favorites {
    /* background: url('/local/templates/dvernoylider_redesign/img/fav.svg') center no-repeat; */
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 40px;
    right: 8px;
    cursor: pointer;
    --svg-fill: none;
}
.index-items-slider .catalog-item-v2 .favorites:hover svg,
.index-items-slider .catalog-item-v2 .favorites.active svg,
.catalog-row .catalog-main .catalog-item .favorites:hover svg,
.catalog-row .catalog-main .catalog-item .favorites.active svg { --svg-fill: #373330 }
.compare-item-button {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 70px;
    right: 8px;
    cursor: pointer;
}
.compare-item svg { --svg-stroke-color: #37333070 }
.compare-item.added svg { --svg-stroke-color: #373330 }
.header .header-right .header-compare { --svg-stroke-color: #373330 }
@media screen and (min-width: 768px) {
	header {
		position: sticky;
		top: 0;
	}
}
/* End */


/* Start:/local/assets/fonts/cerapro/stylesheet.css?15467273385176*/
@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-Light.eot');
    src: local('Cera Pro Light'), local('CeraPro-Light'),
        url('/local/assets/fonts/cerapro/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-Light.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-Light.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-MediumItalic.eot');
    src: local('Cera Pro Medium Italic'), local('CeraPro-MediumItalic'),
        url('/local/assets/fonts/cerapro/CeraPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-MediumItalic.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-MediumItalic.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-RegularItalic.eot');
    src: local('Cera Pro Regular Italic'), local('CeraPro-RegularItalic'),
        url('/local/assets/fonts/cerapro/CeraPro-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-RegularItalic.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-RegularItalic.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-BlackItalic.eot');
    src: local('Cera Pro Black Italic'), local('CeraPro-BlackItalic'),
        url('/local/assets/fonts/cerapro/CeraPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-BlackItalic.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-BlackItalic.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-Medium.eot');
    src: local('Cera Pro Medium'), local('CeraPro-Medium'),
        url('/local/assets/fonts/cerapro/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-Medium.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-Medium.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-BoldItalic.eot');
    src: local('Cera Pro Bold Italic'), local('CeraPro-BoldItalic'),
        url('/local/assets/fonts/cerapro/CeraPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-BoldItalic.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-BoldItalic.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-ThinItalic.eot');
    src: local('Cera Pro Thin Italic'), local('CeraPro-ThinItalic'),
        url('/local/assets/fonts/cerapro/CeraPro-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-ThinItalic.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-ThinItalic.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-LightItalic.eot');
    src: local('Cera Pro Light Italic'), local('CeraPro-LightItalic'),
        url('/local/assets/fonts/cerapro/CeraPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-LightItalic.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-LightItalic.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-Black.eot');
    src: local('Cera Pro Black'), local('CeraPro-Black'),
        url('/local/assets/fonts/cerapro/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-Black.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-Black.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-Bold.eot');
    src: local('Cera Pro Bold'), local('CeraPro-Bold'),
        url('/local/assets/fonts/cerapro/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-Bold.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-Bold.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('/local/assets/fonts/cerapro/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-Regular.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-Regular.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/local/assets/fonts/cerapro/CeraPro-Thin.eot');
    src: local('Cera Pro Thin'), local('CeraPro-Thin'),
        url('/local/assets/fonts/cerapro/CeraPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/cerapro/CeraPro-Thin.woff2') format('woff2'),
        url('/local/assets/fonts/cerapro/CeraPro-Thin.woff') format('woff'),
        url('/local/assets/fonts/cerapro/CeraPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/header.css?174530931612633*/
header { z-index: 99 }
.header,
.header-top { width: 100% }
.header,
.header-top,
.header-top-left,
.header-top-right {
    display: flex;
	align-items: center;
    justify-content: space-between;
}
.header-left,
.header-right { width: 30% }
.header {
	position: relative;
	color: #373330;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	padding: 16px 0;
}
.header-top-wrap { background: #faf9f9 }
.header-top { padding: 9px 0 }

.header-region .dropdown-btn {
	color: #373330;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
.header-region.dropdown {
	position: relative;
	display: inline-block;
	font-size: 0;
}
.header-region .dropdown-content {
	display: none;
    position: absolute;
    background-color: #fff;
    min-width: 195px;
	padding: 0 16px;
    box-shadow: 0 8px 18px -6px rgba(53, 48, 45, 0.15);
    border-radius: 8px;
	z-index: 2;
}
.header-region .dropdown-content a {
	display: block;
	color: #373330;
	font-family: 'Cera Pro';
    font-size: 14px;
	text-decoration: none;
	height: 48px;
    padding: 16px 20px 16px 8px;
	border-top: 0.5px solid #e4e3e1;
    white-space: nowrap;
}
.header-region .dropdown-content a:first-child { border-top: none }
.header-region .dropdown-content a.active { background: url('/local/templates/dvernoylider_redesign/img/check.svg') right center no-repeat }
.header-region .dropdown-content a.active,
.header-region .dropdown-content a:hover { color: #f78d4b }
.header-region.dropdown:hover .dropdown-content { display: block }
/* .header-region.dropdown:hover .dropdown-btn { background-color: #3e8e41 } */

.header-worktime {
	color: #9C8875;
	font-family: 'Cera Pro';
    font-size: 14px;
}

.header-modalrecoll {
	color: #373330;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	/* text-decoration-line: underline; */
	border-bottom: 1px solid #373330;
	cursor: pointer;
}
.header-modalrecoll:hover { border-color: transparent }


.header .header-left { gap: 40px }
.header .header-right { padding-left: 48px }
.header .header-left,
.header .header-right {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
	max-width: 380px;
}


#menu-toggle { display: none }
.header-menu-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    gap: 10px;
	font-weight: 500;
    font-size: 16px;
    line-height: 17px;
}
.header-menu-btn > span,
.header-menu-btn > span::before,
.header-menu-btn > span::after {
	position: relative;
	background-color: #373330;
	display: block;
	width: 20px;
	height: 2px;
	transition-duration: .25s;
}
.header-menu-btn > span::before {
	content: '';
	top: -6px;
}
.header-menu-btn > span::after {
	content: '';
	top: 4px;
}
#menu-toggle:checked ~ .header-menu-btn > span {
	background: transparent;
	transform: rotate(45deg);
}
#menu-toggle:checked ~ .header-menu-btn > span::before{
	top: 0;
	transform: rotate(0);
}
#menu-toggle:checked ~ .header-menu-btn > span::after {
	top: -2px;
	transform: rotate(90deg);
}
#menu-toggle:checked ~ .header-menubox {
	visibility: visible;
	left: 0;
}
.header-menubox {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	background: #fff;
    width: calc(100% + 64px);
	padding: 0 32px 0 0;
    margin: 16px -32px 0;
	position: absolute;
    top: 100%;
	left: -10000px;
	border-radius: 16px;
	visibility: hidden;
}
.header-menubox nav { width: 100% }
.header-menubox .menu-column {
    position: relative;
	background: #fff;
	width: 25%;
	padding: 32px 0 32px 32px;
	border-radius: 16px;
}
.header-menubox .menu-column .menu-column {
	display: none;
    position: absolute;
    top: 0;
    left: 100%;
	bottom: 0;
	/* overflow: auto; */
	width: 100%;
}
.header-menubox .menu-column .menu-column .menu-column {
	width: 200%;
	columns: 2;
}
.header-menubox > nav > .menu-column > li:hover:before {
    content: no-close-quote;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 300%;
	z-index: 2;
}
.header-menubox .menu-column li > span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 8px 0;
    cursor: default;
}
.header-menubox .menu-column li:not(:first-child) > span { margin-top: 10px }
.header-menubox .menu-column a {
	display: block;
	color: #373330;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	width: 100%;
	/* height: 40px; */
	padding: 8px 0;
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-menubox .menu-column .section > a {
	font-weight: 500;
	text-transform: uppercase;
}
.header-menubox .menu-column .parent > a:before,
.header-menubox .menu-column .parent > a:after {
    content: no-close-quote;
    background-image: url('/local/templates/dvernoylider_redesign/img/arrow-right.svg');
    background-position: right center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.header-menubox .menu-column .parent > a:before { display: none }
.header-menubox .menu-column .parent.active > a:after { background-image: url('/local/templates/dvernoylider_redesign/img/arrow-right-active.svg') }
.header-menubox .menu-column .active > a { color: #f78d4b }
.header-menubox .menu-column .parent.active > .menu-column { display: initial }
.header-menubox .menu-column .parent.active > .menu-column { z-index: 1 }
.header-menubox .menu-column .parent:hover > .menu-column { z-index: 2 }


.header .header-right .header-soc {
    display: inline-flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.header .header-right .header-soc .h-soc {
    display: inline-block;
    width: 24px;
    height: 24px;
    transition-duration: .25s;
}
.header .header-right .header-soc .h-telegram { background-image: url('/local/templates/dvernoylider_redesign/img/tgico.svg') }
.header .header-right .header-soc .h-whatsapp { background-image: url('/local/templates/dvernoylider_redesign/img/waico.svg') }
.header .header-right .header-phone a {
	font-weight: 500;
	font-size: 16px;
}
.header .header-right .header-cart {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
}
.header .header-right .header-favorites,
.header .header-right .header-compare,
.header .header-right .header-cart .header-basket {
	position: relative;
	display: inline-flex;
	width: 24px;
	height: 24px;
	top: initial;
    padding: 0;
    float: none;
}
.header .header-right .bx-basket {
	display: inline-flex;
    font-size: 0;
}
.header .header-right .header-favorites:before,
.header .header-right .header-compare:before,
.header .header-right .header-cart .header-basket:before {
    content: '';
	width: 24px;
	height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.header .header-right .header-cart .header-basket:before { background: url('/local/templates/dvernoylider_redesign/img/cart.svg') center no-repeat }
.header .header-right .header-favorites:before { background: url('/local/templates/dvernoylider_redesign/img/fav.svg') center no-repeat }
.header .header-right .header-favorites .header-favorites_count,
.header .header-right .header-compare .header-compare_count,
.header .header-right .header-cart .header-basket .header-basket_count {
	position: absolute;
	left: 16px;
	top: 0.5px;
	background: #373330;
	color: #fff;
	font-size: 9px;
	/* line-height: 9px; */
	line-height: 12px;
	text-indent: 0.5px;
    text-align: center;
	width: 14px;
	height: 14px;
	padding: 0;
    margin: 0;
	border: 1px solid #fff;
	border-radius: 999px;
}
.header .header-right .header-favorites .header-favorites_count:not([data-count="0"]),
.header .header-right .header-compare .header-compare_count:not([data-count="0"]) { background: #f78d4b }
.header .header-right .header-cart .header-basket .header-basket_title,
.header .header-right .header-cart .header-basket .header-basket_price { font-size: 0 }

@media (max-width: 1360px) {
	.header-menubox {
		width: 100%;
		margin: 16px 0 0;
	}
}
@media (max-width: 1199px) {
	.header-menubox .menu-column { width: 33% }
	.header-menubox .menu-column .menu-column .menu-column {
		width: 100%;
		overflow: auto;
		columns: 1;
	}
	.header-menubox > nav > .menu-column > li:hover:before { width: 200% }
}
@media (max-width: 991px) {
	.header .header-left,
	.header .header-right { gap: 15px }
	.header-menu-btn {
		font-size: 0;
		gap: 0;
	}
	.header .header-left .header-phone-mobile,
	.header .header-right .header-phone { font-size: 0 }
	.header .header-left .header-phone-mobile a,
	.header .header-right .header-phone a {
		background: url('/local/templates/dvernoylider_redesign/img/phone.svg') center no-repeat;
		display: inline-flex;
		font-size: 0;
		width: 24px;
		height: 24px;
	}
}
@media screen and (min-width: 768px) {
	.header .header-middle-logo {
		display: block;
		line-height: 0;
		text-align: center;
		text-decoration: none;
	}
	.header .header-middle-logo img { max-width: 222px }
	.header .header-middle-logo span {
		display: block;
		color: #9c8875;
		font-family: 'Cera Pro';
		font-style: normal;
		font-weight: 500;
		font-size: 11px;
		line-height: 14px;
		margin: 3px 0 3px;
	}
	.header .header-region.mobile,
	.header .header-modalrecoll-mobile,
	.header .header-middle-mobail-logo,
	.header .header-left .header-phone-mobile { display: none }
	.header-menubox .menu-column .parent:hover > a:after { background-image: url('/local/templates/dvernoylider_redesign/img/arrow-right-active.svg') }
	.header-menubox .menu-column li:hover > a { color: #f78d4b }
	.header-menubox .menu-column .parent:hover > .menu-column { display: initial }
}
@media screen and (max-width: 767px) {
	body { padding-top: 76px }	/* компенсация хедера */
	header {	/* летучая шапка */
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 76px;
	}
	.header {
		background: rgba(228, 227, 225, 0.2);
		font-size: 0;
		padding: 16px;
	}
	.header-top,
	.header .header-middle-logo,
	.header-menubox > nav > .menu-column > li:hover:before,
	.header .header-right .header-phone { display: none }
	.header .header-middle-mobail-logo { display: initial }
	.header .header-middle-mobail-logo img {max-width: 140px }
	.header .header-left { justify-content: flex-start }
	.header .header-right { justify-content: flex-end }
	.header-menubox {
		flex-direction: column;
		height: calc(100vh - 76px - 68px);	/*** 76 высота header, 68 высота поиска ***/
		padding: 13px 24px 27px;
		margin: 68px 0 0;	/*** 68 сдвиг от поиска ***/
		border-radius: 0;
		overflow: auto;
	}
	.header-menubox .menu-column {
		width: 100%;
		padding: 0;
	}
	.header-menubox .menu-column li { border: none }
	.header-menubox .menu-column li.section {
		padding: 8px 0 7px;
		border-top: 1px solid #e4e3e1;
	}
	.header-menubox .menu-column li.section:first-child,
	.header-menubox .menu-column li.section.active {
		padding: 0 0 7px;
		border-top: 0;
	}
	.header-menubox .menu-column li.parent { display: block }
	.header-menubox .menu-column .menu-column {
		/* position: relative; */
		position: static;
		top: auto;
		left: auto;
		bottom: auto;
		padding: 0;
	}
	.header-menubox .menu-column li.parent.active {
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: auto;
	}
	.header-menubox .menu-column .parent.active > a {
		color: #373330;
		font-size: 24px;
		line-height: 30px;
		justify-content: flex-start;
		gap: 8px;
	}
	.header-menubox .menu-column .parent.active > a:before {
		display: initial;
		transform: rotate(180deg);
	}
	/* .header-menubox .menu-column .parent.active > a:after { background-image: url('/local/templates/dvernoylider_redesign/img/arrow-down-active.svg') } */
	.header-menubox .menu-column .parent.active > a:after { display: none }
	.header-region {
		width: 100%;
		border-top: 1px solid #e4e3e1;
		border-bottom: 1px solid #e4e3e1;
		padding: 13px 0 12px;
		margin: 24px 0;
	}
	.header-region .dropdown-btn {
		color: #f78d4b;
		font-size: 16px;
		line-height: 24px;
	}
	.header-modalrecoll-mobile {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
}
@media screen and (max-width: 575px) {
	header .w1240 > .row { padding: 0 }
	.header .header-right .header-soc { display: none }
	.header .header-left .header-phone-mobile { display: initial }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/new/css/footer.css?17458239313809*/
footer {
	background: #373330;
	color: #fff;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
}
footer .footer-wrap {
	display: flex;
	padding: 63px 0 32px;
	gap: 114px;
}
footer .footer-left { max-width: 300px }
footer .footer-logo {
	background: none;
    width: auto;
    height: auto;
    margin-bottom: 31px;
}
footer .footer-mail,
footer .footer-phone { margin-top: 15px }
footer .footer-mail a:hover,
footer .footer-phone a:hover {
	color: inherit;
	text-decoration: underline;
}
footer .footer-right {
	display: flex;
	gap: 80px;
}
footer .footer-menu-4 {
	display: flex;
    flex-direction: column;
    gap: 23px;
}
footer .footer-menu-wrap .footer-menu li:first-child { margin-bottom: 9px }
footer .footer-menu-wrap.footer-menu-4 li { margin-bottom: 8px }
footer .footer-menu-wrap .footer-menu li a { font-size: 12px }
footer .footer-menu-wrap .footer-menu li:first-child a,
footer .footer-menu-wrap.footer-menu-4 li a,
footer .footer-menu-wrap .footer-soc-title {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
}
footer .footer-right .footer-soc-wrap {
    display: inline-flex;
	flex-direction: column;
    gap: 16px;
}
footer .footer-right .footer-soc {
    display: inline-flex;
    gap: 24px;
}
footer .footer-right .footer-soc .f-soc {
    display: inline-block;
	width: 32px;
    height: 32px;
	opacity: .5;
	transition-duration: .25s;
}
footer .footer-right .footer-soc .f-soc:hover { opacity: 1 }
footer .footer-right .footer-soc .f-telegram { background-image: url('/local/templates/dvernoylider_redesign/img/tgicof.svg') }
footer .footer-right .footer-soc .f-ok { background-image: url('/local/templates/dvernoylider_redesign/img/okicof.svg') }
footer .footer-right .footer-soc .f-vk {
	background-image: url('/local/templates/dvernoylider_redesign/img/vk.svg');
    background-position: center;
    background-repeat: no-repeat;
	background-size: 28px;
}

footer .footer-bottom {
	padding: 27px 0;
	border-top: 1px solid #d9d9d9;
}
footer .footer-bottom .footer-copyright {
	text-align: center;
    width: 100%;
}
@media (max-width: 1360px) {
	footer .footer-wrap { gap: 60px }
}
@media (max-width: 1199px) {
	footer .footer-wrap,
	footer .footer-right { gap: 24px 40px }
}
@media (max-width: 991px) {
	footer .footer-wrap {
		flex-wrap: wrap;
		padding: 24px 0;
	}
	footer .footer-left {
		width: 100%;
		max-width: initial;
	}
	footer .footer-right {
		padding: 24px 0;
		width: 100%;
		border-top: 1px solid #d9d9d9;
	}
}
@media screen and (max-width: 767px) {
	footer .footer-right { flex-direction: column }
	footer .footer-menu-wrap { width: 100% }
	footer .footer-right { gap: 16px }
	footer .footer-menu-wrap:not(.footer-menu-4) .footer-menu li:not(:first-child) { display: none }
	footer .footer-menu-wrap .footer-menu,
	footer .footer-menu-wrap:not(.footer-menu-4) .footer-menu li.active:first-child ~ li { display: block; }
	footer .footer-menu-wrap .footer-menu li:first-child,
	footer .footer-menu-wrap.footer-menu-4 li { margin-bottom: 8px; }
	footer .footer-menu-wrap:not(.footer-menu-4) .footer-menu li:first-child a {
		display: flex;
		justify-content: space-between;
	}
	footer .footer-menu-wrap:not(.footer-menu-4) .footer-menu li:first-child a:after {
		content: no-close-quote;
		background-image: url('/local/templates/dvernoylider_redesign/img/arrow-down.svg');
		background-position: right center;
		background-repeat: no-repeat;
		width: 24px;
		height: 24px;
	}
	footer .footer-menu-wrap:not(.footer-menu-4) .footer-menu li.active:first-child a { text-decoration: none }
	footer .footer-menu-wrap:not(.footer-menu-4) .footer-menu li.active:first-child a:after { transform: rotate(180deg) }
}
@media screen and (max-width: 575px) {
	footer .row { padding: 0 15px }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/menu/products/style.css?174557130911325*/
.header-menu-v2 {
    --primary: #373330;
    --secondary: #f78d4b;
    --triple: #67584c;
    --grey: #e4e3e1; /* Grey/Base */
    --gray: #cac3bf;
}
.header-menu-v2 {
    color: var(--primary);
    font-family: 'Cera Pro';
}
.header-menu-v2 ::-webkit-scrollbar {
    width: 6px;
	border-radius: 90px;
}
.header-menu-v2 ::-webkit-scrollbar-button { border-color: transparent }
.header-menu-v2 ::-webkit-scrollbar-track { background-color: transparent }
.header-menu-v2 ::-webkit-scrollbar-thumb {
	background-color: #d9d9d999;
	border-radius: 90px;
}

.header-menu-v2.header-menubox .menu-column .parent.active > .menu-column { display: block }
.header-menu-v2.header-menubox nav .menu-column { border-radius: 0 }
.header-menu-v2.header-menubox nav > .menu-column {
	position: static;
	max-height: calc(100vh - 182px);
	padding: 10px 0;
	overflow: auto;
}
.header-menu-v2.header-menubox nav > .menu-column > li > a {
    color: var(--primary);
    font-weight: 700;
    text-transform: none;
    padding: 12px 24px;
}
.header-menu-v2.header-menubox nav .menu-column > li > a > div { display: inline-flex }
.header-menu-v2.header-menubox nav > .menu-column > li:hover:before,
.header-menu-v2.header-menubox nav > .menu-column > li > a:after,
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > a.show_all_items:after { display: none }

.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column {
    display: block;
	position: static;
    background: transparent;
    width: 100%;
	padding: 0;
}
.header-menu-v2.header-menubox nav > .menu-column > li:first-child > .menu-column { padding: 0 0 28px }
.header-menu-v2.header-menubox .menu-column .parent > .menu-column {
    flex-wrap: wrap;
	gap: 24px;
}
/* .header-menu-v2.header-menubox nav > .menu-column > li:nth-child(1) > ul > li.section.parent.level_3.depth_2.cat > a, */
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > a:not(.show_all_items):hover,
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li.item-selected > a { color: var(--secondary) }
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > a:hover:after { background-image: url('/local/templates/dvernoylider_redesign/img/arrow-right-active.svg') }

.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > a.show_all_items {
	display: none;
    background: #fff;
    color: var(--primary);
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    text-transform: none;
    width: auto;
    padding: 22px 0;
    position: absolute;
    bottom: 4px;
    right: 22px;
    z-index: 3;
}
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > a.show_all_items:hover { text-decoration: none }
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column {
	width: auto;
    padding: 24px 0 0 32px;
    top: 0;
    right: 23px;
    bottom: 0;
    left: 303px;
    overflow-x: auto;
    columns: 1;
}
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column:after {
    content: no-close-quote;
    display: block;
    background: #fff;
    width: calc(100% + 32px);
    height: 67px;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #cac3bf99;
}
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li { width: calc(25% - 18px) }
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column li a img { max-width: 100% }
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li > a > span { padding-right: 5px }
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li > .menu-column {
    display: block;
	position: static;
	width: 100%;
    columns: 1;
}
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li a {
	padding: 0;
	align-items: flex-start;
    flex-direction: column;
    gap: 22px;
}
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li .menu-column { padding: 10px 0 }
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li .menu-column > li a {
    font-weight: 400;
    text-transform: none;
	padding: 6px 0;
}
.header-menu-v2.header-menubox nav .section.invisible { visibility: initial }
.header-menu-v2.header-menubox nav > .menu-column > li.ignored > a,
.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li.hidden_sublink > a { display: none }

@media (min-width: 768px) {
	.header-menubox.header-menu-v2 {
		border: 1px solid var(--grey);
		filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.04));
		border-radius: 16px;
		overflow: hidden;
	}
	.header-menu-v2.header-menubox nav > .menu-column {
		background: #faf9f9;
		max-width: 303px;
		height: 758px;
	}
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li.hidden_sublink {
        height: 100%;
		max-height: 633px;
	}
	.header-menu-v2.header-menubox nav > .menu-column > li:not(:last-child) {
		/* margin-bottom: 20px; */
		border-bottom: 1px solid #cac3bf99;
	}
	.header-menu-v2.header-menubox nav .menu-column > li > a > div { width: 100% }
	.header-menu-v2.header-menubox .menu-column .parent:hover > .menu-column { display: block }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > a:after { background-image: none }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > a:not(.show_all_items) { padding: 6px 32px }
	.header-menu-v2.header-menubox nav > .menu-column > li.ignored > .menu-column > li > a { padding: 18px 32px }
	.header-menu-v2.header-menubox nav > .menu-column > li:first-child > .menu-column > li > a:not(.show_all_items) { padding: 12px 32px }
	.header-menu-v2.header-menubox nav > .menu-column > li:nth-child(1) > ul > li.section.parent.level_3.depth_2.cat > .menu-column,
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li.parent:hover > .menu-column { display: flex }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li.parent:hover > a.show_all_items { display: block }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li a:after { display: none }
}
@media (max-width: 1199px) {
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li { width: calc(33% - 16px) }
}
@media (max-width: 991px) {
    .header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li { width: calc(50% - 12px) }
}
@media screen and (max-width: 767px) {
	body.submergemenu #menu-toggle:checked ~ .header-search { display: none }
	body.submergemenu .header-menu-v2.header-menubox {
		height: calc(100vh - 76px);
		margin: 0;
	}
	.header-search { border-bottom: 2px solid var(--grey) }
    .header-menu-v2.header-menubox {
        padding: 13px 6px 27px;
        overflow: hidden;
    }
    .header-menu-v2.header-menubox nav > .menu-column {
	    display: flex;
		flex-direction: column;
		gap: 8px;
		padding: 9px 2px;
        overflow: auto;
    }
    .header-menu-v2.header-menubox nav > .menu-column > li {
		background: #fff;
		padding: 16px 16px 8px;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.04);
        border-top: none;
		border-radius: 16px;
    }
	.header-menu-v2.header-menubox nav > .menu-column li,
	.header-menu-v2.header-menubox .menu-column li.section:first-child { padding: 0 }
	.header-menu-v2.header-menubox nav > .menu-column li a { padding: 16px 14px 15px 16px }
	.header-menu-v2.header-menubox nav > .menu-column > li > a {
        color: #37333066;
        font-weight: 500;
		text-transform: uppercase;
        padding: 9px 16px 0;
	}
	.header-menu-v2.header-menubox nav .menu-column > li > a > div {
		width: 36px;
		height: 48px;
	}
	.header-menu-v2.header-menubox nav > .menu-column > li:first-child > .menu-column,
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column { padding: 0 0 8px }
	.header-menu-v2.header-menubox .header-region.dropdown {
		padding: 25px 0 18px 16px;
		margin: 0;
        border: 0;
		position: static;
		float: none;
	}
	.header-menu-v2.header-menubox .header-region.dropdown:hover { position: relative }
	.header-menu-v2.header-menubox .header-modalrecoll-mobile { padding: 0 14px 0 16px }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li.active > a {
        background: rgba(228, 227, 225, 0.2);
		color: var(--primary);
        font-size: 16px;
        line-height: 24px;
        border-bottom: 2px solid var(--grey);
	}
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column { padding: 22px 0 0 16px }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li { width: 100% }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li.hidden_sublink .menu-column > li a,
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li > a {
		padding: 8px 25px 8px 10px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 15px
	}
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li.hidden_sublink .menu-column > li a {
		font-weight: 400;
		text-transform: none;
	}
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li.hidden_sublink .menu-column {
		padding: 10px 0;
	}
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li > a > span {
		padding: 8px 0;
		flex-grow: 1;
	}
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li.parent > a:after {
		content: no-close-quote;
		background-image: url(/local/templates/dvernoylider_redesign/img/arrow-down-b.svg);
		background-position: right center;
		background-repeat: no-repeat;
		width: 24px;
		height: 24px;
	}
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li > .menu-column { padding: 2px 25px 16px 59px }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li > .menu-column li { border: none }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li.parent.subactive > a:after { transform: rotate(180deg) }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column:after,
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li .menu-column,
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li.parent.subactive li a:after { display: none }
	.header-menu-v2.header-menubox nav > .menu-column > li > .menu-column > li > .menu-column > li.subactive .menu-column { display: block }
}

@media (max-width:767px){.hidden-xs{display:none !important;}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important;}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important;}}
@media (min-width:1200px){.hidden-lg{display:none !important;}}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/search.title/header_catalog/style.css?16933078671602*/
.header-search { width: calc(100% - 60px) }
.header-search form { position: relative }
.header-search .header-search-input {
	background: rgba(228, 227, 225, 0.2);
	color: #cac3bf;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
    max-width: 100%;
	height: 36px;
	padding: 10px 16px 10px 43px;
	/* border: 1px solid #CAC3BF; */
	border: none;
	border-radius: 8px;
}
.header-search .header-search-submit {
	background: url('/local/templates/dvernoylider_redesign/components/bitrix/search.title/header_catalog/images/lupa.svg') 19px center no-repeat;
    width: 16px;
    height: 16px;
    padding: 10px 7px 10px 20px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: content-box;
    outline: none;
    border: 0;
}

@media (max-width: 991px) {
	.header-search { width: calc(100% - 35px) }
}
@media screen and (max-width: 767px) {
	.header .header-search { display: none }
	#menu-toggle:checked ~ .header-search { display: initial }
	.header-search {
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 68px;
		padding: 16px 24px;
		/* box-shadow: 3px 3px 20px rgba(112, 112, 124, 0.12); */
		/* filter: drop-shadow(3px 3px 20px rgba(112, 112, 124, 0.12)); */
	}
	.header-search:before,
	.header-search:after {
		content: no-close-quote;
		background: #fff;
		position: absolute;
		right: 0;
		left: 0;
		z-index: 0;
	}
	.header-search:after {
		top: 0;
		bottom: 50%;
	}
	.header-search:before {
		top: 50%;
		bottom: 0;
		filter: drop-shadow(3px 3px 20px rgba(112, 112, 124, 0.12));
	}
	.header-search form { z-index: 1 }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/sale.basket.basket.line/header/style.min.css?17136919983712*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/callback/style.css?17495697062780*/
.popup.forms.newpopup {
    padding: 32px;
    position: relative;
    width: 868px;
    height: 490px; 
    background: #FFFFFF;
    border-radius: 8px;
}
.popup.forms.newpopup:before,
.popup.forms.newpopup .newpopup-form button:before {
    display: none;
}
.popup.forms.newpopup .fancybox-button.fancybox-close-small {
	/* background-image: url('/local/templates/dvernoylider_redesign/new/images/close.svg'); */
	/* width: 24px; */
	/* height: 24px; */
	/* top: 16px; */
	/* right: 16px; */
	width: 32px;
    height: 32px;
    padding: 0;
    top: 10px;
    right: 10px;
	opacity: 0.5;
}
.popup.forms.newpopup .fancybox-button.fancybox-close-small:hover {
	opacity: 1;
}
.popup.forms.newpopup .fancybox-button.fancybox-close-small:active {
	opacity: 0.8;
}
.popup.forms.newpopup .newpopup-image {
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.popup.forms.newpopup .newpopup-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 64px;
	isolation: isolate;
}
.popup.forms.newpopup .newpopup-form form {
	display: flex;
	flex-direction: column;
}
.popup.forms.newpopup .newpopup-form input {
    background: #fff;
	color: #9c8875;
	font-family: 'Cera Pro';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
    padding: 15px 16px 16px;
    border: 1px solid #e4e3e1;
    border-radius: 4px;
	box-shadow: none;
}
.popup.forms.newpopup .newpopup-form .popup-title {
	color: #373330;
	font-family: 'Cera Pro';
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement {
	order: 5;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label {
	color: #9c8875;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	padding-left: 26px;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:before,
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:after {
    top: 50%;
    transform: translateY(-50%);
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:before {
	/* background: #fff; */
	background: #f78d4b;
	width: 16px;
	height: 16px;
	border: 1px solid #F78D4B;
	border-radius: 2px;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:after {
	background-image: url('/local/templates/dvernoylider_redesign/new/images/check-w.svg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 7px;
    left: 3px;
}
.popup.forms.newpopup .newpopup-form .normal-button {
	margin-top: 32px;
}
@media (max-width: 991px) {
	.popup.forms.newpopup {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.popup.forms.newpopup .newpopup-image { display: none }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/discount5/style.css?17515360192790*/
.popup.forms.newpopup.newpopup2 {
    padding: 32px;
    position: relative;
    width: 868px;
    height: 585px; 
    background: #FFFFFF;
    border-radius: 8px;
}
.popup.forms.newpopup:before,
.popup.forms.newpopup .newpopup-form button:before {
    display: none;
}
.popup.forms.newpopup .fancybox-button.fancybox-close-small {
	/* background-image: url('/local/templates/dvernoylider_redesign/new/images/close.svg'); */
	/* width: 24px; */
	/* height: 24px; */
	/* top: 16px; */
	/* right: 16px; */
	width: 32px;
    height: 32px;
    padding: 0;
    top: 10px;
    right: 10px;
	opacity: 0.5;
}
.popup.forms.newpopup .fancybox-button.fancybox-close-small:hover {
	opacity: 1;
}
.popup.forms.newpopup .fancybox-button.fancybox-close-small:active {
	opacity: 0.8;
}
.popup.forms.newpopup .newpopup-image {
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.popup.forms.newpopup .newpopup-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 64px;
	isolation: isolate;
}
.popup.forms.newpopup .newpopup-form form {
	display: flex;
	flex-direction: column;
}
.popup.forms.newpopup .newpopup-form input {
    background: #fff;
	color: #9c8875;
	font-family: 'Cera Pro';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
    padding: 15px 16px 16px;
    border: 1px solid #e4e3e1;
    border-radius: 4px;
	box-shadow: none;
}
.popup.forms.newpopup .newpopup-form .popup-title {
	color: #373330;
	font-family: 'Cera Pro';
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement {
	order: 5;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label {
	color: #9c8875;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	padding-left: 26px;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:before,
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:after {
    top: 50%;
    transform: translateY(-50%);
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:before {
	/* background: #fff; */
	background: #f78d4b;
	width: 16px;
	height: 16px;
	border: 1px solid #F78D4B;
	border-radius: 2px;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:after {
	background-image: url('/local/templates/dvernoylider_redesign/new/images/check-w.svg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 7px;
    left: 3px;
}
.popup.forms.newpopup .newpopup-form .normal-button {
	margin-top: 32px;
}
@media (max-width: 991px) {
	.popup.forms.newpopup {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.popup.forms.newpopup .newpopup-image { display: none }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/oneclick.v2/style.css?17453093165437*/
.oneclick-form {
	font-family: 'Cera Pro';
	--primary: #373330;
	color: var(--primary);
	display: flex;
	position: relative;
	gap: 60px;
}
.oneclick-form .feild_wrapper { width: auto }
.oneclick-form .errortext {
    display: block;
	margin: -26px 0 10px;
}
.oneclick-form .success {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	color: green;
	font-size: 20px;
	height: 40px;
}
.oneclick-form .oneclick-form-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.oneclick-form .oneclick-form-title.h2 {
	font-weight: 400;
    font-size: 40px;
    line-height: 45px;
	margin-bottom: 7px;
}
.oneclick-form .oneclick-form-title div {
    font-size: 48px;
	font-weight: 500;
    line-height: 55px;
}
.oneclick-form .oneclick-form-desc {
    margin-bottom: 40px;
}
.oneclick-form .oneclick-form-text {
	font-size: 17px;
	line-height: 24px;
	max-width: 525px;
}
.oneclick-form .form_control {
    display: flex;
    flex-direction: column;
	gap: 7px;
}
.oneclick-form form input {
	background: #fff;
	font-size: 14px;
	line-height: 18px;
	width: 225px;
	height: 51px;
	padding: 15px 16px 16px;
	border: 1px solid #e4e3e1;
	border-radius: 4px;
}
.oneclick-form form .submit {
    padding: 8px 23px;
	width: 225px;
	height: 51px;
}
.oneclick-form form .file_load {
	line-height: 24px;
	display: flex;
    align-items: center;
    gap: 9px;
	cursor: pointer;
}
.oneclick-form form .file_load:before {
	content: no-close-quote;
	background-image: url('/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/oneclick.v2/images/form_skrep.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 17px;
	height: 18px;
}
.oneclick-form form [data-file="file"] { display: none }
.oneclick-form .oneclick-form-politics {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
    font-size: 12px;
    line-height: 24px;
    margin-top: 6px;
}
.oneclick-form .oneclick-form-politics input { margin: 3px 3px 3px 4px }
.oneclick-form .oneclick-form-politics a { text-decoration: underline }
.oneclick-form .oneclick-form-politics a:hover { text-decoration: none }


.oneclick-form .oneclick-form-left {
	position: relative;
	font-size: 0;
}
	.oneclick-quote {
		background: var(--primary);
		font-size: 16px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 195px;
	}
		.oneclick-quote-text {
			color: #fff;
			font-weight: 500;
			line-height: 22px;
			padding: 20px 24px;
		}
			.oneclick-quote-text > p:first-child { margin-bottom: 7px }
			.oneclick-quote-text .remark {
				font-size: 13px;
				font-weight: 400;
				line-height: 18px;
			}
@media (min-width: 1200px) {
	/* .oneclick-form .oneclick-form-right { max-width: 680px } */
}
@media (max-width: 991px) {
	.oneclick-form {
	    flex-direction: column;
		padding: 0 16px;
		gap: 23px 0;
	}
	.oneclick-form .oneclick-form-left {
		/* text-align: center; */
		/* order: 2; */
		display: none;
    }
	.oneclick-form .oneclick-form-left img { max-width: 100% }
	.oneclick-form .oneclick-form-title.h2,
	.oneclick-form .oneclick-form-title.h2 div {
		font-weight: 400;
		font-size: 34px;
		line-height: 43px;
	}
	.oneclick-form .oneclick-form-title.h2 { margin-bottom: 23px }
	.oneclick-form .oneclick-form-desc {
		margin-bottom: 17px;
	}
	.oneclick-form .oneclick-form-text {
        font-size: 17px;
        line-height: 24px;
        max-width: 300px;
	}
	.oneclick-form form > .form_control {
		display: flex;
		gap: 10px;
	}
}
/* @media (max-width: 580px) { */
	/* .oneclick-form form input { */
		/* width: 100%; */
	/* } */
/* } */

.oneclick-form input[type=tel]:-moz-placeholder,
.oneclick-form input[type=email]:-moz-placeholder,
.oneclick-form input[type=text]:-moz-placeholder,
.oneclick-form select:-moz-placeholder,
.oneclick-form textarea:-moz-placeholder { color: #9c8875 }
.oneclick-form input[type=email]::-moz-placeholder,
.oneclick-form input[type=tel]::-moz-placeholder,
.oneclick-form input[type=text]::-moz-placeholder,
.oneclick-form select::-moz-placeholder,
.oneclick-form textarea::-moz-placeholder { color: #9c8875 }
.oneclick-form input[type=tel]:-ms-input-placeholder,
.oneclick-form input[type=email]:-ms-input-placeholder,
.oneclick-form input[type=text]:-ms-input-placeholder,
.oneclick-form select:-ms-input-placeholder,
.oneclick-form textarea:-ms-input-placeholder { color: #9c8875 }
.oneclick-form input[type=tel]::-webkit-input-placeholder,
.oneclick-form input[type=email]::-webkit-input-placeholder,
.oneclick-form input[type=text]::-webkit-input-placeholder,
.oneclick-form select::-webkit-input-placeholder,
.oneclick-form textarea::-webkit-input-placeholder { color: #9c8875 }

#oneclick {
	background: #fff;
	width: 1044px;
	height: 588px;
	padding: 20px 60px 20px 20px;
}
#oneclick:before { display: none }
#oneclick > div,
#oneclick > div  > div,
#oneclick > div  > div  > div { height: 100% }
#oneclick .oneclick-form .oneclick-form-desc { margin-bottom: 19px }
@media (min-width: 992px) {
	#oneclick .oneclick-form-left img { max-height: 100% }
}
@media (max-width: 991px) {
	#oneclick {
		width: 100%;
		height: auto;
		max-height: 95vh;
		padding: 20px 0;
		overflow: auto;
	}
	#oneclick .oneclick-form .oneclick-form-title.h2,
	#oneclick .oneclick-form .oneclick-form-title.h2 div {
		font-size: 25px;
		line-height: 31px;
	}
	#oneclick .oneclick-form .oneclick-form-title.h2,
	#oneclick .oneclick-form .oneclick-form-desc { margin-bottom: 14px }
	#oneclick .oneclick-form-left img { max-height: 333px }
}



/* End */


/* Start:/local/templates/dvernoylider_redesign/components/bitrix/form.result.new/recall_hunter/style.css?17495697202779*/
.popup.forms.newpopup {
    padding: 32px;
    position: relative;
    width: 868px;
    height: 490px;
    background: #FFFFFF;
    border-radius: 8px;
}
.popup.forms.newpopup:before,
.popup.forms.newpopup .newpopup-form button:before {
    display: none;
}
.popup.forms.newpopup .fancybox-button.fancybox-close-small {
	/* background-image: url('/local/templates/dvernoylider_redesign/new/images/close.svg'); */
	/* width: 24px; */
	/* height: 24px; */
	/* top: 16px; */
	/* right: 16px; */
	width: 32px;
    height: 32px;
    padding: 0;
    top: 10px;
    right: 10px;
	opacity: 0.5;
}
.popup.forms.newpopup .fancybox-button.fancybox-close-small:hover {
	opacity: 1;
}
.popup.forms.newpopup .fancybox-button.fancybox-close-small:active {
	opacity: 0.8;
}
.popup.forms.newpopup .newpopup-image {
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.popup.forms.newpopup .newpopup-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 64px;
	isolation: isolate;
}
.popup.forms.newpopup .newpopup-form form {
	display: flex;
	flex-direction: column;
}
.popup.forms.newpopup .newpopup-form input {
    background: #fff;
	color: #9c8875;
	font-family: 'Cera Pro';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
    padding: 15px 16px 16px;
    border: 1px solid #e4e3e1;
    border-radius: 4px;
	box-shadow: none;
}
.popup.forms.newpopup .newpopup-form .popup-title {
	color: #373330;
	font-family: 'Cera Pro';
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement {
	order: 5;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label {
	color: #9c8875;
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	padding-left: 26px;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:before,
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:after {
    top: 50%;
    transform: translateY(-50%);
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:before {
	/* background: #fff; */
	background: #f78d4b;
	width: 16px;
	height: 16px;
	border: 1px solid #F78D4B;
	border-radius: 2px;
}
.popup.forms.newpopup .newpopup-form .measure-form_agreement label:after {
	background-image: url('/local/templates/dvernoylider_redesign/new/images/check-w.svg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 7px;
    left: 3px;
}
.popup.forms.newpopup .newpopup-form .normal-button {
	margin-top: 32px;
}
@media (max-width: 991px) {
	.popup.forms.newpopup {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.popup.forms.newpopup .newpopup-image { display: none }
}
/* End */


/* Start:/local/templates/dvernoylider_redesign/template_styles.css?1749642153940*/
.cookieBlock {width:260px; box-sizing:border-box; position:fixed;z-index:150; bottom:20px; left:20px; background:#fff;padding:15px;     box-shadow: 0px 0px 4px 2px #0000000D;border-radius: 10px;}
	.cookieBlock .title {font-size:20px; font-weight:500; margin-bottom:20px}
	.cookieBlock .desc {font-size:12px; font-weight:400; margin-bottom:10px}
	.cookieBlock .more {font-size:12px; font-weight:400; margin-bottom:10px; display:table; text-decoration:none; color:var(--textColor)}
		.cookieBlock .more:hover,
		.cookieBlock .more:active,
		.cookieBlock .more:focus {color:var(--mainColor)}
		
		
	.cookieBlock .btn {
		display: block;
		width: 100%;
		padding: 8px 5px;
		box-sizing: border-box;
		text-align: center;
		font-size: 12px;
		background: #3a3a39;
		color: #fff;
		text-decoration: none;
	}
	
	.smart-captcha {
		height: 102px !important;
	}
	/*
	.smart-captcha > iframe {
		width: 98% !important;
	}*/
/* End */
/* /local/templates/dvernoylider_redesign/new/css/main.css?1745309316235378 */
/* /local/templates/dvernoylider_redesign/new/css/custom.css?174530931650780 */
/* /local/assets/fonts/cerapro/stylesheet.css?15467273385176 */
/* /local/templates/dvernoylider_redesign/new/css/header.css?174530931612633 */
/* /local/templates/dvernoylider_redesign/new/css/footer.css?17458239313809 */
/* /local/templates/dvernoylider_redesign/components/bitrix/menu/products/style.css?174557130911325 */
/* /local/templates/dvernoylider_redesign/components/bitrix/search.title/header_catalog/style.css?16933078671602 */
/* /local/templates/dvernoylider_redesign/components/bitrix/sale.basket.basket.line/header/style.min.css?17136919983712 */
/* /local/templates/dvernoylider_redesign/components/bitrix/form.result.new/callback/style.css?17495697062780 */
/* /local/templates/dvernoylider_redesign/components/bitrix/form.result.new/discount5/style.css?17515360192790 */
/* /local/templates/dvernoylider_redesign/components/bitrix/form.result.new/oneclick.v2/style.css?17453093165437 */
/* /local/templates/dvernoylider_redesign/components/bitrix/form.result.new/recall_hunter/style.css?17495697202779 */
/* /local/templates/dvernoylider_redesign/template_styles.css?1749642153940 */
