/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details, main {
    display: block
}

/*h1 {
    font-size: 2em;
    margin: 1.67em 0
}*/

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: black;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

INPUT.inputt {
  position: absolute;
  left: -1000000px;
  top: -1000000px;
}


/*!
 * Bootstrap Grid v4.1.2 (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)
 */
@-webkit-keyframes fancybox-rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeOverlay {
    0% {
        opacity: 0
    }
    to {
        opacity: .9
    }
}

@keyframes fadeOverlay {
    0% {
        opacity: 0
    }
    to {
        opacity: .9
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

*, ::after, ::before {
    box-sizing: inherit
}


.captionleftcatalog-link {
    color: #55585e;
    text-transform: uppercase;
}
.captionleftcatalog-link:hover {
    color: #f9c533;
}


.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: 1260px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px
    }
}

.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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-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: 1260px) {
    .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%
    }
}

@media (min-width: 1500px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

.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: 1260px) {
    .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 (min-width: 1500px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xxl-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
    }
}

.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: 1260px) {
    .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
    }
}

@media (min-width: 1500px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xxl-stretch {
        align-self: stretch !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: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

.ml-2, .mx-2 {
    margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

.pl-2, .px-2 {
    padding-left: .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: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .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: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .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: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .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: 1260px) {
    .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: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .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
    }
}

@media (min-width: 1500px) {
    .m-xxl-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.slick-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 100%;
    transition: .2s;
    cursor: pointer;
    position: absolute;
    top: 30%;
    z-index: 3;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow:hover {
    box-shadow: 0 4px 16px #0000001a;
    background: #fff;
}

.slick-arrow svg {
    height: 24px;
    width: 12px;
}

.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: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

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

.fancybox-bg, .fancybox-inner, .fancybox-outer, .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(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar, .fancybox-toolbar {
    opacity: 0;
    position: absolute;
    z-index: 99997
}

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

.fancybox-caption {
    opacity: 0;
    position: absolute
}

.fancybox-navigation .fancybox-button {
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    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;
    transform: translateZ(0);
    z-index: 99994
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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--current, .fancybox-slide--next, .fancybox-slide--previous {
    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-image, .fancybox-slide--image .fancybox-content, .fancybox-spaceball {
    background: 0 0;
    left: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: visible;
    transform-origin: top left;
    transition-property: transform, opacity;
    z-index: 99995
}

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

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

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .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 {
    border: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

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

.fancybox-button {
    background: rgba(30, 30, 30, .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;
    color: #ccc
}

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

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

.fancybox-button:focus {
    outline: 0
}

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

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

.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--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
    display: none
}

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

.fancybox-close-small {
    background: 0 0;
    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, select {
    display: none
}

.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)
}

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

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

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

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

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

.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;
    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:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover, a {
    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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    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: 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, .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, .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: 0;
    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 .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

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

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

@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)
    }
}

@font-face {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
      font-display: swap;
    src: url(../fonts/Roboto-Regular/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular/Roboto-Regular.ttf) format("truetype")
}

@font-face {
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
       font-display: swap;
    src: url(../fonts/Roboto-Light/Roboto-Light.eot);
    src: url(../fonts/Roboto-Light/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Light/Roboto-Light.woff) format("woff"), url(../fonts/Roboto-Light/Roboto-Light.ttf) format("truetype")
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
       font-display: swap;
    src: url(../fonts/Roboto-Medium/Roboto-Medium.eot);
    src: url(../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Medium/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium/Roboto-Medium.ttf) format("truetype")
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
       font-display: swap;
    src: url(../fonts/Roboto-Bold/Roboto-Bold.eot);
    src: url(../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold/Roboto-Bold.ttf) format("truetype")
}

@font-face {
    font-family: "Roboto";
    font-weight: 900;
    font-style: normal;
       font-display: swap;
    src: url(../fonts/Roboto-Black/Roboto-Black.eot);
    src: url(../fonts/Roboto-Black/Roboto-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Black/Roboto-Black.woff) format("woff"), url(../fonts/Roboto-Black/Roboto-Black.ttf) format("truetype")
}

@font-face {
    font-family: "icons";
    font-weight: 400;
    font-style: normal;
       font-display: swap;
    src: url(../fonts/icomoon/icomoon.eot);
    src: url(../fonts/icomoon/icomoon.eot?#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.woff) format("woff"), url(../fonts/icomoon/icomoon.ttf) format("truetype")
}

body {
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    font-family: Roboto;
    font-size: 16px;
    min-width: 320px;
    background: #fff
}

body.open_modal {
    overflow: hidden;
    height: 100vh
}

.overlay, .overlay_mobile_menu, .overlay_sidebar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161616;
    opacity: .9;
    display: none;
    -webkit-animation: fadeOverlay .3s;
    animation: fadeOverlay .3s
}

.overlay_mobile_menu, .overlay_sidebar {
    z-index: 20
}

.overlay {
    z-index: 22
}

.overlay.active, .overlay_mobile_menu.active, .overlay_sidebar.active {
    display: block
}

img {
    max-width: 100%
}

.btn, .mobile_menu .mobile_menu_items a {
    display: flex;
    align-items: center;
    transition: .2s all ease-out
}

.btn, .title_lines {
    justify-content: center
}

.btn {
    width: 180px;
    height: 46px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(188, 102, 0, .34);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.btn.primary {
    background-color: #f4b30e
}

.btn.primary:hover {
    background-color: #dea20a
}

.btn.secondary {
    border: 2px solid #fff;
    background: 0 0
}

.btn.secondary:hover {
    color: #55585e;
    background: #fff
}

.btn.disabled {
    background-color: #505050;
    text-shadow: none;
    transition: .2s all ease-out
}

.btn.disabled:hover {
    background-color: #434343
}

.title_lines {
    display: flex;
    align-items: center;
    text-align: center
}

.title_lines::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #dfdfdf;
    flex: 1;
    position: relative
}

@media (max-width: 576px) {
    .title_lines::before {
        display: none
    }
}

.title_lines::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #dfdfdf;
    flex: 1;
    position: relative
}

@media (max-width: 576px) {
    .title_lines::after {
        display: none
    }
}

.title_lines span {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 0 116px
}

@media (max-width: 767px) {
    .title_lines span {
        margin: 0 50px
    }
}

@media (max-width: 576px) {
    .title_lines span {
        font-size: 20px
    }
}

@media (max-width: 576px) {
    select {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        opacity: 0
    }
}

.jqselect {
    width: 100%;
    position: relative;
    z-index: 2;
}

.jq-selectbox__select {
    width: 234px;
    height: 30px;
    background-color: #fff;
    font-size: 12px;
    color: #55585e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid #e2e2e2
}

@media (max-width: 1499px) {
    .jq-selectbox__select {
        width: 176px
    }
}

@media (max-width: 991px) {
    .jq-selectbox__select {
        width: 234px
    }
}

@media (max-width: 767px) {
    .jq-selectbox__select {
        flex: 1;
        width: 100%
    }
}

.jq-selectbox__dropdown li, .jq-selectbox__select-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-selectbox__select-text {
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px
}

.jq-selectbox__trigger-arrow {
    background: url(../img/select_arrow.svg) no-repeat center;
    width: 15px;
    height: 8px
}

.jq-selectbox__dropdown {
    position: absolute;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    -webkit-animation: fade .3s ease-out;
    animation: fade .3s ease-out;
    border: 1px solid #e2e2e2;
    border-top: none
}

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

.jq-selectbox__dropdown li {
    height: 30px;
    font-size: 12px;
    line-height: 1.31;
    color: #55585e;
    display: flex;
    align-items: center;
    padding: 0 14px;
    cursor: pointer;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    transition: .2s all ease-out
}

.jqselect.opened .jq-selectbox__trigger-arrow {
    transform: rotate(-180deg)
}

.modal {
    display: none
}

.cart_item .img_block img, .main_about .img_block img, .modal.active, .order_items .img_block img, .product_form img, .product_images img, .youtube_item img, header .header_bottom .desctop_menu .sub_link:hover .sub_menu, header .header_bottom .desctop_menu.active, header .header_city:hover .header_city_tips {
    display: block
}

.city_modal {
    max-width: 400px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 100px rgba(117, 147, 155, .41);
    padding: 30px;
    z-index: 60;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: fixed
}

@media (max-width: 576px) {
    .city_modal {
        max-width: 90%;
        padding: 20px 20px 30px
    }
}

.city_modal .close_modal {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    line-height: 40px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-weight: 700;
    color: #505050;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s all ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.city_modal .close_modal:hover, .city_modal .item:hover, .jq-selectbox__dropdown li:hover {
    color: #f4b30e
}

.city_modal .title {
    text-transform: uppercase;
    margin-bottom: 15px
}

.city_modal .item {
    margin-bottom: 4px;
    font-size: 14px;
    transition: .2s all ease-out;
    cursor: pointer;
    color: #000;
}

.mobile_menu.active {
    left: 0;
    box-shadow: -10px 4px 34px rgba(0, 0, 0, .25)
}

.mobile_menu {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    background: #fff;
    box-shadow: 0 0 0;
    width: 320px;
    height: 100vh;
    left: -320px;
    transition: .3s all ease-out;
    overflow: auto;
    padding-bottom: 40px
}

.mobile_menu .logo {
    display: block;
    padding: 36px 0 26px;
    text-align: center
}

.mobile_menu .mobile_menu_items {
    margin-bottom: 50px
}

.mobile_menu .mobile_menu_items a {
    padding: 0 20px;
    height: 68px;
    background: #f9f9f9;
    box-shadow: inset 0 -1px 0 #d9d9d9;
    font-size: 18px;
    line-height: 21px;
    color: #070707;
    font-family: 'Rubik', sans-serif
}

.mobile_menu .mobile_menu_items .mobile_dropdown a:hover, .mobile_menu .mobile_menu_items .mobile_dropdown_level_two a:hover, .mobile_menu .mobile_menu_items a:hover {
    background: #f4b30e;
    color: #fff
}

.mobile_menu .mobile_menu_items .mobile_dropdown {
    display: none
}

.mobile_menu .mobile_menu_items .mobile_dropdown a, .mobile_menu .mobile_menu_items .mobile_dropdown_level_two a {
    font-size: 12px;
    text-transform: uppercase;
    color: #070707;
    box-shadow: inset 0 -1px 0 #bdbdbd;
    transition: .2s all ease-out
}

.mobile_menu .mobile_menu_items .mobile_dropdown a {
    height: 38px;
    background: #e4e4e4
}

.mobile_menu .mobile_menu_items .mobile_dropdown_level_two a {
    height: auto;
    min-height: 38px;
    background: #f3f3f3;
    padding: 4px 30px
}

.mobile_menu .mobile_menu_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 19px;
    cursor: pointer;
    transition: .5s transform ease-out;
    font-size: 40px;
    color: #f4b30e
}

.mobile_menu .social_container {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
    margin-bottom: 20px
}

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

.mobile_menu .social_container a {
    filter: grayscale(100%);
    transition: .2s all ease-out;
    width: 34px;
    height: 34px;
    display: block;
    margin-left: 12px
}

@media (max-width: 991px) {
    .mobile_menu .social_container a {
        margin-left: 6px;
        margin-right: 6px
    }
}

.mobile_menu .social_container a:hover, header .header_bottom .desctop_menu .sub_link:hover::after {
    filter: grayscale(0)
}

.mobile_menu .social_container .instagram {
    background: url(../img/instagram.svg) no-repeat center
}

.mobile_menu .social_container .viber {
    background: url(../img/viber.svg) no-repeat center
}

.mobile_menu .social_container .telegram {
    background: url(../img/telegram.svg) no-repeat center
}

.mobile_menu .social_container .vk {
    background: url(../img/vk.svg) no-repeat center
}

header {
    padding-top: 14px
}

header .header_top {
    padding-left: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

@media (max-width: 991px) {
    header .header_top {
        flex-wrap: wrap;
        padding-left: 0
    }
}

@media (max-width: 767px) {
    header .header_top {
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 15px;
        margin-bottom: 0;
        justify-content: space-between
    }
}

header .logo {
    margin-right: 30px;
    transition: .2s all ease-out
}

@media (max-width: 991px) {
    header .logo {
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

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

@media (max-width: 576px) {
    header .logo {
        flex: 1;
        text-align: center;
        margin: 0 20px
    }
}

header .logo:hover {
    opacity: .8
}

header .header_city {
    color: #55585e;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    padding-left: 23px;
    line-height: 60px;
    width: 170px;
    top: 2px;
    transition: .2s all ease-out;
    cursor: pointer
}

@media (max-width: 991px) {
    header .header_city {
        width: 50%;
        text-align: right;
        padding-left: 0;
        padding-right: 25px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    header .header_city {
        display: none
    }
}

header .header_city::before {
    content: '';
    display: block;
    background: url(../img/point.svg) no-repeat center;
    position: absolute;
    top: 17px;
    left: -5px;
    width: 24px;
    height: 24px
}

@media (max-width: 991px) {
    header .header_city::before {
        right: 0;
        left: auto
    }
}

.breadcrumb a:hover, header .header_bottom .desctop_menu .sub_link:hover, header .header_bottom .desctop_menu .sub_link:hover span, header .header_bottom .desctop_menu a:hover, header .header_bottom .desctop_menu span:hover, header .header_bottom a:hover, header .header_city:hover, header .header_top_links a:hover .text_block {
    color: #f4b30e
}

header .header_city_tips {
    position: absolute;
    z-index: 10;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 20px;
    left: -70px;
    top: 58px;
    display: none;
    -webkit-animation: fade .3s ease-out;
    animation: fade .3s ease-out
}

@media (max-width: 991px) {
    header .header_city_tips {
        left: auto;
        right: 0
    }
}

header .header_city_tips::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 9px;
    border-color: transparent transparent #f4b30e;
    top: -9px;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 991px) {
    header .header_city_tips::before {
        transform: translateX(0);
        left: 73%
    }
}

header .header_city_title {
    color: #55585e;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 12px
}

header .header_city_title span {
    color: #f4b30e;
    display: block
}

header .button_collection {
    display: flex;
    margin-bottom: 5px
}

header .button_collection button {
    border: 0;
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px
}

header .button_collection .primary {
    width: 70px;
    height: 35px
}

header .button_collection .disabled {
    height: 35px;
    width: 135px
}

header .header_search {
    position: relative;
    width: 770px;
    top: 2px
}

@media (max-width: 1499px) {
    header .header_search {
        width: 530px
    }
}

@media (max-width: 1259px) {
    header .header_search {
        width: 320px
    }
}

@media (max-width: 991px) {
    header .header_search {
        width: 350px;
    }
}

@media (max-width: 767px) {
    header .header_search {
        width: 100%
    }
}

@media (max-width: 576px) {
    header .header_search {
        margin-top: 16px
    }
}

header .header_search input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    padding-left: 17px;
    outline: 0
}

header .header_search button {
    width: 36px;
    height: 36px;
    background: #fecf2b url(../img/search.svg) no-repeat center;
    border: 0 solid #000;
    right: 2px;
    top: 2px;
    position: absolute;
    cursor: pointer;
    transition: .2s all ease-out
}

header .header_search button:hover {
    background: #fec912 url(../img/search.svg) no-repeat center
}

header .header_top_links {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin-left: auto;
    position: relative;
    top: 3px;
    gap: 20px;
    align-items: center;
}

@media (max-width: 767px) {
    header .header_top_links {
        top: 0;
        margin: 0;
        width: auto
    }
}

header .header_top_links a {
    text-align: center
}

header .header_top_links a:hover .img_block {
    opacity: .8
}

header .header_top_links a .img_block {
    transition: .2s all ease-out;
    margin-bottom: 4px
}

@media (max-width: 767px) {
    header .header_top_links a .img_block {
        margin-bottom: 0;
        height: 28px
    }
}

header .header_top_links a .text_block, header .menu_link_mobile {
    color: #55585e;
    font-size: 13px;
    font-weight: 400;
    transition: .2s all ease-out
}

header .menu_link_mobile {
    display: none;
    margin-right: 20px
}

@media (max-width: 767px) {
    header .menu_link_mobile {
        display: block
    }
}

header .menu_link_mobile .menu_link_line {
    height: 28px
}

header .menu_link_mobile .line {
    height: 4px;
    background-color: #55585e;
    transition: .2s all ease-out
}

header .menu_link_mobile .line1 {
    width: 27px
}

header .menu_link_mobile .line2 {
    width: 17px;
    margin: 4px 0
}

header .menu_link_mobile .line3 {
    width: 23px
}

.catalog_sidebar label input, .discount_slider .slick-dots li button, .main_slider .slick-dots li button, .order_items label input, header .header_top_link_mobile {
    display: none
}

@media (max-width: 767px) {
    header .header_top_link_mobile {
        display: flex
    }
}

header .header_top_link_mobile .cart_button {
    margin-left: 20px
}

@media (max-width: 576px) {
    header .header_top_link_mobile .text_block {
        display: none
    }
}

@media (max-width: 767px) {
    header .header_top_link_desctop {
        display: none
    }
}

header .header_bottom {
    color: #55585e;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d0d0d0;
    position: relative
}

@media (max-width: 991px) {
    header .header_bottom {
        font-size: 16px;
        padding-top: 15px
    }
}

@media (max-width: 767px) {
    header .header_bottom {
        display: none
    }
}

header .header_bottom a {
    color: #55585e;
    transition: .2s all ease-out;
    height: 42px
}

header .header_bottom .desctop_menu {
    width: 270px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 20;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    -webkit-animation: fade .3s ease-out;
    animation: fade .3s ease-out
}

@media (max-width: 991px) {
    header .header_bottom .desctop_menu {
        top: 57px
    }
}

header .header_bottom .desctop_menu a, header .header_bottom .desctop_menu span {
    display: block;
    line-height: 30px;
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    padding-left: 30px;
    cursor: pointer;
    height: auto !important;
    transition: .2s all ease-out
}

header .header_bottom .desctop_menu .sub_link {
    position: relative
}

header .header_bottom .desctop_menu .sub_link::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/menu_arrow.svg) no-repeat center;
    width: 11px;
    height: 11px;
    right: 24px;
    top: 9px;
    filter: grayscale(100%);
    transition: .2s all ease-out
}

header .header_bottom .desctop_menu .sub_menu {
    width: 270px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    display: none;
    -webkit-animation: fade .3s ease-out;
    animation: fade .3s ease-out;
    padding: 10px 0
}

header .header_bottom .desctop_menu__menu::before {
    content: '';
    display: block;
    position: absolute;
    width: 96px;
    height: 1px;
    background-color: #f4b30e;
    right: 30px;
    top: -1px
}

@media (max-width: 991px) {
    header .header_bottom .desctop_menu__menu::before {
        right: 55px
    }
}

header .header_bottom .desctop_menu__menu::after {
    content: '';
    display: block;
    position: absolute;
    right: 70px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0;
    border-color: #f4b30e transparent transparent
}

@media (max-width: 991px) {
    header .header_bottom .desctop_menu__menu::after {
        right: 96px
    }
}

header .header_bottom .desctop_menu__catalog::before {
    content: '';
    display: block;
    position: absolute;
    width: 96px;
    height: 1px;
    background-color: #f4b30e;
    left: 20px;
    top: -1px
}

@media (max-width: 991px) {
    header .header_bottom .desctop_menu__catalog::before {
        right: 55px
    }
}

header .header_bottom .desctop_menu__catalog::after {
    content: '';
    display: block;
    position: absolute;
    left: 60px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0;
    border-color: #f4b30e transparent transparent
}

@media (max-width: 991px) {
    header .header_bottom .desctop_menu__catalog::after {
        right: 96px
    }
}

.catalog_sidebar label, header .header_bottom .left {
    display: flex;
    align-items: center
}

header .header_bottom .catalog_link {
    position: relative;
    padding-left: 30px;
    margin-right: 30px
}

@media (max-width: 991px) {
    header .header_bottom .catalog_link {
        margin-right: 20px
    }
}

header .header_bottom .catalog_link::before {
    content: '';
    display: block;
    background: url(../img/catalog_link_icon.png) no-repeat center;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0
}

header .header_bottom .menu_link {
    position: relative;
    padding-left: 42px;
    cursor: pointer;
}

header .header_bottom .menu_link:hover .line {
    width: 100%;
    background-color: #f4b30e
}

header .header_bottom .menu_link .menu_link_line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 27px;
    position: absolute;
    left: 0
}

header .header_bottom .menu_link .line {
    height: 4px;
    background-color: #55585e;
    transition: .2s all ease-out
}

header .header_bottom .menu_link .line1 {
    width: 27px
}

header .header_bottom .menu_link .line2 {
    width: 17px
}

header .header_bottom .menu_link .line3 {
    width: 23px
}

header .menu_line {
    width: 1px;
    height: 11px;
    background-color: #fecf2b;
    margin: 0 15px;
    position: relative;
    top: -12px
}

.breadcrumb, header .right {
    display: flex;
    align-items: center
}

header .right {
    justify-content: flex-end
}

.breadcrumb {
    padding: 12px 0
}

.breadcrumb a, .main_category .main_category_item .title {
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: .2s all ease-out
}

.breadcrumb a {
    font-size: 13px;
    line-height: 30px;
    color: #b9b9b9
}

.breadcrumb a::after, .breadcrumb span {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px
}

.breadcrumb a::after {
    content: '/';
    display: block;
    color: #b9b9b9;
    margin: 0 4px
}

.breadcrumb span {
    color: #55585e
}

.main_category {
    margin-bottom: 43px
}

.main_category .main_category_item {
    height: 250px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .main_category .main_category_item {
        height: 200px
    }
}

.main_category .main_category_item:hover::before {
    opacity: .5
}

.main_category .main_category_item:hover .title {
    border: 1px solid #fff;
}

.main_category .main_category_item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .15;
    z-index: -1;
    transition: .2s all ease-out;
    border-radius: 10px;
}

.main_category .main_category_item .title {
    width: auto;
    min-height: 44px;
    background-color: rgba(5, 7, 9, .47);
    /*border: 1px solid #5e5045;*/
    color: #fff;
    font-size: 28px;
    justify-content: center;
    text-transform: uppercase;    
    padding: 15px;
    border-radius: 20px;
    /*min-width: 340px;*/
}

@media (max-width: 767px) {
    .main_category .main_category_item .title {
        font-size: 20px;
        width: 240px
    }
}

@media (max-width: 576px) {
    .main_category .main_category_item .title {
        font-size: 18px
    }
}

.main_about .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #55585e;
    padding-top: 4px;
    margin-bottom: 22px
}

.main_about .title span {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.main_about .desc, .main_about p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.main_about p {
    margin: 0 0 22px
}

.main_about .desc {
    text-transform: uppercase
}

@media (max-width: 991px) {
    .main_about .img_block {
        display: none
    }
}

.main_slider_container {
    overflow: hidden
}

.main_slider {
    text-align: center;
    width: 1070px;
    margin: 0 auto
}

@media (max-width: 991px) {
    .main_slider {
        width: 100%
    }
}

.main_slider .slide {
    margin: 0 15px
}

.main_slider .slick-list {
    overflow: visible
}

@media (max-width: 991px) {
    .main_slider .slick-list {
        overflow: hidden
    }
}

.main_slider .item {
    height: 456px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 576px) {
    .main_slider .item {
        height: 300px
    }
}

.main_slider .text_block {
    opacity: 0;
    transition: .2s all ease-out
}

@media (max-width: 576px) {
    .main_slider .text_block {
        padding: 0 15px
    }
}

.main_slider .slick-current .button_collection, .main_slider .slick-current .text_block {
    opacity: 1
}

.main_slider .item_title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .main_slider .item_title {
        font-size: 30px
    }
}

@media (max-width: 576px) {
    .main_slider .item_title {
        font-size: 18px
    }
}

.main_slider .button_collection {
    display: flex;
    justify-content: space-between;
    width: 390px;
    margin: 0 auto;
    opacity: 0;
    transition: .2s all ease-out
}

@media (max-width: 576px) {
    .main_slider .button_collection {
        flex-direction: column;
        align-items: center;
        width: 100%
    }
}

.main_slider .button_collection .btn {
    margin-bottom: 14px
}

.main_slider .slick-prev {
    width: 47px;
    height: 47px;
    background-color: #55585e;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    cursor: pointer;
    transition: .2s all ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 200px;
    z-index: 10;
    left: 25px
}

@media (max-width: 767px) {
    .main_slider .slick-prev {
        display: none !important
    }
}

.main_slider .slick-next::before, .main_slider .slick-prev::before {
    content: '';
    display: block;
    background: url(../img/slider_arrow.svg) no-repeat center;
    width: 35px;
    height: 35px;
    filter: grayscale(100%);
    transition: .2s all ease-out
}

.main_slider .slick-next:hover::before, .main_slider .slick-prev:hover::before {
    filter: grayscale(0)
}

.main_slider .slick-next {
    width: 47px;
    height: 47px;
    background-color: #55585e;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    cursor: pointer;
    transition: .2s all ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 200px;
    z-index: 10;
    right: 25px
}

@media (max-width: 767px) {
    .main_slider .slick-next {
        display: none !important
    }
}

.main_slider .slick-next::before {
    transform: rotate(180deg)
}

.main_slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.discount_slider .slick-dots li, .main_slider .slick-dots li {
    width: 48px;
    height: 3px;
    background-color: #0f0f0f;
    margin: 0 7px;
    transition: .2s all ease-out
}

.discount_slider .slick-dots li.slick-active, .main_slider .slick-dots li.slick-active {
    background-color: #9b9b9b
}

.advantages {
    padding-top: 139px;
    padding-bottom: 157px
}

@media (max-width: 991px) {
    .advantages {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .advantages {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.advantages .title_lines {
    margin-bottom: 66px
}

.advantages .advantages_container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1259px) {
    .advantages .advantages_container {
        flex-wrap: wrap
    }
}

@media (max-width: 576px) {
    .advantages .advantages_container {
        flex-direction: column;
        align-items: center
    }
}

.advantages .advantages_item {
    text-align: center;
    /*width: 170px*/
}

@media (max-width: 1259px) {
    .advantages .advantages_item {
        /*width: 30%;*/
        margin-bottom: 40px
    }
}

@media (max-width: 576px) {
    .advantages .advantages_item {
        /*width: 170px*/
    }
}

.advantages .advantages_item .icon_block {
    position: relative;
    z-index: 1;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .advantages .advantages_item .icon_block {
        margin-bottom: 18px
    }
}

.advantages .advantages_item .icon_block::before {
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #f4b30e;
    border-radius: 50%;
    top: -3px;
    left: 29px;
    z-index: -1
}

@media (max-width: 1259px) {
    .advantages .advantages_item .icon_block::before {
        left: 92px
    }
}

@media (max-width: 991px) {
    .advantages .advantages_item .icon_block::before {
        left: 58px
    }
}

@media (max-width: 767px) {
    .advantages .advantages_item .icon_block::before {
        left: 33px
    }
}

.advantages .advantages_item .title {
    color: #55585e;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .advantages .advantages_item .title {
        font-size: 16px;
        margin-bottom: 14px
    }
}

.advantages .advantages_item .desc {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

@media (max-width: 767px) {
    .advantages .advantages_item .desc {
        font-size: 13px
    }
}

.catalog_header {
    margin-bottom: 50px
}

.catalog_header .catalog_header_container {
    display: block;
    transition: .2s all ease-out
}

.catalog_header .catalog_header_container:hover {
    opacity: .8
}

.catalog_header .text_block {
    background: url(../img/catalog_header_bg.png) no-repeat center;
    max-width: 372px;
    height: 160px;
    padding-top: 14px;
    padding-left: 18px;
    padding-bottom: 6px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    background-position: right top;
    position: relative;
    z-index: 1;
    line-height: 1.0;
}

@media (max-width: 576px) {
    .catalog_header .text_block {
        max-width: 100%;
        background: 0 0;
        text-align: center;
        height: 140px;
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 0
    }

    .catalog_header .text_block::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        z-index: -1
    }
}

.catalog_header .title {
    color: #fefefe;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 576px) {
    .catalog_header .title {
        font-size: 20px
    }
}

.catalog_header .price {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400
}

@media (max-width: 576px) {
    .catalog_header .price {
        font-size: 13px
    }
}

.catalog_header .price span {
    font-size: 44px;
    font-weight: 700
}

@media (max-width: 576px) {
    .catalog_header .price span {
        font-size: 36px
    }
}

.catalog_sidebar {
    padding-top: 12px
}
.catalog_select_container .sel {
    display: none;
}
@media (max-width: 991px) {
    .catalog_sidebar {
        width: 100%;
        margin-bottom: 25px;
    }
    .catalog_select_container {
      margin-left: 0!important;
    }
    .catalog_sidebar.active {
        left: 0
    }
}

.catalog_sidebar .sidebar_button {
    position: absolute;
    left: 100%;
    top: 150px;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 35px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}


.catalog_sidebar .sidebar_button::before {
    content: '\e905';
    font-family: icons;
    font-size: 20px
}

.catalog_sidebar .catalog_sidebar_title {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width: 991px) {
    .catalog_sidebar .catalog_sidebar_title {
        padding-top: 15px;
        padding-left: 30px;
        font-size: 20px
    }
}

.catalog_sidebar .catalog_sidebar_container {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding-left: 29px;
    padding-right: 29px
}

@media (max-width: 1499px) {
    .catalog_sidebar .catalog_sidebar_container {
        width: 270px
    }
}

@media (max-width: 991px) {
    .catalog_sidebar .catalog_sidebar_container {
        border: 0
    }
}

.catalog_sidebar .catalog_sidebar_radio, .catalog_sidebar .catalog_sidebar_search {
    padding-top: 21px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5e5e5
}

.catalog_sidebar .catalog_sidebar_radio.no-border, .catalog_sidebar .catalog_sidebar_search.no-border {
    border: 0
}

.catalog_sidebar .catalog_sidebar_search input {
    width: 100%;
    height: 30px;
    outline: 0;
    border: 1px solid #e5e5e5;
    padding: 0 10px
}

.catalog_sidebar .catalog_sidebar_search input, .catalog_sidebar .title {
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 14px
}

.catalog_sidebar label {
    position: relative;
    padding-left: 39px;
    height: 22px;
    margin-bottom: 9px;
    cursor: pointer
}

.catalog_sidebar label input:checked + span, .order_items label input:checked + span {
    opacity: 1
}

.catalog_sidebar label::before, .order_items label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #aaa
}

.catalog_sidebar label span.checkbox-custom, .order_items label span {
    position: absolute;
    display: block;
    background: url(../img/brands_check.png) no-repeat center;
    width: 18px;
    height: 13px;
    top: 4px;
    left: 2px;
    opacity: 0;
    transition: .2s all ease-out
}

.catalog_sidebar .label_title {
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 1px
}

.catalog_sidebar .accordeon {
    height: 86px;
    overflow: hidden;
    margin-bottom: 16px
}

.catalog_sidebar .accordeon.active {
    height: auto
}

.catalog_sidebar .accordeon_more {
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 14px;
    cursor: pointer;
    text-decoration: underline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s all ease-out
}

.catalog_items .catalog_items_footer .compare:hover::before, .catalog_items .catalog_items_footer a:hover, .catalog_items .title_block:hover .sub_title, .catalog_items .title_block:hover .title, .catalog_sidebar .accordeon_more:hover {
    color: #f4b30e
}

.catalog_items_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product {
    margin-bottom: 32px;
}

@media (max-width: 1499px) {
    .catalog_items {
        width: 270px
    }
}

@media (max-width: 991px) {
    .catalog_items {
        width: 100%
    }
}

.catalog_items .img_block {
    height: 260px;
    display: block;
    transition: .2s all ease-out;
    position: relative;
}

.catalog_items .img_block:hover {
    opacity: .8
}

.catalog_items .text_block {
    border-top: 0;
    padding-left: 13px;
    padding-bottom: 7px;
    padding-top: 15px
}



.catalog_items .sub_title, .catalog_items .title {
    color: #55585e;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    transition: .2s all ease-out
}

.catalog_items .title {
    text-transform: uppercase;
    margin-bottom: 5px
}

.catalog_items .options {
    margin-bottom: 5px
}

.catalog_items .option b, .catalog_items .option span {
    color: #727272;
    font-size: 13px;
    /*font-weight: 700;*/
    line-height: 14px
}

.catalog_items .option b {
    color: #55585e;
    font-weight: 900
}

.catalog_items .old_price, .catalog_items .old_price span {
    color: #a8aeb9;
    font-weight: 500;
    text-decoration: line-through
}

.catalog_items .old_price {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 3px
}

.catalog_items .old_price span {
    font-size: 14px
}

.catalog_items .price, .catalog_items .price span {
    color: #55585e;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase
}

.catalog_items .price span {
    font-size: 22px
}

.catalog_items .catalog_items_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 8px 6px;
    border-top: 1px solid #e9e9e9;
    margin-top: auto;
}

.catalog_items .catalog_items_footer a {
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: center
}

.catalog_items .catalog_items_footer .compare::before {
    content: '\e908';
    display: block;
    font-family: icons;
    font-size: 32px;
    margin: 0 auto 6px;
    color: #1e2e36;
    transition: .2s all ease-out
}

.catalog_items .catalog_items_footer .cart::before, .catalog_items .catalog_items_footer .favorites::before {
    content: '\e92a';
    display: block;
    font-family: icons;
    font-size: 32px;
    margin: 0 auto 6px;
    color: #1e2e36;
    transition: .2s all ease-out
}

.catalog_items .catalog_items_footer .favorites.voted::before {
    content: '\e92b';
    color: #f77171
}

.catalog_items .catalog_items_footer .favorites.voted, .catalog_items .catalog_items_footer .favorites:hover, .catalog_items .catalog_items_footer .favorites:hover::before {
    color: #f77171
}

.catalog_items .catalog_items_footer .cart::before {
    content: '\e90c'
}

.catalog_items .catalog_items_footer .cart:hover::before, .discount_item_small:hover .title {
    color: #f4b30e
}

.catalog_items_discount {
/*     border: 4px solid #e4edff; */
    display: block;
}

.catalog_items_discount .img_block {
    position: relative;
    width: 100%;
    height: 260px;
}

.catalog_items_discount .discount_text_block {
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 121px;
    height: 88px;
    background-color: #f4b30e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 0 1px 1px rgba(188, 102, 0, .34);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px
}

@media (max-width: 1259px) {
    .catalog_items_discount .discount_text_block {
        width: 140px;
        height: 110px;
        font-size: 14px;
        padding-top: 10px
    }
}

@media (max-width: 991px) {
    .catalog_items_discount .discount_text_block {
        top: 30px;
        transform: translateY(0)
    }
}

.catalog_items_discount .discount_text_block b {
    font-size: 48px;
    font-weight: 900;
    line-height: 40px;
    margin-top: 5px
}

@media (max-width: 1259px) {
    .catalog_items_discount .discount_text_block b {
        font-size: 30px
    }
}

.catalog_items_discount .discount_text_block b span {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: -18px
}

@media (max-width: 1259px) {
    .catalog_items_discount .discount_text_block b span {
        font-size: 14px;
        top: -15px
    }
}

.catalog_items_discount .text_block {
    background-color: #292f35;
    padding-top: 16px;
    padding-left: 13px;
    padding-bottom: 10px;
    padding-right: 13px;
    min-height: 260px;
}

.catalog_items_discount .title, .discount_item_large .text_block .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 21px;
    min-height: 49px;
}

.catalog_items_discount .desc {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px
}

.catalog_items_discount .old_price {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-bottom: 2px
}

.catalog_items_discount .price {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase
}

.catalog_select_container {
    width: 330px;
    height: 48px;
    border: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    padding: 0 8px;
    margin-bottom: 8px
}

@media (max-width: 1499px) {
    .catalog_select_container {
        width: 270px
    }
}

@media (max-width: 991px) {
    .catalog_select_container {
        width: 330px
    }
}

@media (max-width: 767px) {
    .catalog_select_container {
        width: 100%
    }
}

.catalog_select_container .select_title {
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px
}

.catalog_select_container .catalog_select {
    height: 55 pxs
}

.discount_item_small {
    height: 240px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
    display: block;
    z-index: 1
}

.discount_item_large:hover::before, .discount_item_small:hover::before {
    opacity: .45
}

.discount_item_large::before, .discount_item_small::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    z-index: -1;
    transition: .2s all ease-out
}

.discount_item_small .title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    width: 274px;
    min-height: 50px;
    background-color: rgba(43, 33, 26, .6);
    border: 0 solid #000;
    position: absolute;
    left: 0;
    bottom: 16px;
    padding-left: 16px;
    padding-top: 5px;
    transition: .2s all ease-out
}

@media (max-width: 576px) {
    .discount_item_small .title {
        font-size: 16px;
        padding-top: 8px
    }
}

.discount_item_small .title span {
    font-weight: 700
}

.discount_item_small .discount_text_block {
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 170px;
    height: 124px;
    background-color: #f4b30e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 0 1px 1px rgba(188, 102, 0, .34);
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    padding-top: 15px
}

@media (max-width: 1259px) {
    .discount_item_small .discount_text_block {
        width: 140px;
        height: 110px;
        font-size: 16px;
        padding-top: 10px
    }
}

@media (max-width: 991px) {
    .discount_item_small .discount_text_block {
        top: 30px;
        transform: translateY(0)
    }
}

.discount_item_small .discount_text_block b {
    font-size: 58px;
    font-weight: 900
}

@media (max-width: 1259px) {
    .discount_item_small .discount_text_block b {
        font-size: 50px
    }
}

.discount_item_small .discount_text_block b span {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    top: -18px
}

@media (max-width: 1259px) {
    .discount_item_small .discount_text_block b span {
        font-size: 26px;
        top: -15px
    }
}

.discount_item_large {
    height: 510px;
    position: relative;
    display: block;
    background-size: cover;
}

.discount_item_large::before {
    z-index: 0
}

@media (max-width: 767px) {
    .discount_item_large {
        height: 280px
    }
}

.discount_item_large .text_block {
    width: 400px;
    height: auto;
    background-color: rgba(255, 255, 255, .76);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
    bottom: 48px;
    text-align: right;
    padding-top: 15px;
    padding-right: 24px;
    padding-bottom: 24px;
}

@media (max-width: 991px) {
    .discount_item_large .text_block {
        width: 90%;
        height: auto;
        padding: 15px 20px 20px
    }
}

.discount_item_large .text_block .title {
    color: #55585e;
    font-size: 28px;
    margin-bottom: 10px;
    transition: .2s all ease-out
}

@media (max-width: 576px) {
    .discount_item_large .text_block .title {
        font-size: 22px
    }
}

.discount_item_large .text_block .desc {
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1px
}

.discount_item_large .text_block .btn {
    height: 41px;
    position: relative;
    right: -4px
}

.discount_page {
    margin-bottom: 100px
}

.discount_page .discount_item_small {
    height: 196px;
    background-size: cover;
}

.discount_page .discount_item_small .title {
    bottom: 22px;
    width: 66%;
    font-size: 14px;
    padding-top: 11px
}

.discount_page .discount_item_small .discount_text_block {
    width: 120px;
    height: 88px;
    font-size: 16px;
    transform: translateY(0);
    top: 5px;
    right: 5px;
}

@media (max-width: 576px) {
    .discount_page .discount_item_small .discount_text_block {
        /*top: 20px*/
    }
}

.discount_page .discount_item_small .discount_text_block b {
    font-size: 48px
}

.discount_page .discount_item_small .discount_text_block span {
    font-size: 26px
}

.discount_page .discount_item_large {
    height: 422px;
    margin-bottom: 30px
}

.discount_page .discount_item_large .text_block {
    bottom: 22px
}

.discount_page .discount_text_item {
    width: 100%;
    height: 422px;
    background-color: #979694;
    text-align: right;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 30px
}

.discount_page .discount_text_item .item_title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 11px
}

@media (max-width: 1259px) {
    .discount_page .discount_text_item .item_title {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .discount_page .discount_text_item .item_title {
        font-size: 18px
    }
}

@media (max-width: 576px) {
    .discount_page .discount_text_item .item_title {
        font-size: 14px
    }
}

.discount_page .discount_text_item .line {
    width: 93px;
    height: 1px;
    background-color: #fff;
    margin-left: auto
}

.discount_page .discount_text_item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    margin: 18px 0
}

@media (max-width: 1259px) {
    .discount_page .discount_text_item p {
        font-size: 12px;
        margin: 15px 0
    }
}

@media (max-width: 991px) {
    .discount_page .discount_text_item p {
        font-size: 14px;
        margin: 18px 0
    }
}

@media (max-width: 576px) {
    .discount_page .discount_text_item p {
        font-size: 12px;
        margin: 15px 0
    }
}

.discount_page .discount_text_item .btn {
    margin-left: auto;
    background: #fff;
    color: #55585e;
    width: 192px;
    height: 41px;
    font-size: 16px;
    text-shadow: none;
    transition: .2s all ease-out;
    position: absolute;
    bottom: 20px;
    right: 20px
}

@media (max-width: 1259px) {
    .discount_page .discount_text_item .btn {
        width: 170px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .discount_page .discount_text_item .btn {
        width: 192px;
        font-size: 16px
    }
}

.discount_page .discount_text_item .btn:hover {
    background: #f2f2f2
}

.discount_slider_container {

}

.discount_slider {
    text-align: center;
    width: 1070px;
    margin: 0 auto
}

@media (max-width: 991px) {
    .discount_slider {
        width: 100%
    }
}

.discount_slider .slide {
    margin: 0 15px
}

.discount_slider .slick-list {
    overflow: visible
}

@media (max-width: 991px) {
    .discount_slider .slick-list {
        overflow: hidden
    }
}

.discount_slider .item {
    height: 456px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 767px) {
    .discount_slider .item {
        padding-right: 0
    }
}

.discount_slider .text_block {
    opacity: 0;
    transition: .2s all ease-out
}

@media (max-width: 767px) {
    .discount_slider .text_block {
        text-align: center
    }
}

@media (max-width: 576px) {
    .discount_slider .text_block {
        padding: 0 15px
    }
}

.discount_slider .slick-current .button_collection, .discount_slider .slick-current .text_block {
    opacity: 1
}

.discount_slider .item_title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 18px
}

@media (max-width: 991px) {
    .discount_slider .item_title {
        font-size: 30px
    }
}

@media (max-width: 576px) {
    .discount_slider .item_title {
        font-size: 18px
    }
}

.discount_slider .item_desc {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .discount_slider .item_desc {
        margin-bottom: 25px
    }
}

.discount_slider .button_collection {
    display: flex;
    justify-content: space-between;
    width: 390px;
    margin: 0 auto;
    opacity: 0;
    transition: .2s all ease-out
}

@media (max-width: 767px) {
    .discount_slider .button_collection {
        margin: 0 auto
    }
}

@media (max-width: 576px) {
    .discount_slider .button_collection {
        flex-direction: column;
        align-items: center;
        width: 100%
    }
}

.discount_slider .button_collection .btn {
    margin-bottom: 14px
}

.discount_slider .slick-prev, .product_desc .product_count_container .product_count input {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.discount_slider .slick-prev {
    width: 47px;
    height: 47px;
    background-color: #55585e;
    border: 0;
    cursor: pointer;
    transition: .2s all ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 200px;
    z-index: 10;
    left: 25px
}

@media (max-width: 767px) {
    .discount_slider .slick-prev {
        display: none !important
    }
}

.discount_slider .slick-next::before, .discount_slider .slick-prev::before {
    content: '';
    display: block;
    background: url(../img/slider_arrow.svg) no-repeat center;
    width: 35px;
    height: 35px;
    filter: grayscale(100%);
    transition: .2s all ease-out
}

.discount_slider .slick-next:hover::before, .discount_slider .slick-prev:hover::before {
    filter: grayscale(0)
}

.discount_slider .slick-next, .product_desc .product_count_container .product_count .minus, .product_desc .product_count_container .product_count .plus {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s all ease-out
}

.discount_slider .slick-next {
    width: 47px;
    height: 47px;
    background-color: #55585e;
    border: 0;
    outline: 0;
    top: 200px;
    z-index: 10;
    right: 25px
}

@media (max-width: 767px) {
    .discount_slider .slick-next {
        display: none !important
    }
}

.discount_slider .slick-next::before {
    transform: rotate(180deg)
}

.discount_slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

@media (max-width: 991px) {
    .product_images {
        margin-bottom: 40px
    }
}

@media (max-width: 576px) {
    .product_images {
        margin-bottom: 26px
    }
}

.product_images .product_image_main {
    margin-bottom: 32px;
    position: relative
}

@media (max-width: 576px) {
    .product_images .product_image_main {
        margin-bottom: 16px
    }
}

.product_images .product_images_small {
    display: flex;
    justify-content: space-between
}

.product_desc, .product_images .small_image {
    position: relative
}

@media (max-width: 1259px) {
    .product_images .small_image {
        width: 23%
    }
}

.product_images .small_image .plus {
    width: 36px;
    height: 36px;
    right: 10px;
    bottom: 10px
}

@media (max-width: 576px) {
    .product_images .small_image .plus {
        display: none
    }
}

.product_images .plus {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 14px;
    bottom: 14px
}

.product_images .plus::before {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff
}

.product_images .plus::after {
    content: '';
    display: block;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #fff
}

@media (max-width: 991px) {
    .product_desc {
        display: flex;
        flex-wrap: wrap
    }
}

/* @media (max-width: 576px) {
    .product_desc {
        text-align: center
    }
} */

.product_desc .compare, .product_desc .favorites {
    position: absolute;
    right: 0;
    top: 40px
}

.product_desc .compare::before, .product_desc .favorites::before {
    content: '\e908';
    display: block;
    font-family: icons;
    font-size: 32px;
    margin: 0 auto 6px;
    color: #1e2e36;
    transition: .2s all ease-out
}

.product_desc .compare:hover::before, .product_desc .instructions a:hover, .product_desc .options .option b a:hover, .product_desc .product_count_container .product_count .minus:hover, .product_desc .product_count_container .product_count .plus:hover, .product_specifications .product_specifications_item a:hover {
    color: #f4b30e
}

.product_desc .favorites {
    top: -5px
}

.product_desc .favorites::before {
    content: '\e92a'
}

.product_desc .favorites.voted::before {
    content: '\e92b';
    color: #f77171
}

.product_desc .favorites.voted, .product_desc .favorites:hover, .product_desc .favorites:hover::before {
    color: #f77171
}

.product_desc .sub_title {
    color: #55585e;
    font-weight: 700;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 14px
}

@media (max-width: 991px) {
    .product_desc .sub_title {
        width: 100%
    }
}

@media (max-width: 576px) {
    .product_desc .sub_title {
        font-size: 14px
    }
}

.product_desc .title {
    color: #55585e;
    font-weight: 700;
    line-height: 18px;
    font-size: 24px;
    margin-bottom: 19px
}

@media (max-width: 991px) {
    .product_desc .title {
        width: 100%
    }
}

@media (max-width: 576px) {
    .product_desc .title {
        font-size: 20px
    }
}

.product_desc .options {
    margin-bottom: 27px
}

@media (max-width: 991px) {
    .product_desc .options {
        width: 30%
    }
}

@media (max-width: 767px) {
    .product_desc .options {
        width: 50%
    }
}

@media (max-width: 576px) {
    .product_desc .options {
        width: 100%
    }
}

.product_desc .options .option span {
    /*font-weight: 700;*/
    line-height: 32px;
    color: #727272;
    font-size: 14px
}

.product_desc .options .option b {
    color: #55585e;
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 576px) {
    .product_desc .options .option b {
        font-size: 14px
    }
}

.catalog_items .catalog_items_footer a, .product_desc .options .option b a {
    color: #55585e;
    transition: .2s all ease-out
}

.product_desc .price_block {
    margin-bottom: 22px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.product_desc .price_block .price {
    margin-left: 5px;
}

@media (max-width: 991px) {
    .product_desc .price_block {
        width: 30%;
        display: block;
    }
    .product_desc .price_block .price {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .product_desc .price_block {
        width: 50%;
        
    }
    
}

@media (max-width: 576px) {
    .product_desc .price_block {
        width: 100%;
        display: flex;
        align-items: baseline;
    }
    .product_desc .price_block .price {
        font-size: 24px;
        margin-left: 5px;
    }
}

.product_desc .price_block .price_title {
    color: #55585e;
    font-weight: 700;
    line-height: 14px;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}

.product_desc .price_block .price {
    color: #55585e;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase
}

@media (max-width: 576px) {
    .product_desc .price_block .price {
        font-size: 26px
    }
}

.product_desc .price_block .price span {
    font-size: 20px;
    text-transform: uppercase
}

.product_desc .product_count_container {
    margin-bottom: 26px
}

@media (max-width: 991px) {
    .product_desc .product_count_container {
        width: 30%
    }
}

@media (max-width: 767px) {
    .product_desc .product_count_container {
        width: 100%
    }
}

.product_desc .product_count_container .product_count_title {
    color: #727272;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px
}

.product_desc .product_count_container .product_count {
    position: relative;
    width: 170px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* @media (max-width: 576px) {
    .product_desc .product_count_container .product_count {
        margin: 0 auto
    }
} */

.product_desc .product_count_container .product_count input {
    width: 100%;
    height: 34px;
    border: 1px solid #d3d3d3;
    text-align: center;
    color: #55585e;
    font-size: 18px;
    font-weight: 400
}

.product_desc .product_count_container .product_count .minus, .product_desc .product_count_container .product_count .plus {
    width: 40px;
    height: 34px;
    color: #55585e;
    font-size: 24px;
    font-weight: 400;
    top: 0
}

.product_desc .product_count_container .product_count .minus {
    left: 0
}

.product_desc .product_count_container .product_count .plus {
    right: 0;
    text-align: center
}

.product_desc .sub_options {
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .product_desc .sub_options {
        width: 30%
    }
}

@media (max-width: 767px) {
    .product_desc .sub_options {
        width: 50%
    }
}

@media (max-width: 576px) {
    .product_desc .sub_options {
        width: 100%
    }
}

.product_desc .cost_container .cost_title, .product_desc .sub_options .option {
    color: #55585e;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase
}

.product_desc .cost_container {
    margin-bottom: 26px;
    display: flex;
    align-items: baseline;
}
.product_desc .cost_container .cost_price span.calc {
    margin-left: 5px;
}
@media (max-width: 991px) {
    .product_desc .cost_container {
        width: 30%;
        display: block;
    }
    .product_desc .cost_container .cost_price span.calc {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .product_desc .cost_container {
        width: 50%
    }
}

@media (max-width: 576px) {
    .product_desc .cost_container {
        width: 100%;
        display: flex;
        align-items: baseline;
    }
    .product_desc .cost_container .cost_price span.calc {
        font-size: 24px !important;
        margin-left: 5px;
    }
}

.product_desc .cost_container .cost_title {
    line-height: 14px;
    margin-bottom: 3px
}

.product_desc .cost_container .cost_price, .product_desc .instructions a {
    color: #55585e;
    font-weight: 700;
    line-height: 34px;
    font-size: 34px;
    text-transform: uppercase
}

@media (max-width: 576px) {
    .product_desc .cost_container .cost_price {
        font-size: 26px
    }
}

.product_desc .cost_container .cost_price span {
    font-size: 20px
}

.product_desc .buttons_collection {
    width: 370px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px
}

@media (max-width: 1259px) {
    .product_desc .buttons_collection {
        margin-bottom: 20px;
        width: 100%
    }
}

@media (max-width: 991px) {
    .product_desc .buttons_collection {
        flex-direction: row;
        width: 370px
    }
}

@media (max-width: 576px) {
    .product_desc .buttons_collection {
        flex-direction: column;
/*         align-items: center; */
        margin-bottom: 40px
    }
}

.product_desc .buttons_collection .btn.primary {
    width: 180px;
    height: 41px
}

@media (max-width: 1259px) {
    .product_desc .buttons_collection .btn.primary {
        margin-bottom: 12px;
        width: 135px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .product_desc .buttons_collection .btn.primary {
        width: 180px
    }
}

.product_desc .buttons_collection .btn.disabled {
    width: 170px;
    height: 41px
}

@media (max-width: 1259px) {
    .product_desc .buttons_collection .btn.disabled {
        width: 135px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .product_desc .buttons_collection .btn.disabled {
        width: 170px
    }
}

@media (max-width: 576px) {
    .product_desc .buttons_collection .btn.disabled {
        width: 180px
    }
}

.product_desc .instructions {
/*     padding-left: 18px; */
    text-align: left;
}

@media (max-width: 1259px) {
    .product_desc .instructions {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .product_desc .instructions {
        width: 100%;
        display: flex
    }
}

@media (max-width: 576px) {
    .product_desc .instructions {
        flex-direction: column;
/*         align-items: center */
    }
}

.product_desc .instructions a {
    font-size: 14px;
    line-height: 40px;
    display: block;
    position: relative;
    padding-left: 53px;
    transition: .2s all ease-out
}

@media (max-width: 767px) {
    .product_desc .instructions a {
        font-size: 12px;
        padding-left: 45px
    }
}

@media (max-width: 576px) {
    .product_desc .instructions a {
        padding-left: 0;
        line-height: 16px
    }
}

.product_desc .instructions .instruction_1 {
    margin-bottom: 15px
}

@media (max-width: 991px) {
    .product_desc .instructions .instruction_1 {
        margin-right: 40px
    }
}

@media (max-width: 767px) {
    .product_desc .instructions .instruction_1 {
        margin-right: 30px
    }
}

@media (max-width: 576px) {
    .product_desc .instructions .instruction_1 {
        margin-right: 0
    }
}

.product_desc .instructions .instruction_1::before {
    content: '\e90a';
    font-family: icons;
    font-size: 35px;
    color: #000;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 576px) {
    .product_desc .instructions .instruction_1::before {
        display: none
    }
}

.product_desc .instructions .instruction_2::before {
    content: '\e910';
    font-family: icons;
    font-size: 40px;
    color: #000;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 576px) {
    .product_desc .instructions .instruction_2::before {
        display: none
    }
}

.product_specifications {
    padding-top: 38px;
    margin-bottom: 37px
}

.product_specifications .specifications_title {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 23px;
    margin-bottom: 17px
}

@media (max-width: 576px) {
    .product_specifications .specifications_title {
        font-size: 20px;
        padding-left: 14px
    }
}

.product_specifications .product_specifications_item {
    display: flex;
    min-height: 24px
}

@media (max-width: 576px) {
    .product_specifications .product_specifications_item {
        padding: 4px 0
    }
}

.product_specifications .product_specifications_item:nth-child(even) {
    background: #f6f8fb
}

.product_specifications .product_specifications_item .title {
    width: 50%;
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    padding-left: 23px
}

@media (max-width: 576px) {
    .product_specifications .product_specifications_item .title {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 16px;
        padding-left: 14px
    }
}

.product_specifications .product_specifications_item .desc {
    width: 50%;
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    padding-left: 16px
}

@media (max-width: 576px) {
    .product_specifications .product_specifications_item .desc {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 16px
    }
}

.product_specifications .product_specifications_item a {
    transition: .2s all ease-out;
    text-decoration: underline
}

.product_specifications .product_specifications_desc {
    color: #a0a0a1;
    font-size: 12px;
    font-weight: 400;
    padding-top: 30px;
    padding-left: 25px;
    text-align: justify;
}

@media (max-width: 576px) {
    .product_specifications .product_specifications_desc {
        padding-left: 14px
    }
}

.product_specifications .product_specifications_desc a {
    text-decoration: underline;
    color: #a0a0a1
}

.product_specifications .product_specifications_desc a:hover {
    text-decoration: none
}

.product_content {
    padding-left: 23px;
}

@media (max-width: 576px) {
    .product_content {
        padding-left: 14px
    }
}

.product_content .title {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .product_content .title {
        font-size: 20px
    }
}

.product_content p {
    color: #55585e;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 24px;
    text-align: justify;
}

@media (max-width: 767px) {
    .product_content p {
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
}

.product_content .product_advantages {
    padding-top: 7px;
    margin-bottom: 35px
}

.product_content .product_advantages .product_advantages_container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .product_content .product_advantages .product_advantages_container {
        flex-wrap: wrap;
        padding-top: 15px
    }
}

.product_content .product_advantages .product_advantages_item {
    width: 25%
}

@media (max-width: 767px) {
    .product_content .product_advantages .product_advantages_item {
        width: 50%;
        margin-bottom: 20px
    }
}

@media (max-width: 576px) {
    .product_content .product_advantages .product_advantages_item {
        width: 100%
    }
}

.product_content .product_advantages .item_title, .product_reviews .title {
    color: #55585e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .product_content .product_advantages .item_title {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.product_content .product_advantages .item_desc {
    color: #55585e;
    font-size: 12px;
    font-weight: 400
}

.product_reviews {
    padding-left: 23px;
    padding-top: 7px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 40px;
    position: relative
}

@media (max-width: 576px) {
    .product_reviews {
        padding-left: 14px
    }
}

.product_reviews .title {
    font-size: 24px;
    margin-bottom: 16px
}

@media (max-width: 767px) {
    .product_reviews .title {
        font-size: 20px
    }
}

.product_reviews .stars {
    display: flex;
    margin-bottom: 7px
}

.product_reviews .star {
    margin-right: 4px
}

.product_reviews .star::before {
    content: '';
    display: block;
    background: url(../img/star.svg) no-repeat center;
    width: 17px;
    height: 15px;
    filter: grayscale(100%)
}

.product_reviews .star.active::before {
    filter: grayscale(0)
}

.product_reviews .name, .product_reviews .review_content p {
    color: #55585e;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.product_reviews .date {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px
}

.product_reviews .review_content p {
    font-weight: 400;
    margin: 0 0 9px
}

@media (max-width: 576px) {
    .product_reviews .review_content p {
        font-size: 12px
    }
}

.product_reviews .minuses b, .product_reviews .pluses b {
    color: #55585e;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700
}

.product_reviews .minuses span, .product_reviews .pluses span {
    font-size: 14px;
    font-weight: 400;
    color: #55585e
}

@media (max-width: 576px) {
    .product_reviews .minuses span, .product_reviews .pluses span {
        font-size: 12px
    }
}

.product_reviews .btn.primary {
    width: 180px;
    height: 41px;
    position: absolute;
    bottom: -22px;
    right: 0
}

@media (max-width: 576px) {
    .product_reviews .btn.primary {
        position: relative;
        margin: 0 auto;
        bottom: -36px
    }
}

.product_delivery {
    padding-top: 40px;
    position: relative
}

@media (max-width: 576px) {
    .product_delivery {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.product_delivery .product_delivery_title {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 23px
}

@media (max-width: 767px) {
    .product_delivery .product_delivery_title {
        font-size: 20px;
        padding-left: 14px
    }
}

.product_delivery .product_specifications_item {
    display: flex;
    min-height: 24px
}

@media (max-width: 576px) {
    .product_delivery .product_specifications_item {
        padding: 4px 0
    }
}

.product_delivery .product_specifications_item:nth-child(even) {
    background: #f6f8fb
}

.product_delivery .product_specifications_item .title {
    width: 76%;
    color: #55585e;
    font-size: 12px;
    line-height: 28px;
    padding-left: 23px;
    
}

@media (max-width: 576px) {
    .product_delivery .product_specifications_item .title {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 18px;
        padding-left: 14px;
        width: 60%
    }
}

.product_delivery .product_specifications_item .desc {
    width: 24%;
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 16px
}

@media (max-width: 576px) {
    .product_delivery .product_specifications_item .desc {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 14px;
        width: 40%
    }
}

.product_form {
    padding-top: 36px;
    margin-bottom: 100px
}

.product_form .product_form_container {
    background-color: #f9f9f9;
    padding: 18px 23px 14px;
    position: relative
}

.product_form .title {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .product_form .title {
        font-size: 20px
    }
}

.product_form form {
    max-width: 547px
}

@media (max-width: 991px) {
    .product_form form {
        max-width: 100%
    }
}

.product_form input {
    border: 1px solid #e6e6e6;
    height: 39px;
    padding: 0 17px;
    margin-bottom: 20px
}

.product_form .input_container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 576px) {
    .product_form .input_container {
        flex-direction: column
    }
}

.product_form .input_container input {
    max-width: 257px
}

@media (max-width: 991px) {
    .product_form .input_container input {
        max-width: 48%
    }
}

@media (max-width: 576px) {
    .product_form .input_container input {
        max-width: 100%
    }
}

.order_form input, .order_form textarea, .product_form input, .product_form textarea {
    width: 100%;
    background-color: #fff;
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    outline: 0
}

.order_form .jqselect {
    flex: 1;
}

.product_form textarea {
    border: 1px solid #e6e6e6;
    height: 141px;
    padding: 12px 17px;
    margin-bottom: 20px
}

.product_form .form_footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 576px) {
    .product_form .form_footer {
        flex-direction: column
    }
}

.product_form button {
    border: 0;
    outline: 0;
    height: 41px;
    cursor: pointer
}

@media (max-width: 576px) {
    .product_form button {
        margin-top: 20px
    }
}

.product_discount {
    padding-top: 82px;
    margin-bottom: 30px
}

@media (max-width: 576px) {
    .product_discount {
        margin-bottom: 30px
    }
}

.product_discount .discount_item_small {
    height: 196px
}

.product_discount .discount_item_small .title {
    bottom: 22px;
    width: 212px;
    font-size: 14px;
    padding-top: 12px
}

.product_discount .discount_item_small .discount_text_block {
    width: 120px;
    height: 88px;
    font-size: 16px;
    transform: translateY(0);
    top: 30px
}

@media (max-width: 576px) {
    .product_discount .discount_item_small .discount_text_block {
        top: 20px
    }
}

.product_discount .discount_item_small .discount_text_block b {
    font-size: 48px
}

.product_discount .discount_item_small .discount_text_block span {
    font-size: 26px
}

.product_discount .more_discount {
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    transition: .2s all ease-out;
    text-align: center;
    display: block
}

.contacts .maps_container a:hover, .order_items .item_delete:hover, .product_discount .more_discount:hover {
    color: #f4b30e
}

.youtube_item {
    position: relative;
    z-index: 1;
    display: block
}

.youtube_item:hover::after {
    background: rgba(0, 0, 0, .6)
}

.youtube_item::after, .youtube_item::before {
    content: '';
    display: block;
    position: absolute;
    transition: .2s all ease-out
}

.youtube_item::after {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 2
}

.youtube_item::before {
    background: url(../img/play-yellow.svg) no-repeat center;
    background-size: contain;
    width: 58px;
    height: 58px;
    z-index: 3;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.more_products, .order_form {
    margin-bottom: 100px
}

.more_products .title_lines {
    margin-bottom: 40px
}

.order_items .title {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

@media (max-width: 767px) {
    .order_items .title {
        text-align: center
    }
}

.order_items .order_container {
    border-top: 1px solid #d0d0d0
}

.order_items .order_item {
    padding: 23px 0;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    position: relative
}

@media (max-width: 767px) {
    .order_items .order_item {
        flex-direction: column;
        text-align: center
    }
}

.order_items .item_delete {
    position: absolute;
    right: 12px;
    top: 22px;
    color: #55585e;
    font-size: 18px;
    font-weight: 300;
    transition: .2s all ease-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 576px) {
    .order_items .item_delete {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 30px;
        right: 20px
    }
}

.order_items .img_block {
    margin-right: 30px;
    width: 270px
}

@media (max-width: 767px) {
    .order_items .img_block {
        margin: 0 auto 20px
    }
}

.order_items .text_block {
    flex: 1
}

.order_items .item_title {
    color: #55585e;
    font-size: 16px;
    font-weight: 700
}

.order_items .item_sub_title {
    color: #55585e;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 18px
}

.order_items .options {
    margin-bottom: 5px
}

.order_items .option span {
    color: #a8aeb9;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px
}

.order_items .option b {
    color: #55585e;
    line-height: 14px
}

@media (max-width: 767px) {
    .order_items .sub_options {
        margin-bottom: 10px
    }
}

.order_items .price, .order_items .sub_options .option {
    color: #55585e;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700
}

.order_items .price {
    font-size: 16px;
    line-height: 34px;
    position: absolute;
    bottom: 11px;
    right: 41px
}

@media (max-width: 991px) {
    .order_items .price {
        bottom: 0
    }
}

@media (max-width: 767px) {
    .order_items .price {
        position: relative;
        text-align: center;
        margin: 0 auto;
        right: auto
    }
}

.order_items .price span {
    font-weight: 900;
    text-transform: uppercase
}

.order_items .option b, .order_items .price b {
    font-weight: 900;
    font-size: 13px
}

.order_items .order_footer {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding-top: 25px;
    padding-right: 37px;
    padding-bottom: 17px
}

@media (max-width: 767px) {
    .order_items .order_footer {
        align-items: center;
        text-align: center;
        padding-right: 0
    }
}

.order_items label {
    position: relative;
    padding-left: 32px;
    height: 22px;
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    cursor: pointer
}

.order_items .label_title {
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 1px
}

.order_items .order_cost {
    color: #55585e;
    line-height: 34px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .order_items .order_cost {
        text-align: center
    }
}

.order_items .order_cost b {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .order_items .order_cost b {
        display: block
    }
}

.order_items .order_cost span {
    font-size: 25px;
    font-weight: 900
}

.order_form .order_form_container {
    border: 1px solid #bcbcbc;
    padding: 25px 100px 43px;
    margin-bottom: 38px
}

@media (max-width: 991px) {
    .order_form .order_form_container {
        padding: 40px 100px
    }
}

@media (max-width: 767px) {
    .order_form .order_form_container {
        padding: 30px 40px
    }
}

@media (max-width: 576px) {
    .order_form .order_form_container {
        padding: 30px 20px 20px
    }
}

.order_form .title {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    width: 170px;
    margin-bottom: 22px
}

@media (max-width: 991px) {
    .order_form .title {
        width: 100%;
        margin-bottom: 30px;
        text-align: left
    }
}

@media (max-width: 767px) {
    .order_form .title {
        text-align: center
    }
}

@media (max-width: 576px) {
    .order_form .title {
        font-size: 20px
    }
}

.order_form .input_container {
    display: flex;
    align-items: center;
    margin-bottom: 21px
}

@media (max-width: 991px) {
    .order_form .input_container {
        flex-direction: column
    }
}

.order_form .textarea_container {
    display: flex;
    margin-bottom: 21px
}

@media (max-width: 991px) {
    .order_form .textarea_container {
        flex-direction: column
    }
}

.order_form .textarea_container .input_title {
    padding-top: 15px
}

.order_form .input_title {
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 30px;
    width: 170px;
    text-align: right;
    white-space: nowrap
}

@media (max-width: 991px) {
    .order_form .input_title {
        width: 100%;
        text-align: left;
        white-space: wrap;
        margin-right: 0;
        margin-bottom: 6px
    }
}

@media (max-width: 576px) {
    .order_form .input_title {
        font-size: 12px
    }
}

.order_form input, .order_form textarea {
    height: 39px;
    border: 1px solid #d3d3d3;
    flex: 1;
    padding: 0 15px
}

@media (max-width: 991px) {
    .order_form input {
        flex: none
    }
}

.order_form textarea {
    height: 100px
}

@media (max-width: 991px) {
    .order_form textarea {
        flex: none
    }
}

.order_form .button_collection {
    display: flex;
    justify-content: space-between
}

@media (max-width: 576px) {
    .order_form .button_collection {
        flex-direction: column;
        align-items: center
    }
}

.order_form .button_collection .btn {
    width: 270px;
    height: 46px
}

@media (max-width: 767px) {
    .order_form .button_collection .btn {
        width: 220px
    }
}

@media (max-width: 576px) {
    .order_form .button_collection .btn {
        max-width: 270px;
        margin-bottom: 20px
    }
}

.order_form .button_collection .secondary {
    border: 1px solid #d3d3d3;
    color: #55585e;
    text-shadow: none
}

.order_form .button_collection .secondary:hover {
    border: 1px solid #f4b30e;
    color: #f4b30e
}

.contacts_page .product_form {
    padding-top: 0;
    z-index: 2;
    position: relative
}

.contacts_page .product_form .product_form_container::before {
    background: url(../img/contact_form_man.png) no-repeat center
}

.contacts {
    margin-bottom: 32px
}

.contacts .title {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 31px
}

@media (max-width: 576px) {
    .contacts .title {
        font-size: 20px
    }
}

.contacts .contacts_container, .contacts .contacts_container a {
    color: #55585e;
    font-size: 14px;
    font-weight: 400
}

.contacts .adress_container {
    margin-bottom: 19px
}

.contacts .adress_title {
    text-transform: uppercase;
    margin-bottom: 17px
}

.contacts .adress_text {
    font-size: 13px
}

.contacts .maps_container {
    margin-bottom: 17px
}

.contacts .maps_container a {
    font-size: 13px;
    transition: .2s all ease-out
}

.contacts .maps_container a.active {
    text-decoration: underline
}

.contacts .maps_container span {
    margin: 0 3px;
    display: inline-block
}

.contacts .phones {
    display: flex;
    flex-direction: column
}

@media (max-width: 767px) {
    .contacts .phones {
        margin-bottom: 40px
    }
}

.contacts .phones a {
    transition: .2s all ease-out
}

.contacts .phones a:hover {
    color: #f4b30e
}

.contacts .phones_title {
    text-transform: uppercase;
    margin-bottom: 8px
}

.contacts .phone {
    margin-bottom: 9px
}

.contacts .phone::before {
    content: '\e914';
    font-family: icons;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -1px;
    color: #55585e
}

.contacts .phone, .contacts .whatsapp {
    padding-left: 20px;
    position: relative;
    line-height: 15px
}

.contacts .whatsapp::before {
    content: '';
    background: url(../img/contacts_whatsapp.svg) no-repeat center;
    width: 19px;
    height: 19px;
    font-size: 15px;
    position: absolute;
    left: -2px;
    top: -1px
}

.contacts .times_title {
    color: #55585e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 21px
}

.contacts .times_item {
    display: flex;
    margin-bottom: 9px
}

.contacts .line {
    width: 70px;
    height: 10px;
    background-color: #201f1a;
    margin-right: 32px
}

.contacts .line.active {
    background-color: #f4b30e
}

.contacts .times_text {
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    line-height: 10px
}

.contacts .btn.primary {
    width: 305px;
    height: 41px;
    border-radius: 0;
    margin-top: 20px
}

@media (max-width: 576px) {
    .contacts .btn.primary {
        max-width: 280px;
        font-size: 13px
    }
}

.contacts_map {
    min-height: 369px;
    position: relative;
    z-index: 1
}

.contacts_map .map_layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media (max-width: 767px) {
    .contacts_map .map_layer {
        position: relative;
        min-height: 369px;
        width: 100%;
        margin-bottom: 30px
    }
}

.contacts_map .map_contacts {
    width: 370px;
    height: 291px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 27px rgba(127, 127, 127, .32);
    color: #55585e;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding-top: 34px
}

@media (max-width: 767px) {
    .contacts_map .map_contacts {
        position: relative;
        max-width: 370px;
        width: 100%;
        transform: none;
        left: 0;
        top: 0;
        margin: 0 auto 40px
    }
}

.contacts_map .map_contacts .adress {
    font-size: 14px;
    font-weight: 700;
    padding-left: 73px
}

@media (max-width: 576px) {
    .contacts_map .map_contacts .adress {
        padding-left: 30px
    }
}

.contacts_map .map_contacts .city {
    font-size: 11px;
    font-weight: 400;
    padding-left: 73px;
    margin-bottom: 8px
}

@media (max-width: 576px) {
    .contacts_map .map_contacts .city {
        padding-left: 30px
    }
}

.contacts_map .map_contacts .metro {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: underline;
    padding-left: 73px;
    position: relative
}

@media (max-width: 576px) {
    .contacts_map .map_contacts .metro {
        padding-left: 50px
    }
}

.contacts_map .map_contacts .metro::before {
    content: '\e902';
    font-family: icons;
    font-size: 19px;
    position: absolute;
    left: 50px;
    top: -2px
}

@media (max-width: 576px) {
    .contacts_map .map_contacts .metro::before {
        left: 26px
    }
}

.contacts_map .map_contacts .metro::after {
    content: '\e911';
    font-family: icons;
    font-size: 19px;
    position: absolute
}

.contacts_map .map_contacts .metro span {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: underline
}

.contacts_map .map_contacts .metro1::before {
    color: #00b104
}

.contacts_map .map_contacts .metro2::before {
    color: #ffb5f2
}

.contacts_map .map_contacts .metro3::before {
    color: #d13a3a
}

.contacts_map .map_contacts .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px
}

.contacts_map .map_contacts .btn {
    width: 230px;
    height: 41px;
    border-radius: 0;
    margin-bottom: 10px
}

.main_cart_title {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.cart_item {
    border-bottom: 1px solid #d0d0d0;
    padding-top: 23px;
    padding-bottom: 23px;
    display: flex;
    position: relative
}

@media (max-width: 991px) {
    .cart_item {
        flex-direction: column
    }
}

.cart_item:first-child {
    border-top: 1px solid #d0d0d0
}

.cart_item .cart_item_delete {
    color: #55585e;
    font-size: 18px;
    font-weight: 300;
    transition: .2s all ease-out;
    position: absolute;
    right: 12px;
    top: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 767px) {
    .cart_item .cart_item_delete {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #fff
    }
}

@media (max-width: 576px) {
    .cart_item .cart_item_delete {
        right: auto;
        left: 10px;
        top: 32px
    }
}

.cart_item .cart_item_delete:hover, .footer_menu a:hover {
    color: #f4b30e
}

.cart_item .img_block {
    margin-right: 31px;
    width: 270px
}

@media (max-width: 991px) {
    .cart_item .img_block {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.cart_item .text_block {
    display: flex;
    justify-content: space-between;
    flex: 1
}

@media (max-width: 767px) {
    .cart_item .text_block {
        flex-direction: column
    }
}

.cart_item .cart_item_left {
    width: 510px;
    position: relative
}

@media (max-width: 1259px) {
    .cart_item .cart_item_left {
        margin-right: 40px;
        width: 480px
    }
}

@media (max-width: 767px) {
    .cart_item .cart_item_left {
        width: 100%
    }
}

.cart_item .cart_item_right {
    padding-top: 48px
}

@media (max-width: 767px) {
    .cart_item .cart_item_right {
        padding-top: 25px
    }
}

.cart_item .cart_title {
    color: #55585e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px
}

.cart_item .cart_title span {
    font-weight: 900;
    text-transform: uppercase
}

.cart_item .options {
    margin-bottom: 17px
}

.cart_item .option b, .cart_item .option span {
    color: #a8aeb9;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px
}

.cart_item .option b {
    color: #55585e;
    font-weight: 900
}

.cart_cost, .cart_item .product_info {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .cart_item .product_info {
        margin-bottom: 30px
    }
}

@media (max-width: 420px) {
    .cart_item .product_info {
        flex-direction: column
    }

    .cart_item .product_info_item {
        margin-bottom: 10px
    }
}

.cart_item .product_info_title {
    color: #55585e;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px
}

.cart_item .product_info_sub_title {
    color: #a8aeb9;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: line-through;
    min-height: 28px
}

@media (max-width: 420px) {
    .cart_item .product_info_sub_title {
        min-height: auto
    }
}

.cart_item .cart_count input, .cart_item .product_info_desc {
    color: #55585e;
    font-size: 22px;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase
}

.cart_item .product_info_desc span {
    font-size: 14px
}

.cart_item .cart_select {
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .cart_item .cart_select {
        position: relative
    }
}

.cart_item .cart_select .jq-selectbox__select {
    border: 2px solid #e2e2e2;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase
}

.cart_item .cart_count {
    margin-bottom: 15px
}

.cart_item .cart_count .cart_count_title {
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px
}

.cart_item .cart_count input {
    width: 170px;
    height: 41px;
    border: 1px solid #d2d2d2;
    font-weight: 700;
    padding: 0 14px;
    outline: 0
}

.cart_item .cart_item_total_size {
    color: #55585e;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px
}

.cart_item .cart_item_desc, .cart_item .cart_item_total_count {
    color: #55585e;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 24px
}

.cart_item .cart_item_total_count .number{
    font-size: 22px;
}

.ms2_cost_with_delivery {
    font-size: 22px !important;
}

.cart_item .cart_item_total_count {
    font-size: 16px;
    line-height: 10px;
    padding-top: 14px;
    white-space: nowrap
}

.cart_item .cart_item_total_count span {
    font-size: 12px
}

.cart_cost {
    justify-content: flex-end;
    padding: 26px 0
}

@media (max-width: 576px) {
    .cart_cost {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        align-items: center
    }
}

.cart_cost_title {
    color: #55585e;
    line-height: 34px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 4px
}

@media (max-width: 576px) {
    .cart_cost_title {
        font-size: 14px
    }
}

.cart_cost_title_price {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #55585e;
    line-height: 30px
}

@media (max-width: 576px) {
    .cart_cost_title_price {
        font-size: 20px
    }
}

.cart_cost_title_price span {
    font-size: 18px
}

@media (max-width: 576px) {
    .cart_cost_title_price span {
        font-size: 14px
    }
}

.cart_button_collection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px
}

@media (max-width: 576px) {
    .cart_button_collection {
        flex-direction: column;
        align-items: center
    }
}

.cart_button_collection .secondary {
    color: #55585e;
    text-shadow: none;
    border-radius: 7px 8px 8px 7px;
    border: 1px solid #d2d2d2;
    height: 46px
}

@media (max-width: 576px) {
    .cart_button_collection .secondary {
        margin-bottom: 15px
    }
}

.cart_button_collection .secondary:hover {
    background: #d2d2d2
}

.cart_button_collection .primary {
    height: 46px;
    border-radius: 7px 8px 8px 7px
}

.cart_button_collection .btn {
    width: 270px
}

@media (max-width: 767px) {
    .cart_button_collection .btn {
        width: 240px
    }
}

.footer_menu {
    background-color: #263238;
    padding-top: 23px;
    padding-bottom: 7px
}

.footer_menu .footer_menu_title, .footer_menu a {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #ffd101;
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .footer_menu .footer_menu_title {
        margin-bottom: 12px;
        font-size: 13px
    }
}

.footer_menu .footer_menu_title::after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background-color: #ffd101;
    margin-top: 11px
}

@media (max-width: 576px) {
    .footer_menu .footer_menu_title::after {
        margin-top: 6px
    }
}

.footer_menu .footer_menu_container {
    display: flex;
    flex-direction: column
}

@media (max-width: 991px) {
    .footer_menu .footer_menu_container {
        margin-bottom: 30px
    }
}

.footer_menu a {
    line-height: 16px;
    color: #fff;
    margin-bottom: 12px;
    transition: .2s all ease-out
}

@media (max-width: 576px) {
    .footer_menu a {
        font-size: 12px;
        margin-bottom: 6px
    }
}

.footer_contacts {
    min-height: 80px;
    background-color: #1f2a2f;
    padding-top: 20px
}

.footer_contacts .footer_pay {
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
    .footer_contacts .footer_pay {
        justify-content: center;
        margin-bottom: 20px
    }
}

.footer_contacts .footer_pay img {
    display: block;
    margin-right: 18px
}

.footer_contacts form {
    display: flex
}

@media (max-width: 991px) {
    .footer_contacts form {
        margin-bottom: 20px
    }
}

@media (max-width: 576px) {
    .footer_contacts form {
        flex-direction: column
    }
}

.footer_contacts form input {
    border: 1px solid #fff;
    border-radius: 4px;
    background: 0 0;
    height: 40px;
    width: 100%;
    flex: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    outline: 0
}

@media (max-width: 1259px) {
    .footer_contacts form input {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .footer_contacts form input {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .footer_contacts form input {
        font-size: 14px
    }
}

@media (max-width: 576px) {
    .footer_contacts form input {
        flex: none;
        margin: 0 auto 10px;
        max-width: 280px
    }
}

.footer_contacts form button {
    cursor: pointer;
    width: 170px;
    height: 40px;
    border: 0;
    position: relative;
    right: 6px
}

@media (max-width: 1259px) {
    .footer_contacts form button {
        width: 150px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .footer_contacts form button {
        width: 170px;
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .footer_contacts form button {
        width: 150px;
        font-size: 14px
    }
}

@media (max-width: 576px) {
    .footer_contacts form button {
        margin: 0 auto;
        right: 0;
        width: 170px
    }
}

.footer_contacts .social_container {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
    margin-bottom: 20px
}

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

.footer_contacts .social_container a {
    filter: grayscale(100%);
    transition: .2s all ease-out;
    width: 34px;
    height: 34px;
    display: block;
    margin-left: 12px
}

@media (max-width: 991px) {
    .footer_contacts .social_container a {
        margin-left: 5px;
        margin-right: 5px
    }
}

.footer_contacts .social_container a:hover {
    filter: grayscale(0)
}

.footer_contacts .social_container .instagram {
    background: url(../img/instagram.svg) no-repeat center
}

.footer_contacts .social_container .dzen {
    background: url(../img/dzen.svg) no-repeat center
}

.footer_contacts .social_container .telegram {
    background: url(../img/telegram.svg) no-repeat center
}

.footer_contacts .social_container .vk {
    background: url(../img/vk.svg) no-repeat center
}

.footer_contacts .social_container .youtoobe {
    background: url(../img/youtoobe.svg) no-repeat center
}

.footer_contacts .social_container .rutoobe {
    background: url(../img/rutoobe.svg) no-repeat center
}

.footer_contacts .social_container .facebook {
    background: url(../img/facebook.svg) no-repeat center
}

.footer_contacts .social_container .odnokl {
    background: url(../img/odnokl.svg) no-repeat center
}

.footer_copyright {
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    background-color: #292627
}

.footer_copyright .footer_copyright_container {
    display: flex;
    justify-content: center;
    min-height: 57px;
    align-items: center
}

@media (max-width: 767px) {
    .footer_copyright .footer_copyright_container {
        flex-direction: column;
        padding: 20px 0
    }
}

.footer_copyright p {
    margin: 0 27px
}

@media (max-width: 767px) {
    .footer_copyright p {
        margin: 10px 0
    }
}

.footer_copyright a {
    color: #6d6d6d;
    transition: .2s all ease-out
}

.footer_copyright .develop a:hover, .footer_copyright a:hover {
    color: #f4b30e
}

.footer_copyright .develop {
    display: flex
}

.footer_copyright .develop p {
    margin: 0
}

.footer_copyright .develop a {
    color: #e9e9e9;
    margin-left: 4px;
    transition: .2s all ease-out
}

@media only screen and (max-width: 767px) {
    .animated {
        transition-property: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }
}


header .header_bottom .desctop_menu a.nopad {
    padding-left: 0 !important;
}

button.cart {
    background: none;
    border: none;
}

.catalog_items button.cart {
    padding: 0;
}

.catalog_items .catalog_items_footer .cart::before {
    height: 48px;
    padding-top: 5px;
}


.catalog_items button.cart, .catalog_items label.compare {
    font-family: Roboto !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}


.catalog_sidebar .catalog_sidebar_title h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.hidden_input {
    display: none;
}


.catalog_items .catalog_items_footer label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.catalog_items .catalog_items_footer form {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.pim_wp {
    display: none;
}

.pim_wp:nth-child(1) {
    display: block;
}

.product_desc .sub_title h1 {
    font-weight: 700;
    line-height: 32px;
    font-size: 28px;
}

.product_desc .long_title {
    font-weight: 700;
    line-height: 28px;
    font-size: 22px;
    color: #55585e;
}

.product_desc .cost_container .cost_price span.calc {
    line-height: 34px;
    font-size: 34px;
    text-transform: uppercase;
}


button.btn.primary {
    cursor: pointer;
    border: none;
}

.ui-widget-header {
    background: #f9c533;
}

.ui-widget.ui-widget-content {
    border: 0px;
    background: #f2f2f2;
}

.ui-slider-horizontal {
    height: 3px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px;
    background: url("/assets/templates/metrpola/img/pricepl.png");
    width: 13px;
    height: 17px;
    font-weight: normal;
    color: #454545;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 0px;
    margin-left: -6px;
}

.ui-slider {
    margin-top: 15px;
    margin-bottom: 15px;
}

.priceinput {
    display: flex;
    flex-wrap: wrap;
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
}

.pricecatalog input[type="text"] {
    width: 77px;
    padding: 6px 9px;
    border: 1px solid #dcdee0;
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 20px;
}


.captionleftcatalog {
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 14px;
}

#mse2_filters {
    padding-top: 21px;
}

.pricecatalog, .vendor {
    padding-top: 21px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5e5e5;
}

#mse2_filters > div:last-child {
    border: none !important;
}

.collections-list-inner .label {
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 1px;
}


.collections-list {
    padding-top: 21px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5e5e5;
}


.navigation {
    margin-top: 8px;
}

.navigation ul {
    display: inline-block;
    margin-left: 0px;
    padding-left: 0;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul li a {
    font-size: 15px;
    color: #c1c4c7;
    text-decoration: none;
    padding: 10px 8px;
}

.navigation ul li.active a {
    color: #000;
}

.navigation ul li a.navigleft {
    background: url("/assets/templates/metrpola/img/navigleft.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.2;
}

.navigation ul li a.navigright {
    background: url("/assets/templates/metrpola/img/navigright.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.2;
}

.navigation ul li a:hover {
    color: #000;
    opacity: 1;
}

.captionlight {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;

}

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

#mini_cart .total_count {
    background-color: #f9c533;
    position: absolute;
    top: -6px;
    right: 7px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 9px;
    text-align: center;
    line-height: 2;
    color: #000;
    font-weight: 400;
}
.mini_cart .total_count {
    background-color: #f9c533;
    position: absolute;
    top: -6px;
    right: 7px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 9px;
    text-align: center;
    line-height: 2;
    color: #000;
    font-weight: 400;
}

#mini_cart {
    position: relative;
}

.mini_cart {
    position: relative;
}

.cart_item_delete {
    border: none;
    background: none;
}

.cart_title:hover {
    color: #f4b30e;
}


.cart-delivery {
    margin: 0 -8px 16px;
    display: flex
}

.cart-delivery__block__inner {
    position: relative;
    border: 1px solid #eaeaea;
    background: #fff;
    flex: 1;
    text-align: center;
    cursor: pointer;
    height: 100%;
    padding: 16px 8px 16px
}

.cart-delivery__block__title {
    display: block;
    line-height: 1.25;
    font-size: 15px
}

.cart-delivery__block {
    flex: 1;
    margin: 0 8px
}

.cart-delivery__block__icon {
    width: 75%;
    padding-top: 20%;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 0.5
}

input[type=radio]:checked + .cart-delivery__block__inner {
    border: 1px solid #f9c533
}

input[type=radio]:checked + .cart-delivery__block__inner .cart-delivery__block__icon {
    filter: none;
    opacity: 1
}

@media screen and (max-width: 640px) {
    .cart-delivery {
        display: block
    }

    .cart-delivery__block__inner {
        display: flex;
        align-items: center;
        padding: 16px;
        text-align: left
    }

    .cart-delivery__block__icon {
        width: 35%;
        padding-top: 15%;
        background-size: contain
    }
}

.cart-form__user-data, .cart-form__other-info {
    color: #55585e;
    font-size: 13px;
    line-height: 24px;
}

.order_form textarea {
    padding-top: 10px;
}

.captionleftcart {
    font-weight: 700;
}

.cartrightform label {
    display: block;
}


.cartrightform label input {
    margin-right: 7px;
}

.cartinputblock {
    margin-bottom: 25px;
}

.order_submit {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.btn.primary {
    cursor: pointer !important;
}

.tm-order-mscdistance-originals input {
    width: 100%;
    max-width: 500px;
    height: 39px;
    border: 1px solid #d3d3d3;
    padding: 0 15px;
}

#address input {
    width: 100%;
    max-width: 250px;
    height: 39px;
    border: 1px solid #d3d3d3;
    padding: 0 15px;
}

#mse2_results {
    margin-top: 20px;
}

.menuicon {
    width: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    min-height: 40px
}

.urlmenucatalog {
    display: inline-block;
    width: 190px;
    vertical-align: middle;
    padding: 5px 0px 5px 0px
}

.menuleftcatalog.menuleftcatalog-dop {
    padding: 25px 20px 20px 20px;
    width: 274px;
    border-bottom: 1px solid #dcdee0;
    padding-top: 0;
}

.menuleftcatalog.menuleftcatalog-dop ul {
    padding-left: 0;
}

.menuleftcatalog.menuleftcatalog-dop ul li {
    list-style: none;
}

.menufiltrleft {
    box-shadow: 0 0 25px 9px #eff2f5
}

.menuleftcatalog-dop .captionleftcatalog {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px
}


.menuleftcatalog.menuleftcatalog-dop ul {
    margin-bottom: 47px
}

.menuleftcatalog.menuleftcatalog-dop ul:last-child {
    margin-bottom: 2px
}

.menuleftcatalog.menuleftcatalog-dop ul li a:hover {
    color: #f9c533
}

.menuleftcatalog.menuleftcatalog-dop ul li {
    background-repeat: no-repeat;
    line-height: 17px
}

.menuleftcatalog.menuleftcatalog-dop ul li a {
    color: #000;
    line-height: 17px;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none
}

.ml1 {
    background-image: url("/assets/templates/metrpola/img/ml1.png")
}

.ml2 {
    background-image: url("/assets/templates/metrpola/img/ml2.png")
}

.ml3 {
    background-image: url("/assets/templates/metrpola/img/ml3.png")
}

.ml4 {
    background-image: url("/assets/templates/metrpola/img/ml4.png")
}

.ml5 {
    background-image: url("/assets/templates/metrpola/img/ml5.png")
}

.ml6 {
    background-image: url("/assets/templates/metrpola/img/ml6.png")
}

.ml7 {
    background-image: url("/assets/templates/metrpola/img/ml7.png")
}

.ml8 {
    background-image: url("/assets/templates/metrpola/img/ml8.png")
}

.ml9 {
    background-image: url("/assets/templates/metrpola/img/ml9.png")
}

.ml10 {
    background-image: url("/assets/templates/metrpola/img/ml10.png")
}

.ml11 {
    background-image: url("/assets/templates/metrpola/img/ml11.png")
}

.ml12 {
    background-image: url("/assets/templates/metrpola/img/ml12.png")
}

.ml13 {
    background-image: url("/assets/templates/metrpola/img/ml13.png")
}

.ml14 {
    background-image: url("/assets/templates/metrpola/img/ml14.png")
}

.ml15 {
    background-image: url("/assets/templates/metrpola/img/ml15.png")
}

.ml16 {
    background-image: url("/assets/templates/metrpola/img/ml16.png")
}

.ml17 {
    background-image: url("/assets/templates/metrpola/img/ml17.png")
}

.ml18 {
    background-image: url("/assets/templates/metrpola/img/ml18.png")
}

.ml19 {
    background-image: url("/assets/templates/metrpola/img/ml19.png")
}


.product_images .product_images_small {
    justify-content: start;
}

.product_desc, .product_images .small_image {
    position: relative;
/*     margin-right: 16px;
margin-left: 16px; */
    margin-bottom: 16px;
}

.product_images_small {
    margin-right: -16px;
    margin-left: -16px;
}

.go-to-cart__button {
    background: #f9c533;
    border: 0;
    color: #000;
    padding: 10px 20px 11px 20px;
    font-size: 17px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 16px 0 0 8px;
}

.go-to-cart__heading {
    font-size: 36px;
    margin: 0 0 16px;
}

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

.contactpagemap iframe {
    margin-top: 50px;
    border: none;
}


/* контакты */

.formcity .select {
    border: 1px solid #dcdee0;
    font-size: 15px;
    padding: 4px 40px 4px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 250px;
    cursor: pointer;
    background: url("/assets/templates/metrpola/img/select.png");
    background-position: 93% center;
    background-repeat: no-repeat;
    height: 35px;
    line-height: 25px;
}

.selecthide .vcity {
    display: block;
    padding: 5px 20px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    height: 35px;
    line-height: 25px;
}

.selecthide div.closeselecthide {
    padding: 0;
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url("/assets/templates/metrpola/img/selecttop.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 20;
    right: 10px;
    top: 10px;
}

.formcity {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.selecthide .vcity:hover {
    background: #f2f2f2;
}

.selecthide {
    width: 185px;
}

.selecthide {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -moz-box-shadow: 0 0 25px 9px #edeff0;
    -webkit-box-shadow: 0 0 25px 9px #edeff0;
    box-shadow: 0 0 25px 9px #edeff0;
    z-index: 30;
}

.crw2 {
    margin-top: 50px;
}

.cartpage h1 {
    color: #55585e;
    text-transform: uppercase;
}

.cartpage {
    padding-bottom: 50px;
}

@media screen and (min-width: 992px) {


    .cart-delivery__block__inner {
        display: flex;
        align-items: center;
        padding: 16px;
        text-align: left
    }

    .cart-delivery__block__icon {
        width: 35%;
        padding-top: 15%;
        background-size: contain
    }
}

.page_wp {
    min-height: calc(100vh - 133px - 385px);
    overflow: hidden;
    width: 100%;
}

.catalog_sidebar_title h1 {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 38px;
     margin-top: 10px;
}
h1 {
    color: #55585e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px;
}

h2 {
    color: #55585e;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

h3 {
    color: #55585e;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}
.catalog_sidebar {
    padding-top: 0;
}

.catalog_sidebar_container {
    margin-bottom: 25px;
}

.captionlight {
    color: #55585e;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .main_discount {
        margin-bottom: 20px;
    }
    .cart-delivery__block__icon {
        background-size: auto 100%;
    }
}

.hide_rows .filter_item {
    display: none;
}
.hide_rows.active .filter_item {
    display: flex;
}
.hide_rows.catalog_sidebar_radio .filter_item:nth-child(2) {
    display: flex;
}
.hide_rows.catalog_sidebar_radio .filter_item:nth-child(3) {
    display: flex;
}
.hide_rows.catalog_sidebar_radio .filter_item:nth-child(4) {
    display: flex;
}

.hide_rows > div .filter_item:nth-child(1) {
    display: flex;
}
.hide_rows > div .filter_item:nth-child(2) {
    display: flex;
}
.hide_rows > div .filter_item:nth-child(3) {
    display: flex;
}

.hide_rows .title {
    position: relative;
    cursor: pointer;
}

often__title {
    display: block;
    margin-bottom: 7px;
    width: 100%;
}
.hide_rows .title:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 0;
    transform: rotate(90deg);
    background: url("/assets/templates/metrpola/img/navigright.png") no-repeat center center;
    background-size: 100% auto;
    width: 7px;
    height: 13px;
    display: none;
    /*opacity: 0.2;*/
}

.filter__more span {
    position: relative;
    padding-right: 17px;
    cursor: pointer;
    font-size: 12px;
}

.filter__more span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    transform: rotate(90deg);
    background: url("/assets/templates/metrpola/img/navigright.png") no-repeat center center;
    background-size: contain;
    width: 7px;
    height: 9px;
}

.hide_rows.active .title:after,
.hide_rows.active .filter__more span:after {
    transform: rotate(-90deg);
}
.hide_rows .title:hover:after {
    opacity: 1;
}

.hide_rows .captionleftcatalog {
    position: relative;
    cursor: pointer;
}
.hide_rows .captionleftcatalog:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 0;
    transform: rotate(90deg);
    background: url("/assets/templates/metrpola/img/navigright.png") no-repeat center center;
    background-size: 100% auto;
    width: 7px;
    height: 13px;
    display: none;
    /*opacity: 0.2;*/
}
.hide_rows.active .captionleftcatalog:after {
    transform: rotate(-90deg);
}
.hide_rows .captionleftcatalog:hover:after {
    opacity: 1;
}

.find_rows .filter__more {
    display: none;
}


.textcatalog a {
  color: #55585e;
  text-decoration: underline;
}
.textcatalog a:hover {
  color: #55585e;
  text-decoration: none;
}
.find_rows .hide {
    display: none;
}


.compare, .addcart {
  cursor: pointer;
  transition: 0.2s all ease;
}
.compare:hover, .addcart:hover {
  color: #f4b30e;
  cursor: pointer;
  transition: 0.2s all ease;
}

.product_desc .price_block .old-price {
  color: #55585e;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: line-through;
}
.landing-page-links {
    margin: 0 -10px;
}
.landing-page-link {
    text-decoration: none;
    color: inherit;
    border: 1px solid #f9c533;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 0 10px 10px;
}
.landing-page-link:hover {
    color: #111;
    background: #f9c533;
}
.minbrandblock {
    display: flex;
    flex-wrap: wrap;
         -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.brandmin {
    margin-bottom: 20px;
     width: 32%;
    float: left;
}
.brandmintop {
    min-height: 320px;
     border: 1px solid #dcdee0;
    border-bottom: 1px solid #e6eaed;
    padding: 21px;
}
.brandmin img {
    max-width: 100%;
    height: 128px;
}
.brandmintop h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0;
    font-weight: 700;
}
.brandmintop p {
    font-size: 15px;
    line-height: 20px;
      margin-bottom: 0;
}
 .brandmin a {
    background: #e6eaed;
    width: 100%;
    display: inline-block;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 13px 0 14px 0;
    font-size: 14px;
    font-weight: 700;
}
.brandmin:hover .brandmintop {
    border: 1px solid #ffc612;
    outline: 1px solid #f9c533;
    outline-offset: -2px;
}
.brandmin:hover a {
    background: #ffc612;
}
.captionpay {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 25px;
}
.payblockgl {
    margin-bottom: 26px;
}
.flex {
    display: flex;
}
.payblock {
    border: 1px solid #dcdee0;
    padding: 18px;
    /*width: calc(33% - 10px);*/
    margin-right: 2%;
    margin: 0 0 0 10px;
}
.payblock a{
    display: block;
    text-align: center;
}
.payblockcaption {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 11px;
}
.payic1 {
    padding-left: 50px;
    background-image: url(../img/pay1.png);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 27px;
}
.payic2 {
    padding-left: 50px;
    background-image: url(/assets/templates/metrpola/img/pay2.png);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 27px;
}
.payblock a {
    display: block;
    text-align: center;
    color: #111;
}
.payblock a:hover {
    color: #f9c533;
}
.pay-instruction {
    margin: 30px 0;
}
.payic3 {
    padding-left: 50px;
    background-image: url(../img/pay3.png);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 27px;
}
.payminblgl {
    border-right: 1px solid #dcdee0;
}
.payminblgl .active .captionpayminbl {
    border-bottom: 1px solid #fff;
    background: #fff;
}
.payminbl .captionpayminbl {
    cursor: pointer;
    width: 20%;
    float: left;
    border: 1px solid #dcdee0;
    border-right: 0;
    padding: 14px 18px 14px 18px;
    background: #f6f6f7;
    min-height: 74px;
}
.payminbltxt {
    display: none;
}
.payminbltext {
    border: 1px solid #dcdee0;
    padding: 20px;
    border-top: 0;
}
.content .payminbltext p {
    margin-bottom: 10px;
}
.payformblock {
    padding: 26px 35px;
    background-color: #eff2f5;
    margin-top: 70px;
    background-image: url(/assets/templates/metrpola/img/payform.png);
    background-position: 91% center;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.payformblock .captionlight {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.payform {
    width: 730px;
}
.ajax_form.af_example {
    width: 100%;
}
.payform input[type=text] {
    font-size: 13px;
    width: 100%;
    background: #fff;
    border: 0;
    border: 1px solid #fff;
    padding: 11px 20px 11px 20px;
    margin-bottom: 20px;
}
.payform textarea {
    font-size: 13px;
    width: 100%;
    background: #fff;
    border: 0;
    border: 1px solid #fff;
    padding: 12px 20px 12px 20px;
    height: 100px;
    margin-bottom: 15px;
    resize: none;
}
.af_recaptcha {
    margin-bottom: 10px;
}
.af_submit {
    text-align: left;
    padding: 0;
    background: none;
}
.payform input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    border: 0;
    text-decoration: none;
    background: #ffd200;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
}
.consultpolit {
    width: 470px;
    float: right;
    width: 480px;
    font-size: 13px;
    line-height: 17px;
    color: #80868b;
    margin-top: 4px;
}
.g-recaptcha{
    margin-bottom: 10px;
}
.deliveryinfo {
    margin-top: 55px;
}
.deliveryinforow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.deliverytrig:first-child {
    margin-left: 0;
}
.deliverytrig {
    width: 269px;
    border: 1px solid #dcdee0;
    display: inline-block;
    margin-left: 11px;
    margin-right: 11px;
    padding-top: 22px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
}
.deliverytrig1 {
    background-image: url(/assets/templates/metrpola/img/deltrig1.png);
}
.hdeliverytrig {
    height: 124px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
}
.fdeliverytrig {
    padding-top: 20px;
    height: 107px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.deliverytrig2 {
    background-image: url(/assets/templates/metrpola/img/deltrig2.png);
}
.deliverytrig3 {
    background-image: url(/assets/templates/metrpola/img/deltrig3.png);
}
table.tabledelivery {
    width: 100%;
    margin-top: 50px;
}
table.tabledelivery tr th {
    background: #f9c533;
    text-align: left;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #f9c533;
    border-bottom: 1px solid #dcdee0;
}
table.tabledelivery tr td {
    border: 1px solid #dcdee0;
    border-bottom: 0;
    border-top: 0;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 20px 15px 20px;
}
table.tabledelivery tr td:nth-child(2){
    font-weight: 700;
}
table.tabledelivery tr:nth-child(2n+3) td {
    background: #f7f7f8;
}
table.tabledelivery tr:last-child td {
    border-bottom: 1px solid #dcdee0;
}
.deliverytext {
    margin-top: 90px;
    margin-bottom: 40px;
}
.deliveryvar{
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.deliveryvar div {
    width: 24%;
    height: 110px;
    /*border: 1px solid #dcdee0;*/
    margin-bottom: 19px;
    position: relative;
}
.deliveryvar div a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.deliveryvar div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}
table.tabledelivery tr td span{
    color: #90969c;
}
@media screen and (max-width: 991px){
    .brandmin{
        width: 48%;
        margin-right: 0;
    }
    .payminbl .captionpayminbl{
        font-size: 13px;
    }
    .payformblock{
        background: #eff2f5;
    }
    .payform{
        width: 100%;
    }
    .deliverytrig{
        width: 200px;
    }
    .hdeliverytrig{
        height: 80px;
    }
    .fdeliverytrig{
        height: 135px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px){
    .brandmin{
        width: 100%;
        text-align: center;
    }
    .payblock{
        width: 100%;
        margin-bottom: 16px;
    }
    .payblockgl .flex{
        flex-wrap: wrap;
    }
    .payblockgl + .flex{
           flex-wrap: wrap;
    }
    .pay-instruction iframe{
        width: 100% !important;
    }
    .payminblgl .active .captionpayminbl {
  border-bottom: 1px solid #fff;
  background: #fff;
}
.payminbl{
    border: 1px solid #dcdee0;
}
.payminbl .captionpayminbl {
  min-height: auto;
  width: 100%;
  border: 0;
  float: none;
  padding-right: 50px;
  position: relative;
}
.captionpayminbl::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 8px;
  background: url("../img/open.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
.payminbltext{
    display: none;
}
.payminbltxt{
        padding: 18px;
}
.payminblgl .active .payminbltxt{
    display: block;
}
.deliverytrig{
    width: 100%;
    padding-bottom: 20px;
}
.fdeliverytrig{
    height: auto;
}
.deliveryvar div{
    width: 48%;
}
table.tabledelivery tr td{
    padding: 10px;
}
}
.img_block{
    cursor: pointer;
}
header  .text_block {
    color: #55585e;
    font-size: 13px;
    font-weight: 400;
    transition: .2s all ease-out;
}
header .header_top_links>div{
    text-align: center;
    position: relative;
    cursor: pointer;
}
.tb_toggle{
    width: 150px;
    position: absolute;
    top: 70px;
    right: 0;
    background: #55585e;
    border: 1px solid: #ccc;
    border-radius: 0 0 0 30px;
    z-index: 8900;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: .2s;
}
@media screen and (max-width:1024px) {
    .tb_toggle {
        left: 0;
    top: 40px;
    }}
.tb_toggle:before{
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
}
.tb_toggle a{
    color: #fff !important;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
.tb_toggle a:hover{
     color: #f4b30e !important;
}
header .header_top_links>div:hover .tb_toggle{
    opacity: 1;
    visibility: visible;
}
.content404{
    width: 100%;
    height: calc(100vh - 476px);
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
     -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
     -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.caption404{
    font-size: 150px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f2a2f;
}
.caption404 + div{
    font-size: 24px;
    margin-bottom: 15px;
}
.content404 a{
    font-size: 18px;
    color: #f4b30e;
    text-decoration: underline;
}
@media screen and (max-height: 819px){
    .content404{
        height: auto;
        padding: 45px 0;
    }
}
@media screen and (max-width: 479px){
    .caption404 + div{
        font-size: 18px;
    }
}
.modal_title{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.modal_w1{
    width: 450px;
}
.modal_input input{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    padding-left: 17px;
    outline: 0;
}
.modal_input{
    margin-bottom: 15px;
}
.modal_input p{
    font-size: 14px;
    margin: 0 0 10px 0;
}
.modal_btn{
    width: 180px;
    height: 46px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgb(188 102 0 / 34%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    background-color: #f4b30e;
    display: block;
    margin: 25px auto 0 auto;
    cursor: pointer;
    border: none;
}
.modal_title2{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-align: center;
}
.modal_text{
    font-size: 18px;
    text-align: center;
}
@media (max-width:479px){
    .fancybox-content{
        padding: 15px !important;
    }
}
.catalog_items {
    display: flex;
    flex-direction: column;
    border: 1px solid #e9e9e9;
    height: 100%;
}
.catalog_items .catalog_items_footer {
  margin-top: auto;
}
.pricecatalog input[type="text"] {
  width: 60px;
}
.card_slider{
    margin-left: -15px;
    margin-right: -15px;
}

.card_slider .slide{
    padding: 0 15px;
}
.small_img img{
    width: 100%;
    height: auto;
}
.product_images .product_image_main img{
    width: 100%;
    height: auto;
}
.small_img .plus{
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.small_img .plus:before {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
}
.small_img .plus:after{
    content: '';
    display: block;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #fff;
}
.small_img{
    position: relative;
}
.card_slider .slick-prev,
.articles_slider .slick-prev {
    width: 47px;
    height: 47px;
    background-color: #f4b30e;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    cursor: pointer;
    transition: .2s all ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    z-index: 10;
    left: -8px;
    opacity: 0.8;
}
.card_slider .slick-prev:hover,
.articles_slider .slick-prev:hover {
    opacity: 1;
}
.card_slider .slick-prev:before,
.articles_slider .slick-prev:before {
    content: '';
    display: block;
    background: url(../img/slider_arrow2.svg) no-repeat center;
    width: 35px;
    height: 35px;
    transition: .2s all ease-out;
}
.card_slider .slick-next,
.articles_slider .slick-next {
    width: 47px;
    height: 47px;
    background-color: #f4b30e;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    cursor: pointer;
    transition: .2s all ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    z-index: 10;
    right: -8px;
    opacity: 0.8;
}
.card_slider .slick-next:hover,
.articles_slider .slick-next:hover {
    opacity: 1;
}
.card_slider .slick-next:before,
.articles_slider .slick-next:before {
    content: '';
    display: block;
    background: url(../img/slider_arrow2.svg) no-repeat center;
    width: 35px;
    height: 35px;
    transition: .2s all ease-out;
    transform: rotate(180deg);
}
.card_slider .slick-dots,
.articles_slider .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
}
.card_slider .slick-dots li,
.articles_slider .slick-dots li{
    list-style: none;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f4b30e;
    margin: 0 5px;
    opacity: 0.7;
}
.card_slider .slick-dots li.slick-active,
.articles_slider .slick-dots li.slick-active{
    opacity: 1;
}
.card_slider .slick-dots li button,
.articles_slider .slick-dots li button{
    display: none;
}
.product_desc .sub_title{
    padding-right: 20px;
}
.more_products .title_lines{
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.more_products .title_lines:before{
    display: none;
}
.more_products .title_lines:after{
    display: none;
}
.title_lines span{
    margin: 0;
    padding-left: 23px;
}
.catalog_items .img_block{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;
}

.viewed{
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumbs ul{
       display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumbs ul{
    padding-left: 0;
}
.breadcrumbs ul li{
    list-style: none;
    color: #55585e;
     font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
}
.breadcrumbs ul li a{
    font-size: 13px;
    line-height: 30px;
    color: #b9b9b9;
    position: relative;
}
.breadcrumbs ul li a:before{
    content: '/';
    display: block;
    color: #b9b9b9;
    position: absolute;
    top: -6px;
    right: -10px;
}
.landing-bread + .container .catalog_sidebar_title h1{
    display: none;
}
.often{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.often a{
    cursor: pointer;
    padding: 5px 14px;
    border: 1px solid #ccc;
    text-align: center;
    color: #111;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: .2s;
    font-size: 13px;
    text-transform: lowercase;
}
.often a:hover{
    color: #fecf2b;
    border: 1px solid #fecf2b;
}
.often__title{
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    font-size: 13px;
    padding: 5px 0px 5px 0;
}
.often__more{
    width: 120px;
    cursor: pointer;
    padding: 6px 14px 4px;
    background: #fecf2b;
    text-align: center;
    color: #111;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: .2s;
    font-size: 13px;
}

.often__more:hover{
    background: #ffdf6e;
}

.static-page ul{
    padding-left: 0;
}
.static-page ul li {
      list-style: none;
      padding-left: 25px;
      background: url(../img/dott10.png) no-repeat 0 3px;
      margin-bottom: 10px;
}
.static-page ol{
    padding-left: 0;
}
.static-page ol li{
    list-style: none;
    margin-bottom: 5px;
}
.static-page a{
    color: #111;
    text-decoration: underline;
}
.static-page .column{
    margin-bottom: 80px;
}
.blockadvice{
      display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
     -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.advice{
    width: 48%;
    border: 1px solid #dcdee0;
    margin-right: 2%;
    padding: 30px 30px 24px 30px;
    margin-bottom: 2%;
    transition: .2s;
}
.advice:hover {
    border: 1px solid #f9c533;
}
.adviceimg{
        position: relative;
    -moz-box-shadow: 0 0 25px 9px #eff2f5;
    -webkit-box-shadow: 0 0 25px 9px #eff2f5;
    box-shadow: 0 0 25px 9px #eff2f5;
}
.adviceimg img{
    width: 100%;
    height: auto;
}
.adviceimgtext {
    background: rgba(255,255,255,.85);
    position: absolute;
    left: 0;
    top: 0;
    padding: 14px 25px;
    min-height: 85px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}
.adviceinfo {
    margin-top: 25px;
}
.adviceinfo p {
    display: inline-block;
    width: calc(100% - 135px);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
}
.adviceinfo a {
    display: inline-block;
    width: 107px;
    background: #e6eaed;
    padding: 20px 18px;
    vertical-align: top;
    margin-left: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #000;
}
.adviceinfo a:hover {
    background: #f9c533;
}
.sovetimg{
    margin-bottom: 30px;
}
.sovetimg img{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.sovimage{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
@media (max-width:991px){
    .adviceimgtext{
        font-size: 14px;
        line-height: 18px;
    }
    .advice{
        width: 49%;
        margin-right: 0;
        padding: 10px;
    }
    .adviceimgtext{
        min-height: inherit;
    }
}
@media (max-width:767px){
    .card_slider{
        margin-left: -7px;
        margin-right: -7px;
    }

    .card_slider .slide{
        padding: 0 7px;
    }
    .card_slider .slick-prev{
        display: none !important;
    }
    .card_slider .slick-next{
        display: none !important;
    }
    .breadcrumb{
          display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
         align-items: flex-start;
    }
    .cart_item .img_block{
        width: 100%;
        text-align: center;
    }
    .cart_item .img_block img{
        width: 100%;
        max-width: 420px;
        height: auto;
        display: inline-block;
    }
    .cart_item .options{
        margin-top: 20px;
    }
    .adviceinfo p{
        width: 100%;
        margin-bottom: 20px;
    }
    .adviceinfo a{
        margin-left: 0;
    }
}
@media (max-width:479px){
    .advice{
        width: 100%;
    }
}
.collection-description-catalog{
    margin-bottom: 50px;
}

@media (max-width:1259px){
    .discount_page .discount_text_item p{
        max-height: 200px;
        overflow: auto;
    }
    .discount_item_large .text_block{
        width: 330px;
        padding-left: 10px;
        height: auto;
        padding-bottom: 15px;
    }
}
@media (max-width:991px){
    .discount_page .discount_text_item p{
        height: auto;
    }
    .discount_item_large .text_block{
        width: 90%;
    }
}
#compare-modal{
    width: 220px;
    position: absolute;
    bottom: 70px;
    left: 0;
    background: #f1f2f6;
    padding-bottom: 15px;
    text-align: center;
    z-index: 8900;
}
.catalog_items label.compare{
    position: relative;
}
#compare-modal p{
    font-size: 15px !important;
}
#compare-modal p:hover{
        color: #55585e;
}
.compare:hover #compare-modal p{
    color: #55585e;
}
#compare-modal a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    border: 0;
    text-decoration: none;
    background: #f9c533;
    border-radius: 3px;
    padding: 8px 30px;
    display: inline-block;
    cursor: pointer;
    width: 180px;
    text-align: center;
    -moz-box-shadow: 0 0 25px 9px #e2eaed;
    -webkit-box-shadow: 0 0 25px 9px #e2eaed;
    box-shadow: 0 0 25px 9px #e2eaed;
}
.product_desc #compare-modal{
    left: inherit;
    right: 50px;
    bottom: inherit;
    top: 0;
}
.discount_page .discount_item_small .discount_text_block{
    padding: 10px;
    height: auto;
    width: auto;
    min-width: 100px;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-transform: inherit;
    font-size: 32px;
    font-weight: 700;
    border-radius: 50%;
}
.product_discount .discount_item_small .discount_text_block{
    padding-left: 10px;
    height: auto;
    min-height: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-transform: inherit;
    font-size: 15px;
}
.discount_item_small .title{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.product_discount .discount_item_small .title{
        padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.fav_container {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: -15px!important;
    margin-right: -15px!important;
}
.fav_container{
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 60px;
}
.fav_container .catalog_items_container{
    padding: 0;
}
@media (max-width:1259px){
   .fav_container .col-md-6{
       flex: 0 0 33.333%  !important;
       max-width: 33.333% !important;
   }
  .fav_container .catalog_items{
      width: 100%; 
   }
}
@media (max-width:991px){
       .fav_container .col-md-6{
       flex: 0 0 50%  !important;
       max-width: 50% !important;
   }
   .often {
       margin-top: 28px;
       margin-bottom: 4px;
   }
}
@media (max-width:579px){
          .fav_container .col-md-6{
       flex: 0 0 100%  !important;
       max-width: 100% !important;
   }
}
.product_desc .sub_title{
    padding-right: 38px;
}
.viewed{
    padding: 0;
}

/* Registration */

.registrationlk {
    border: 1px solid #dcdee0;
    padding: 30px 40px;
    margin-bottom: 100px;
    margin-top: 30px;
}
.registrationlk .captionlk {
    color: #55585e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 24px;
}

.registrationlk .jqselect {
    width: 234px;
}

.registrationlk input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    padding-left: 17px;
    outline: 0;
}

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

.registrationlk .regformminblock_item {
    width: 49%;
    margin-bottom: 15px;
}

.registrationlk .regcity {
    margin-bottom: 20px;
}

.registrationlk .reg_button_container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.registrationlk .regformminblockleft input {
    width: 180px;
    height: 46px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgb(188 102 0 / 34%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    border: none;
    outline: none;
}

.registrationlk .regformminblockleft {
    margin-right: 14px;
}

.registrationlk .socialauth, .registrationlk .regformminblock_small {
    font-size: 13px;
    color: #80868b;
}

.socialauth a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dcdee0;
    text-align: center;
    width: 46px;
    height: 38px;
    margin-right: 19px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 14px;
    transition: .3s ease-out;
}

.socialauth a:hover {
    border: 1px solid #f4b30e;
}
.socialauth img {width:20px;}

.checkbox {
  text-align: left;
  padding-top: 10px;
}

.checkbox label {
  position: relative;
  display: flex;
  cursor: pointer;
}

.checkbox label::before {
  content: '';
  display: inline-block;
  border: 2px solid #f4b30e;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.checkbox label::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #f4b30e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.checkbox.active label::after {
  display: block;
}

.checkbox input {
  display: none;
}

.checkbox span {
  font-size: 13px;
  color: #80868b;
  text-align: left;
  line-height: 23px;
  display: inline-block;
  flex: 1;
  user-select: none;
}


.registrationlk_b2b {
    max-width: 100%;
}

.regformminblock_container_b2b {
    padding-top: 20px;
}

.regformminblock_container_b2b .regformminblock_item {
    width: 100%;
}

.registrationlk_b2b .btn.primary{
    color: #fff;
    border: none;
    width: 280px;
    font-size: 15px;
}

.regformminblock_container_b2b .regfile input{
    border: none;
    padding-left: 0;
    height: 30px;
}

.regformminblock_container_b2b .filetext {
    color: #55585e;
    margin-bottom: 24px;
    font-size: 12px;
}
.regformminblock_container_b2b .regformminblockrightmax {
    color: #55585e;
    margin-bottom: 24px;
    font-size: 12px;
    padding-top: 6px;
}

.registrationlk_b2b .jq-selectbox__select{
    width: 100%;
}
.registrationlk_b2b .b2b_select_container {
    display: flex;
    justify-content: space-between;
}

.registrationlk_b2b .jqselect {
    width: 100%;
}

.registrationlk_b2b .regposition, .registrationlk_b2b .regcity {
    width: 49%;
    margin-bottom: 0;
}

@media only screen and (max-width : 991px) {
    .registrationlk .reg_button_container {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .registrationlk .regformminblockleft {
        margin-right: 0;
    }
    .registrationlk .regformminblockleft input {
        margin-top: 10px;
    }
}

@media only screen and (max-width : 767px) {
    .registrationlk_b2b .regposition, .registrationlk_b2b .regcity {
        width: 100%;
        
    }
    .registrationlk_b2b .regcity {
        margin-bottom: 16px;
    }
    .registrationlk_b2b .b2b_select_container {
        flex-direction: column;
    }
    .registrationlk .regformminblock_item {
        width: 100%;
    }
}

@media only screen and (max-width : 576px) {
    .registrationlk .jqselect {
        width: 100%;
    }
    .registrationlk {
        padding: 30px 20px 20px;
    }
    .checkbox span {
        line-height: 15px;
    }
    .checkbox label::before {
        top: -3px;
    }
    .checkbox label::after {
        top: 1px;
    }
}

/* END Registration */


/* LK */

.authlk_container {
    border: 1px solid #dcdee0;
    padding: 30px 40px;
    margin-bottom: 100px;
    margin-top: 30px;
}

.authlk_container .captionlk {
    color: #55585e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px;
}

.authlk_container .infolk {
    color: #55585e;
    margin-bottom: 24px;
    font-size: 14px;
}

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

.authlk_container .authlk_item {
    width: 49%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.authlk_container input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    padding-left: 17px;
    outline: 0;
}

.authlk_container input[type="submit"]{
    width: 180px;
    height: 46px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgb(188 102 0 / 34%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    border: none;
    outline: none;
}

.authlk_container .repassurl {
    font-size: 13px;
    color: #80868b;
}
.authlk_container .repassurl:hover {
    color: #f4b30e;
}

.authlk_container .socialauth {
    font-size: 13px;
    color: #80868b;
    margin-top: 15px;
}

.socialauth a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dcdee0;
    text-align: center;
    width: 46px;
    height: 38px;
    margin-right: 19px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 14px;
    transition: .3s ease-out;
}

.socialauth a:hover {
    border: 1px solid #f4b30e;
}


.reglk {
    border: 1px solid #dcdee0;
    padding: 30px 40px;
    margin-bottom: 100px;
    margin-top: 30px;
}

.reglk .captionlk {
    color: #55585e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px;
}

.reglk .infolk {
    color: #55585e;
    margin-bottom: 24px;
    font-size: 14px;
}

.reglk .trigreglk{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.reglk .trigreglk_item {
    padding-left: 30px;
    font-size: 15px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 13px;
    width: 50%;
}
.reglk .trigreglk1 {
    background-image: url('../img/authreg1.png');
}
.reglk .trigreglk2 {
    background-image: url('../img/authreg2.png');
}
.reglk .trigreglk3 {
    background-image: url('../img/authreg3.png');
}
.reglk .trigreglk4 {
    background-image: url('../img/authreg4.png');
}


.modalForgotPass {
    max-width: 400px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 100px rgb(117 147 155 / 41%);
    padding: 30px;
    z-index: 60;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: fixed;
}

.modalForgotPass .close_modal {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    line-height: 40px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-weight: 700;
    color: #505050;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s all ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modalForgotPass .close_modal:hover {
    color: #f4b30e;
}

.modalForgotPass .popupcaption {
    color: #55585e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px;
}
.modalForgotPass p {
    font-size: 13px;
    color: #80868b;
    margin: 0;
    margin-bottom: 14px;
}
.modalForgotPass input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    padding-left: 17px;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 14px;
}
.modalForgotPass input[type="submit"] {
    height: 46px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgb(188 102 0 / 34%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    border: none;
    outline: none;
    margin: 0;
}

.flexcompare input[type="submit"] {
    height: 46px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgb(188 102 0 / 34%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    border: none;
    outline: none;
    margin: 14px 13px;
}

.flexcompare .catalog_items .sub_title {
    height: 45px;
    overflow: hidden;
}

.comparetable {
    position: relative;
    margin-bottom: 100px;
}

.comparetableleft {
    position: absolute;
    bottom: -8px;
    z-index: 10;
}

.comparetableleft div{
    color: #55585e;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 40px;
    min-height: 56px;
}

.compareslidernavslideinfo div{
    color: #55585e;
    font-size: 14px;
    padding: 40px 15px 10px;
    min-height: 66px;
}

.compareslidernavslideinfo div:nth-child(even){
    background: #f7f7f9;
}

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

.comparesliderleft .btn {
    margin-right: 14px;
}

.comparesliderleft .btn.secondary {
    background: #bfbfbf;
    border: 0;
    text-shadow: none;
}

@media only screen and (max-width : 1260px) {
   .reglk .trigreglk_item {
       width: 100%;
   } 
}

@media only screen and (max-width : 767px) {
    .authlk_container .authlk_item {
        width: 100%;
    }
    .authlk_container {
        margin-bottom: 60px;
    }
    .authlk_container, .reglk {
        padding: 30px 20px 20px;
    }
    .reglk {
        margin-top: 0;
    }
    .reglk .trigreglk_item {
        font-size: 13px;
    }
}

/* End LK */

/* избранное - всплывашка */

.fixed_line{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 8900;
    -webkit-box-shadow: 0 -5px 15px 3px rgba(0,0,0,0.3);
    box-shadow: 0 -5px 15px 3px rgba(0,0,0,0.3);
    background: #fff;
    padding: 15px 0;
}
.fl_btn{
    background: #f4b30e;
    display: block;
    width: 180px;
    height: 46px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
}
.fl_btn:hover{
    background: #dea20a;
}
.fl_close{
    width: 25px;
    height: 25px;
    background: url("/resources/img/close_modal2.svg") no-repeat center center;
    background-size: 100%;
    margin-left: 30px;
    cursor: pointer;
}
.fl_block{
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:767px){
    .fl_block{
        -webkit-box-pack: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important ;
    }
}

/* избранное - всплывашка */


/* lkcontent */

.lkcontent {
    display: flex;
    margin-bottom: 100px;
}

.lkleft {
    width: 254px;
    background: #f6f6f7;
    float: left;
    flex: 1;
    border: 1px solid #dcdee0;
}

.lkright {
    width: calc(100% - 254px);
    border: 1px solid #dcdee0;
    border-left: 0;
    padding: 20px 30px 20px 30px;
    min-height: 565px;
    display: table-footer-group;
}

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


.lkleft ul li.active {
    background: #fff;
    position: relative;
}

.lkleft ul li {
    border-bottom: 1px solid #dcdee0;
    margin: 0;
}

.lkleft ul li a {
    padding: 14px 30px;
    display: block;
    color: #000;
    text-decoration: none;
}

.minmainlk_container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
}

.minmainlk {
    border: 1px solid #dcdee0;
    min-height: 156px;
    transition: .3s ease-out;
}

.minmainlk:hover {
    background: #f3f3f3;
}

.minmainlk a {
    text-decoration: none;
    padding: 18px 30px 0 30px;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}

.minmainlk div {
    font-size: 18px;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 5px;
    background-position: left center;
    background-repeat: no-repeat;
}

.minmainlk p {
    font-size: 15px;
    color: #afb1b3;
    line-height: 20px;
}

.lkcontent input {
    width: 100%;
    max-width: 280px;
    display: block;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    color: #55585e;
    font-size: 14px;
    font-weight: 400;
    padding-left: 17px;
    outline: 0;
}

.easyformlkleft {
    font-size: 13px;
    color: #80868b;
}

.easyformlk label {
    margin-bottom: 14px;
    display: block;
}

.lkcontent input[type="submit"] {
    width: 100%;
    max-width: 280px;
    height: 46px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgb(188 102 0 / 34%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    border: none;
    outline: none;
    background-color: #f4b30e;
    transition: .3s ease-out;
    cursor: pointer;
    margin-bottom: 14px;
}
.lkcontent input[type="submit"]:hover {
    background-color: #dea20a;
}

.lkcontent .checkbox {
  text-align: left;
  padding-top: 10px;
}

.lkcontent .checkbox label {
  position: relative;
  display: flex;
  cursor: pointer;
}

.lkcontent .checkbox label::before {
  content: '';
  display: inline-block;
  border: 2px solid #f4b30e;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.lkcontent .checkbox label::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #f4b30e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.lkcontent .checkbox.active label::after {
  display: block;
}

.lkcontent .checkbox input {
  display: none;
}

.lkcontent .checkbox span {
  font-size: 13px;
  color: #80868b;
  text-align: left;
  line-height: 23px;
  display: inline-block;
  flex: 1;
  user-select: none;
}

.easyformlkmarginright {
    font-size: 13px;
    color: #80868b;
    
}

.captionlkcontact {
    font-size: 14px;
    color: #80868b;
    font-weight: bold;
    margin-top: 10px;
}

.contactlk {
    font-size: 14px;
    color: #80868b;
}

.maplk{
    margin-top: 20px;
}

.easyformlk_newsletter .checkbox span{
    line-height: 13px;
}
.lkcontent .catalog_items{
    margin-bottom: 20px;
    height: auto;
}
.lkcontent .catalog_items input[type="submit"] {
    height: 46px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgb(188 102 0 / 34%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    border: none;
    outline: none;
    margin: 14px auto;
    width: 100%;
    max-width: 300px;
}
.lkcontent .catalog_items .addcart_favorit form{
    padding: 0 13px;
}

.lkcontent .catalog_items .sub_title {
    height: 36px;
    overflow: hidden;
}

@media only screen and (max-width : 1260px) {
   .minmainlk_container {
        grid-template-columns: repeat(3,1fr);
    }
}
@media only screen and (max-width : 991px) {
    .minmainlk_container {
        grid-template-columns: repeat(2,1fr);
    }
    .lkleft {
        width: 215px;
    }
    .lkright {
        width: calc(100% - 215px);
    }
}

@media only screen and (max-width : 767px) {
    .lkcontent {
        flex-direction: column;
    }
    .lkleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .lkright {
        width: 100%;
        border: 1px solid #dcdee0;
    }
}

@media only screen and (max-width : 576px) {
    .minmainlk_container {
        grid-template-columns: repeat(1,1fr);
    }
}
@media only screen and (max-width : 991px) {
    .navigation{
        padding-left: 0;
    }
    .viewedblock .captionlight{
        padding-left: 0;
    }
    .viewedslider{
        margin-left: -15px;
        margin-right: -15px;
    }
}
/* end lkcontent */


/* history */

.captionlkhistoryblock {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.productcartblock {
    border: 1px solid #dcdee0;
}

.historystatus {
    padding: 18px 30px;
    border-bottom: 1px solid #dcdee0;
    display: flex;
}

.historystatusinfo {
    width: calc(100% - 355px);
}

.historystatus a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    border: 0;
    text-decoration: none;
    background: #f9c533;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    margin-left: 19px;
    transition: .3s ease-out;
}

.historystatus a.delhistory {
    background: #e6ebee;
}

.historystatus a.delhistory:hover {
    opacity: .8;
}

.cartcaptioninfo {
    border-top: 1px solid #dcdee0;
    border-top: 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    background: #f6f6f7;
    padding: 14px 30px 16px 30px;
    display: flex;
    align-items: center;
}

.lkright .cartcaptioninfoproduct {
    width: 403px;
}

.cartcaptioninfoprice {
    width: 142px;
}

.cartcaptioninfocount {
    width: 136px;
}

.productcart {
    border-top: 1px solid #dcdee0;
    padding: 28px 30px 22px 30px;
    display: flex;
    align-items: center;
}

.productcartimg {
    width: 160px;
    margin-right: 25px;
}

.lkright .productcartinfo {
    width: 190px;
    margin-right: 20px;
}

.productcartprice {
    width: 100px;
    margin-right: 40px;
    font-size: 14px;
}

.productcartcount {
    width: 80px;
    margin-right: 37px;
    font-size: 14px;
}

.productcartsumm {
    width: 110px;
    font-size: 14px;
    text-align: right;
}

.totalhistoryprice {
    text-align: right;
    font-size: 16px;
    margin: 15px 0 17px 0;
}

/* end history */


/* mobile_menu_filters */

.mobile_catalog_container {
    display: none;
    justify-content: space-between;
}

.mobile_catalog_button {
    width: 234px;
    height: 30px;
    background-color: #fff;
    font-size: 12px;
    color: #55585e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    position: relative;
    cursor: pointer;
}

.trigger-arrow {
    background: url(../img/select_arrow.svg) no-repeat center;
    width: 15px;
    height: 8px;
    position: absolute;
    right: 11px;
    top: 10px;
}


.mobile_dropdown_level_three {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    padding: 30px;
    padding-bottom: 20px;
    display: none;
    animation: fade .3s ease-out;
}

.menu_dropdown_container {
    display: flex;
}

.menu_dropdown_container .column {
    margin-right: 20px;
}

.mobile_dropdown_menu_title {
    font-weight: 700;
    font-size: 18px;
    min-height: 30px;
    margin-bottom: 15px;
    color: #55585e;
}

.column_menu {
    margin-bottom: 15px;
}

.mobile_dropdown_menu_sub_title {
    font-weight: 700;
    font-size: 14px;
    min-height: 30px;
    color: #55585e;
    text-transform: none;
}

.mobile_dropdown_level_three a {
    padding-left: 0 !important;
    text-transform: none;
}

header .header_bottom .desctop_menu .sub_menu a:hover + .mobile_dropdown_level_three, .mobile_dropdown_level_three:hover {
    display: block;
}

@media (max-width: 991px) {
    .mobile_catalog_container {
        display: flex;
    }
    .catalog_sidebar_container, .menuleftcatalog  {
        width: 270px;
        position: fixed;
        top: 0;
        left: -270px;
        background: #fff;
        z-index: 21;
        height: 100%;
        transition: .2s all ease-out;
        overflow: auto;
    }
    .catalog_sidebar_container.active {
        left: 0;
    }
    .menuleftcatalog.active {
        left: 0;
    }
    .menuleftcatalog.menuleftcatalog-dop {
        padding-top: 40px;
    }
    .menuleftcatalog.menuleftcatalog-dop .urlmenucatalog {
        padding: 0px 0px 10px 0px;
    }
    .menuleftcatalog.menuleftcatalog-dop ul li a {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .mobile_catalog_button {
        flex: 1;
        width: 100%;
    }
    .mobile_catalog_container .select_title{
        width: 67px;
    }
}


/* end mobile_menu_filters */

header .header_bottom .desctop_menu .sub_link_new a{
    padding-left: 44px;
    text-transform: none;
    line-height: 26px;
}

header .header_bottom .desctop_menu .sub_link {
    margin-bottom: 10px;
}

header .header_bottom .desctop_menu .sub_link::after {
    display: none;
}

.header_bottom .desctop_menu .sub_link:hover span {
    color: #55585e;
}
.header_bottom .desctop_menu .sub_link a:hover {
    color: #f4b30e;
}



.dm__catalog_new {
    display: none;
    width: 270px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 20;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-animation: fade .3s ease-out;
    animation: fade .3s ease-out;
}
.dm__catalog_new.active {
    display: block;
}
.dm__catalog_new:before {
    content: '';
    display: block;
    position: absolute;
    width: 96px;
    height: 1px;
    background-color: #f4b30e;
    left: 20px;
    top: -1px;
}

.dm__catalog_new:after {
    content: '';
    display: block;
    position: absolute;
    left: 60px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0;
    border-color: #f4b30e transparent transparent;
}

.dm__catalog_new_item {
    margin-bottom: 10px;
}

.dm__catalog_new_item > a {
    display: block;
    line-height: 30px;
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    padding-left: 30px;
    cursor: pointer;
    height: auto !important;
    transition: .2s all ease-out;
}
.dm__catalog_new_item > a:hover {
    color: #f4b30e;
}


.dm__catalog_new .dm__catalog_new_item_inner > a {
    display: block;
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: .2s all ease-out;
    padding-left: 44px;
    padding-right: 20px;
    line-height: 20px;
    min-height: 26px;
    height: auto !important;
    text-transform: none;
}

/* .dm__catalog_sub_link {
    position: relative;
} */

.dm__catalog_sub_link a{
    display: block;
    color: #55585e;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: .2s all ease-out;
    padding-left: 44px;
    padding-right: 20px;
    line-height: 20px;
    min-height: 26px;
    height: auto !important;
    text-transform: none;
}

.dm__catalog_submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(1410px - 270px);
    height: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: absolute;
    z-index: 20;
    padding: 30px 40px;
    animation: fade .3s ease-out;
}

.dm__catalog_sub_link:hover .dm__catalog_submenu {
    display: block;
}

.dm__catalog_submenu a {
    padding-left: 0;
}

.dm__catalog_submenu_main_container {
    display: flex;
}

.dm__catalog_submenu_main_title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.dm__catalog_sub_column {
    width: 20%;
}


.dm__catalog_sub_title {
    text-transform: none;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.product__slide {
    padding-left: 15px;
    padding-right: 15px;
}

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

.article {
    margin-bottom: 50px;
}

.article__head {
    font-size: 24px;
    color: #55585e;
    line-height: 40px;
    text-transform: uppercase;
    border-left: 1px solid #fecf2b;
    padding-left: 17px;
    font-weight: bold;
    margin-bottom:35px;
}

.contenta {
    border: 1px solid rgba(34, 57, 87, 0.09);
    background-color: #fbfbfb;
    padding: 30px;
    margin-bottom: 50px;
}

.article__block {
    
}

.article__item {
    padding: 15px;
    border: 1px solid rgba(34, 57, 87, 0.09);
    background-color: #fbfbfb;
    margin-bottom: 30px;
    min-height: 500px;
    border-radius: 10px;
}

.article__img {
    padding-bottom: 15px;
}

.article__img img {
    width: 100%;   
}

.article__title {
    color: #55585e;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 120%;
}

.article__desc {
    color: #6f7078;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.article__more {
    text-align: right;
    margin-top: -15px;
}

.article__more a {
    color: #55585e;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fbfbfb;
    padding-left: 10px;
}

@media only screen and (max-width : 1500px) {
    .dm__catalog_submenu {
        width: calc(1170px - 270px);
    }
}

@media only screen and (max-width : 1260px) {
    .dm__catalog_submenu {
        width: calc(930px - 270px);
    }
    .dm__catalog_submenu_main_container {
        flex-wrap: wrap;
    }
    .dm__catalog_sub_column {
        width: 24%;
        margin-right: 1%;
    }
}

@media only screen and (max-width : 991px) {
    
    .dm__catalog_submenu {
        width: calc(690px - 270px);
    }
    .dm__catalog_sub_column {
        width: 49%;
        margin-right: 1%;
    }
}


.media_main_item {
    padding: 15px;
    border: 1px solid rgba(34, 57, 87, 0.09);
    background-color: #fbfbfb;
    margin-bottom: 30px;
    margin-bottom: 30px; 
    /*min-height: 385px;*/
    border-radius: 10px;
}

.media__item {
    padding: 15px;
    border: 1px solid rgba(34, 57, 87, 0.09);
    background-color: #fbfbfb;
    margin-bottom: 30px;
    margin-bottom: 30px; 
    border-radius: 10px;
}

.media__desc {
    color: #6f7078;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    /*border-top: 1px solid #d1d1d1;*/
    
}

.media__more {
    /*text-align: right;
    margin-top: -15px;*/
}

.media__more a {
    color: #2d2d32;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fbfbfb;
    
}

.media__title {
    color: #2d2d32;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 120%;
    text-transform: uppercase;
}

input[name="surname"] {
	display: block;
	width: 2px !important;
	height: 3px !important;
	margin-bottom: -3px !important;;
	opacity: 0.01;
	padding: 0;
}

.payment__item {
    padding: 20px;
    border: 1px solid rgba(34, 57, 87, 0.09);
    background-color: #fbfbfb;
    margin-bottom: 30px;
    font-size: 15px;
    min-height: 180px;
    line-height: 1.3;
}

.media-materials-photos {
    padding-top: 40px;
    margin-bottom: 100px;
}

.media-materials-photos .gallery_item {
    margin-bottom: 30px;
    display: block;
}

.service__item {
    padding: 30px;
    border: 1px solid rgba(34, 57, 87, 0.09);
    background-color: #fbfbfb;
    margin-bottom: 30px;
    margin-bottom: 30px; 
}

.often_search_container {
    margin-bottom: 20px;
}

.often_search_title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    margin-right: 10px;
}

.often_search {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.often_search li a {
    display: block;
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    color: #55585e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: .3s ease-out;
    text-transform: lowercase;
}

.often_search li a.more_button_search_result {
    background: #fecf2b;
    border: 1px solid #fecf2b;
    width: 114px;
    text-align: center;
    justify-content: center;
}
.often_search li a:hover{
    border: 1px solid #fecf2b;
}

@media only screen and (max-width : 991px) {
    .dm-media__item {
        margin-bottom: 30px;
        text-align: center;
    }
    .often_search_container {
        margin-bottom: 0;
    }
}

@media only screen and (max-width : 768px) {
    .often_search_title {
        width: 100%;
    }
    .media-materials-photos {
        text-align: center;
    }
    .dm__catalog_submenu {
        position: relative;
        left: 0;
        display: none;
        padding: 0;
        width: 100%;
    }
    .dm__catalog_submenu_main_title {
        display: none;
    }
    .dm__catalog_submenu_main_container {
        display: block;
    }
    .dm__catalog_sub_column {
        width: 100%;
    }
    .dm__catalog_sub_title {
        padding: 0 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .mobile_accordeon_btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 28px;
        height: 28px;
        /* background: #e3e3e3; 
        border-left: 1px solid #bdbdbd;*/
    }
    .mobile_accordeon_btn:before {
        content: '';
        display: block;
        position: absolute;
        background: url(../img/select_arrow.svg) no-repeat center;
        width: 15px;
        height: 8px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: .2s;
    }
    .mobile_accordeon_btn.active:before {
        transform: rotate(180deg);
    }
    .dm__catalog_sub_link {
        position: relative;
    }
    .dm__catalog_sub_link:hover .dm__catalog_submenu {
        display: none;
    }
    .mobile_menu .mobile_menu_items .mobile_dropdown_level_two a {
        min-height: 28px;
        padding-left: 75px;
    }
    .dm__catalog_sub_link > a {
        padding-left: 40px !important;
    }
    
    .dm__catalog_sub_container .dm__catalog_sub_title,
    .dm__catalog_sub_container .dm__catalog_sub_title{
        padding-left: 50px;
    }
    
    header {
        padding-top: 14px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 3;
        background: #fff;
        left: 0;
    }
    
    /* .page_wp {
        padding-top: 130px;
    } */
}

.product_list_image {position:relative;overflow:hidden;}
.product_list_image img {width:100%;height: auto;position:absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}

.filter_item.disabled {
    display: none!important;
}
.catalog_sidebar_radio.not-active {
    display: none;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 19;
}


.instruction_brands_Item__item {
    display: inline-block;
    margin-bottom: 30px;
}

.seo_col__item {
    margin-bottom: 30px;
    margin-bottom: 35px; 
}

.seo_col__img {
    padding-bottom: 10px;
}

.seo_col__img img {
    width: 100%;
    border-radius: 10px;
}

.seo_col__title {
    color: #55585e;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 120%;
    text-transform: uppercase;
    margin-left: 5px;
}

.seo_col__desc {
    color: #6f7078;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.discount_item_head {
    height: 270px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
    display: block;
    z-index: 1
}


@media only screen and (max-width : 768px) {
    body::before {
        content: '';
        display: block;
        width: 100%;
        height: 150px;
    }
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
}

.article_image {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.instalation_row {
    border-bottom: 1px solid #d1d1d1;
    font-size: 15px;
    line-height: 2.0;
}

.text_form_conact {
    color: #6f7078;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 547px;
    text-align: justify;
    
}

.price_item {
    color: #727272;
    font-size: 14px;
    padding-bottom: 5px;
}

.tltp {
    display: inline-block;
    margin-left: 5px;
    margin-top: 0;
    vertical-align: top;
}

.tltp svg {
    width: 15px;
    height: 15px;
}


.TooltipTrigger {
    position: relative;
}

.TooltipTrigger:hover .Tooltips p.OnRight {
    opacity: 1;
    visibility: visible;
    z-index:22;
}


.Tooltips {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.Tooltips:hover p {
  visibility: visible;
  opacity: 1;
}
.Tooltips:hover p.OnTop {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.Tooltips:hover p.OnBottom {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.Tooltips:hover p.OnLeft {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.Tooltips:hover p.OnRight {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.Tooltips p {
  min-width: 100px;
  opacity: 0;
  display: inline-block;
  visibility: hidden;
  position: absolute;
  text-align: left;
  width: auto;
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  padding: 10px;
  border-radius: 3px;
  white-space: normal;
  box-shadow: 0 9px 46px 0 rgba(0,0,0,.06), 0 5px 15px 0 rgba(0,0,0,.12);
  transition: all 0.2s ease-out;
  padding: 16px 20px;
  width: 580px;
}
.Tooltips p.OnTop {
  top: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
}
.Tooltips p.OnTop:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -8px;
  margin-left: -8px;
  left: 50%;
}
.Tooltips p.OnBottom {
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
}
.Tooltips p.OnBottom:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  margin-left: -8px;
  left: 50%;
}
.Tooltips p.OnLeft {
  left: -15px;
  top: -15px;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
}
.Tooltips p.OnLeft:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  margin-top: -8px;
  right: -8px;
}
.Tooltips p.OnRight {
  right: -15px;
  top: -15px;
  color: #55585e;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.Tooltips p.OnRight:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  margin-top: -8px;
  left: -8px;
  
}

.header_top_phone {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .Tooltips {
        position: fixed;
        top: auto;
        transform: translate(0, 100%);
         width: 90vw;
    }
    .TooltipTrigger:hover .Tooltips {transform: translate(0, 0);}
    
    .Tooltips p.OnRight {
        position: relative;
        right: 0;
        top: 0;
        margin: 0;
        transform: translate(0, 0);
        width:100%;
       
    }
    .Tooltips:hover p.OnRight {
        transform: translate(0, 0);
    }
}

.btn_promt {
    margin-top: 30px;
    color: blue;
    line-height: 40px;
}

/* cookie policy message */
.cookie-message {
    position: fixed;
    z-index: 2147483647;
    right: 20px;
    left: 20px;
    margin: 0 auto;
    bottom: 30px;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25)!important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25)!important;
}
@media (max-width: 767px) {
    .cookie-message {
        bottom: 15px;
    }
}
.cookie-message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    line-height: 1.2;
    grid-gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 499px) {
    .cookie-message-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.cookie-message-text {
    font-size: 14px;
}
.cookie-message-text a {
    font-size: 14px;
    transition: all 0.2s ease;
    color: #1f1919;
    text-decoration: underline;
}
.cookie-message-text a:hover {
    text-decoration: none;
}
/* /. cookie policy message */


/*-- для статей --*/
.article-meta {
    margin:-24px 0 24px 0; 
    float: right
}

/*-- Фильтры статей --*/
.filters,
.filters fieldset {
    -moz-column-gap: 1.25rem;
    column-gap: 0.9rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
    overflow: auto;
    row-gap: 0.5rem;
}
@media (min-width: 768px) {
    .filters,
    .filters fieldset {
        flex-wrap: wrap;
        overflow: hidden;
    }
}
.filters,
.filters fieldset {
    scrollbar-color: transparent transparent !important;
    scrollbar-width: thin !important;
}
.filter__item {
    cursor: pointer;
    position: relative;
}
.filter__item span {
    border-radius: 8px;
    border: 1px solid rgb(34 57 87 / 7%);
    white-space: nowrap;
    background-color: #fbfbfb;
    font-weight: 300;
    line-height: 1;
    padding: 0.25rem 0.525rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 13px;
    position: relative;
}

@media (hover: hover) {
    .filter__item span:hover {
        background-color: #fecf2b;
        color:#55585e;
    }
    .filter__item span:focus {
        background-color: #fecf2b;
        color:#55585e;
    }
}
.filter__item input[type="checkbox"] {
    display: block;
    height: 0;
    opacity: 0;
    width: 0;
    z-index: -10;
}
.filter__item input[type="checkbox"]:checked + span {
    background-color: #fecf2b;
    color:#55585e;
    padding-right: 1.75rem;
}

.filter__item input[type="checkbox"]:checked + span::after {
    content: "×";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #55585e;
    line-height: 1;
}

.main__slovar {
    background-color: #d7d3c9;
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 14px;
}

/*-- для картинок статей --*/

.article-inline-img{
  width: 100%;
  margin: 18px 0;
}

.article-inline-img__img{
  display: block;
  width: 100%;
  height: auto;
}

.article-inline-img__caption{
  font-size: 13px;
  line-height: 1.35;
  color: #777;
  margin-top: 8px;
}
