

/* Start:/local/templates/proporcelain/css/bootstrap.css?1564379020179179*/
/*!
 * Bootstrap v4.1.3 (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 progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

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

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

body {
    font: 400 1rem/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background: #fff;
    margin: 0;
    color: #212529;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0!important;
}

address,
hr {
    margin-bottom: 1rem;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0;
}

dl,
ol,
p,
ul {
    margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    font-style: normal;
    line-height: inherit;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote,
figure {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    background: 0 0;
    color: #007bff;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font: 1em SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    display: block;
    font-size: 87.5%;
    color: #212529;
}

img,
svg {
    vertical-align: middle;
}

img {
    border-style: none;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
    /*font: inherit/inherit inherit;*/
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none!important;
}

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

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

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

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

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

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

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

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

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

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

.display-3,
.display-4 {
    font-size: 4.5rem;
}

.display-4 {
    font-size: 3.5rem;
}

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

.mark,
mark {
    background: #fcf8e3;
    padding: .2em;
}

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

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

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

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

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

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

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

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    background: #fff;
    padding: .25rem;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code,
kbd {
    font-size: 87.5%;
}

code {
    /*word-break: break-word;*/
    color: #e83e8c;
}

a>code,
pre code {
    color: inherit;
}

kbd {
    background: #212529;
    padding: .2rem .4rem;
    color: #fff;
    border-radius: .2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre code {
    font-size: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

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

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

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

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

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

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

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card>hr,
.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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

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

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

.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

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

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

.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

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

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

.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1,
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

    .col-sm-3,
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-sm-7,
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

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

    .col-sm-10,
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1,
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

    .col-md-3,
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .col-md-5,
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-md-7,
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

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

    .col-md-10,
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1,
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .col-lg-5,
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-lg-7,
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

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

    .col-lg-10,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1,
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

    .col-xl-3,
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .col-xl-5,
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-xl-7,
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

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

    .col-xl-10,
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-xl-11,
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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:1580px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-xxl-1,
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

    .col-xxl-3,
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

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

    .col-xxl-5,
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-xxl-7,
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

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

    .col-xxl-10,
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

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

    .col-xxl-11,
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
    }
}

.table {
    background: 0 0;
    width: 100%;
    margin-bottom: 1rem;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background: #fff;
}

.table-sm td,
.table-sm th {
    padding: .3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th,
.table-dark.table-bordered {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
    background: rgba(0,0,0,.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background: #b8daff;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background: #d6d8db;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background: #c8cbcf;
}

.table-success,
.table-success>td,
.table-success>th {
    background: #c3e6cb;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background: #b1dfbb;
}

.table-info,
.table-info>td,
.table-info>th {
    background: #bee5eb;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background: #abdde5;
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background: #ffeeba;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background: #ffe8a1;
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background: #f5c6cb;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background: #f1b0b7;
}

.table-light,
.table-light>td,
.table-light>th {
    background: #fdfdfe;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background: #ececf6;
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background: #c6c8ca;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background: rgba(0,0,0,.075);
}

.table .thead-dark th {
    background: #212529;
    color: #fff;
    border-color: #32383e;
}

.table .thead-light th {
    background: #e9ecef;
    color: #495057;
    border-color: #dee2e6;
}

.table-dark {
    background: #212529;
    color: #fff;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255,255,255,.05);
}

.table-dark.table-hover tbody tr:hover {
    background: rgba(255,255,255,.075);
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

@media (max-width:1579.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xxl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    background: #fff;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background: 0 0;
    border: 0;
}

.form-control:focus {
    background: #fff;
    color: #495057;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    background: #fff;
    color: #495057;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    background: 0 0;
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    background: rgba(40,167,69,.9);
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    border-radius: .25rem;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745;
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background: #71dd8a;
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label::after,
.was-validated .custom-file-input:valid~.custom-file-label::after {
    border-color: inherit;
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    background: rgba(220,53,69,.9);
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    border-radius: .25rem;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background: #efa2a9;
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label::after,
.was-validated .custom-file-input:invalid~.custom-file-label::after {
    border-color: inherit;
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

@media (min-width:576px) {
    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.btn-primary:hover {
    background: #0069d9;
    color: #fff;
    border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #0062cc;
    color: #fff;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-secondary {
    background: #6c757d;
    color: #fff;
    border-color: #6c757d;
}

.btn-secondary:hover {
    background: #5a6268;
    color: #fff;
    border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background: #6c757d;
    color: #fff;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background: #545b62;
    color: #fff;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-success {
    background: #28a745;
    color: #fff;
    border-color: #28a745;
}

.btn-success:hover {
    background: #218838;
    color: #fff;
    border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-success.disabled,
.btn-success:disabled {
    background: #28a745;
    color: #fff;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background: #1e7e34;
    color: #fff;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-info {
    background: #17a2b8;
    color: #fff;
    border-color: #17a2b8;
}

.btn-info:hover {
    background: #138496;
    color: #fff;
    border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-info.disabled,
.btn-info:disabled {
    background: #17a2b8;
    color: #fff;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background: #117a8b;
    color: #fff;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-warning {
    background: #ffc107;
    color: #212529;
    border-color: #ffc107;
}

.btn-warning:hover {
    background: #e0a800;
    color: #212529;
    border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    background: #ffc107;
    color: #212529;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background: #d39e00;
    color: #212529;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-danger {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.btn-danger:hover {
    background: #c82333;
    color: #fff;
    border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background: #bd2130;
    color: #fff;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-light {
    background: #f8f9fa;
    color: #212529;
    border-color: #f8f9fa;
}

.btn-light:hover {
    background: #e2e6ea;
    color: #212529;
    border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-light.disabled,
.btn-light:disabled {
    background: #f8f9fa;
    color: #212529;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background: #dae0e5;
    color: #212529;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-dark {
    background: #343a40;
    color: #fff;
    border-color: #343a40;
}

.btn-dark:hover {
    background: #23272b;
    color: #fff;
    border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    background: #343a40;
    color: #fff;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background: #1d2124;
    color: #fff;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-outline-primary {
    background: 0 0;
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background: 0 0;
    color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-outline-secondary {
    background: 0 0;
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    background: #6c757d;
    color: #fff;
    border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background: 0 0;
    color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background: #6c757d;
    color: #fff;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-outline-success {
    background: 0 0;
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    background: #28a745;
    color: #fff;
    border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background: 0 0;
    color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    background: #28a745;
    color: #fff;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-info {
    background: 0 0;
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    background: #17a2b8;
    color: #fff;
    border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background: 0 0;
    color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    background: #17a2b8;
    color: #fff;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-warning {
    background: 0 0;
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    background: #ffc107;
    color: #212529;
    border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background: 0 0;
    color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    background: #ffc107;
    color: #212529;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-danger {
    background: 0 0;
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background: 0 0;
    color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-light {
    background: 0 0;
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    background: #f8f9fa;
    color: #212529;
    border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background: 0 0;
    color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    background: #f8f9fa;
    color: #212529;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-outline-dark {
    background: 0 0;
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    background: #343a40;
    color: #fff;
    border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background: 0 0;
    color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background: #343a40;
    color: #fff;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-link {
    background: 0 0;
    font-weight: 400;
    color: #007bff;
}

.btn-link:hover {
    background: 0 0;
    color: #0056b3;
    text-decoration: underline;
    border-color: transparent;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: .5rem;
}

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

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    background: 0 0;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #f8f9fa;
    color: #16181b;
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #007bff;
    color: #fff;
    text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background: 0 0;
    color: #6c757d;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after,
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-append,
.input-group-prepend,
.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px;
}

.input-group-text {
    background: #e9ecef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    background: #007bff;
    color: #fff;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-control-input:active~.custom-control-label::before {
    background: #b3d7ff;
    color: #fff;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label::before {
    background: #dee2e6;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #007bff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background: rgba(0,123,255,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background: rgba(0,123,255,.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #007bff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background: rgba(0,123,255,.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(128,189,255,.5);
    box-shadow: 0 0 0 .2rem rgba(128,189,255,.5);
}

.custom-select:focus::-ms-value {
    background: #fff;
    color: #495057;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    background: 0 0;
    height: auto;
    padding-right: .75rem;
}

.custom-select:disabled {
    background: #e9ecef;
    color: #6c757d;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-lg,
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%;
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px);
}

.custom-file {
    display: inline-block;
    margin-bottom: 0;
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #80bdff;
}

.custom-file-input:disabled~.custom-file-label {
    background: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label,
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
}

.custom-file-label {
    background: #fff;
    left: 0;
    height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
    z-index: 1;
    border-radius: .25rem;
}

.custom-file-label::after {
    background: #e9ecef;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    content: "Browse";
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

.custom-range {
    background: 0 0;
    width: 100%;
    padding-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    background: #007bff;
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    background: #dee2e6;
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    background: #007bff;
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background: #b3d7ff;
}

.custom-range::-moz-range-track {
    background: #dee2e6;
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    background: #007bff;
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background: #b3d7ff;
}

.custom-range::-ms-track {
    background: 0 0;
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    border-color: transparent;
    border-width: .5rem;
}

.custom-range::-ms-fill-lower {
    background: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    background: #dee2e6;
    margin-right: 15px;
    border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    background: 0 0;
    color: #6c757d;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #fff;
    color: #495057;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #007bff;
    color: #fff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

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

.navbar {
    position: relative;
    padding: .5rem 1rem;
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    background: 0 0;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (max-width:1579.98px) {
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1580px) {
    .navbar-expand-xxl,
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand,
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.card{background:#fff;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background:rgba(0,0,0,.03);padding:.75rem 1.25rem;margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{background:rgba(0,0,0,.03);padding:.75rem 1.25rem;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb,.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;border-radius:.25rem}.breadcrumb{background:#e9ecef;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{padding-left:0}.page-link{background:#fff;position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;border:1px solid #dee2e6}.page-link:hover{background:#e9ecef;z-index:2;color:#0056b3;text-decoration:none;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{background:#007bff;z-index:1;color:#fff;border-color:#007bff}.page-item.disabled .page-link{background:#fff;color:#6c757d;pointer-events:none;cursor:auto;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{background:#007bff;color:#fff}.badge-primary[href]:focus,.badge-primary[href]:hover{background:#0062cc;color:#fff;text-decoration:none}.badge-secondary{background:#6c757d;color:#fff}.badge-secondary[href]:focus,.badge-secondary[href]:hover{background:#545b62;color:#fff;text-decoration:none}.badge-success{background:#28a745;color:#fff}.badge-success[href]:focus,.badge-success[href]:hover{background:#1e7e34;color:#fff;text-decoration:none}.badge-info{background:#17a2b8;color:#fff}.badge-info[href]:focus,.badge-info[href]:hover{background:#117a8b;color:#fff;text-decoration:none}.badge-warning{background:#ffc107;color:#212529}.badge-warning[href]:focus,.badge-warning[href]:hover{background:#d39e00;color:#212529;text-decoration:none}.badge-danger{background:#dc3545;color:#fff}.badge-danger[href]:focus,.badge-danger[href]:hover{background:#bd2130;color:#fff;text-decoration:none}.badge-light{background:#f8f9fa;color:#212529}.badge-light[href]:focus,.badge-light[href]:hover{background:#dae0e5;color:#212529;text-decoration:none}.badge-dark{background:#343a40;color:#fff}.badge-dark[href]:focus,.badge-dark[href]:hover{background:#1d2124;color:#fff;text-decoration:none}.jumbotron{background:#e9ecef;padding:2rem 1rem;margin-bottom:2rem;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{background:#cce5ff;color:#004085;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{background:#e2e3e5;color:#383d41;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{background:#d4edda;color:#155724;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{background:#d1ecf1;color:#0c5460;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{background:#fff3cd;color:#856404;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{background:#f8d7da;color:#721c24;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{background:#fefefe;color:#818182;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{background:#d6d8d9;color:#1b1e21;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.progress,.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex}.progress{background:#e9ecef;height:1rem;overflow:hidden;font-size:.75rem;border-radius:.25rem}.progress-bar{background:#007bff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}}/*.progress-bar-striped{background:linear-gradient(45deg,rgba(255,255,255,.15) 25% 0 0/1rem 1rem,transparent 25% 0 0/1rem 1rem,transparent 50% 0 0/1rem 1rem,rgba(255,255,255,.15) 50% 0 0/1rem 1rem,rgba(255,255,255,.15) 75% 0 0/1rem 1rem,transparent 75% 0 0/1rem 1rem,transparent) 0 0/1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}*/.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{background:#f8f9fa;color:#495057;text-decoration:none}.list-group-item-action:active{background:#e9ecef;color:#212529}.list-group-item{background:#fff;position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{background:#fff;color:#6c757d}.list-group-item.active{background:#007bff;z-index:2;color:#fff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{background:#b8daff;color:#004085}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background:#9fcdff;color:#004085}.list-group-item-primary.list-group-item-action.active{background:#004085;color:#fff;border-color:#004085}.list-group-item-secondary{background:#d6d8db;color:#383d41}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background:#c8cbcf;color:#383d41}.list-group-item-secondary.list-group-item-action.active{background:#383d41;color:#fff;border-color:#383d41}.list-group-item-success{background:#c3e6cb;color:#155724}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background:#b1dfbb;color:#155724}.list-group-item-success.list-group-item-action.active{background:#155724;color:#fff;border-color:#155724}.list-group-item-info{background:#bee5eb;color:#0c5460}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background:#abdde5;color:#0c5460}.list-group-item-info.list-group-item-action.active{background:#0c5460;color:#fff;border-color:#0c5460}.list-group-item-warning{background:#ffeeba;color:#856404}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background:#ffe8a1;color:#856404}.list-group-item-warning.list-group-item-action.active{background:#856404;color:#fff;border-color:#856404}.list-group-item-danger{background:#f5c6cb;color:#721c24}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background:#f1b0b7;color:#721c24}.list-group-item-danger.list-group-item-action.active{background:#721c24;color:#fff;border-color:#721c24}.list-group-item-light{background:#fdfdfe;color:#818182}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background:#ececf6;color:#818182}.list-group-item-light.list-group-item-action.active{background:#818182;color:#fff;border-color:#818182}.list-group-item-dark{background:#c6c8ca;color:#1b1e21}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background:#b9bbbe;color:#1b1e21}.list-group-item-dark.list-group-item-action.active{background:#1b1e21;color:#fff;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{background:0 0;padding:0;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-content,.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex}.modal-dialog-centered{-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem*2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem*2));content:""}.modal-content{background:#fff;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{background:#000;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem*2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem*2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip,.tooltip .arrow{position:absolute;display:block}.tooltip{font:400 .875rem/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";z-index:1070;margin:0;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{background:#000;max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;border-radius:.25rem}.popover,.popover .arrow{position:absolute;display:block}.popover{font:400 .875rem/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";background:#fff;top:0;left:0;z-index:1060;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;word-wrap:break-word;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px)*-1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px)*-1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{background:#f7f7f7;padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel,.carousel-inner{position:relative}.carousel-inner{width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;-webkit-transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-property:opacity;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{background:rgba(255,255,255,.5);position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer}.carousel-indicators li::after,.carousel-indicators li::before{position:absolute;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::before{top:-10px}.carousel-indicators li::after{bottom:-10px}.carousel-indicators .active{background:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background:#0062cc!important}.bg-secondary{background:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background:#545b62!important}.bg-success{background:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background:#1e7e34!important}.bg-info{background:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background:#117a8b!important}.bg-warning{background:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background:#d39e00!important}.bg-danger{background:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background:#bd2130!important}.bg-light{background:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background:#dae0e5!important}.bg-dark{background:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background:#1d2124!important}.bg-white{background:#fff!important}.bg-transparent{background:0 0!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{clear:both}.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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1580px){.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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.clearfix::after,.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-column,.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-column,.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-column-reverse,.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-column,.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-column-reverse,.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-column,.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-column-reverse,.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-column,.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-column-reverse,.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1580px){.flex-xxl-column,.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-column-reverse,.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xxl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1580px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-top{top:0}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.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:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.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:1580px){.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}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1580px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{background:0 0;font:0/0 a;color:transparent;text-shadow:none;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")";
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             }

    pre {
        white-space: pre-wrap!important;
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
    }

    thead {
        display: table-header-group;
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container,
    body {
        min-width: 992px!important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table td,
    .table th {
        background-color: #fff!important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
/* End */


/* Start:/local/templates/proporcelain/css/swiper.min.css?156437902019777*/
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/proporcelain/css/jquery.fancybox.min.css?156437902013841*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);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-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;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;-webkit-transform:translateZ(0);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:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--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-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:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-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{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--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:transparent;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}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.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;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.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;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.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:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(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;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.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-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{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;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:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.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:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .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 (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/proporcelain/css/jquery-ui.css?156437902035412*/
/*! jQuery UI - v1.12.1 - 2018-11-25
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    background: #ddd;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/local/templates/proporcelain/css/img/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("/local/templates/proporcelain/css/img/ui-icons_444444_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/local/templates/proporcelain/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/local/templates/proporcelain/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/local/templates/proporcelain/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("/local/templates/proporcelain/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/proporcelain/css/additional.css?15643790209194*/
.catalog-filter-label {
    cursor: pointer;
}
.catalog-filter-label.bx-active .catalog-filter-img::before {
    border: 3px solid #f9690e;
}
.catalog-filter-label.disabled,
.catalog-filter-container.disabled {
    opacity: 0.4;
}
.catalog-filter-surfaces-characteristics-list-item {
    display: none;
}
.catalog-filter-surfaces-characteristics-list-item.bx-active {
    display: block;
}
.catalog-filter-button:hover,
.catalog-filter-button:focus {
    color: #fff;
    text-decoration: none;
}
a.detail-action {
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
}
.layout-item-content .layout-item-thumb-compare,
.layout-item-content .layout-item-thumb-compare:hover,
.layout-item-content .layout-item-thumb-compare:focus {
    background: transparent;
}
.layout-item-content .layout-item-thumb-compare:after {
    content: url(/local/templates/proporcelain/css/../img/icons/arrow-double-active.svg);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.layout-item-content .layout-item-thumb-compare label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.layout-item-content .layout-item-thumb-compare label input[type="checkbox"] {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.layout-item-content .layout-item-thumb-compare i {
    display: block;
    width: 100%;
    height: 100%;
    background: center / 20px 20px url(/local/templates/proporcelain/css/../img/icons/arrow-double.svg) no-repeat rgba(0,0,0,0.2);
}
.layout-item-content .layout-item-thumb-compare label:hover i {
    background-color: rgba(0,0,0,0.4);
}
.layout-item-content .layout-item-thumb-compare label input[type="checkbox"]:checked ~ i {
    background-image: url(/local/templates/proporcelain/css/../img/icons/arrow-double-active.svg);
    background-color: rgba(255,255,255,0.5);
}
.layout-item-content .layout-item-thumb-like > i:before {
    content: url(/local/templates/proporcelain/css/../img/icons/heart-active.svg);
    display: none;
}
.layout-item-content .layout-item-thumb-like.in-favor,
.layout-item-content .layout-item-thumb-like.in-favor:hover {
    background-color: rgba(255,255,255,0.5);
}
.layout-item-content .layout-item-thumb-like.in-favor > i {
    background-image: url(/local/templates/proporcelain/css/../img/icons/heart-active.svg);
}
.fancybox-container .popup-content {
    max-height: none;
}
.fancybox-container .popup-content-image {
    margin: 0 0 20px 0;
}
.fancybox-container .popup-content-image img {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
}
.fancybox-container .popup-content-message {
    margin: 0 0 20px 0;
    font-size: 16px;
    text-align: center;
}
.popup-content-buttons {
    margin: 35px 0 0 0;
    text-align: center;
}
.popup-content-buttons a {
    display: inline-block;
    padding: 12px 27px;
    font-size: 14px;
    font-family: "Merriweather","Times New Roman","Times",serif;
    color: #fff;
    text-transform: uppercase;
    background: #f9690e;
    border: 3px solid #5b5b5b;
    border-radius: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.popup-content-buttons a:hover,
.popup-content-buttons a:focus {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
}
.card-grid-swiper {
    position: relative;
}
label.notallowed {
    opacity: 0.35;
}
.card-hidden {
    visibility: hidden;
    pointer-events: none;
}
.card-grid-buy-options-buy-button.not-available {
    height: 110px;
    margin: 0 0 14px 0;
    line-height: 102px;
    color: #333;
    background: #fff;
    border: 3px solid #5b5b5b;
    pointer-events: none;
}
.card-grid-buy-options-buy-button.not-available:hover,
.card-grid-buy-options-buy-button.not-available:focus {
    color: #333;
    background: #fff;
    box-shadow: none;
}
.card-compare-checkbox {
    right: 40px;
}
.card-compare-checkbox::before {
    content: url(/local/templates/proporcelain/css/../img/icons/arrow-double-active.svg);
    display: none;
}
.card-compare-checkbox input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.card-compare-checkbox i {
    display: block;
    width: 100%;
    height: 100%;
    background: center / 24px 24px url(/local/templates/proporcelain/css/../img/icons/arrow-double-black.svg) no-repeat;
}
.card-compare-checkbox input[type="checkbox"]:checked ~ i {
    background-image: url(/local/templates/proporcelain/css/../img/icons/arrow-double-active.svg);
}
.card-grid-info-icon-like::before {
    content: url(/local/templates/proporcelain/css/../img/icons/heart-active.svg);
    display: none;
}
.card-grid-info-icon-like.in-favor {
    background-image: url(/local/templates/proporcelain/css/../img/icons/heart-active.svg);
}
.card-discount-percent {
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: -15px;
    width: 60px;
    height: 60px;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #f42c2c;
    border-radius: 50%;
}
.card-calculator-inputs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 0 30px 0;
}
.card-calculator-input {
    width: 100px;
}
.card-calculator-inputs-description {
    margin: 0 0 4px 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.card-calculator-input input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    text-align: center;
    border: 2px solid #f1f1f1;
}
.popup-content-form-button {
    cursor: pointer;
}
.system-auth-container {
    max-width: 930px;
}
.standart-form > :first-child {
    margin-top: 0;
}
.standart-form input[type="text"],
.standart-form input[type="number"],
.standart-form input[type="password"],
.standart-form textarea {
    height: 48px;
    width: 100%;
    margin: 0 0 14px;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    border: 2px solid #f1f1f1;
    outline: none;
}
.standart-form textarea {
    height: 154px;
    resize: none;
}
.standart-form-checkbox {
    display: block;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 12px;
    cursor: pointer;
    color: #333;
    font-size: 15px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.standart-form-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
    overflow: hidden;
    visibility: hidden;
}
.standart-form-checkmark {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
}
.standart-form-checkbox input[type="checkbox"]:checked ~ .standart-form-checkmark {
    background-color: #f9690e;
    border: 2px solid #5b5b5b;
}
.standart-form-submit {
    min-width: 120px;
    height: 48px;
    padding: 13px 15px;
    margin: 24px 0 12px 0;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    text-align: center;
    background: #f9690e;
    border: 2px solid #333;
    cursor: pointer;
    -webkit-transition: all .1s;
    transition: all .1s;
}
.standart-form-submit:focus,
.standart-form-submit:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
}
.city-choice-input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.city-choice-input::-ms-expand {
    display: none;
}
.buy .active .buy-place-name {
    color: #f9690e;
    text-decoration: none;
}
.map-container-scroll {
    z-index: 10;
}

.search-page-form {
    position: relative;
    max-width: 480px;
    height: 48px;
    margin: 0 0 30px 0;
    font-size: 14px;
    color: #999;
}
.search-page-form-input {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 48px;
    padding: 12px 50px 13px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #f1f1f1;
    border-radius: 0;
    font-size: 14px;
    color: #999;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}
.search-page-form-input:focus {
    outline: #f9690e auto 1px;
    outline-offset: 1px;
}
.search-page-form-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    padding: 0;
    margin: 0 0 0 -48px;
    background: center/15px 15px url(../icon/header-icon-search.svg) no-repeat;
    cursor: pointer;
    border: 3px solid #f1f1f1;
    border-radius: 0;
}
.search-page-form-button:focus {
    outline: #f9690e auto 1px;
}
.search-page-button:hover {
    background: center/15px 15px url(../icon/header-icon-search.svg) no-repeat,#f8f8f8;
}

.side-menu a.active {
    text-decoration: none;
    color: #f9690e;
    background: #f1f1f1;
}

.contacts-scheme-image img {
    display: block;
    max-width: 100%;
}
.contacts-ya-map {
    height: 100%;
}
.contacts-ya-map div {
    height: 100%;
}
@media (max-width: 991px) {
    .contacts-scheme-image {
        margin: 0 0 30px 0;
    }
    .contacts-ya-map {
        height: 460px;
    }
}
/* End */

/* Start:/local/templates/proporcelain/components/bitrix/system.auth.form/top-auth/style.css?1564379020471*/
.top-logout-button {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    background: center / 30px 30px url(/icon/exit.svg) no-repeat;
}
.top-logout-button:after {
    content: url(/icon/exit-hover.svg);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.top-logout-button:hover,
.top-logout-button:focus {
    background-image: url(/icon/exit-hover.svg);
}
/* End */


/* Start:/local/templates/proporcelain/components/bitrix/search.title/header-search/style.css?15643790203966*/
.bx-searchtitle {
    margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}
.bx-searchtitle .bx-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    border-right: none;
    border-radius: 2px 0 0 2px;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
    /* Fix of input shadow for IOS browsers. */
    background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    border: none;
    background: #95a1a8;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding:6px 12px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
    background: #1484CE;
}


div.title-search-result {
    border:1px solid #c6c6c6;
    display:none;
    overflow:hidden;
    z-index:999;
    min-width: 370px;
    margin-top:-3px;
    background-color: #FFF;
}

div.title-search-fader {
    display:none;
    background-image: url('/local/templates/proporcelain/components/bitrix/search.title/header-search/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position:absolute;
}

p.title-search-preview {
    font-size:12px;
}
div.title-search-result td.title-search-price span {
    font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
    background: #fafafa;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.bx_searche .bx_item_block{
    min-height: 65px;
    position: relative
}
.bx_searche .bx_image{
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
    /*float: left;*/
    padding-left: 10px;
    margin-left: 70px;
}
.bx_searche .bx_item_element hr{
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
    margin-top: 10px;
    display: inline-block;
    color: #4788cb;
    font-size: 13px;
    text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
    font-weight:bold;
    font-size:13px;
}
.bx_searche .bx_price .old{
    font-weight:normal;
    text-decoration: line-through;
    color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
    margin-top: 0;
}
/* End */


/* Start:/local/templates/proporcelain/components/bitrix/sale.basket.basket.line/header-cart/style.css?15643790204401*/
.bx-basket { }

.bx-basket-block {
    position: relative;
    padding-bottom: 5px;
    padding-left: 20px;
    white-space: nowrap;
    font-size: 12px;
}

.bx-basket-block > .fa {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
    .bx-basket-fixed {
        position: fixed;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        width: 200px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    }

    .bx-basket-fixed.top { top: 10px }

    .bx-basket-fixed.right { right: 10px }

    .bx-basket-fixed.bottom { bottom: 10px }

    .bx-basket-fixed.left { left: 10px }

    .bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
    .bx-basket-fixed {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    }

    .bx-basket-item-list { display: none; }

    /*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.bx-closed .bx-basket-item-list {
    overflow: hidden;
    height: 20px;
}

.bx-basket-item-list-action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    padding: 3px 0;
    height: 20px;
    background: #f7f7f7;
    color: #4f4f4f;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}

.bx-basket-item-list-button-container {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    padding: 10px 0;
    border-top: 1px solid #f7f7f7;
    background: #fff;
    text-align: center;
}

.bx-basket-item-list-container {
    overflow-y: auto;
    max-height: 100%
}

.bx-basket-item-list-item {
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.bx-basket-item-list-item-status {
    margin: 0 10px 20px;
    padding: 3px;
    border-radius: 3px;
    background: #ebebeb;
    text-align: center;
    white-space: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

.bx-basket-item-list-item-img {
    position: relative;
    padding-bottom: 5px;
    text-align: center;
}

.bx-basket-item-list-item-img img {
    max-width: 90px;
    height: auto;
    border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
    font-size: 13px;
    line-height: 16px;
}

.bx-basket-item-list-item-remove {
    position: absolute;
    top: -7px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: .5;
    cursor: pointer;
    transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    content: '';
    transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
    padding-bottom: 5px;
    font-size: 12px;
}

.bx-basket-item-list-item-price {
    display: inline-block;
    margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
    display: inline-block;
    margin-right: 5px;
    color: #b0b0b0;
    text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/proporcelain/components/bitrix/search.title/dropdown-search/style.css?15643790203966*/
.bx-searchtitle {
    margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}
.bx-searchtitle .bx-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    border-right: none;
    border-radius: 2px 0 0 2px;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
    /* Fix of input shadow for IOS browsers. */
    background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    border: none;
    background: #95a1a8;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding:6px 12px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
    background: #1484CE;
}


div.title-search-result {
    border:1px solid #c6c6c6;
    display:none;
    overflow:hidden;
    z-index:999;
    min-width: 370px;
    margin-top:-3px;
    background-color: #FFF;
}

div.title-search-fader {
    display:none;
    background-image: url('/local/templates/proporcelain/components/bitrix/search.title/dropdown-search/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position:absolute;
}

p.title-search-preview {
    font-size:12px;
}
div.title-search-result td.title-search-price span {
    font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
    background: #fafafa;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.bx_searche .bx_item_block{
    min-height: 65px;
    position: relative
}
.bx_searche .bx_image{
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
    /*float: left;*/
    padding-left: 10px;
    margin-left: 70px;
}
.bx_searche .bx_item_element hr{
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
    margin-top: 10px;
    display: inline-block;
    color: #4788cb;
    font-size: 13px;
    text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
    font-weight:bold;
    font-size:13px;
}
.bx_searche .bx_price .old{
    font-weight:normal;
    text-decoration: line-through;
    color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
    margin-top: 0;
}
/* End */


/* Start:/local/templates/proporcelain/components/bitrix/sender.subscribe/footer-subscribe/style.css?15643790204802*/
.bx-subscribe {
    margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}
.bx-subscribe-desc {
    color: #aaa;
    font-size: 12px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
    position: relative;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #F8FAFC;
    border: 1px solid #D5DADC;
    border-radius: 2px;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
    /* Fix of input shadow for IOS browsers. */
    background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
    cursor: pointer;
    text-align: center;
    background: #70bb18;
    border: none;
    color: #fff;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 30px;
    height: 40px;
    padding: 5px 60px 5px 20px;
    vertical-align: middle;
    outline: none;
    -webkit-transition: width 5s linear;
    -moz-transition: width 5s linear;
    -ms-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
}
.btn-subscribe:hover {
    background: #7ec629;
}
.btn-subscribe:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background-color: #5b9f0b;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
    display: block;
}
.btn-subscribe.send {
    padding: 5px 40px;
    -webkit-animation-name: MeilSend;
    animation-name: MeilSend;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    outline: none;
    color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
    width: 0;
    background-position: 100px 50%;
    -webkit-animation-name: MeilSendButton;
    animation-name: MeilSendButton;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
    padding: 40px;
    color: #35414E;
}

.bx_subscribe_checkbox_container {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 3px;
    vertical-align: middle;
    color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
    font-weight: 100;
    font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */


/* Start:/local/templates/proporcelain/components/bitrix/main.userconsent.request/custom/user_consent.min.css?15643790193280*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 30px 0;font:normal 18px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{padding:5px 10px;width:100%;height:130px;border:1px solid #999;background:#fff;box-sizing:border-box;outline:0;-moz-appearance:none}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{cursor:pointer;color:#333;font-size:13px;line-height:15px}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text{height:240px}}
/* End */


/* Start:/local/templates/proporcelain/styles.css?1564379019609*/
.responsive-table {
    max-width: 100%;
    margin: 0 0 20px;
    overflow-x: auto;
}
img.left-image,
img.right-image {
    display: block;
    max-width: 100%;
    margin: 0 0 20px;
}
@media screen and (min-width:768px) {
    img.left-image,
    img.right-image {
        display: block;
        float: left;
        max-width: calc(50% - 30px);
        margin: 0 30px 25px 0;
    }
    img.right-image {
        float: right;
        margin: 0 0 25px 30px;
    }
    .responsive-table table tr td,
    .responsive-table table tr th,
    .text-page table tr td,
    .text-page table tr th {
        padding: 24px 22px;
        font-size: 16px;
        line-height: 22px;
    }
}
/* End */


/* Start:/local/templates/proporcelain/template_styles.css?1564379019141139*/
/* cyrillic-ext */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-cSZMZ-Y.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-eCZMZ-Y.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-cyZMZ-Y.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-ciZMZ-Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Museo Sans Cyrl 500";
    src: url(../fonts/MuseoSansCyrl-500.eot);
    src: local("MuseoSansCyrl-500"),url(../fonts/MuseoSansCyrl-500.eot) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-500.woff) format("woff"),url(../fonts/MuseoSansCyrl-500.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Cyrl 300";
    src: url(../fonts/MuseoSansCyrl-300Italic.eot);
    src: local("MuseoSansCyrl-300Italic"),url(../fonts/MuseoSansCyrl-300Italic.eot) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-300Italic.woff) format("woff"),url(../fonts/MuseoSansCyrl-300Italic.ttf) format("truetype");
    font-display: swap;
    font-weight: 300;
    font-style: italic;
}

/*@font-face {
	font-family: "Museo Sans Cyrl 500";
	src: url(/local/templates/proporcelain/fonts/MuseoSansCyrl-500Italic.eot);
	src: local("MuseoSansCyrl-500Italic"),url(/local/templates/proporcelain/fonts/MuseoSansCyrl-500Italic.eot) format("embedded-opentype"),url(/local/templates/proporcelain/fonts/MuseoSansCyrl-500Italic.woff) format("woff"),url(/local/templates/proporcelain/fonts/MuseoSansCyrl-500Italic.ttf) format("truetype");
	font-display: swap;
	font-weight: 400;
	font-style: italic;
}*/

@font-face {
    font-family: "Museo Sans Cyrl 900";
    src: url(../fonts/MuseoSansCyrl-900.eot);
    src: local("MuseoSansCyrl-900"),url(../fonts/MuseoSansCyrl-900.eot) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-900.woff) format("woff"),url(../fonts/MuseoSansCyrl-900.ttf) format("truetype");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Cyrl 700";
    src: url(../fonts/MuseoSansCyrl-700.eot);
    src: local("MuseoSansCyrl-700"),url(../fonts/MuseoSansCyrl-700.eot) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-700.woff) format("woff"),url(../fonts/MuseoSansCyrl-700.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Cyrl 700";
    src: url(../fonts/MuseoSansCyrl-700Italic.eot);
    src: local("MuseoSansCyrl-700Italic"),url(../fonts/MuseoSansCyrl-700Italic.eot) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-700Italic.woff) format("woff"),url(../fonts/MuseoSansCyrl-700Italic.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Museo Sans Cyrl 300";
    src: url(../fonts/MuseoSansCyrl-300.eot);
    src: local("MuseoSansCyrl-300"),url(../fonts/MuseoSansCyrl-300.eot) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-300.woff) format("woff"),url(../fonts/MuseoSansCyrl-300.ttf) format("truetype");
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Cyrl 100";
    src: url(../fonts/MuseoSansCyrl-100.eot);
    src: local("MuseoSansCyrl-100"),url(../fonts/MuseoSansCyrl-100.eot) format("embedded-opentype"),url(../fonts/MuseoSansCyrl-100.woff) format("woff"),url(../fonts/MuseoSansCyrl-100.ttf) format("truetype");
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}

/*@font-face {
	font-family: "Museo Sans Cyrl 100";
	src: url(/local/templates/proporcelain/fonts/MuseoSansCyrl-100Italic.eot);
	src: local("MuseoSansCyrl-100Italic"),url(/local/templates/proporcelain/fonts/MuseoSansCyrl-100Italic.eot) format("embedded-opentype"),url(/local/templates/proporcelain/fonts/MuseoSansCyrl-100Italic.woff) format("woff"),url(/local/templates/proporcelain/fonts/MuseoSansCyrl-100Italic.ttf) format("truetype");
	font-display: swap;
	font-weight: 300;
	font-style: italic;
}*/

/*@font-face {
	font-family: "Museo Sans Cyrl 900";
	src: url(/local/templates/proporcelain/fonts/MuseoSansCyrl-900Italic.eot);
	src: local("Museo Sans Cyrl 900 Italic"), local("MuseoSansCyrl-900Italic"),url(/local/templates/proporcelain/fonts/MuseoSansCyrl-900Italic.eot) format("embedded-opentype"),url(/local/templates/proporcelain/fonts/MuseoSansCyrl-900Italic.woff) format("woff"),url(/local/templates/proporcelain/fonts/MuseoSansCyrl-900Italic.ttf) format("truetype");
	font-display: swap;
	font-weight: 700;
	font-style: italic;
}*/



body {
    font-family: "Museo Sans Cyrl-300","Helvetica","Arial",sans-serif;
}
body,
.delete-margin {
    margin: 0;
}

main {
    margin: 0 0 80px;
}

p {
    margin: 0 0 30px;
    color: #333;
    font-size: 15px;
}

.page-h1,
.page-p,
p {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.page-h1 {
    text-transform: uppercase;
    margin: 0 0 35px;
    color: #999;
    font-size: 34px;
}

.page-p {
    margin: 0 0 30px;
    color: #333;
    font-size: 15px;
}

.header-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-page h1 {
    margin-right: 10px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

@media screen and (max-width:575px) {
    .page-h1 {
        font-size: 25px;
        line-height: 32px;
    }
}

.site-header {
    height: 257px;
}

.top-nav {
    background: #f8f8f8;
}

.top-nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-nav-list>li {
    display: inline-block;
    margin: 8px 0;
    vertical-align: middle;
}

.top-nav-list>li:not(:last-child) {
    margin-right: 40px;
}

.top-nav-list>li>a {
    font-family: "Merriweather","Times New Roman","Times",serif;
    text-decoration: none;
    line-height: 100%;
    font-size: 12px;
    color: #666;
}

.hot-line-tel>span,
.top-nav-list>li>a:hover {
    color: #f9690e;
}

.middle-line {
    height: 153px;
    background: #fff;
    z-index: 150;
}

.middle-line-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    -webkit-box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
}

.middle-line-burger-menu {
    display: block;
    height: 28px;
    width: 28px;
    padding: 6px 0;
    margin: 0 15px 0 0;
    background: center url(../images/burger-menu.svg) no-repeat;
    cursor: pointer;
}

.middle-line-burger-menu-close {
    background: center url(../images/close.svg) no-repeat;
    background-size: 18px;
}

.logo {
    display: inline-block;
}

.logo-link {
    display: table-cell;
    width: 260px;
    height: 153px;
    vertical-align: middle;
}

.logo-link-scrolled {
    height: 64px;
}

.logo-img {
    width: 100%;
}

.description {
    margin: 0 0 0 60px;
}

.description-text {
    display: table-cell;
    height: 153px;
    vertical-align: middle;
    font-family: "Museo Sans Cyrl","Helvetica","Arial",sans-serif;
    font-weight: bold;
    color: #4c4c4c;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
}

@media screen and (max-width:1579px) {
    .description-text {
        font-size: 12px;
    }
}

.description-text span {
    color: #EC691F;
}

.search-form {
    position: relative;
    top: -14px;
    width: 380px;
    height: 48px;
    font-size: 14px;
    color: #999;
}

.search-form-scrolled {
    top: 0;
    width: 48px;
}

.search-form-opened {
    width: 350px;
}

.search-form-icon {
    position: absolute;
    left: 0;
    height: 48px;
    width: 48px;
    padding: 0;
    background: center/15px 15px url(../icon/header-icon-search.svg) no-repeat;
    border: 3px solid #f1f1f1;
    cursor: pointer;
}

.search-form-icon-scrolled {
    border: 0;
    background-size: 30px 30px;
}

.search-form-icon-opened {
    padding: 0 15px;
    border: 0;
    background: center/15px 15px url(../images/close.svg) no-repeat;
    background-size: 18px 18px;
}

.search-form-input {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 12px 50px 13px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1.5px solid #C4C4C4;
    border-radius: 24px;
    font-size: 13px;
    color: #808080;
    font-family: "Museo Sans Cyrl 250","Helvetica","Arial",sans-serif;
}

.search-form-input-opened {
    left: 48px;
    width: calc(100% - 48px);
}

.search-form-input:focus {
    /*outline: #f9690e auto 1px;
	outline-offset: 1px;*/
    outline: 0px;
}

.search-form-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    padding: 0;
    margin: 0 0 0 -48px;
    background: center/15px 15px url(../icon/header-icon-search.svg) no-repeat;
    cursor: pointer;
    border: none;
    /*border: 3px solid #f1f1f1;
	border-radius: 0;*/
}

.search-form-button:focus {
    /*outline: #f9690e auto 1px;*/
    outline: 0px;
}

/*.search-form-button:hover {
	background: center/15px 15px url(../icon/header-icon-search.svg) no-repeat,#f8f8f8;
}*/

.hot-line {
    display: inline-block;
    margin: 38px 0 38px 130px;
}

.hot-line-scrolled {
    margin: 0 0 0 14px;
}

.hot-line-tel {
    display: inline-block;
    font-size: 26px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    vertical-align: middle;
    color: #5b5b5b;
}
.hot-line-tel img {
    max-width: 226px;
}
.hot-line-tel:hover {
    text-decoration: none;
    color: #5b5b5b;
}

.hot-line-tel-scrolled {
    height: 64px;
    margin: 0 65px 0 0;
    line-height: 64px;
}

.hot-line-text {
    font-size: 14px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    color: #333;
}

.shopping-basket {
    display: inline-block;
    position: absolute;
    top: 175px;
    right: 240px;
    height: 40px;
    width: 40px;
    background: center url(../icon/header-icon-chart.svg) no-repeat;
    text-decoration: none;
}

.top-menu-phone {
    display: inline-block;
    position: absolute;
    top: 167px;
    right: 15px;
    background: none;
    font-size: 12px;
}

.top-menu-separator {
    display: inline-block;
    position: absolute;
    top: 177px;
    right: 208px;
    width: 5px;
    /*background: center url(../icon/header-icon-separator.svg) no-repeat;*/
    background: none;
    font-size: 12px;
}

.top-menu-phone p {
    color: #FFFFFF;
    font-size: 12px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

/*.top-menu-phone span {
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-weight: bold;
    font-size: 20px;
}*/

.top-menu-phone-scrolled,
.top-menu-separator-scrolled {
    display: none;
}

.hot-line-scrolled .shopping-basket {
    background: center url(../images/shopping-basket.svg) no-repeat;
}

@media screen and (max-width:991px) {
    .shopping-basket {
        background: center url(../images/shopping-basket.svg) no-repeat;
    }
    .top-menu-phone {
        display: none;
    }
    .top-menu-separator {
        display: none;
    }
}

.shopping-basket>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.shopping-basket-scrolled {
    top: 12px;
    right: 15px;
}

.shopping-basket-count {
    position: absolute;
    top: -5px;
    left: 25px;
    min-width: 21px;
    padding: 1px;
    border-radius: 10px;
    background-color: #f9690e;
    font-size: 14px;
    font-family: "Museo Sans Cyrl 600","Helvetica","Arial",sans-serif;
    text-align: center;
    color: #fff;
}

.shopping-basket-count-scrolled,
.shopping-basket-scrolled .shopping-basket-count {
    background: #5b5b5b;
    color: #fff;
}

.bottom-nav {
    background-color: #343434;
    padding: 28px 0;
}

.bottom-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-nav-list-item {
    position: relative;
    margin: 0 63px 0 60px;
}

/*.bottom-nav-list-item:not(:last-child)::after {
	position: absolute;
	top: 4px;
	right: -60px;
	content: "";
	width: 3px;
	height: 16px;
	background-color: #6f6f6f;
}*/

.bottom-nav-list-item:first-child {
    margin: 0 63px 0 0;
}

.bottom-nav-list-item:last-child {
    margin: 0 0 0 60px;
}

.bottom-nav-list-item-link {
    color: #fff;
    font-size: 16px;
    font-family: "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
    /*text-transform: uppercase;*/
    text-decoration: none;
}

.bottom-nav-list-item-link:hover,
.nav-list-scrolled a:hover {
    color: #f9690e;
    text-decoration: none;
}

.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
}

.nav-list-scrolled {
    display: table-cell;
    height: 64px;
    margin: 0;
    vertical-align: middle;
    list-style: none;
}

.nav-list-scrolled li,
.nav-list-scrolled-wrapper {
    display: inline-block;
}

.nav-list-scrolled li:not(:last-child) {
    padding: 0 40px 0 0;
}

.nav-list-scrolled a {
    color: #333;
    font-size: 14px;
    font-family: "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.dropdown {
    position: fixed;
    top: 64px;
    left: -100%;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    z-index: 4;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.dropdown-opened {
    left: 0;
    overflow: auto;
}

.dropdown-list,
.dropdown-wrapper {
    padding: 20px 0 0;
    background: #fff;
}

.dropdown-list {
    min-height: 334px;
    padding: 20px 0;
    margin: 0;
    list-style: none;
}

.dropdown-list>li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.dropdown-list-link {
    display: block;
    position: relative;
    padding: 15px 0 15px 25px;
    color: #333;
    font-size: 15px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    text-decoration: none;
}

.dropdown-list-link:hover {
    color: #333;
    font-weight: 900;
    background: #f8f8f8;
    text-decoration: none;
}

.dropdown-list .dropdown-list {
    padding: 10px 0 20px;
}

.dropdown-list .dropdown-list .dropdown-list-link {
    padding: 20px 0;
}

.dropdown-submenu {
    position: absolute;
    top: 18px;
    left: -140%;
    width: 100%;
    z-index: 4;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.dropdown-submenu-opened {
    left: 0;
    height: calc(100% - 18px);
    overflow: visible;
}

.dropdown .search-form-input {
    width: 100%;
}

.hot-line-tel-dropdown-wrapper {
    padding: 15px 0 15px 15px;
    background: #f8f8f8;
}

.hot-line-tel-dropdown-wrapper a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    text-indent: 0;
    overflow: visible;
    background: 0 0;
}

.hot-line-tel-dropdown-wrapper a span {
    display: inline;
}

.isparent::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
    background: url(../images/arrow-left.svg);
    background-size: 14px;
    content: "";
}

.overflow-hidden {
    overflow: hidden;
}

.previous {
    display: block;
    position: relative;
    width: 100%;
    margin: 5px 0 0;
    color: #333;
    font-size: 15px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    text-decoration: none;
}

.previous:focus,
.previous:hover {
    color: #333;
    text-decoration: none;
}

.previous:focus>.back,
.previous:hover>.back {
    color: #333;
}

.previous::after {
    display: block;
    position: absolute;
    top: 2px;
    right: 5px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/arrow-left.svg);
    background-size: 14px;
    content: "";
}

.back {
    display: block;
    width: 100%;
    margin: 15px 0 0;
    color: #999;
    font-size: 15px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.hot-line-tel-scrolled {
    width: 50px;
    height: 64px;
    text-indent: -1000px;
    overflow: hidden;
    background: center url(../images/phone.svg) no-repeat;
    background-size: 48px 48px;
}

@media screen and (max-width:1579px) {
    .description {
        /*max-width: 200px;*/
        max-width: 260px;
        margin: 0 0 0 10px;
    }

    .search-form {
        width: 300px;
    }

    .search-form-scrolled {
        width: 48px;
        margin: 0 -8px 0 0;
    }

    .search-form-opened {
        width: 350px;
    }

    .hot-line {
        margin: 38px 0 38px 10px;
    }

    .hot-line-scrolled {
        margin: 0 0 0 20px;
    }



    .nav-list-scrolled>li:not(:last-child) {
        padding: 0 30px 0 0;
    }
}

@media screen and (max-width:1199px) {
    .search-form {
        width: 48px;
    }

    .search-form-opened {
        width: 350px;
    }

    .bottom-nav-list-item {
        margin: 0 33px 0 30px;
    }

    .bottom-nav-list-item:first-child {
        margin: 0 33px 0 0;
    }

    .bottom-nav-list-item:last-child {
        margin: 0 0 0 30px;
    }

    .bottom-nav-list-item:not(:last-child)::after {
        right: -30px;
    }

    .dropdown {
        top: 64px;
    }
}

@media screen and (max-width:991px) {
    .site-header {
        height: 64px;
    }

    .middle-line {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 64px;
        -webkit-box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
        box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    }

    .middle-line-burger-menu {
        margin: 20px 20px 20px 0;
    }

    .logo {
        margin: 0;
    }

    .logo-link {
        height: 64px;
        width: 190px;
    }

    .search-form {
        top: 0;
        width: 32px;
        padding: 0;
    }

    .search-form-scrolled {
        margin: 0;
    }

    .search-form-dropdown {
        width: 100%;
        padding: 0;
        margin: 0 0 4px;
    }

    .search-form-icon {
        width: 40px;
        height: 48px;
        background: center/15px 15px url(/icon/search-mobile.svg) no-repeat;
        background-size: 30px 30px;
        border: 0;
    }

    .search-form-icon-scrolled {
        margin: 0;
    }

    .hot-line {
        margin: 0 0 0 20px;
    }

    .hot-line-tel {
        width: 50px;
        height: 64px;
        margin: 0 65px 0 0;
        text-indent: -10000px;
        background: center url(../images/phone.svg) no-repeat;
        background-size: 48px 48px;
    }

    .hot-line-tel>span {
        display: none;
    }

    .shopping-basket {
        top: 12px;
        right: 14px;
    }

    .shopping-basket-count {
        background: #5b5b5b;
        color: #fff;
    }
}

@media screen and (max-width:575px) {
    .middle-line,
    .site-header {
        height: 48px;
    }

    .middle-line-burger-menu {
        margin: 10px 20px 10px 0;
    }

    .logo-link {
        height: 48px;
        width: 170px;
    }

    .hot-line {
        margin: 5px 0 0;
    }

    .hot-line-tel {
        display: none;
    }

    .shopping-basket {
        top: 7px;
        width: 32px;
        height: 32px;
        margin: 0;
    }

    .shopping-basket-count {
        top: 16px;
    }

    .dropdown {
        top: 48px;
    }
}

.subscribtion {
    padding: 20px 0;
    background: #777 -webkit-gradient(linear,left top,right top,from(#616161),to(#97a7a6));
    background: #777 linear-gradient(to right,#616161 0%,#97a7a6 100%);
}

.subscribtion-heading-icon {
    display: inline-block;
    height: 31px;
    width: 31px;
    margin: 0 15px 0 0;
    background: center url(../images/mail.svg) no-repeat;
    background-size: 31px 31px;
}

.subscribtion-heading-text {
    color: #fff;
    font-size: 17px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.subscribtion-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 662px;
    flex-basis: 662px;
}

.subscribtion-form-button,
.subscribtion-form-input {
    font-size: 14px;
    border: 3px solid #f8f8f8;
    border-radius: 0;
}

.subscribtion-form-input {
    height: 48px;
    margin: 0 14px 0 60px;
    min-width: 195px;
    -ms-flex-preferred-size: 430px;
    flex-basis: 430px;
    padding: 0 0 0 30px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    color: #999;
}

.subscribtion-form-button {
    padding: 10px 20px;
    font-family: "Merriweather","Times New Roman","Times",serif;
    text-transform: uppercase;
    color: #f8f8f8;
    background: 0 0;
}

.subscribtion-form-button:hover {
    border-color: #fff;
    background-color: #f9690e;
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
}

.footer {
    background: #343434;
}

.footer-content {
    padding: 60px 0 0;
}

.footer-content-column-heading {
    padding-bottom: 18px;
    font-size: 14px;
    font-family: "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
    text-transform: uppercase;
    color: #f8f8f8;
}

.footer-content-column-separator {
    height: 1px;
    /*width: 200px;*/
    margin: 20px 0 10px 0;
    background: #595959;
}

.footer-content-column-list {
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
}

.footer-content-column-list-item {
    padding: 0 0 22px;
}

.footer-content-column-list-item-logo {
    padding: 0 0 34px;
}

.footer-content-column-list-item-link {
    font-size: 14px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    text-decoration: none;
    color: #C6C6C6;
}

.after-social-footer-content .footer-content-column-list-item-link {
    font-family: "Museo Sans Cyrl 600","Helvetica","Arial",sans-serif;
    font-size: 16px;
    line-height: 30px;
}

.after-social-footer-content .footer-content-column-list-item-link img {
    padding-right: 10px;
}

.footer-content-column-list-item-link-qn {
    float: right;
}

@media screen and (max-width:1579px) {
    .footer-content-column-list-item-link-qn {
        float: left;
        padding-top: 20px;
    }
}

.footer-content-column-list-item-link:hover {
    color: #fff;
    text-decoration: none;
}

.footer-content-column-links {
    padding: 23px 0 0px;
}

.footer-content-column-links-icon {
    display: inline-block;
    margin: 0 8px 0 0;
    /*border: 3px solid #5b5b5b;*/
    background-position: center;
    background-repeat: no-repeat;
}

.footer-content-column-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-around;
}
.footer-content-column-links li {
    display: inline-block;
    /*padding: 18px 11px;*/
}

.footer-content-column-links-icon:hover {
    border-color: #f9690e;
}

.footer-copyright {
    padding: 0 0 30px 0;
}

.footer-copyright-developers,
.footer-copyright-info {
    display: block;
    font-size: 14px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    color: #999;
    text-decoration: none;
}

.footer-copyright-developers-link {
    color: #999;
}

.footer-copyright-developers-link:hover {
    color: #fff;
    text-decoration: none;
}

.socials {
    height: 32px;
    width: 32px;
    /*border-radius: 50%;
	background-size: 15px 15px;*/
}

.payment {
    height: 32px;
    width: 42px;
    background-size: 30px 30px;
}

.separator {
    height: 3px;
    background: #5b5b5b;
}

.gradient {
    background: -webkit-gradient(linear,left top,right top,from(#fe8c00),color-stop(47%,#fb6100),to(#f83600));
    background: linear-gradient(to right,#fe8c00 0%,#fb6100 47%,#f83600 100%);
}

@media screen and (max-width:991px) {
    .subscribtion-heading {
        padding: 25px 0 32px;
    }

    .subscribtion-form {
        padding: 0 0 25px;
    }

    .subscribtion-form-input {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 14px 0 0;
    }
}

@media screen and (max-width:576px) {
    .subscribtion {
        padding: 50px 0;
    }

    .subscribtion-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .subscribtion-form-input {
        margin: 0;
    }

    .subscribtion-form-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 13px 0 0;
    }
}

.site-breadcrumbs {
    padding: 30px 0 40px;
}

.site-breadcrumbs-item {
    display: inline-block;
    margin: 0 8px 0 0;
    color: #999;
}

.site-breadcrumbs-item>a,
.site-breadcrumbs-item>span {
    display: inline-block;
    font-family: "Museo Sans Cyrl","Helvetica","Arial",sans-serif;
    font-size: 14px;
}

.site-breadcrumbs-item>a {
    margin: 0 8px 0 0;
    line-height: 200%;
    color: #999;
}

.site-breadcrumbs-item>span {
    font-weight: 900;
    color: #f9690e;
}

.catalog-filter {
    padding: 20px 65px 35px;
    margin: 0 0 40px;
    background: #f8f8f8;
}

.catalog-filter-closed {
    height: 64px;
    padding: 20px;
    overflow: hidden;
}

.catalog-filter-heading {
    display: inline-block;
    width: 100%;
    margin: 0 0 40px;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    cursor: pointer;
}

.catalog-filter-heading>span {
    position: relative;
}

.catalog-filter-heading>span::after {
    content: url(/icon/up.svg);
    display: inline-block;
    position: absolute;
    top: 0;
    width: 12px;
    margin: 0 0 0 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.catalog-filter-heading-closed>span::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-filter-part {
    margin: 0 60px 60px 0;
}

.catalog-filter-part-name {
    display: block;
    margin: 0 0 25px;
    color: #333;
    font-size: 15px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.catalog-filter-surfaces {
    margin: 0 0 4px;
}

.catalog-filter-surfaces-characteristics-list {
    padding: 0;
    margin: 15px 0 40px;
    list-style: none;
}

.catalog-filter-surfaces-characteristics-list-item {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    counter-increment: step-counter;
}

.catalog-filter-surfaces-characteristics-list-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: 9px 0 0;
    background: #f9690e;
    border-radius: 50%;
}

.catalog-filter-sizes {
    -webkit-column-count: 3;
    column-count: 3;
}

.catalog-filter-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.catalog-filter-label {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 10px 3px 0;
}

.catalog-filter-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.catalog-filter-img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #e0e0e0;
}

.catalog-filter-img-new::after {
    content: url(/local/templates/proporcelain/img/icons/new.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 3;
}

.catalog-filter-checkbox:checked+.catalog-filter-img::before {
    border: 3px solid #f9690e;
}

.catalog-filter-checkbox:checked+.catalog-filter-checkmark {
    background-color: #f9690e;
    border: 2px solid #5b5b5b;
}

.catalog-filter-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 0 0 35px;
    margin: 0 0 12px;
    cursor: pointer;
    color: #333;
    font-size: 15px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-filter-container:hover~.catalog-filter-checkmark {
    background-color: #5b5b5b;
}

.catalog-filter-checkmark {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
}

.catalog-filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-filter-button {
    padding: 12px 27px;
    border: 3px solid #5b5b5b;
    border-radius: 0;
    font-family: "Merriweather","Times New Roman","Times",serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.catalog-filter-button-submit {
    margin: 0 7px 0 0;
    background-color: #f9690e;
}

.catalog-filter-button-submit:focus,
.catalog-filter-button-submit:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
}

.catalog-filter-button-reset {
    margin: 0 0 0 7px;
    background-color: #5b5b5b;
}

.catalog-filter-button-reset:focus,
.catalog-filter-button-reset:hover {
    border: 3px solid #333;
}

@media screen and (max-width:1579px) {
    .catalog-filter-part {
        margin: 0 0 40px;
    }

    .catalog-filter-sizes {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width:991px) {
    .catalog-filter-part {
        margin: 0 0 20px;
    }
}

@media screen and (max-width:575px) {
    .catalog-filter {
        padding: 20px 15px;
        margin: 0 -15px 40px;
    }
}

@media screen and (max-width:320px) {
    .catalog-filter-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .catalog-filter-button {
        width: 100%;
        margin: 10px 0;
    }
}

.site-pagination {
    width: 100%;
    padding: 0 0 40px;
    text-align: right;
}
.nav-table .site-pagination {
    margin: 40px 0 0 0;
    padding: 0;
}

.site-pagination ul {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    list-style: none;
}

.site-pagination ul li {
    display: inline-block;
    vertical-align: middle;
}

.site-pagination ul li a,
.site-pagination ul li span {
    display: block;
    width: 32px;
    height: 32px;
    color: #999;
    font-size: 14px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    border: 2px solid #f1f1f1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.basket-items-table table thead tr,
.site-pagination ul li a:hover,
.site-pagination ul li afocus,
.site-pagination ul li span:hover,
.site-pagination ul li spanfocus {
    background-color: #f8f8f8;
}

.site-pagination ul li span {
    font-weight: 900;
}

.popup-content,
.site-pagination-arrow {
    position: relative;
}

.site-pagination-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border: 3px solid;
}

.site-pagination-prev::after {
    left: 50%;
    margin: -3px 0 0 -2px;
    border-width: 0 0 1px 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site-pagination-next::after {
    right: 50%;
    margin: -3px -2px 0 0;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-content {
    display: none;
    max-width: 650px;
    padding: 70px 80px;
    margin: 30px;
    background: #fff;
    overflow-y: auto;
    z-index: 151;
}

.popup-content-heading {
    display: block;
    margin: 0 0 35px;
    color: #333;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}
.popup-content-description {
    margin: 0 0 35px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.popup-content-form {
    padding: 0;
    margin: 0;
}

.popup-content-form-input {
    height: 48px;
    padding: 15px;
    border: 2px solid #f1f1f1;
    color: #999;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.popup-content-form-button,
.popup-content-form-input,
.popup-content-form-textarea {
    width: 100%;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 24px;
}
.popup-content-form-input::-moz-placeholder,
.popup-content-form-textarea::-moz-placeholder {
    opacity: 1.0;
}

.popup-content-form-textarea {
    min-height: 48px;
    padding: 10px 15px 15px;
    resize: none;
    height: 154px;
    border: 2px solid #f1f1f1;
    color: #999;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}
.popup-content-form .file-line {
    margin: 0 0 14px 0;
}
.popup-content-form .file-line label {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
}
.popup-content-form .file-line .input-file-replacer {
    display: table;
    width: 100%;
    height: 30px;
    padding: 5px 16px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Merriweather","Times New Roman","Times",serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #5b5b5b;
    border: 3px solid transparent;
    transition: all 0.25s ease;
}
.popup-content-form .file-line label:hover .input-file-replacer {
    color: #fff;
    border-color: #333;
}
.popup-content-form .file-line input[type="file"] {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.popup-content-form .file-line .file-name {
    display: none;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
}
.popup-content-form .file-line .file-name.has-file {
    display: inline-block;
    vertical-align: top;
}

.popup-content-form-button {
    height: 48px;
    background: #f9690e;
    border: 2px solid #333;
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.popup-content-form-button:focus,
.popup-content-form-button:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
}

@media screen and (max-width:767px) {
    .popup-content {
        padding: 40px 30px;
    }
}

@media screen and (max-width:575px) {
    .popup-content {
        padding: 20px 15px;
        margin: 15px;
    }

    .popup-content-close-icon {
        top: 27px;
        right: 15px;
    }

    .popup-content-heading {
        padding: 0 25px 0 0;
        margin: 0 0 14px;
        text-align: left;
    }
    .popup-content-description {
        padding: 0 0 25px 0;
        margin: 0 0 14px 0;
        text-align: left;
    }

    .popup-content-form-textarea {
        height: 120px;
    }
}

.map-tooltip {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 360px;
    padding: 30px;
    margin: 15px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.12);
    background: #fff;
}

.map-tooltip-content-img {
    height: 113px;
    margin: 0 0 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.map-tooltip-content-description,
.map-tooltip-content-place {
    display: block;
    margin: 0 0 10px;
    color: #333;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.map-tooltip-content-description {
    margin: 0 0 15px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 14px;
}

.map-tooltip-content-description a {
    color: #333;
}

.partner-account {
    margin-bottom: 80px;
}

.side-menu {
    max-width: 360px;
    background: #f8f8f8;
    margin-bottom: 27px;
}

.side-menu ul {
    padding: 26px 0 18px;
    margin: 0;
    list-style-type: none;
    color: #333;
}

.side-menu li {
    border-bottom: solid 1px #e0e0e0;
}

.side-menu li:first-child {
    padding-top: 0;
}

.side-menu li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.side-menu a {
    padding: 11px 30px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 17px;
    color: #333;
    display: block;
}

.side-menu a.active,
.side-menu a:focus,
.side-menu a:hover {
    text-decoration: none;
    color: #f9690e;
    background: #f1f1f1;
}

.btn-add {
    position: relative;
    padding: 0 10px;
    max-width: 360px;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    background: #f9690e;
    background-size: 31px;
    text-transform: uppercase;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-add:active,
.btn-add:focus,
.btn-add:hover {
    text-decoration: none;
    color: #fff;
    background: #f9690e;
    background-size: 31px;
}
.btn-add:disabled {
    opacity: 0.5;
}

.btn-add>img,
.popup-payout>a::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}

@media (max-width:767px) {
    .btn-add {
        width: 100%;
        max-width: none;
        margin-top: 30px;
    }
}

.panel-inform-block,
.panel-inform-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.panel-inform-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6px -15px 30px;
}

.panel-inform-wrapper h3 {
    margin: 0 0 12px 0;
    font-size: 17px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    text-align: center;
}

.panel-inform-block {
    max-width: 230px;
    min-height: 150px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: solid 7px #fff;
    margin: 0 15px;
}

.panel-inform-block .status {
    margin-top: 18px;
    text-align: center;
}

.panel-inform-block .status span {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Merriweather","Times New Roman","Times",serif;
    /*
	background: url(/local/templates/proporcelain/img/icons/right.svg) no-repeat 100% 50%;
	background-size: 15px 15px;
	padding: 0 25px;
	*/
}

.panel-inform-block .percent {
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
}

.panel-inform-block .balans {
    font-size: 26px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    text-align: center;
}

.panel-inform-block.gray {
    background: #e0e0e0;
    border-color: #e0e0e0;
}

.panel-inform-block-percent {
    border-color: #93c757;
}

.panel-inform-block-numbers {
    padding: 0 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.panel-inform-block-numbers .panel-inform-block-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.panel-inform-block-shell {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.panel-inform-block:last-child {
    max-width: 360px;
    width: 100%;
}

.promocode {
    width: 100%;
    padding: 25px 0 0 30px;
    background: url(/local/templates/proporcelain/img/icons/live-verticale.png) no-repeat 0 50%;
    text-align: center;
}

.promocode-view {
    max-width: 100%;
    font-size: 18px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    text-transform: uppercase;
    color: #f9690e;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.promocode-btn {
    color: #333;
    font-size: 14px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.promocode-btn:active,
.promocode-btn:focus,
.promocode-btn:hover {
    text-decoration: none;
    color: #333;
}

.numbers-row {
    width: 50px;
    margin-right: 30px;
    margin-top: 15px;
}

.numbers-row input {
    color: #999;
    font-size: 17px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    width: 50px;
    height: 50px;
    background-color: #fff;
    padding: 5px 18px 5px 5px;
    text-align: center;
    border: 0;
    outline: 0;
}

.numbers-row input:-moz-placeholder {
    color: #999;
    font-size: 17px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.numbers-row input:-webkit-input-placeholder {
    color: #999;
    font-size: 17px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.numbers-row input:-ms-input-placeholder,
.numbers-row input::-moz-placeholder,
.numbers-row input::-webkit-input-placeholder {
    opacity: 1;
}

.numbers-row input:-ms-input-placeholder,
.numbers-row input::-moz-placeholder,
.numbers-row input::-webkit-input-placeholder,
.numbers-row input::placeholder {
    opacity: 1;
}

.input-shell {
    position: relative;
}

.input-shell span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    font-size: 17px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    color: #999;
}

.dec.button,
.inc.button {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    font-size: 0;
    margin: 0 auto;
    background-size: 12px;
}

.dec.button {
    background-image: url(/local/templates/proporcelain/img/icons/arrow_down_black.svg);
}

.inc.button {
    background-image: url(/local/templates/proporcelain/img/icons/arrow_up_black.svg);
}

@media (max-width:1580px) {
    .panel-inform-block-shell {
        padding-bottom: 20px;
    }
    .panel-inform-wrapper h3 {
        margin: 0 0 5px 0;
    }
    .panel-inform-block-numbers .panel-inform-block-shell {
        display: block;
    }
    .numbers-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .panel-inform-block:last-child {
        padding: 0 14px;
    }
    .panel-inform-block .status span {
        font-size: 17px;
    }
    .promocode {
        width: auto;
        background: 0 0;
        padding: 14px 0 0;
    }

    .promocode-view {
        margin-bottom: 0;
        font-size: 16px;
    }

    .dec.button,
    .inc.button {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .inc.button {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width:1199px) {
    .header-page {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .header-page h1 {
        margin-bottom: 0;
    }
}

@media (max-width:991px) {
    .panel-inform-block {
        max-width: 150px;
        width: 25%;
    }

    .panel-inform-block:last-child {
        max-width: 150px;
        width: 25%;
    }

    .panel-inform-block-shell {
        padding-bottom: 16px;
    }

    .panel-inform-block-status .panel-inform-block-shell {
        padding-top: 14px;
    }

    .panel-inform-block-percent .panel-inform-block-shell {
        padding-top: 25px;
    }

    .panel-inform-block .percent {
        font-size: 48px;
    }

    .panel-inform-block .status {
        margin-top: 9px;
    }

    .panel-inform-block .status span {
        padding-left: 0;
        font-size: 15px;
    }

    .panel-inform-block .balans {
        font-size: 20px;
    }

    .panel-inform-block-numbers {
        padding: 0;
    }
}

@media (max-width:767px) {
    .partner-account {
        margin-bottom: 60px;
    }

    .header-page {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .panel-inform-wrapper {
        display: none;
    }
    .panel-inform-wrapper.partner-index {
        display: block;
        margin: 6px 0 30px 0;
    }
    .panel-inform-block,
    .panel-inform-block:last-child {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
    }
}

@media (max-width:575px) {
    .header-page h1 {
        width: 100%;
    }
}

.nav-order {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px;
    background: #f8f8f8;
    font: 15px "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
}

.nav-order,
.nav-order-inputs,
.nav-order-inputs-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-order-inputs-date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 455px;
    margin: 0 30px 0 0;
}

.nav-order-inputs-date input {
    color: #333;
    font-size: 15px;
    height: 50px;
    background-color: #fff;
    padding: 0;
    text-align: center;
    border: solid 3px #f1f1f1;
    outline: 0;
    margin-right: 2px;
    font-family: "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
}

.nav-order-inputs-date input.year {
    width: 64px;
}

.nav-order-inputs-date-separator {
    display: block;
    line-height: 50px;
    margin: 0 12px;
}

.nav-order-inputs-date-prefix {
    display: inline-block;
    width: 25px;
    line-height: 50px;
}

.nav-order-inputs-heading {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 10px;
}

.nav-order-inputs-status {
    position: relative;
}

.nav-order-inputs-status::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 46px;
    height: 46px;
    background: url(/icon/arrow-down.svg) no-repeat center;
    background-size: 10px;
    border-left: 3px solid #f1f1f1;
    pointer-events: none;
}

.nav-order-inputs-status select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 3px #f1f1f1;
    border-radius: 0;
    height: 50px;
    width: 225px;
    padding: 10px 60px 10px 14px;
    font: 15px "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
    outline: 0;
    cursor: pointer;
    background: #fff;
}

.btn-def {
    padding: 10px 27px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    color: #333;
    border: solid 3px #333;
    text-align: center;
    cursor: pointer;
    margin: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
    background-position: center center;
}

.ui-datepicker-prev .ui-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-datepicker-next .ui-icon,
.ui-datepicker-prev .ui-icon {
    background-image: url(../images/right.svg);
}

.btn-gray {
    background: #333;
    color: #fff;
}

.btn-gray:hover {
    background: #484747;
    border-color: #484747;
}

.layout-item-select select::-ms-expand,
select::-ms-expand {
    display: none;
}

@media screen and (max-width:1579px) {
    .nav-order {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav-order-buttons {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 30px 0 0;
        text-align: center;
    }
}

@media screen and (max-width:991px) {
    .nav-order-inputs-date input {
        width: 180px;
    }

    .nav-order-inputs-status select {
        width: 200px;
    }
}

@media screen and (max-width:767px) {
    .nav-order-inputs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav-order-inputs-date {
        width: 100%;
        margin: 0;
    }

    .nav-order-inputs-date-end,
    .nav-order-inputs-date-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .nav-order-inputs-date-end>input,
    .nav-order-inputs-date-start>input {
        width: calc(100% - 25px);
    }

    .nav-order-inputs-date-end {
        margin: 10px 0 0;
    }

    .nav-order-inputs-status {
        width: 100%;
        margin: 40px 0 0;
    }

    .nav-order-inputs-status>select {
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .btn-def {
        width: 100%;
    }
}

.nav-table {
    margin-top: 35px;
    overflow-x: auto;
}

.nav-table table {
    width: 100%;
    font: 15px "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
}

.nav-table table th {
    padding: 15px;
    font: 15px "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    background: #f8f8f8;
}

.nav-table table td:first-child,
.nav-table table th:first-child {
    padding-left: 30px;
}

.nav-table table td:last-child,
.nav-table table th:last-child {
    padding-right: 30px;
    text-align: right;
}

.nav-table table td {
    padding: 15px;
}

.nav-table table td:nth-child(2) a {
    color: #f9690e;
    border-bottom: solid 1px #f9690e;
    -webkit-transition: .3s;
    transition: .3s;
}

.nav-table table td:nth-child(2) a:hover {
    text-decoration: none;
    border-color: transparent;
}

.nav-table table tr:nth-child(2n),
.responsive-table table tr:nth-child(odd),
.text-page table tr:nth-child(odd) {
    background: #f8f8f8;
}

.nav-table table .green {
    color: #8bc34a;
}

.nav-table table .red {
    color: #fc270b;
}

.nav-table-order th:first-child {
    width: 30%;
}

.nav-table-order th:last-child {
    font-size: 17px;
}

.nav-table-order td:first-child {
    width: 30%;
    color: #999;
}

.nav-table-order td:last-child {
    font-size: 17px;
    white-space: nowrap;
}

.nav-table-payouts td:nth-last-child(2) {
    white-space: nowrap;
}

@media (max-width:575px) {
    .nav-table {
        margin-left: -15px;
        margin-right: -15px;
    }

    .nav-table table thead {
        display: none;
    }

    .nav-table table th:first-child {
        width: 100%;
    }

    .nav-table table th:last-child {
        text-align: left;
    }

    .nav-table table td {
        display: block;
        padding: 8px 0 8px 15px;
    }

    .nav-table table td:first-child {
        width: 100%;
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .nav-table table td:last-child {
        padding-right: 0;
        padding-bottom: 30px;
        text-align: left;
    }

    .nav-table-payouts table td {
        padding: 8px 0;
    }

    .nav-table-payouts table td:first-child {
        display: table-cell;
        width: 5px;
        padding: 28px 0 0 15px;
        vertical-align: top;
    }

    .nav-table-payouts table td:nth-child(2) {
        padding: 30px 0 8px;
    }

    .nav-table-payouts table td:last-child {
        padding: 8px 0 30px;
    }
}

.popup-payout {
    display: none;
    position: relative;
    max-width: 650px;
    padding: 70px 80px;
    margin: 30px;
    background: #fff;
    overflow-y: auto;
    z-index: 151;
}
.popup-payout-buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.popup-payout-buttons button {
    flex: 1 1 auto;
}
.popup-payout-buttons .popup-payout-accept {
    display: block;
    width: 42%;
    padding: 10px 27px;
    margin: 5px;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    background: #333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: solid 3px #333;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.popup-payout-buttons .popup-payout-accept:hover,
.popup-payout-buttons .popup-payout-accept:focus {
    background: #484747;
    border-color: #484747;
}
.popup-payout-buttons .popup-payout-cancel {
    display: block;
    width: 42%;
    padding: 10px 27px;
    margin: 5px;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    border: solid 3px #333;
    cursor: pointer;
}

.popup-payout .popup-payout-error {
    color: red;
}
.popup-payout .popup-payout-message > span {
    display: inline-block;
    width: 100%;
    margin: 0 0 40px;
    color: #999;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.popup-payout>a,
.popup-payout .popup-payout-message>span>span {
    color: #f9690e;
    font-family: "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
}

.popup-payout>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 7.5px);
    height: 48px;
    text-align: center;
    border: 2px solid #f1f1f1;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: border .1s;
    transition: border .1s;
}

.popup-payout>a:focus,
.popup-payout>a:hover {
    border: 2px solid #f9690e;
}

.popup-payout>a:first-of-type {
    margin: 0 7.5px 30px 0;
}

.popup-payout>a:first-of-type::before {
    content: url(/local/templates/proporcelain/img/icons/credit-card.svg);
}

.popup-payout>a:last-of-type {
    margin: 0 0 30px 7.5px;
}

.popup-payout>a:last-of-type::before {
    content: url(/local/templates/proporcelain/img/icons/invoice.svg);
}

.popup-payout-submit {
    display: inline-block;
    width: 100%;
    height: 48px;
    background: #333;
    border: 0;
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .popup-payout {
        padding: 40px 30px;
    }
    .popup-payout .popup-payout-message>span>span {
        display: block;
    }
    .popup-payout>a:first-of-type,
    .popup-payout>a:last-of-type {
        width: 100%;
        margin: 0 0 30px;
    }
}

@media screen and (max-width:575px) {
    .popup-payout {
        padding: 20px 15px;
        margin: 0;
    }

    .popup-payout .popup-payout-message>span {
        font-size: 24px;
        line-height: 1.2;
    }
}

.text-page {
    font-family: "Museo Sans Cyrl","Helvetica","Arial",sans-serif;
}

.text-page h1 {
    margin: 0 0 35px;
    font-size: 34px;
    text-transform: uppercase;
}

.text-page h1,
.text-page h2,
.text-page h3 {
    color: #333;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.text-page h2 {
    text-transform: uppercase;
    margin: 35px 0 25px;
    font-size: 25px;
}

.text-page h3 {
    margin: 30px 0 25px;
    font-size: 17px;
}

.text-page a {
    color: #f9690e;
    text-decoration: underline;
}

.text-page a:focus,
.text-page a:hover {
    text-decoration: none;
}

.text-page ol,
.text-page ul {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

.text-page ol li,
.text-page ul li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
}
.text-page ol > li {
    counter-increment: step-counter;
}
.text-page li > ul,
.text-page li > ol {
    margin: 20px 0 40px;
}

.text-page ol li::before {
    content: counter(step-counter) ".";
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    display: block;
    font-weight: 900;
    font-size: 14px;
    color: #f9690e;
}

.text-page ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: 9px 0 0;
    background: #f9690e;
    border-radius: 50%;
}

.text-page>blockquote {
    max-width: 1000px;
    padding: 45px 30px 45px 25px;
    margin: 0 0 20px;
    background: 55px 30px/80px 80px url(/local/templates/proporcelain/img/icons/left-quote.svg) no-repeat #feede2;
    border-left: 3px solid #f9690e;
}

.text-page>blockquote p {
    margin: 0 0 10px;
    color: #999;
}

.text-page>blockquote cite {
    font-style: normal;
    font-family: "Museo Sans Cyrl 600","Helvetica","Arial",sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.text-page img {
    display: block;
    max-width: 100%;
    margin: 0 0 20px;
}

.responsive-table {
    max-width: 100%;
    margin: 0 0 20px;
    overflow-x: auto;
}

.grid,
.responsive-table table,
.text-page table {
    width: 100%;
}

.responsive-table table tr td,
.responsive-table table tr th,
.text-page table tr td,
.text-page table tr th {
    padding: 16px 12px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    color: #333;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.responsive-table table tr td,
.text-page table tr td {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.responsive-table table a,
.text-page table a {
    color: #f9690e;
}

@media screen and (min-width:768px) {
    img.left-image,
    img.right-image {
        display: block;
        float: left;
        max-width: calc(50% - 30px);
        margin: 0 30px 25px 0;
    }

    img.right-image {
        float: right;
        margin: 0 0 25px 30px;
    }

    .responsive-table table tr td,
    .responsive-table table tr th,
    .text-page table tr td,
    .text-page table tr th {
        padding: 24px 22px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width:768px) {
    .text-page h1,
    .text-page h2 {
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
        color: #999;
    }
}

@media screen and (max-width:320px) {
    .text-page h1 {
        font-size: 25px;
    }

    .text-page h2 {
        font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
        font-size: 17px;
        color: #333;
        text-transform: capitalize;
    }
}

.grid {
    padding: 0;
    margin: 0 0 40px;
}

.grid-sizer {
    width: 33.333%;
}

.grid-item {
    display: block;
    width: 33.333%;
    height: 482px;
    padding: 15px;
}

.grid-item-description {
    font-family: "Museo Sans Cyrl 600","Helvetica","Arial",sans-serif;;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    /* identical to box height, or 278% */

    align-items: center;
    text-transform: uppercase;

    padding-top: 30px;
    color: #313131;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .grid-item-description {
        display: none;
    }
}

.grid-item-content {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    -webkit-box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.grid-item-content:hover {
    /*-webkit-box-shadow: 8.485px 8.485px 40px 0 rgba(0,0,0,.5);
	box-shadow: 8.485px 8.485px 40px 0 rgba(0,0,0,.5);
	text-decoration: none;
    opacity: 0.5;*/
}

.grid-item-content-cases:hover {
    opacity: 0.5;
}

.grid-item-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-item-overlay,
.grid-item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.grid-item-overlay {
    height: 100%;
    background: rgba(0,0,0,0.15);
    /*opacity: 0;*/
    display: none;
}

/*.grid-item-overlay:hover {
    opacity: 1;
}*/

.grid-item-overlay.darker {
    background: rgba(0,0,0,0.5);
}

.grid-item-text {
    padding: 25px 30px 30px;
}

.grid-item-text-heading {
    margin: 0 15px 0 0;
    color: #fff;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
}

.grid-item-text-button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.grid-item-text-button-text {
    display: none;
}

.grid-item-text-button-icon {
    display: inline-block;
    width: 12px;
    height: 20px;
    background: center url(/icon/left-r.svg) no-repeat;
}

.grid-item-text-description {
    padding: 15px 0 0;
    color: #fff;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.grid-big {
    width: 780px;
}

.grid-big,
.grid-tall {
    height: 780px;
}

.grid-long {
    width: 780px;
}

.grid-big .grid-item-text {
    top: 30px;
    left: 30px;
    width: 50%;
    min-height: 50%;
    background: rgba(0,0,0,.5);
}

@media screen and (max-width:1579px) {
    .grid-item,
    .grid-sizer {
        width: 33.333%;
    }

    .grid-item {
        height: 380px;
    }

    .grid-big {
        width: 760px;
    }

    .grid-big,
    .grid-tall {
        height: 760px;
    }

    .grid-long {
        width: 760px;
    }
}

@media screen and (max-width:1199px) {
    .grid-item,
    .grid-sizer {
        width: 33.333%;
    }

    .grid-item {
        height: 320px;
    }

    .grid-big {
        width: 640px;
    }

    .grid-big,
    .grid-tall {
        height: 640px;
    }

    .grid-long {
        width: 640px;
    }

    .grid-item-text-heading {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width:991px) {
    .grid-sizer {
        width: 50%;
    }

    .grid-item {
        width: 50%;
        height: 360px;
    }

    .grid-item-text-heading {
        font-size: 24px;
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    }

    .grid-big {
        width: 720px;
        height: 360px;
    }

    .grid-big .grid-item-text {
        bottom: 30px;
        height: auto;
    }

    .grid-tall {
        height: 720px;
    }

    .grid-long {
        width: 720px;
    }
}

@media screen and (max-width:767px) {
    .page-h1 {
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
        color: #999;
    }

    .grid-item {
        height: 270px;
    }

    .grid-item-text-heading {
        font-size: 22px;
    }
    .grid-sizer {
        width: 100%;
    }
    .grid-item {
        width: 100%;
        height: auto;
    }
    .grid-item-content {
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .grid-item-content:focus,
    .grid-item-content:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .grid-item-overlay {
        display: none;
    }
    .grid-item-img {
        padding-top: 100%;
    }
    .grid-item-text {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 25px 0;
    }
    .grid-big .grid-item-text {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 0 0;
    }
    .grid-item-text-heading {
        padding: 0 0 20px;
        color: #333;
        text-transform: none;
        font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
        font-size: 25px;
        text-shadow: none;
    }
    .grid-item-text-button {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 12px;
        text-align: center;
        background: #5b5b5b;
    }
    .grid-item-text-button-text {
        display: inline-block;
        padding: 0 10px 0 0;
        color: #fff;
        font-family: "Merriweather","Times New Roman","Times",serif;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
    }
    .grid-item-text-button-icon {
        height: 12px;
    }
    .grid-item-text-description {
        display: inline-block;
        padding: 0 0 20px;
        color: #333;
        text-shadow: none;
    }
}

@media screen and (max-width:575px) {
    .page-h1 {
        font-size: 28px;
    }
}

@media screen and (max-width:320px) {
    .page-h1 {
        font-size: 25px;
    }

    .page-h2 {
        color: #333;
        font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
        text-transform: capitalize;
    }

    .grid-item-text-heading,
    .page-h2 {
        font-size: 17px;
    }
}

.catalog-2 .grid-big .grid-item-text {
    top: 0;
    left: 0;
    background: 0 0;
}

@media screen and (max-width: 767px) {
    .catalog-2 .grid-item,
    .catalog-2 .grid-item-content {
        height: auto;
    }

    .catalog-2 .grid-item-overlay {
        display: block;
    }

    .catalog-2 .grid-item-img {
        height: 320px;
    }

    .catalog-2 .grid-item-text {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 25px 30px 30px;
    }

    .catalog-2 .grid-item-text-heading {
        padding: 0 0 20px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
        font-size: 25px;
        text-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .catalog-2 .grid-item-text-button {
        padding: 0;
        background: 0 0;
    }

    .catalog-2 .grid-item-text-button-icon {
        height: 20px;
    }
}

.swiper-catalog {
    width: 750px;
    height: 735px;
    overflow: hidden;
}

.swiper-catalog-wrapper {
    margin: 0 0 30px;
}

.swiper-catalog-slide {
    display: block;
    padding: 30px;
}

.swiper-catalog-slide:focus,
.swiper-catalog-slide:hover {
    text-decoration: none;
}

.swiper-catalog-slide-text {
    width: 50%;
    min-height: 50%;
    padding: 30px;
    background: rgba(0,0,0,.5);
}

.swiper-catalog-slide-text-heading,
.swiper-catalog-slide-text-subheading {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 32px;
}

.swiper-catalog-slide-text-subheading {
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    line-height: 40px;
}

.swiper-catalog-slide-text-description {
    padding: 20px 0 0;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.swiper-catalog-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-catalog-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0 40px;
}

.swiper-catalog-pagination-bullet {
    min-width: 1px;
    width: 100%;
    -ms-flex-preferred-size: fill;
    flex-basis: fill;
    height: 20px;
    border-bottom: 3px solid #999;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.swiper-catalog-pagination-bullet:focus,
.swiper-catalog-pagination-bullet:hover {
    outline: 0;
}

.swiper-catalog-pagination-bullet:not(:last-child) {
    margin: 0 15px 0 0;
}

.swiper-catalog-pagination-bullet-active {
    width: 200%;
    border-bottom: 3px solid #f9690e;
}

.swiper-catalog-button {
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 48px;
    height: 48px;
    border: 3px solid #666;
    background: center/15px 15px url(../images/left.svg) no-repeat;
    cursor: pointer;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.swiper-catalog-button:focus,
.swiper-catalog-button:hover {
    border-color: #f9690e;
}

.swiper-catalog-button-prev {
    left: 15px;
}

.swiper-catalog-button-next {
    right: 405px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-catalog-button-disabled {
    -webkit-filter: opacity(.3);
    filter: opacity(.3);
    border-color: #666;
    cursor: default;
}

.swiper-catalog-button-disabled:focus,
.swiper-catalog-button-disabled:hover {
    border-color: #666;
}

.swiper-thumbs {
    position: absolute;
    top: 0;
    right: 15px;
    width: 360px;
    height: 735px;
    overflow: hidden;
}

.swiper-thumbs-thumb {
    width: 172px;
    height: 172px;
}

.swiper-thumbs-thumb-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border: 2px solid #f9690e;
    cursor: pointer;
}

.characteristics-block {
    margin: -15px 0 30px;
}

.characteristics-block-heading {
    display: inline-block;
    margin: 8px 0 15px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    color: #999;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1.2;
}

.characteristics-block-swiper {
    position: relative;
    max-height: 630px;
    overflow-y: hidden;
}

.characteristic {
    position: relative;
    padding: 15px 0;
    min-height: 118px;
}

.characteristic-img {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 77px;
    height: 77px;
    background-position: center center;
    background-size: cover;
}

.characteristic-text {
    display: block;
    margin: 0 0 0 93px;
}

.characteristic-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 10px 0;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    color: #333;
    font-size: 17px;
    line-height: 26px;
}

.characteristic-description {
    margin: 0 15px 0 0;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 24px;
}

.layout-item {
    height: 100%;
}

.layout-item-wrapper {
    margin: 0 0 30px;
}

.layout-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    -webkit-transition: all .1s;
    transition: all .1s;
}

.layout-item-content:focus,
.layout-item-content:hover {
    -webkit-box-shadow: 8.485px 8.485px 40px 0 rgba(0,0,0,.5);
    box-shadow: 8.485px 8.485px 40px 0 rgba(0,0,0,.5);
}

.layout-item-thumb,
.layout-item-thumb-img {
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.layout-item-thumb {
    position: relative;
    margin: 0 0 25px;
}

.layout-item-thumb-img {
    display: block;
    padding-top: 100%;
}

.layout-item-thumb-compare,
.layout-item-thumb-like {
    display: block;
    position: absolute;
    bottom: 0;
    right: 34px;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .1s;
    transition: all .1s;
}

.layout-item-thumb-compare>i {
    display: block;
    height: 32px;
    background: center/20px 20px url(/local/templates/proporcelain/img/icons/arrow-double.svg) no-repeat;
}

.layout-item-thumb-compare:hover,
.layout-item-thumb-like:hover {
    background: rgba(0,0,0,.4);
}

.layout-item-thumb-like {
    right: 0;
}

.layout-item-thumb-like>i {
    display: block;
    height: 32px;
    background: center/20px 20px url(/local/templates/proporcelain/img/icons/heart.svg) no-repeat;
}

.layout-item-name {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    max-width: 100%;
    margin: 0 0 10px;
    color: #333;
    font-size: 17px;
    line-height: 26px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.layout-item-name:focus,
.layout-item-name:hover {
    color: #f9690e;
    text-decoration: none;
}

.layout-item-color,
.layout-item-id {
    color: #333;
    font-size: 15px;
    line-height: 26px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.layout-item-id {
    color: #999;
    font-size: 14px;
}

.layout-item-surfaces {
    width: 100%;
    margin: 0 0 10px;
}

.layout-item-surfaces-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.layout-item-surfaces-list-item {
    display: inline-block;
    max-width: 40px;
    width: 20%;
    border: 1px solid #7F7F7F;
    cursor: pointer;
    margin: 0 2px;
}

.layout-item-surfaces-list-item.selected, .layout-item-surfaces-list-item:hover {
    border: 1px solid #f9690e;
}

.layout-item-surfaces-list-item-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.layout-item-surfaces-list-item-img-container {
    position: relative;
    padding-top: 100%;
}

.layout-item-select {
    position: relative;
    margin: 0 0 15px;
}

.layout-item-select select,
.layout-item-select span {
    color: #333;
    font-size: 14px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.layout-item-select select {
    width: 140px;
    height: 32px;
    padding: 0 0 0 20px;
    background: 0 0;
    border: 2px solid #f1f1f1;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 26px;
}

.layout-item-select-button {
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    z-index: -1;
    width: 32px;
    height: 32px;
    border-left: 2px solid #f1f1f1;
    background: center/8px 8px url(/icon/arrow-down.svg) no-repeat;
}

.layout-item-select span {
    line-height: 32px;
}

.layout-item-price {
    max-width: 100%;
    margin: 0 0 30px;
    color: #333;
    font-size: 26px;
    line-height: 26px;
}

.layout-item-price-value {
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.layout-item-price span {
    display: inline-block;
}

.layout-item-availability,
.layout-item-price-sale {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.layout-item-price-sale {
    text-decoration: line-through;
}

.layout-item-price-sale .rubl {
    display: none;
}

.layout-item-availability {
    margin: 0 0 10px;
    color: #8bc34a;
    font-size: 14px;
    line-height: 26px;
}

.layout-item-availability-not-available {
    color: #fc270b;
}

.layout-item-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.layout-item-buy-counter {
    position: relative;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 15px 0 0;
}

.layout-item-buy-counter-input {
    width: 100%;
    height: 32px;
    padding: 0 35px;
    border: 2px solid #f1f1f1;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    text-align: center;
    /*-moz-appearance: textfield;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.layout-item-buy-counter-input::-webkit-inner-spin-button,
.layout-item-buy-counter-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.layout-item-buy-counter-button {
    display: block;
    position: absolute;
    top: 2px;
    width: 32px;
    height: 28px;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.layout-item-buy-counter-button:focus,
.layout-item-buy-counter-button:hover {
    background-color: #f8f8f8;
    color: #999;
    text-decoration: none;
}

.layout-item-buy-counter-button:active {
    background: rgba(0,0,0,.2);
}

.layout-item-buy-counter-minus {
    left: 0;
    border-right: 2px solid #f1f1f1;
    cursor: pointer;
}

.layout-item-buy-counter-plus {
    right: 0;
    border-left: 2px solid #f1f1f1;
    cursor: pointer;
}

.layout-item-buy-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border: 2px solid #5b5b5b;
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    background: #f9690e;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.layout-item-buy-button::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: center url(/icon/shopping-basket-white.svg) no-repeat;
}

.layout-item-buy-button:focus,
.layout-item-buy-button:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:1579px) {
    .swiper-catalog {
        width: 100%;
        height: auto;
    }

    .swiper-catalog-slide {
        height: 735px;
    }

    .swiper-catalog-button {
        top: 40%;
    }

    .swiper-catalog-button-next {
        right: 15px;
    }

    .swiper-thumbs {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        margin: 30px 0 0;
    }

    .swiper-thumbs-thumb {
        height: 160px;
    }

    .characteristics-block-heading {
        font-size: 32px;
        line-height: 48px;
    }

    .characteristics-block-swiper {
        max-height: 674px;
    }
}

@media screen and (max-width:1199px) {
    .swiper-catalog {
        height: auto;
    }

    .swiper-catalog-slide {
        height: 610px;
    }

    .swiper-catalog-slide-text {
        width: 50%;
    }

    .swiper-catalog-button {
        top: 35%;
    }

    .swiper-thumbs-thumb {
        height: 130px;
    }

    .characteristics-block-swiper {
        max-height: 548px;
    }

    .characteristic-text {
        margin: 0;
    }

    .characteristic-heading {
        height: 77px;
        margin: 0 15px 15px 93px;
    }
}

@media screen and (max-width:991px) {
    .swiper-catalog-slide {
        height: 690px;
    }

    .swiper-thumbs-thumb {
        height: 150px;
    }

    .characteristics-block-heading {
        text-decoration: none;
    }

    .characteristics-block-swiper {
        max-height: 100%;
    }

    .characteristics-block-swiper .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .characteristic-text {
        margin: 0 0 0 93px;
    }

    .characteristic-heading {
        height: auto;
        margin: 0 0 10px;
    }
}

@media screen and (max-width:767px) {
    .swiper-catalog {
        height: auto;
    }

    .swiper-catalog-slide {
        padding: 0;
        height: auto;
    }

    .swiper-catalog-slide-text {
        width: 100%;
        min-height: unset;
        height: auto;
        padding: 0;
        margin: 0 0 25px;
        background: 0 0;
    }

    .swiper-catalog-slide-text-heading,
    .swiper-catalog-slide-text-subheading {
        display: inline-block;
        width: 100%;
        color: #333;
        font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
        text-transform: none;
        font-size: 17px;
        line-height: 26px;
    }

    .swiper-catalog-slide-text-description {
        color: #333;
    }

    .swiper-catalog-slide-img {
        position: relative;
    }

    .layout-item-buy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .layout-item-buy-button,
    .layout-item-buy-counter {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 5px 0;
    }
}

@media screen and (max-width:575px) {
    .characteristic-text {
        margin: 0;
    }

    .characteristic-heading {
        height: 77px;
        margin: 0 0 15px 93px;
    }

    .layout-item-content {
        padding: 15px 15px 30px;
    }
}

.basket-items-table {
    margin: 0 0 30px;
}

.basket-items-table table {
    width: 100%;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 15px;
    color: #333;
}

.basket-items-table table tr:nth-child(even) {
    background-color: #f8f8f8;
}

.basket-items-table table th {
    padding: 18px 15px 18px 0;
    vertical-align: middle;
    white-space: nowrap;
}

.basket-items-table table th:first-child {
    padding: 18px 10px 18px 30px;
    text-align: left;
}

.basket-items-table table td {
    padding: 30px 15px 30px 0;
}

.basket-items-table table td:first-child {
    padding: 30px 10px 30px 30px;
    text-align: left;
}

.basket-item {
    vertical-align: middle;
}

.basket-item-product {
    position: relative;
}

.basket-item-img {
    position: absolute;
    top: calc(50% - 40px);
}

.basket-item-img a {
    display: block;
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.basket-item-img-sale {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
    /*bottom: -10px;*/
    /*left: -10px;*/
    border-radius: 50%;
    background: #fc270b;
    text-align: center;
    line-height: 36px;
    color: #fff;
}

.basket-item-name {
    display: inline-block;
    margin: 0 0 0 100px;
}

.basket-item-name>span:first-child {
    display: inline-block;
    width: 100%;
}

.basket-item-name-link {
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    color: #333;
}

.basket-item-name-link:focus,
.basket-item-name-link:hover {
    color: #f9690e;
    text-decoration: none;
}

.basket-item-name-tooltip {
    display: inline-block;
    position: relative;
    width: 24px;
    padding: 1px 0;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background: #f9690e;
    cursor: pointer;
}
.basket-item-name-tooltip-text,
.basket-item-name-tooltip-text-link {
    color: #999;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
}
.basket-item-name-tooltip-text {
    display: inline-block;
    position: absolute;
    bottom: 145%;
    left: 20%;
    max-width: 440px;
    width: 2000%;
    padding: 20px;
    margin: 0 0 0 -60px;
    background: #fff;
    -webkit-box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    border-radius: 0;
    text-align: left;
    z-index: 2;
}

.basket-item-name-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15.4%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.basket-item-name-tooltip-text-link {
    text-transform: uppercase;
    border-bottom: 1px dashed;
}

.basket-item-name-tooltip-text-link:focus,
.basket-item-name-tooltip-text-link:hover {
    color: #999;
    text-decoration: none;
}

.basket-item-name-size,
.basket-item-name-surface {
    display: inline-block;
    padding: 5px;
    margin: 5px 0 0;
    border: 2px solid #f1f1f1;
}

.basket-item-price {
    position: relative;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 26px;
}

.basket-item-price-notice,
.basket-item-price-sale {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.basket-item-price-sale {
    text-decoration: line-through;
    font-size: 17px;
}

.basket-item-price-sale .rubl,
.option input[type=checkbox] {
    display: none;
}

.basket-item-price-notice {
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.basket-item-price>span,
.basket-item-total>span {
    white-space: nowrap;
}

.basket-item-amount {
    position: relative;
    max-width: 143px;
    width: 100%;
}

.basket-item-amount-input {
    width: 100%;
    height: 32px;
    padding: 0 35px;
    border: 2px solid #f1f1f1;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    text-align: center;
    -moz-appearance: textfield;
}

.basket-item-amount-input::-webkit-inner-spin-button,
.basket-item-amount-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.basket-item-amount-button {
    display: block;
    position: absolute;
    top: 2px;
    width: 30px;
    height: 28px;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.basket-item-amount-button:focus,
.basket-item-amount-button:hover {
    background-color: #f8f8f8;
    color: #999;
    text-decoration: none;
}

.basket-item-amount-button:active {
    background: rgba(0,0,0,.2);
}

.basket-item-amount-minus {
    left: 2px;
    border-right: 2px solid #f1f1f1;
    cursor: pointer;
}

.basket-item-amount-plus {
    right: 2px;
    border-left: 2px solid #f1f1f1;
    cursor: pointer;
}

.basket-item-total {
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 26px;
}

.basket-item-total-text {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 15px;
}

.basket-item-close a {
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}

.basket-item-close a:focus .basket-item-close-icon,
.basket-item-close a:hover .basket-item-close-icon {
    stroke: #fc270b;
}

.basket-item-close-icon {
    fill: none;
    stroke: #999;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.basket-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket-promocode {
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin: 0 0 20px;
}

.basket-promocode input {
    height: 48px;
    width: 100%;
    padding: 0 60px 0 20px;
    border: 3px solid #f8f8f8;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.basket-promocode a {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: #5b5b5b;
    border: 2px solid #5b5b5b;
    color: #fff;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}

.basket-promocode a:focus,
.basket-promocode a:hover {
    color: #fff;
    text-decoration: none;
    border-color: #333;
}

.basket-summary {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.basket-summary-line {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.basket-summary-text {
    display: inline-block;
    margin: 0 0 15px;
    font-size: 25px;
}

.basket-summary-price {
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 26px;
    white-space: nowrap;
}

.basket-summary-price-sale {
    text-decoration: line-through;
    white-space: nowrap;
}

.basket-buy-button {
    display: block;
    height: 48px;
    margin: 30px 0 60px;
    border: 3px solid #5b5b5b;
    background: #f9690e;
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.basket-buy-button:focus,
.basket-buy-button:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
}

@media screen and (max-width:991px) {
    .basket-items-table {
        margin: 0 -15px 30px;
    }

    .basket-items-table table tr {
        padding: 0 20px;
    }

    .basket-item-amount-position {
        min-width: 130px;
    }

    .basket-item-img {
        margin: 0 15px;
    }

    .basket-item-name {
        margin: 0 0 0 110px;
    }

    .basket-item-name-size,
    .basket-item-name-surface {
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
    }

    .basket-item-price {
        font-size: 20px;
        line-height: 1.2;
    }

    .basket-item-price-sale {
        font-size: 17px;
    }

    .basket-item-total {
        font-size: 20px;
        line-height: 1.2;
    }

    .basket-promocode,
    .basket-summary {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .basket-summary-price {
        font-size: 20px;
        line-height: 1.2;
    }

    .basket-summary-price-sale {
        font-size: 17px;
    }
}

@media screen and (max-width:767px) {
    .basket-item {
        position: relative;
    }

    .basket-item,
    .basket-item td {
        display: block;
    }

    .basket-item-product {
        padding: 20px 30px 20px 0;
    }

    .basket-item-img {
        margin: 0 15px 0 0;
    }

    .basket-item-name {
        margin: 0 0 0 100px;
    }

    .basket-item-name-tooltip-text {
        width: 150px;
        margin: 0 0 0 -68px;
    }

    .basket-item-name-tooltip-text::after {
        left: 50%;
    }

    .basket-item-amount-position,
    .basket-item-price-position {
        width: 33%;
        float: left;
    }

    .basket-item-total-position {
        width: 33%;
        float: left;
        text-align: right;
    }

    .basket-item-close-position {
        position: absolute;
        top: 0;
        right: 0;
    }

    .basket-promocode,
    .basket-summary {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
}

@media screen and (max-width:575px) {
    .basket-items-table {
        margin: 0 -15px 40px;
    }

    .basket-items-table table tr {
        padding: 10px 0;
    }

    .basket-items-table table td {
        padding: 5px 15px;
    }

    .basket-item-amount-position,
    .basket-item-price-position,
    .basket-item-total-position {
        width: 100%;
        float: left;
        text-align: left;
    }

    .basket-item-price {
        display: table;
    }

    .basket-item-price>span {
        display: table-cell;
        white-space: nowrap;
    }

    .basket-item-price-sale~span {
        text-align: center;
    }

    .basket-item-price-price {
        width: 100%;
    }

    .basket-item-price-notice {
        width: unset;
    }

    .basket-item-amount {
        max-width: 100%;
    }

    .basket-item-total {
        margin: 0;
    }

    .basket-item-close-position {
        top: 30px;
    }

    .basket-bottom {
        height: 307px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .basket-promocode {
        -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
    }

    .basket-summary {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }
}

.card-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 0 0 60px;
}

.card-grid-separator {
    margin: 30px 0;
    border-top: 1px solid #f1f1f1;
}

.card-grid-price,
.card-grid-swiper {
    -ms-grid-column-span: 7;
    -ms-grid-row: 1;
}

.card-grid-swiper {
    margin: 0 0 48px;
    -ms-grid-column: 1;
    grid-column: 1/8;
    -ms-grid-row-span: 11;
    grid-row: 1/12;
}

.card-grid-swiper .swiper-card {
    position: relative;
    width: 490px;
    margin: 0 0 15px;
}

.card-grid-swiper .swiper-card-slide {
    width: 490px;
}

.card-grid-swiper .swiper-card-slide-img {
    display: block;
    padding-top: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.card-grid-swiper .swiper-card .swiper-catalog-button-prev {
    left: 0;
}

.card-grid-swiper .swiper-card .swiper-catalog-button-next {
    right: 0;
}

.card-grid-swiper .swiper-card .swiper-catalog-pagination {
    padding: 30px 0 0;
}

.card-grid-swiper .swiper-card-thumbs {
    width: 490px;
    overflow: hidden;
}

.card-grid-swiper .swiper-card-thumbs-thumb {
    width: 153px;
}

.card-grid-swiper .swiper-card-thumbs-thumb-img {
    padding-top: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.card-grid-price {
    -ms-grid-column: 9;
    grid-column: 9/16;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    color: #333;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 34px;
}

.card-grid-price-notice,
.card-grid-price-sale {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.card-grid-price-sale {
    text-decoration: line-through;
}

.card-grid-price-notice {
    display: block;
    color: #999;
    font-size: 14px;
}

.card-grid-size {
    -ms-grid-column: 9;
    -ms-grid-column-span: 7;
    grid-column: 9/16;
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6/9;
}

.card-grid-size-heading {
    display: block;
    margin: 0 0 15px;
    color: #333;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 15px;
}

.card-grid-size-variant {
    position: relative;
    margin: 0;
}

.card-grid-size-variant input {
    position: absolute;
    z-index: -1;
}

.card-grid-size-variant input:checked+span {
    border: 3px solid #f9690e;
    padding: 4px 7px;
}

.card-grid-size-variant span {
    display: inline-block;
    padding: 5px 8px;
    margin: -2px 2px 8px 0;
    background: #fff;
    border: 2px solid #999;
    color: #333;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.card-grid-surface {
    -ms-grid-column: 9;
    -ms-grid-column-span: 7;
    grid-column: 9/16;
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2/6;
}

.card-grid-surface-heading {
    display: block;
    margin: 0 0 15px;
    color: #333;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 15px;
}

.card-grid-surface-description {
    display: inline-block;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.card-grid-buy {
    -ms-grid-column: 9;
    -ms-grid-column-span: 7;
    grid-column: 9/16;
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9/12;
    width: 100%;
    margin: 0 0 48px;
}

.card-grid-buy-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-grid-buy-options {
    width: 100%;
}

.card-grid-buy-options-amount {
    position: relative;
    width: 100%;
    margin: 0 0 14px;
}

.card-grid-buy-options-amount-input {
    width: 100%;
    height: 48px;
    padding: 0 35px;
    border: 2px solid #f1f1f1;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    text-align: center;
    -moz-appearance: textfield;
}

.card-grid-buy-options-amount-input::-webkit-inner-spin-button,
.card-grid-buy-options-amount-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.card-grid-buy-options-amount-button {
    display: block;
    position: absolute;
    top: 2px;
    width: 46px;
    height: 44px;
    color: #999;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.card-grid-buy-options-amount-button:focus,
.card-grid-buy-options-amount-button:hover {
    background-color: #f8f8f8;
    color: #999;
    text-decoration: none;
}

.card-grid-buy-options-amount-button:active {
    background: rgba(0,0,0,.2);
}

.card-grid-buy-options-amount-minus {
    left: 2px;
    border-right: 2px solid #f1f1f1;
    cursor: pointer;
}

.card-grid-buy-options-amount-plus {
    right: 2px;
    border-left: 2px solid #f1f1f1;
    cursor: pointer;
}

.card-grid-buy-options-buy-button {
    display: block;
    height: 48px;
    margin: 0 0 14px;
    border: 3px solid #5b5b5b;
    background: #f9690e;
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.card-grid-buy-options-buy-button:focus,
.card-grid-buy-options-buy-button:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
}

.card-grid-buy-options-calculate {
    max-height: 110px;
    padding: 30px;
    margin: 0 0 0 15px;
    border: 3px solid #5b5b5b;
    color: #333;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.card-grid-buy-options-calculate:focus,
.card-grid-buy-options-calculate:hover {
    border-color: #333;
    color: #333;
    text-decoration: none;
}

.card-grid-buy-options-one-click-button {
    display: inline-block;
    margin: 0 0 14px;
    color: #333;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    text-transform: uppercase;
}

.card-grid-buy-options-total {
    color: #333;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 25px;
}

.card-grid-buy-options-total-price {
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 26px;
}

.card-grid-info {
    -ms-grid-column: 17;
    -ms-grid-column-span: 7;
    grid-column: 17/24;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    position: relative;
    color: #333;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 28px;
}

.card-grid-info-price {
    display: inline-block;
    width: 100%;
}

.card-grid-info-icon {
    position: absolute;
    top: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
}

.card-grid-info-icon:focus,
.card-grid-info-icon:hover {
    background-color: #999;
}

.card-grid-info-icon-compare {
    right: 40px;
    background: center center/24px 24px url(/local/templates/proporcelain/img/icons/arrow-double-black.svg) no-repeat;
}

.card-grid-info-icon-like {
    right: 0;
    background: center center/24px 24px url(/local/templates/proporcelain/img/icons/heart-black.svg) no-repeat;
}

.card-grid-ready-cases {
    -ms-grid-column: 17;
    -ms-grid-column-span: 7;
    grid-column: 17/24;
    -ms-grid-row: 2;
    -ms-grid-row-span: 10;
    grid-row: 2/12;
    display: block;
    position: relative;
    margin: 0 0 48px;
}

.card-grid-ready-cases-overlay {
    position: absolute;
    width: 100%;
    padding-top: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.70196)),color-stop(19%,rgba(74,74,74,.35)),color-stop(60%,rgba(255,255,255,0)));
    background: linear-gradient(180deg,rgba(0,0,0,.70196) 0,rgba(74,74,74,.35) 19%,rgba(255,255,255,0) 60%);
}
.card-grid-ready-cases>.card-grid-item {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 52%;
}
.card-grid-ready-cases>.card-grid-item span {
    color: #fff;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.card-grid-ready-cases>div:not(.card-grid-item) {
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
    box-shadow: 8.485px 8.485px 62px 0 rgba(0,0,0,.1);
}

.card-grid-table {
    overflow-x: auto;
}

.card-grid-table>table {
    width: 100%;
    color: #333;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 15px;
}

.card-grid-table>table tr:nth-child(odd) {
    background: #f8f8f8;
}

.card-grid-table>table td {
    padding: 13px 30px;
}

.card-grid-table>table td:first-child {
    text-align: left;
}

.card-grid-table>table td:nth-child(2) {
    text-align: right;
}

.card-grid-table-left,
.card-grid-table-right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/12;
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12/13;
}

.card-grid-table-right {
    -ms-grid-column: 13;
    grid-column: 13/24;
}

.other-items-heading,
.show-more {
    display: inline-block;
    width: 100%;
    margin: 0 0 40px;
    color: #333;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

.show-more {
    display: block;
    max-width: 240px;
    padding: 13px 0;
    margin: 0 auto;
    border: 3px solid #5b5b5b;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    color: #fff;
    background-color: #5b5b5b;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.show-more:focus,
.show-more:hover {
    border-color: #333;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width:1579px) {
    .card-grid-swiper .swiper-card,
    .card-grid-swiper .swiper-card-thumbs {
        width: 355px;
    }

    .card-grid-size,
    .card-grid-surface {
        -ms-grid-row: 2;
        -ms-grid-row-span: 5;
        grid-row: 2/7;
    }

    .card-grid-size {
        -ms-grid-row: 7;
        grid-row: 7/12;
        margin: 0 0 34px;
    }

    .card-grid-buy {
        -ms-grid-column: 17;
        -ms-grid-column-span: 7;
        grid-column: 17/24;
        -ms-grid-row: 2;
        -ms-grid-row-span: 10;
        grid-row: 2/12;
    }

    .card-grid-buy-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-grid-buy-options-calculate {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 10px 0;
        margin: 0 0 14px;
        text-align: center;
    }

    .card-grid-ready-cases {
        grid-column: 17/-1;
        -ms-grid-row: 12;
        -ms-grid-row-span: 2;
        grid-row: 12/14;
        margin: 0;
    }

    .card-grid-ready-cases>span {
        width: 100%;
        padding: 0 60px 0 0;
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    }

    .card-grid-table,
    .card-grid-table-right {
        -ms-grid-column: 1;
        -ms-grid-column-span: 15;
        grid-column: 1/16;
    }

    .card-grid-table-right {
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
        grid-row: 13/14;
    }

    .other-items-heading {
        color: #999;
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    }
}

@media screen and (max-width:1199px) {
    .card-grid-price,
    .card-grid-swiper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 11;
        grid-column: 1/12;
        -ms-grid-row: 1;
        -ms-grid-row-span: 11;
        grid-row: 1/12;
        margin: 0 0 30px;
    }

    .card-grid-swiper .swiper-card,
    .card-grid-swiper .swiper-card-thumbs {
        width: 450px;
    }

    .card-grid-swiper .swiper-card .swiper-catalog-pagination {
        position: absolute;
        padding: 0 30px;
        bottom: 30px;
        z-index: 5;
    }

    .card-grid-swiper .swiper-card .swiper-catalog-pagination-bullet {
        border-bottom: 3px solid #fff;
    }

    .card-grid-swiper .swiper-card .swiper-catalog-pagination-bullet-active {
        border-bottom: 3px solid #f9690e;
    }

    .card-grid-price {
        -ms-grid-column: 13;
        grid-column: 13/24;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        margin: 0 0 20px;
    }

    .card-grid-surface {
        -ms-grid-row: 3;
        -ms-grid-row-span: 5;
        grid-row: 3/8;
    }

    .card-grid-buy,
    .card-grid-size,
    .card-grid-surface {
        -ms-grid-column: 13;
        -ms-grid-column-span: 11;
        grid-column: 13/24;
    }

    .card-grid-size {
        margin: 0;
        -ms-grid-row: 8;
        -ms-grid-row-span: 4;
        grid-row: 8/12;
    }

    .card-grid-buy {
        -ms-grid-row: 12;
        -ms-grid-row-span: 12;
        grid-row: 12/24;
    }

    .card-grid-buy-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .card-grid-buy-options-calculate {
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 30px;
        margin: 0 0 0 15px;
    }

    .card-grid-info,
    .card-grid-ready-cases {
        -ms-grid-column: 13;
        -ms-grid-column-span: 11;
        grid-column: 13/24;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin: 0;
    }

    .card-grid-ready-cases {
        -ms-grid-column: 1;
        grid-column: 1/12;
        -ms-grid-row: 12;
        -ms-grid-row-span: 12;
        grid-row: 12/24;
        margin: 0 0 48px;
    }

    .card-grid-table-left,
    .card-grid-table-right {
        -ms-grid-column: 1;
        -ms-grid-column-span: 23;
        grid-column: 1/24;
        -ms-grid-row: 24;
        -ms-grid-row-span: 1;
        grid-row: 24/25;
    }

    .card-grid-table-right {
        -ms-grid-row: 25;
        grid-row: 25/26;
    }
}

@media screen and (max-width:991px) {
    .card-grid-swiper {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1/6;
        margin: 0;
    }

    .card-grid-swiper .swiper-card,
    .card-grid-swiper .swiper-card-thumbs {
        width: 330px;
    }

    .card-grid-surface {
        -ms-grid-row: 3;
        -ms-grid-row-span: 3;
        grid-row: 3/6;
    }

    .card-grid-size {
        -ms-grid-row: 6;
        -ms-grid-row-span: 9;
        grid-row: 6/15;
        margin: 0 0 20px;
    }

    .card-grid-buy {
        -ms-grid-row: 15;
        -ms-grid-row-span: 9;
        grid-row: 15/24;
    }

    .card-grid-buy-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-grid-buy-options-calculate {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 10px 0;
        margin: 0 0 14px;
    }

    .card-grid-info {
        margin: 0 0 20px;
        font-size: 24px;
    }

    .card-grid-info-icon {
        top: 3px;
    }

    .card-grid-ready-cases {
        -ms-grid-row: 6;
        -ms-grid-row-span: 18;
        grid-row: 6/24;
    }

    .other-items-heading {
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    .card-grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .card-grid-swiper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 6;
        grid-row: 1/7;
    }

    .card-grid-swiper .swiper-card,
    .card-grid-swiper .swiper-card-thumbs {
        width: 510px;
    }

    .card-grid-swiper .swiper-card .swiper-catalog-pagination {
        position: relative;
        bottom: unset;
        padding: 30px 0 20px;
    }

    .card-grid-swiper .swiper-card .swiper-catalog-pagination-bullet {
        border-bottom: 3px solid #e0e0e0;
    }

    .card-grid-swiper .swiper-card .swiper-catalog-pagination-bullet-active {
        border-bottom: 3px solid #f9690e;
    }

    .card-grid-buy,
    .card-grid-price,
    .card-grid-size,
    .card-grid-surface {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row-span: 1;
    }

    .card-grid-price {
        font-size: 26px;
        -ms-grid-row: 7;
        grid-row: 7/8;
    }

    .card-grid-buy,
    .card-grid-size,
    .card-grid-surface {
        -ms-grid-row: 9;
        grid-row: 9/10;
    }

    .card-grid-buy,
    .card-grid-size {
        -ms-grid-row: 10;
        grid-row: 10/11;
    }

    .card-grid-buy {
        -ms-grid-row: 11;
        grid-row: 11/12;
    }

    .card-grid-buy-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .card-grid-buy-options-calculate {
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 30px;
        margin: 0 0 0 15px;
    }

    .card-grid-info {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        grid-row: 8/9;
        font-size: 20px;
    }

    .card-grid-ready-cases,
    .card-grid-table-left,
    .card-grid-table-right {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 12;
        -ms-grid-row-span: 1;
        grid-row: 12/13;
    }

    .card-grid-table>table td {
        padding: 13px 15px;
    }

    .card-grid-table-left,
    .card-grid-table-right {
        -ms-grid-row: 13;
        grid-row: 13/14;
    }

    .card-grid-table-right {
        -ms-grid-row: 14;
        grid-row: 14/15;
    }
}

@media screen and (max-width:575px) {
    .catalog .grid-item-content:focus,
    .catalog .grid-item-content:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .card-grid-swiper .swiper-card,
    .card-grid-swiper .swiper-card-thumbs {
        max-width: 539px;
        width: 100%;
    }

    .card-grid-buy-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-grid-buy-options-calculate {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 10px 0;
        margin: 0 0 14px;
        text-align: center;
    }

    .card-grid-ready-cases>span {
        top: 15px;
        left: 15px;
        padding: 0 30px 0 0;
    }

    .card-grid-table {
        margin: 0 -15px;
    }

    .show-more {
        max-width: unset;
    }
}

.block-name {
    display: inline-block;
    margin: 0 0 42px;
    color: #313131;
    /*font-family: "Museo Sans Cyrl","Helvetica","Arial",sans-serif;
	font-size: 34px;
	line-height: 42px;*/
    font-family: "Museo Sans Cyrl 600","Helvetica","Arial",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    text-transform: uppercase;
}

.block-name-white {
    color: #fff;
}

.overview {
    width: 100%;
    padding: 0;
    margin: 30px 0 65px;
}

.popular-collections .overview {
    margin: 30px 0 52px;
}

.overview-sizer {
    width: 25%;
}

.overview-item {
    width: 25%;
    height: 390px;
    padding: 15px;
    margin: 0;
}

.top-swiper-container {
    margin-top: 30px;
}

.overview-item-swiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
}

.overview-item-swiper-slide {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.15);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.15);
}

.overview-item-swiper-slide-content {
    /*width: 33%;
	min-height: 50%;
	padding: 30px;
	margin: 30px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;*/
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;

    background: rgba(255,255,255,.5);
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 28px;
    line-height: 50px;
    max-width: 610px;
    padding: 20px 20px 20px 30px;
}

.overview-item-swiper-slide-content-heading,
.overview-item-swiper-slide-content>span {
    /*font-size: 25px;
	line-height: 50px;
	text-transform: uppercase;*/
}

.overview-item-swiper-slide-content-heading {
    display: block;
    /*margin: 0 0 15px;*/
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

@media (min-width:1580px) {
    .overview-item-swiper-slide-content-heading {
        font-size: 28px;
        line-height: 50px;
    }
}

.overview-item-swiper-slide-content>p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.overview-item-swiper-slide-content>a {
    padding: 7px 30px;
    /*border: 2px solid #fff;*/
    background: #EC691F;
    border-radius: 100px;
    color: #fff;
    font-family: "Museo Sans Cyrl 600","Helvetica","Arial",sans-serif;
    font-size: 12px;
    line-height: 20px;
    /*text-transform: uppercase;*/
    -webkit-transition: all .1s;
    transition: all .1s;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.overview-item-swiper-slide-content>a:focus,
.overview-item-swiper-slide-content>a:hover {
    background: #cd4d04;
    text-decoration: none;
    /*
    205 77 4
    background: #f9690e;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);*/
}

.overview-item-swiper-slide-content>a::after {
    /*content: url(/icon/left-r.svg);
	display: inline-block;
	width: 10px;
	margin: 0 0 5px 10px;*/
}

.overview-item-swiper-button {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 45px;
    /*border: 3px solid rgba(255,255,255,.35);*/
    background-image: url(../images/left.svg);
    background-position: center center;
    background-size: 14px 26px;
    background-repeat: no-repeat;
    z-index: 2;
    cursor: pointer;
}

.overview-item-swiper-button:focus,
.overview-item-swiper-button:hover {
    background-color: rgba(248,248,248,.35);
}

.overview-item-swiper-button-prev {
    right: 235px;
}

.overview-item-swiper-button-next {
    right: 45px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.overview-item-swiper-button-disabled {
    -webkit-filter: opacity(.3);
    filter: opacity(.3);
    cursor: default;
}

.overview-item-swiper-button-disabled:focus,
.overview-item-swiper-button-disabled:hover {
    background-color: transparent;
}

.overview-item-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    bottom: 68px;
    right: 110px;
    /*max-width: 200px;*/
    max-width: 108px;
    width: 100%;
    z-index: 1;
}

.overview-item-swiper-pagination-bullet {
    min-width: 1px;
    width: 100%;
    -ms-flex-preferred-size: fill;
    flex-basis: fill;
    height: 3px;
    background: #fff;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.overview-item-swiper-pagination-bullet:focus,
.overview-item-swiper-pagination-bullet:hover {
    outline: 0;
    background: #f9690e;
}

.overview-item-swiper-pagination-bullet:not(:last-child) {
    margin: 0 15px 0 0;
}

.overview-item-swiper-pagination-bullet-active {
    width: 100%;
    background: #f9690e;
}

.overview-item-content {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
}

/*
top: calc(50% - 40px);
 */
.overview-item-content-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.overview-item-content-text-slider-small {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;

}

.main-production .overview-item-content-text-01 {
    left: calc(50% - 101px);
    top: calc(50% - 29px);
    bottom: unset;
}

.main-production .overview-item-content-text-02 {
    left: calc(50% - 112px);
    top: calc(50% - 25px);
    bottom: unset;
}

.main-production .overview-item-content-text-03 {
    left: calc(50% - 101px);
    top: calc(50% - 51px);
    bottom: unset;
}

.main-production .overview-item-content-text-04 {
    left: calc(50% - 101px);
    top: calc(50% - 30px);
    bottom: unset;
}

.main-production .overview-item-content-text-05 {
    left: calc(50% - 111px);
    top: calc(50% - 27px);
    bottom: unset;
}

.main-production .overview-item-content-text-06 {
    left: calc(50% - 114px);
    top: calc(50% - 20px);
    bottom: unset;
}

.main-production .grid-item-overlay {
    z-index: 100;
}

.main-production .overview-item-content-text {
    z-index: 99;
}

.main-production .overlay-item-content-text {
    padding: 0 42.5px 0 42.5px;
    position: absolute;
    top: 98px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Museo Sans Cyrl 100";
}

/*@media (min-width:1200px) {
    .main-production .overlay-item-content-text {
        top: 48px;
        font-size: 14px;
        line-height: 24px;
    }
}*/

.main-production .overlay-item-content-text img {
    padding-bottom: 30px;
}

.overview-item-content-icon,
.overview-item-content-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overview-item-content-img {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    width: 100%;
    height: 100%;
}

.overview-item-content-icon {
    display: block;
    width: 58px;
    height: 58px;
    margin: 0 0 15px;
}

.overview-item-content-text-01 .overview-item-content-icon {
    width: 202px;
    height: 58px;
}

.overview-item-content-text-02 .overview-item-content-icon {
    width: 232px;
    height: 58px;
}

.overview-item-content-text-03 .overview-item-content-icon {
    width: 202px;
    height: 108px;
}

.overview-item-content-text-04 .overview-item-content-icon {
    width: 202px;
    height: 61px;
}

.overview-item-content-text-05 .overview-item-content-icon {
    width: 223px;
    height: 52px;
}

.overview-item-content-text-06 .overview-item-content-icon {
    width: 216px;
    height: 39px;
}

.overview-item-content-heading {
    max-width: 50%;
    margin: 0 0 15px;
    color: #fff;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    font-size: 25px;
    text-align: left;
    text-transform: uppercase;
}

.overview-item-content-button {
    max-width: 77%;
    padding: 7px 30px;
    border: 2px solid #fff;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.overview-item-content-button-slider-small {
    white-space: nowrap;
    /*max-width: 77%;*/
    padding: 15px;
    /*border: 2px solid #fff;*/
    background: rgba(255,255,255,.5);
    color: #313131;
    font-family: "Museo Sans Cyrl 250","Helvetica","Arial",sans-serif;
    font-size: 18px;
    line-height: 24px;
    /*text-transform: uppercase;*/
    -webkit-transition: all .1s;
    transition: all .1s;
}

.overview-item-content-button:focus,
.overview-item-content-button:hover {
    background: #f9690e;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
}

.articles-button>i,
.overview-item-content-button>i,
.showroom-item-text a>i,
.text-item-text a>i,
.why-future-ceramics>a>i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
    background: center url(/icon/left-r.svg) no-repeat;
}

.overview-big {
    width: 75%;
    height: 780px;
}

.overview-big-collections {
    width: 100%;
    height: 530px;
}

.ready-cases {
    padding: 100px 0 25px;
    /*background-color: #f8f8f8;*/
}

.main-about {
    padding: 40px 0 25px;
    /*background-color: #f8f8f8;*/
}

@media (min-width:992px) {
    .main-about-left {
        padding-right: 65px;
    }

    .main-about-right {
        padding-left: 65px;
    }

    .main-news-left {
        padding-right: 25px;
    }

    .main-news-right {
        padding-left: 40px;
    }
}

.main-production {
    padding: 60px 0 25px;
    /*background-color: #f8f8f8;*/
}

.main-about p {
    font-family: "Museo Sans Cyrl 250","Helvetica","Arial",sans-serif;
    font-style: normal;
    font-weight: 250;
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 16px;
    color: #000000;
}

.main-about .paragraph {
    padding-top: 20px;
}

.ready-cases .grid-item-text {
    top: 0;
    left: 0;
    background: 0 0;
}

.text-item-text {
    height: 100%;
    padding: 30px;
    border: 6px solid #999;
    color: #999;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.text-item-text:focus,
.text-item-text:hover {
    border: 6px solid #f9690e;
}

.text-item-text-wrapper {
    height: 100%;
}

.text-item-text-orange {
    display: block;
    color: #f9690e;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
}

.text-item-text a {
    display: inline-block;
    padding: 10px 30px;
    margin: 15px 0 0;
    border: 2px solid transparent;
    background: rgba(51,51,51,.8);
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.text-item-text a:focus,
.text-item-text a:hover {
    text-decoration: none;
    border: 2px solid #333;
    background: #f9690e;
}

.showroom {
    padding: 60px 0 80px;
}

.showroom-item {
    position: relative;
    height: 562px;
    margin: 15px 0 0;
}

.showroom-item-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.showroom-item-text {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 360px;
    height: 360px;
    padding: 30px;
    background: rgba(249,105,14,.5);
    color: #fff;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
}

.showroom-item-text-bold {
    display: block;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
}

.showroom-item-text p {
    margin: 20px 0;
    color: #fff;
    line-height: 24px;
    text-transform: none;
}

.showroom-item-text a {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #fff;
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.showroom-item-text a:focus,
.showroom-item-text a:hover {
    text-decoration: none;
    background: #f9690e;
}

.popular-collections {
    margin-top: 40px;
    padding: 70px 0 25px;
    background-color: #f8f8f8;
}

.popular-collections  .block-name {
    margin-bottom: 15px;
}

.grid-item-new .grid-item-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 6px solid #8bc34a;
    z-index: 5;
}

.articles-button,
.grid-item-new .grid-item-content::after {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.grid-item-new .grid-item-content::after {
    content: "Новинка";
    position: absolute;
    bottom: 35px;
    right: 35px;
    padding: 36px 12px;
    background: #8bc34a;
    border-radius: 50%;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.articles {
    padding: 60px 0 25px;
    background: #5b5b5b;
}

.articles-button {
    display: inline-block;
    margin: 0 0 0 30px;
    font-family: "Merriweather","Times New Roman","Times",serif;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.articles-button:focus,
.articles-button:hover {
    color: #fff;
}

.articles-content {
    position: relative;
    height: auto;
    padding: 0 0 50px;
    overflow: hidden;
}

.articles-content>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.articles-content-item {
    display: block;
    width: 25%;
    padding: 15px;
}

.articles-content-item:hover .articles-content-item-img {
    -webkit-box-shadow: 8.485px 8.485px 40px 0 rgba(0,0,0,.5);
    box-shadow: 8.485px 8.485px 40px 0 rgba(0,0,0,.5);
}

.articles-content-item:hover span,
.wrapper-404 p a:hover {
    color: #f9690e;
}

.articles-content-item-img {
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.articles-content-item span,
.why-future-ceramics>a {
    display: inline-block;
    padding: 20px 0 0;
    color: #fff;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 17px;
    line-height: 26px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.articles-content-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 15px 30px;
    width: 100%;
    z-index: 1;
}

.img {
    padding: 60px 0 80px;
    -webkit-box-shadow: inset 9999999px 0 0 rgba(255,255,255,.88);
    box-shadow: inset 9999999px 0 0 rgba(255,255,255,.88);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img,
.why-future-ceramics {
    position: relative;
}

.news-block-item-img-big {
    padding-top: 100%;
    margin: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.news-block-item-img-big {
    height: 465px;
    padding: 0;
}

@media screen and (max-width: 1579px) {
    .news-block-item-img-big {
        height: 331px;
        padding: 0;
    }
}
@media screen and (max-width:575px) {
    .news-block-item-img-big {
        height: 222px;
        padding: 0;
    }
    .news-block-item-name-big {
        font-size: 18px!important;
    }
}
/*
    @media screen and (min-width:375px) {
        .news-block-item-img-big {
            height: 222px;
            padding: 0;
        }
    }

    @media screen and (min-width:768px) {
        .news-block-item-img-big {
            height: 331px;
            padding: 0;
        }
    }*/










.why-future-ceramics-background {
    display: block;
    position: absolute;
    top: -60px;
    bottom: -40px;
    left: -15px;
    right: -15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    z-index: -1;
}

.news-block-item>hr,
.why-future-ceramics>hr {
    margin: 25px 0 35px;
    border-color: #e0e0e0;
}

.why-future-ceramics>a {
    padding: 10px 28px;
    margin: 15px 0 0;
    /*border: 2px solid transparent;
	background: rgba(51,51,51,.8);*/
    font-family: "Museo Sans Cyrl 600","Helvetica","Arial",sans-serif;
    /*font-size: 14px;
	line-height: 24px;
    font-weight: 600;*/
    font-size: 12px;
    line-height: 14px;
    /*text-transform: uppercase;*/
    -webkit-transition: all .1s;
    transition: all .1s;

    background: #EC691F;
    border-radius: 100px;
}

.why-future-ceramics>a:focus,
.why-future-ceramics>a:hover {
    /*border: 2px solid #333;
	background: #f9690e;*/
    background: #cd4d04;
    text-decoration: none;
}




.news-button {
    display: inline-block;
    margin: 0 0 0 15px;
    color: #333;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.news-button:focus,
.news-button:hover {
    color: #333;
}

.news-button>i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
    background: center url(/icon/up.svg) no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.news-block-item {
    margin: 0 0 30px;
    /*display: inline-block;*/
    /*min-height: 176px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0E7EA;*/
}

.news-block-item-container img {
    display: inline-block;
    float: left;
}

.news-block-item-container {
    display: inline-block;
    height: 140px;
}

.news-block-item-content {
    display: inline-block;
    float: left;
    padding-left: 30px;
    /*width: 310px;*/
    width: 490px;
}

.news-block-item-date {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    color: #999;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 13px;
    line-height: 24px;
}

.news-block-item-name {
    color: #313131;
    font-family: "Museo Sans Cyrl 600","Helvetica","Arial",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    -webkit-transition: all .1s;
    transition: all .1s;
}

@media screen and (max-width:1579px) {
    .news-block-item-content {
        width: 310px;
    }
}

@media screen and (max-width:575px) {
    .news-block-item-date {
        font-size: 11px;
        line-height: 20px;
    }

    .news-block-item-content {
        width: 210px;
    }

    .news-block-item-name {
        font-size: 12px;
        line-height: 18px;
    }
}

.news-block-item-name-big {
    color: #313131;
    font-family: "Museo Sans Cyrl 600","Helvetica","Arial",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    -webkit-transition: all .1s;
    transition: all .1s;

    margin: 30px 0 20px 0;
}

.news-block-item-name-big:hover {
    color: #f9690e;
    text-decoration: none;
}

.news-block-item-name-big {
    display: inline-block;
    margin: 30px 0 20px 0;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    font-size: 25px;
    line-height: 32px;
}

.news-block-item-name:hover,
.user-events-item .more-inform-order:hover a {
    color: #f9690e;
    text-decoration: none;
}

.news-block-item-img {
    padding-top: 100%;
    margin: 70px 0 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.map,
.map-container {
    position: relative;
}

.map-container {
    height: 820px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.map-container-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: rgba(51,51,51,.1);
}

.map-buy {
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: 25px;
    width: 525px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.12);
}

.map-buy-name {
    padding: 0 30px;
    margin: 45px 0 15px;
}

.map-buy-name span {
    display: block;
    max-width: 720px;
    padding: 0 15px;
    margin: 0 auto;
}

.map-buy-places {
    position: relative;
    height: 650px;
    overflow: hidden;
}

.map-buy-places-item {
    display: block;
    max-width: 720px;
    padding: 15px;
    margin: 0 auto;
    color: #333;
}

.map-buy-places-item:focus,
.map-buy-places-item:hover {
    color: #333;
    text-decoration: none;
}

.map-buy-places-item-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    padding: 0 30px;
}

.map-buy-places-item-wrapper:focus,
.map-buy-places-item-wrapper:hover {
    background-color: #f8f8f8;
}

.map-buy-places-item-name {
    display: block;
    color: #333;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.map-buy-places-item-adress {
    display: inline-block;
    max-width: 325px;
    color: #333;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.swiper-container-vertical>.swiper-scrollbar {
    width: 4px;
    height: 100%;
    background: #e0e0e0;
    border-radius: 0;
}

.swiper-container-vertical>.swiper-scrollbar>.swiper-scrollbar-drag {
    background: #f9690e;
    border-radius: 0;
}

@media screen and (max-width:1579px) {
    .overview-sizer,
    .ready-cases .grid-big,
    .ready-cases .grid-item,
    .ready-cases .grid-sizer {
        width: 33.33%;
    }

    .overview-item {
        width: 33.33%;
        height: 276px;
    }

    .overview-item-swiper-slide-content {
        width: 50%;
    }
    .page-front .overview-item-swiper-slide-content {
        width: initial;
    }
    .overview-big {
        width: 66.66%;
        height: 552px;
    }

    .overview-big-collections {
        width: 100%;
        height: 392px;
    }

    .ready-cases .grid-big .grid-item-text {
        width: 100%;
    }

    .articles-content-item {
        width: 33.33%;
    }

    .news-button {
        margin: 0 0 60px 15px;
    }

    .map-buy {
        right: 0;
    }
}

@media screen and (max-width:1199px) {
    .overview-sizer {
        width: 50%;
    }

    .overview-item {
        width: 50%;
        height: 620px;
    }

    .overview-item-swiper-slide-content {
        width: 42%;
    }

    .overview-item-content-button {
        max-width: 60%;
    }

    .overview-big {
        width: 100%;
    }

    .overview-big-collections {
        width: 100%;
        height: 334px;
    }

    .text-item-text,
    .text-item-text-orange {
        font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
        font-size: 17px;
        line-height: 26px;
        text-transform: none;
    }

    .map-container {
        height: 765px;
    }

    .map-buy {
        width: 337px;
        top: 0;
        bottom: 0;
    }
}

@media screen and (max-width:991px) {
    .overview {
        margin: 15px 0 55px;
    }

    .overview-item {
        height: 360px;
    }

    .overview-item-swiper-slide-content,
    .ready-cases .grid-item,
    .ready-cases .grid-sizer {
        width: 50%;
    }

    .overview-item-swiper-slide-content-heading,
    .overview-item-swiper-slide-content>span {
        font-size: 17px;
        line-height: 26px;
        text-transform: none;
        font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    }

    .overview-item-content-button {
        max-width: 85%;
    }

    .overview-big {
        height: 720px;
    }

    .ready-cases .grid-big {
        width: 100%;
        height: 720px;
    }

    .showroom-item-text {
        width: 300px;
        height: 300px;
        font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
        font-size: 17px;
        line-height: 26px;
        text-transform: none;
    }

    .showroom-item-text p {
        max-height: 96px;
        margin: 10px 0;
        overflow: hidden;
    }

    .articles-content-item {
        width: 50%;
    }

    .why-future-ceramics {
        margin: 0 0 70px;
    }

    .news-button {
        margin: 0 0 30px 15px;
    }

    .map-buy {
        position: relative;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .map-buy-places {
        height: auto;
    }

    .map-buy-places .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width:767px) {
    .block-name {
        font-size: 25px;
        line-height: 1.2;
    }

    .overview {
        margin: 0 0 65px;
    }

    .overview-item {
        height: 270px;
    }

    .overview-item-swiper-pagination {
        left: 30px;
        bottom: 30px;
    }

    .overview-item-swiper-slide-content {
        width: 100%;
        padding: 30px 15px 0;
        margin: 0;
        background: 0 0;
    }

    .overview-item-swiper-slide-content>a {
        padding: 7px 80px;
        background: rgba(0,0,0,.5);
    }

    .overview-item-content-text {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .overview-item-content-button {
        max-width: 100%;
        padding: 7px 25px;
    }

    .overview-big {
        height: 302px;
    }
    .ready-cases .grid-sizer,
    .ready-cases .grid-item,
    .ready-cases .grid-big {
        width: 100%;
        height: auto;
    }

    .popular-collections .grid-item-content,
    .ready-cases .grid-item-content {
        width: 100%;
        height: auto;
    }

    .popular-collections .grid-item-overlay,
    .ready-cases .grid-item-overlay {
        display: block;
    }

    .popular-collections .grid-item-img,
    .ready-cases .grid-item-img {
        height: 320px;
    }

    .popular-collections .grid-item-text,
    .ready-cases .grid-item-text {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 25px 30px 30px;
    }

    .popular-collections .grid-item-text-heading,
    .ready-cases .grid-item-text-heading {
        padding: 0 0 20px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
        font-size: 25px;
        text-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .popular-collections .grid-item-text-button,
    .ready-cases .grid-item-text-button {
        padding: 0;
        background: 0 0;
    }

    .popular-collections .grid-item-text-button-icon,
    .ready-cases .grid-item-text-button-icon {
        height: 20px;
    }

    .text-item-text {
        padding: 15px;
    }

    .showroom-item {
        height: 320px;
    }

    .showroom-item-text {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        background: 0 0;
    }

    .articles-content>.swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .articles-content-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .img {
        padding: 60px 0 30px;
    }

    .map-container {
        height: 480px;
    }

    .map-buy {
        position: relative;
        width: 100%;
    }

    .map-buy-name {
        padding: 0 15px;
    }

    .map-buy-name span,
    .map-buy-places-item {
        max-width: 540px;
    }

    .map-buy-places-item-wrapper {
        padding: 0 15px;
    }
}

@media screen and (max-width:575px) {
    .overview {
        margin: 0 0 45px;
    }

    .overview-big,
    .overview-sizer,
    .popular-collections .grid-big,
    .popular-collections .grid-sizer,
    .ready-cases .grid-big,
    .ready-cases .grid-sizer {
        width: 100%;
    }

    .overview-item,
    .popular-collections .grid-item,
    .ready-cases .grid-item {
        width: 100%;
        height: auto;
    }

    .overview-item-swiper {
        height: calc(100vh - 48px);
    }

    .overview-item-swiper-parent {
        padding: 0 0 15px;
    }

    .overview-item-swiper-button {
        bottom: 30px;
    }

    .overview-item-swiper-button-prev {
        left: 15px;
    }

    .overview-item-swiper-button-next {
        left: 77px;
    }

    .overview-item-swiper-pagination {
        left: 15px;
        right: 15px;
        max-width: unset;
        width: unset;
    }

    .overview-item-content-img {
        padding-top: 100%;
    }

    .text-item-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .text-item-text-wrapper {
        position: relative;
        padding-top: 100%;
    }

    .showroom-item {
        height: auto;
    }

    .showroom-item .grid-item-overlay {
        display: block;
    }

    .showroom-item-img {
        padding-top: 100%;
    }

    .articles-content-item {
        width: 100%;
    }

    .img {
        background-size: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .why-future-ceramics-background {
        opacity: .12;
    }

    .news-button {
        width: 100%;
        margin: 0 0 30px;
    }

    .map-buy-name {
        margin: 45px 0 15px 15px;
    }

    .map-buy-places-item {
        padding: 15px;
        margin: 0;
    }

    .map-buy-places-item-wrapper {
        padding: 0;
    }
}

.profile-wrapper {
    padding-top: 30px;
    border-top: solid 1px #eee;
}

.profile-img {
    max-width: 360px;
    max-height: 360px;
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.profile-img img {
    height: auto;
    max-width: 100%;
    border: 0;
}

.mt-none {
    margin-top: 0;
}

@media only screen and (max-width:1579px) {
    .profile-img {
        max-width: 330px;
        max-height: 330px;
        height: 330px;
    }
}

@media only screen and (max-width:767px) {
    .profile-wrapper {
        padding-top: 0;
        border-top: none;
    }
}

@media only screen and (max-width:575px) {
    .profile-img {
        max-width: 290px;
        max-height: 290px;
        height: 290px;
        margin-bottom: 10px;
    }

    .nav-table-profile td {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.wrapper-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 79%;
    margin: 0 auto;
}

.wrapper-404-inform {
    padding-right: 5px;
    padding-top: 40px;
}

.wrapper-404 .btn-def,
.wrapper-404 h2,
.wrapper-404-title {
    color: #f9690e;
    font-family: "Museo Sans Cyrl 100","Helvetica","Arial",sans-serif;
    font-size: 300px;
    text-transform: uppercase;
}

.wrapper-404 .btn-def,
.wrapper-404 h2 {
    color: #999;
    font-size: 48px;
}

.wrapper-404 strong {
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 17px;
}

.wrapper-404 p {
    margin-bottom: 20px;
}

.wrapper-404 p a {
    color: #999;
    font-size: 15px;
    text-decoration: none;
}

.wrapper-404 .btn-def {
    padding: 10px 27px;
    display: inline-block;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    color: #fff;
    background: #4d4d4d;
    border-color: #4d4d4d;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    margin: 0 0 10px;
}

@media only screen and (max-width:1579px) {
    .wrapper-404-title {
        font-size: 200px;
        line-height: normal;
    }
}

@media only screen and (max-width:1199px) {
    .wrapper-404-inform {
        margin-left: 25px;
    }
}

@media only screen and (max-width:991px) {
    .wrapper-404 {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .page-404 main {
        min-height: calc(100vh - 150px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wrapper-404 h2 {
        line-height: normal;
    }

    .wrapper-404-inform {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width:575px) {
    .wrapper-404-title {
        font-size: 100px;
    }

    .wrapper-404 h2 {
        font-size: 34px;
    }

    .wrapper-404 p {
        margin-bottom: 10px;
    }
}

.page-program {
    margin-bottom: 80px;
}

.program-block {
    position: relative;
    width: 100%;
    height: 563px;
    margin-bottom: 84px;
}

.program-block-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.program-block-img,
.program-block-motiv {
    background-position: 50% 92%;
}

.program-block-descrip {
    position: absolute;
    top: 32px;
    left: 30px;
    max-width: 360px;
    min-height: 360px;
    padding: 25px 27px;
    background: rgba(0,0,0,.5);
    color: #fff;
}

.option label span,
.program-block-descrip h3 {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.advantages-wrapper h2,
.program-block-descrip h3 {
    text-transform: uppercase;
    margin-bottom: 23px;
    font-size: 25px;
    line-height: normal;
}

.program-block-descrip h3 strong,
.wrapper-404 p {
    font-family: "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
}

.program-block-descrip p {
    color: #fff;
    line-height: 23px;
    margin-bottom: 10px;
}

@media only screen and (max-width:991px) {
    .program-block {
        height: 690px;
        margin-bottom: 70px;
    }

    .program-block-img {
        background-size: cover;
        background-position: 50% 50%;
    }

    .program-block-descrip {
        max-width: 300px;
        min-height: auto;
        padding-bottom: 30px;
        top: inherit;
        bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .program-block {
        height: auto;
        margin-bottom: 50px;
    }

    .program-block-img {
        height: 280px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
        background-size: cover;
        background-position: 59% 50%;
    }

    .program-block-descrip {
        position: relative;
        max-width: 100%;
        padding: 0;
        top: inherit;
        bottom: inherit;
        left: inherit;
        background: 0 0;
        color: #333;
    }

    .program-block-descrip h3 {
        color: #999;
    }

    .program-block-descrip p {
        color: #333;
    }
}

.advantages-wrapper {
    margin-bottom: 60px;
}

.advantages-wrapper h2 {
    margin-bottom: 40px;
    color: #333;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    font-size: 34px;
    line-height: 24px;
}

.advantages-item-icon {
    height: 85px;
    width: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.advantages-item-icon img {
    max-width: 100%;
    height: 100%;
}

.advantages-item-text {
    color: #333;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
}

@media only screen and (max-width:991px) {
    .advantages-wrapper {
        margin-bottom: 0;
    }

    .advantages-item {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:767px) {
    .advantages-wrapper {
        margin-bottom: 30px;
    }

    .advantages-wrapper h2 {
        font-size: 25px;
        color: #999;
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    }
}

@media only screen and (max-width:575px) {
    .advantages-item {
        margin-bottom: 30px;
    }

    .advantages-item-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 30px;
    }

    .advantages-item-text {
        text-align: center;
        font-size: 15px;
    }
}

.program-form {
    border: 6px solid #e0e0e0;
    margin-top: 109px;
}

.program-form-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 71%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -84px;
}

.program-form-wrapper {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    padding-bottom: 69px;
}

.program-form-img {
    -webkit-transform: translate(23px,-84px);
    transform: translate(23px,-84px);
}

.program-form h2 {
    display: inline-block;
    margin-bottom: 38px;
    padding: 0 30px;
    background: #fff;
    font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    color: #333;
}

.program-form span {
    color: #f9690e;
}

.program-form form {
    max-width: 549px;
    margin-left: 4px;
    padding: 0 30px;
}

.program-form .form-group {
    margin-bottom: 15px;
}

.program-form input {
    font: 14px "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    height: 48px;
    padding: 0 18px;
    width: 100%;
    -ms-flex-preferred-size: 430px;
    border: 3px solid #f8f8f8;
    color: #999;
}

.program-form .btn-def-submit {
    background-color: #5b5b5b;
    border-color: #5b5b5b;
    color: #fff;
    width: 100%;
    margin: 0;
}

.option {
    position: relative;
    margin-top: 15px;
}

.option label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.option label span {
    margin-left: 3px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.option input[type=checkbox]+label::before,
.option input[type=radio]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: solid 1px #f1f1f1;
    outline: 0;
    padding: 0;
    cursor: pointer;
}

.option input[type=checkbox]:checked+label::after,
.option input[type=radio]:checked+label:after {
    content: "";
    color: #ddd;
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(/local/templates/proporcelain/img/icons/checked.svg);
    left: 4px;
    top: 6px;
    z-index: 1;
}

@media only screen and (max-width:1199px) {
    .program-form-shell {
        width: 89%;
    }
}

@media only screen and (max-width:992px) {
    .program-form-img {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .program-form h2 {
        font-size: 25px;
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
        color: #999;
        line-height: 30px;
        padding: 0 12px;
        margin-left: 15px;
    }

    .program-form h2 span {
        font-family: "Museo Sans Cyrl 700","Helvetica","Arial",sans-serif;
    }

    .program-form-shell {
        display: block;
    }
}

@media only screen and (max-width:575px) {
    .program-form {
        border-width: 2px;
    }

    .program-form-shell {
        width: 100%;
    }

    .program-form-wrapper {
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }

    .program-form form {
        padding: 0 15px;
        max-width: 100%;
    }
}

.page-cabinet h4 {
    font-size: 17px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    margin: 0;
    padding: 13px 30px;
    border-bottom: solid 1px #e0e0e0;
}

.user-events {
    padding-top: 30px;
    margin-top: 35px;
    border-top: solid 1px #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.user-events-item {
    border: solid 1px #e0e0e0;
    font-family: "Museo Sans Cyrl 500","Helvetica","Arial",sans-serif;
    padding-bottom: 26px;
    width: 263px;
    margin-bottom: 30px;
}

.user-events-item ul {
    list-style: none;
    padding: 30px 28px;
    margin: 0;
    min-height: 242px;
}

.user-events-item li {
    margin-bottom: 10px;
    line-height: 22px;
}

.user-events-item a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.my-orders li a:hover,
.user-events-item a :hover {
    border-bottom: none;
}

.user-events-item .more-inform-order {
    text-align: right;
    padding: 0 30px;
    text-decoration: none;
}

.user-events-item .more-inform-order a {
    color: #999;
    font-size: 14px;
}

.my-orders li a {
    border-bottom: solid 1px #333;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.my-orders li .disable {
    color: #999;
    border-bottom-color: #999;
}

.my-orders li .active {
    color: #8bc34a;
    border-bottom-color: #8bc34a;
}
.my-orders li .canceled {
    color: #f9690e;
    border-bottom-color: #f9690e;
}

.customer-orders .time {
    color: #999;
}

.customer-orders .name {
    border-bottom: solid 1px #999;
}
.customer-orders .name:hover,
.customer-orders .name:focus {
    border: none;
}

.operations-history li {
    color: #8bc34a;
}

.operations-history .disable {
    color: #f9690e;
}

.my-clients .number,
.operations-history .number {
    font-size: 17px;
}

.my-clients .name {
    border-bottom: solid 1px #999;
}
.my-clients .name:hover,
.my-clients .name:focus {
    border: none;
}

@media only screen and (max-width:1579px) {
    .user-events {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .user-events-item {
        width: calc(50% - 15px);
    }
}

@media only screen and (max-width:767px) {
    .user-events {
        margin-top: 0;
    }

    .user-events-item {
        width: 100%;
    }

    .user-events-item h4,
    .user-events-item ul {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.showroom-grid-item {
    display: block;
    position: relative;
    width: 100%;
    height: 562px;
    margin: 0 0 30px;
    color: #fff;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
}

.showroom-grid-item:focus,
.showroom-grid-item:hover {
    color: #fff;
}

.showroom-grid-item-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.showroom-grid-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 25%;
    min-height: 50%;
    padding: 30px;
    background: rgba(0,0,0,.5);
}

.showroom-grid-item-price {
    display: inline-block;
    margin: 0 0 20px;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 26px;
    line-height: 1.2;
}

.showroom-grid-item-price-sale {
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    text-decoration: line-through;
}

.showroom-grid-item-price-sale .rubl {
    display: none;
}

.showroom-grid-item-stock-name {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
}

.showroom-grid-item-stock-time {
    display: inline-block;
    margin: 0 0 10px;
    color: #f9690e;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.showroom-grid-item-stock-description {
    margin: 0;
    color: #fff;
}

@media screen and (max-width:1579px) {
    .showroom-grid-item-text {
        width: 33%;
    }
}

@media screen and (max-width:991px) {
    .showroom-grid-item {
        height: auto;
    }

    .showroom-grid-item-img {
        height: auto;
        padding-top: 100%;
    }

    .showroom-grid-item-text {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .showroom-grid-item-text {
        width: 75%;
    }
}

@media screen and (max-width:575px) {
    .showroom-grid-item-text {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px 0 0;
        background: 0 0;
    }

    .showroom-grid-item-price {
        color: #333;
    }

    .showroom-grid-item-stock-name {
        color: #999;
    }

    .showroom-grid-item-stock-description {
        color: #333;
        margin: 0 0 35px;
    }
}

.stock {
    margin: 0 0 60px;
}

.news .grid-item-text-heading,
.stock-time {
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
}

.news .grid-item-text-date,
.stock-time {
    display: block;
    margin: 0 0 30px;
    color: #f9690e;
    font-size: 13px;
    line-height: 22px;
}

.news .grid-item-text-date {
    margin: 0 0 20px;
    color: #fff;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    line-height: 24px;
}

.news .grid-item-text-heading {
    font-size: 17px;
    line-height: 26px;
    text-transform: none;
}

.news .grid-big .grid-item-text-heading {
    margin: 0;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    text-transform: uppercase;
}

.bottom-news {
    margin: 0 0 40px;
}

.bottom-news-date,
.bottom-news-heading {
    display: block;
    margin: 0 0 20px;
    color: #333;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 13px;
    line-height: 24px;
}

.bottom-news-heading {
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 17px;
    line-height: 26px;
}

.bottom-news-heading:focus,
.bottom-news-heading:hover {
    color: #f9690e;
    text-decoration: none;
}

.read-more-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    padding: 0 25px;
    margin: 0 0 14px;
    border: 3px solid #5b5b5b;
    background: #f9690e;
    color: #fff;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.read-more-button::after {
    content: url(/icon/left-r.svg);
    display: block;
    width: 10px;
    height: 20px;
    margin: -2px 0 0 10px;
}

.read-more-button:focus,
.read-more-button:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
    box-shadow: 0 0 24px 0 rgba(249,105,14,.5),0 0 24px 0 rgba(249,105,14,.004);
}

@media screen and (max-width:991px) {
    .news .grid-big .grid-item-text {
        max-width: 75%;
        width: auto;
    }
}

@media screen and (max-width:767px) {
    .news .grid-item-text-date {
        color: #333;
    }
    .news .grid-big .grid-item-text-heading {
        color: #999;
        font-size: 25px;
        line-height: 32px;
    }
    .news .grid-big .grid-item-text {
        max-width: 100%;
    }
    .read-more-button {
        width: 100%;
    }
}

@media screen and (max-width:575px) {


}

.text-page .all-news-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-family: "Merriweather","Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.text-page .all-news-button:hover {
    color: #333;
    text-decoration: underline;
}

.text-page .all-news-button::before {
    content: url(/images/right.svg);
    display: block;
    width: 10px;
    height: 100%;
    margin: 0 10px 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.city-choice {
    position: relative;
    height: 48px;
    margin: 0 0 40px;
}

.city-choice-input {
    width: 100%;
    height: 100%;
    padding: 0 50px 0 15px;
    background: 0 0;
    border: 3px solid #f1f1f1;
    border-radius: 0;
    color: #999;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 14px;
    line-height: 40px;
}

.city-choice-button {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 42px;
    height: 42px;
    border: 0;
    border-left: 3px solid #f1f1f1;
    border-radius: 0;
    background: center/10px 10px url(/local/templates/proporcelain/img/icons/arrow_down_black.svg) no-repeat;
    text-indent: -999999px;
    z-index: -1;
}

.city-choice-button:hover {
    background: center/10px 10px url(/local/templates/proporcelain/img/icons/arrow_down_black.svg) no-repeat,#f8f8f8;
}

.city-choice-button:active {
    color: transparent;
    outline: 0;
    border-color: #f1f1f1;
    border-width: 0 0 0 3px;
}

.buy {
    margin: 40px 0 0;
}

.buy .buy-place {
    margin: 30px 0;
}

.buy .buy-place-name {
    display: block;
    margin: 0 0 10px;
    color: #333;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 17px;
    line-height: 24px;
}

.buy .buy-place-name:focus,
.buy .buy-place-name:hover {
    color: #f9690e;
    text-decoration: none;
}

.buy .buy-place-info {
    display: block;
    margin: 0 0 10px;
    color: #333;
    font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.buy .buy-place-info a {
    color: #333;
}

.where-buy-map-buy {
    padding: 40px 0 0;
}

.where-buy-map-buy .map-buy-places {
    height: 700px;
}

@media screen and (max-width:991px) {
    .where-buy-map-buy {
        padding: 40px 0 0;
    }

    .where-buy-map-buy .map-buy-places {
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .buy {
        margin: 0;
    }
}

.contacts-grid .grid-item-content {
    background: #5b5b5b;
}

.contacts-grid .grid-item-text-heading {
    display: block;
    margin: 0 0 20px;
}

.contacts-grid .grid-item-text-description {
    display: block;
    padding: 0;
    margin: 0 0 8px;
}

.contacts-grid .grid-item-text-description a {
    color: #fff;
}

.contacts-grid .grid-item-text-place {
    margin: 0 0 20px;
}

.contacts-grid .grid-item-text-place-heading {
    display: block;
    margin: 0 0 10px;
    color: #fff;
    font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
    font-size: 17px;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .contacts-grid .grid-item-content {
        background: 0 0;
    }
    .contacts-grid .grid-item-overlay.darker {
        display: block;
    }
    .contacts-grid .grid-item-overlay.darker.no-image {
        display: none;
    }
    .contacts-grid .grid-item-text {
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px;
    }

    .contacts-grid .grid-item-text-heading {
        color: #fff;
        font-family: "Museo Sans Cyrl 300","Helvetica","Arial",sans-serif;
        text-transform: uppercase;
    }
    .contacts-grid .grid-item-text-description {
        color: #fff;
    }

    .contacts-grid .grid-item-text-description {
        display: block;
        padding: 0;
        margin: 0 0 8px;
    }

    .contacts-grid .grid-big .grid-item-text,
    .contacts-grid .grid-tall .grid-item-text {
        position: relative;
        padding: 25px 0 0;
    }

    .contacts-grid .grid-big .grid-item-text-heading,
    .contacts-grid .grid-tall .grid-item-text-heading {
        color: #333;
        font-family: "Museo Sans Cyrl 900","Helvetica","Arial",sans-serif;
        text-transform: none;
        text-shadow: none;
    }
    .contacts-grid .grid-big .grid-item-text-place-heading,
    .contacts-grid .grid-tall .grid-item-text-place-heading,
    .contacts-grid .grid-big .grid-item-text-description,
    .contacts-grid .grid-tall .grid-item-text-description,
    .contacts-grid .grid-big .grid-item-text-description a,
    .contacts-grid .grid-tall .grid-item-text-description a {
        color: #333;
        text-shadow: none;
    }
}
.fancybox-container {
    z-index: 900;
}
.feedback-list-item {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}
.feedback-list-item:last-child {
    border: none;
}
.feedback-list-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px auto;
}
.feedback-list-item .item-text {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
}
.feedback-list-item .item-author {
    display: inline-block;
    margin: 0 15px 0 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    vertical-align: baseline;
}
.feedback-list-item .item-date {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #a0a4a8;
    vertical-align: baseline;
}
/* End */

/*=====ISP=====*/
.image img {
    max-width: 100%;
}
/*Header*/
.site-header {
    height: auto;
}
.hot-line-tel>span, .top-nav-list>li>a:hover {
    color: #B9B9B9;
}
.description-text {
    font-family: "Museo Sans Cyrl 900";
}
.search-form {
    width: 360px;
}
.search-form-input {
    font: normal 13px "Museo Sans Cyrl 100";
    /*color: #C4C4C4;*/
    height: auto;
    padding: 13px 50px 14px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-form:hover .search-form-input, .search-form:focus .search-form-input {
    border-color: #8E8E8E;
}
.search-form-input::-webkit-input-placeholder {
    color: #808080;
}
.search-form-input::-moz-placeholder {
    color: #808080;
}
.search-form-input:-ms-input-placeholder {
    color: #808080;
}
.search-form-input:-moz-placeholder {
    color: #808080;
}
.search-form-button {
    position: absolute;
    top: 12px;
    right: 16px;
    height: 23px;
    width: 23px;
    margin: 0;
    background: url(../icon/icons-isp.svg);
}
.search-form .search-form-button:hover, .search-form .search-form-button:focus {
    background-position-y: -25px;
}
.bottom-nav-list-item-link {
    font-family: "Museo Sans Cyrl 700";
}
.shopping-basket {
    top: 180px;
    right: 250px;
    height: 26px;
    width: 27px;
    background-position: -25px 0px!important;
    background: url(../icon/icons-isp.svg);
}
.shopping-basket:hover {
    background-position-y: -84px!important;
}
.shopping-basket-count {
    top: -9px;
    left: 20px;
    min-width: 21px;
    padding: 0px 6px;
    background-color: #EC691F;
    font-family: "Museo Sans Cyrl 700";
}
.top-menu-phone p {
    color: #FFFFFF;
    font-size: 12px;
    font-family: "Museo Sans Cyrl 100";
}
.top-menu-phone a {
    font-family: "Museo Sans Cyrl 900";
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: unset;
}
.top-menu-phone a:hover {
    color: #EC691F;
}
.top-menu-separator {
    width: 1px;
    right: 210px;
}

/*Scrolled*/
.middle-line-scrolled {
    height: unset;
    padding: 18px 0;
}
.middle-line-scrolled .col-auto {
    display: flex;
    align-items: center;
}
.middle-line-scrolled .col-auto:first-child {
    flex: 1;
}
.nav-list-scrolled.d-xl-table-cell {
    display: flex!important;
    justify-content: space-around;
    align-items: center;
}
.nav-list-scrolled-wrapper {
    display: block;
    flex: 1;
}
.nav-list-scrolled li:not(:last-child) {
    padding: 0;
}
.nav-list-scrolled a {
    color: #313131;
    font-size: 16px;
    font-family: "Museo Sans Cyrl 700";
    text-transform: unset;
}
.middle-line.middle-line-scrolled .d-sm-inline-block {
    display: flex!important;
    align-items: center;
}
.search-form-icon {
    position: unset;
    height: 23px;
    width: 23px;
    background: url(../icon/icons-isp.svg);
    background-size: unset;
    background-position: 0 -50px;
}
.search-form-icon:hover {
    background-position-y: -75px;
}
.search-form-icon-opened {
    padding: 0;
}
.hot-line.align-middle.hot-line-scrolled {
    position: relative;
    display: flex;
    align-items: center;
}
.hot-line-tel-scrolled {
    display: none;
}
.top-menu-phone-scrolled {
    position: unset;
    display: block;
}
.top-menu-separator-scrolled {
    top: 9px;
    right: 195px;
    display: block;
    width: 1px;
    height: 30px;
    background-color: #343434;
}
.top-menu-separator-scrolled img {
    display: none;
}
.middle-line.middle-line-scrolled .top-menu-phone p {
    color: #313131;
    margin: 0;
}
.middle-line.middle-line-scrolled .top-menu-phone a {
    color: #313131;
}
.middle-line.middle-line-scrolled .top-menu-phone a:hover {
    color: #EC691F;
}
.shopping-basket-scrolled {
    right: 234px;
    top: 12px;
}
.hot-line-scrolled .shopping-basket {
    background-position: -25px -56px!important;
    background: url(../icon/icons-isp.svg);
}
.hot-line-scrolled .shopping-basket:hover {
    background-position-y: -84px!important;
}
.shopping-basket-scrolled .shopping-basket-count {
    background: #EC691F;
}
.middle-line.middle-line-scrolled .search-form {
    width: auto;
    margin-right: 130px;
}
.middle-line.middle-line-scrolled .search-form.search-form-opened {
    width: 360px;
    margin-right: -14px;
}
.search-form-input-opened {
    left: unset;
    width: 100%;
}
.middle-line.middle-line-scrolled .search-form.search-form-opened .search-form-icon-opened{
    display: none!important;
}
/*End*/
/*End*/

.top-swiper-container {
    margin-top: 15px;
}

/*Breadcrumbs*/
.site-breadcrumbs {
    padding: 38px 0 35px;
}
.site-breadcrumbs-item {
    display: inline-flex;
    align-items: center;
}
.site-breadcrumbs-item>a, .site-breadcrumbs-item>span {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 30px;
    color: #B9B9B9;
}
.site-breadcrumbs-item>span {
    font-weight: normal;
    font-family: "Museo Sans Cyrl 700";
    color: #EC691F;
}
.site-breadcrumbs-item-divider {
    width: 4px;
    height: 4px;
    background: #B9B9B9;
    line-height: normal;
}
/*End*/

/*Front Page*/
.page-front .overview-item-swiper, .page-front .overview-item-content {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.page-front .overview-item-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(69, 69, 69, 0.3);
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.page-front .overview-item-content:hover:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.page-front .overview-item-swiper-slide-content {
    flex-direction: initial;
    -ms-flex-direction: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    flex-wrap: wrap;
    background: transparent;
    bottom: 40px;
    left: 40px;
    max-width: 60%;
    padding: 20px 30px;
    white-space: initial;
}
.page-front .overview-item-swiper-slide-content:after, .page-front .overview-item-content-text-slider-small:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.4);
}
.page-front .overview-item-swiper-slide-content-heading {
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: "Museo Sans Cyrl 500";
}
.page-front .overview-item-swiper-slide-content > a {
    position: initial;
    z-index: 1;
    font-family: "Museo Sans Cyrl 700";
    margin-top: 20px;
    padding: 7px 27px;
}
/*.overview-item-swiper-slide{
            background: url(../icon/slider-1920.jpg) center no-repeat!important;
        }*/
.page-front .overview-item .controls {
    position: absolute;
    bottom: 44px;
    left: 15px;
    right: 38px;
    display: flex;
}
.page-front .overview-item .controls .c-inner {
    display: flex;
    align-self: center;
    margin-left: auto;
}
.page-front .controls .overview-item-swiper-button-prev,
.page-front .controls .overview-item-swiper-button-next,
.page-front .controls .overview-item-swiper-pagination {
    position: unset;
}
.page-front .controls .overview-item-swiper-pagination {
    width: unset;
    max-width: unset;
    align-self: center;
}
.page-front .controls .overview-item-swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 0 14px;
    background: transparent;
}
.page-front .controls .overview-item-swiper-pagination-bullet:last-child {
    margin: 0 14px;
}
.page-front .controls .overview-item-swiper-pagination-bullet-active:after,
.page-front .controls .overview-item-swiper-pagination-bullet:hover:after {
    background: #f9690e!important;
}
.page-front .controls .overview-item-swiper-pagination-bullet:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
}
.page-front .controls .overview-item-swiper-pagination-bullet-active {
    background: transparent;
}
.page-front .overview-item-swiper-button {
    background-size: unset;
}
.page-front .overview-item-swiper-pagination-bullet-active:after {
    background: #EC691F;
}
.page-front .overview-item-content-text-slider-small {
    right: unset;
}
.page-front .overview-item-content-button-slider-small {
    position: relative;
    z-index: 1;
    font-family: "Museo Sans Cyrl 500";
    background: transparent;
}
.page-front .overview-item-content a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.page-front .overview-item-swiper-slide-content-heading {
    width: 100%;
}
.block-name {
    font-family: "Museo Sans Cyrl 700";
}
.page-front .main-about .block-name {
    margin-bottom: 40px;
}
.page-front .main-about p {
    font-family: "Museo Sans Cyrl 100";
}
.page-front .main-production {
    padding-top: 80px;
}
.page-front .main-production .block-name {
    margin-bottom: 45px;
}
.page-front .grid-item-content {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.page-front .grid-item-overlay {
    display: unset;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    text-shadow: unset;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.page-front .main-production .grid-item-content:hover .grid-item-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.page-front .main-production .grid-item-content:hover .overview-item-content-text {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}
.page-front .main-production .grid > div .grid-item-overlay:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page-front .main-production .grid > div:nth-child(2) .grid-item-overlay:after{
    background-color: rgba(49, 123, 112, 0.5);
}
.page-front .main-production .grid > div:nth-child(3) .grid-item-overlay:after{
    background-color: rgba(235, 136, 76, 0.5);
}
.page-front .main-production .grid > div:nth-child(4) .grid-item-overlay:after{
    background-color: rgba(114, 145, 198, 0.5);
}
.page-front .main-production .grid > div:nth-child(5) .grid-item-overlay:after{
    background-color: rgba(106, 105, 105, 0.5);
}
.page-front .main-production .grid > div:nth-child(6) .grid-item-overlay:after{
    background-color: rgba(51, 130, 105, 0.5);
}
.page-front .main-production .grid > div:nth-child(7) .grid-item-overlay:after{
    background-color: rgba(91, 90, 90, 0.5);
}
.page-front .main-production .overlay-item-content-text {
    height: 100%;
    padding: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 1;
    transition: opacity 0.1s, visibility 0s linear 0.1s;
}
/*.page-front .grid-item-content-cases:hover {
    opacity: unset;
}
.page-front .grid-item-content-cases:hover .grid-item-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    background-color: rgba(69, 69, 69, 0.3);
}
*/
.page-front .ready-cases {
    padding-bottom: 60px;
}
.page-front .ready-cases .image {
    position: relative;
}
.page-front .ready-cases a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
    background-color: rgba(69, 69, 69, 0.3);
}
.page-front .ready-cases .image:hover a {
    opacity: 1;
    visibility: visible;
}
.page-front .popular-collections {
    padding-top: 100px;
}
.page-front .popular-collections .overview {
    margin-top: 27px;
}
.page-front .popular-collections .block-name {
    margin-bottom: 0;
}
.page-front .grid-item-description {
    font-family: "Museo Sans Cyrl 700";
}
.page-front .img .block-name {
    margin-bottom: 50px;
}
.page-front .news-block-item-date {
    margin-bottom: 8px;
    color: #888888;
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 34px;
}
.page-front .news-block-item-content, .page-front .news-block-item-name  {
    font-family: "Museo Sans Cyrl 700";
}
.page-front .news-block-item > hr {
    border-color: #C4C4C4;
}
.news-block-item-name-big {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    margin: 38px 0 12px 0;
}
.page-front .why-future-ceramics>a {
    font-family: "Museo Sans Cyrl 700";
    padding: 7px 27px;
    line-height: 20px;
}
.page-front .portfolio {
    padding: 40px 0;
}
.page-front .portfolio .image {
    position: relative;
}
.page-front .portfolio a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
    background-color: rgba(69, 69, 69, 0.3);
}
.page-front .portfolio .image:hover a {
    opacity: 1;
    visibility: visible;
}
/*End*/

/*Footer*/
.footer-content-column:first-child .footer-content-column-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.footer-content-column:first-child .footer-content-column-list .footer-content-column-list-item-logo {
    display: flex;
    align-items: center;
    width: 50%;
    height: 58px;
    margin-bottom: 24px;
    padding: 0 10px;
}
.footer-content-column:first-child .footer-content-column-list .footer-content-column-list-item-logo img {
    height: 40px;
}
.footer-content-column-list-item-link {
    font-family: "Museo Sans Cyrl 700";
}
.footer-copyright-info {
    font-family: "Museo Sans Cyrl 300";
}
.after-social-footer-content .footer-content-column-list-item-link {
    font-family: "Museo Sans Cyrl 700";
}
/*End*/

/*Catalog*/
    /*Filter*/
    .filter {
        flex-direction: column;
        display: flex;
        align-items: center;
        color: #D7D7D7;
        background-color: #292C30;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }
    .filter .f-content {
        display: none;
        width: 100%;
    }
    .filter .before-parameters {
        position: relative;
        text-align: center;
        font-family: "Museo Sans Cyrl 500";
        font-size: 18px;
        margin: 32px 0px;
    }
    .filter .before-parameters .f-close-btn {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        cursor: pointer;
    }
    .filter .before-parameters .f-close-btn:hover {
        color: #CD4D04;
    }
    .filter .before-parameters .f-close-btn:after {
        content:"";
        width: 19px;
        height: 19px;
        background: url(../icon/icons-isp.svg);
        background-position: -233px 0px;
        margin-left: 19px;
    }
    .filter .before-parameters .f-close-btn:hover:after {
        background-position-y: -34px;
    }
    .filter .parameters {
        border-bottom: 1px solid #454A54;
        margin-bottom: 30px;
    }
    .filter .parameters .p-selects {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .filter .parameters .select {
        position: relative;
        width: 230px;
        margin: 0 15px 30px;
        font-size: 15px;
        line-height: 20px;
        color: #D7D7D7;
        cursor: pointer;
    }
    .filter .parameters .select-styled:hover {
        color: #EC691F;
    }
    .filter .parameters .select:nth-child(3), .filter .parameters .select:nth-child(5) {
        width: 130px;
    }
    .filter .parameters .select:last-child {
        width: 170px;
    }
    .filter .parameters .select-hidden {
        display: none;
        visibility: hidden;
    }
    .filter .parameters .select-styled {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #34393E;
        border: 1px solid #454A54;
        border-radius: 3px;
        padding: 11px 40px 11px 14px;
    }
    .filter .parameters .select-styled:after {
        position: absolute;
        top: 18px;
        right: 13px;
        content: "";
        width: 14px;
        height: 8px;
        background: url(../icon/icons-isp.svg);
        background-position: -306px 0;
    }
    .filter .parameters .select-styled:hover:after {
        background-position-y: -10px;
    }
    .filter .parameters .select-styled.active {
        border-radius: 3px 3px 0 0;
    }
    .filter .parameters .select-styled.active:after {
        transform: rotate(180deg);
    }
    .filter .parameters .select .select-options {
        display: none;
        position: absolute;
        top: 44px;
        right: 0;
        left: 0;
        z-index: 100;
        margin-bottom: 0;
        padding: 0;
        list-style: none;
    }
    .filter .parameters .select:nth-child(2) .select-options {
        height: 397px;
        overflow-y: auto;
    }
    .filter .parameters .select:nth-child(4) .select-options {
        height: 393px;
        overflow-y: auto;
    }
    .filter .parameters .select:nth-child(2) .select-options::-webkit-scrollbar,
    .filter .parameters .select:nth-child(4) .select-options::-webkit-scrollbar {
        width: 6px;
        background: #454A54;
    }
    .filter .parameters .select:nth-child(2) .select-options::-webkit-scrollbar-thumb,
    .filter .parameters .select:nth-child(4) .select-options::-webkit-scrollbar-thumb {
        background: #EC691F;
        border-radius: 6px;
    }
    .filter .parameters .select:nth-child(2) .select-options:hover::-webkit-scrollbar-thumb,
    .filter .parameters .select:nth-child(4) .select-options:hover::-webkit-scrollbar-thumb {
        background: #CD4D04;
    }
    .filter .parameters .select-options li {
        padding: 11px 14px;
        background: #2F353C;
        border: 1px solid #454A54;
    }
    .filter .parameters .select-options li:hover, .filter .parameters .select-options li:hover:focus {
        color: #EC691F;
    }
    .filter .parameters .select li[rel="hide"] {
        display: none;
    }
    .filter .categories {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .filter .categories .cat {
        width: 230px;
        border: 1px solid #454A54;
        box-sizing: border-box;
        border-radius: 3px;
        margin: 0 15px 30px;
        padding: 12px 10px 12px 19px;
    }
    .filter .categories .radio {
        display: none;
    }
    .filter .categories label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        cursor: pointer;
    }
    .filter .categories .cat-img {
        flex: none;
        height: 38px;
        background: url(../icon/icons-isp.svg);
        margin-right: 22px;
    }
    .filter .categories .tech .cat-img {
        width: 46px;
        background-position: -387px 0px;
    }
    .filter .categories .tech:hover .cat-img, .filter .categories .tech:focus .cat-img,
    .filter .categories .tech .radio:checked + label .cat-img {
        background-position-y: -40px;
    }
    .filter .categories .decor .cat-img {
        width: 38px;
        background-position: -435px 0;
    }
    .filter .categories .decor:hover .cat-img, .filter .categories .decor:focus .cat-img,
    .filter .categories .decor .radio:checked + label .cat-img {
        background-position-y: -40px;
    }
    .filter .categories .glaz .cat-img {
        width: 38px;
        background-position: -475px 0;
    }
    .filter .categories .glaz:hover .cat-img, .filter .categories .glaz:focus .cat-img,
    .filter .categories .glaz .radio:checked + label .cat-img {
        background-position-y: -40px;
    }
    .filter .categories .st-sk-mo .cat-img {
        width: 42px;
        height: 32px;
        background-position: -515px 0;
    }
    .filter .categories .st-sk-mo:hover .cat-img, .filter .categories .st-sk-mo:focus .cat-img,
    .filter .categories .st-sk-mo .radio:checked + label .cat-img {
        background-position-y: -34px;
    }
    .filter .categories .dec-el .cat-img {
        width: 46px;
        height: 40px;
        background-position: -559px 0;
    }
    .filter .categories .dec-el:hover .cat-img, .filter .categories .dec-el:focus .cat-img,
    .filter .categories .dec-el .radio:checked + label .cat-img {
        background-position-y: -41px;
    }
    .filter .categories .cat-name {
        font-size: 15px;
        line-height: 22px;
        color: #D7D7D7;
    }
    .filter .categories .cat:hover .cat-name, .filter .categories .cat:focus .cat-name,
    .filter .categories .radio:checked + label .cat-name {
        color: #EC691F;
    }
    .filter .f-open-wrapper {
        width: 100%;
        background-color: #ffffff;
    }
    .filter .f-open {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 320px;
        height: 62px;
        background: url(../icon/f-open.svg);
        background-size: contain;
        font-family: "Museo Sans Cyrl 500";
        font-size: 18px;
        margin: 0 auto;
        cursor: pointer;
    }
    .filter .f-open:hover {
        color: #EC691F;
    }
    .filter .f-open:after {
        content: "";
        width: 16px;
        height: 10px;
        background: url(../icon/icons-isp.svg);
        background-position: -256px -31px;
        margin-top: 5px;
    }
    .filter .f-open:hover:after {
        background-position-y: -49px;
    }
    .filter .f-close-wrapper {
        display: none;
    }
    .filter .f-close {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 526px;
        height: 64px;
        background: url(../icon/f-close.svg);
        cursor: pointer;
    }
    .filter .f-close-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 405px;
    }
    .filter .f-close .f-btn {
        width: 167px;
        height: 39px;
        border-radius: 100px;
        font-family: "Museo Sans Cyrl 700";
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
    }
    .filter .f-close #f-submit {
        background: #EC691F;
    }
    .filter .f-close #f-submit:hover {
        background: #CD4D04;
    }
    .filter .f-close #f-submit:after {
        content: "";
        width: 30px;
        height: 8px;
        background: url(../icon/icons-isp.svg);
        background-position: -338px 0;
        margin-left: 10px;
    }
    .filter .f-close #f-clean {
        background: #454A54;
    }
    .filter .f-close #f-clean:hover {
        background: #292C30;
    }
    .filter .f-close #f-clean:after {
        content: "";
        width: 15px;
        height: 15px;
        background: url(../icon/icons-isp.svg);
        background-position: -370px 0;
        margin-left: 10px;
    }
    .filter .f-close .f-close-btn {
        width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .filter .f-close .f-close-btn:after {
        content: "";
        width: 19px;
        height: 11px;
        background: url(../icon/icons-isp.svg);
        background-position: -280px -40px;
    }
    .filter .f-close .f-close-btn:hover:after {
        background-position-y: -61px;
    }
    /*End*/

    .before-text {
        display: flex;
        justify-content: space-between;
        margin-bottom: 28px;
    }
    .page-h1 {
        font-family: "Museo Sans Cyrl 700";
        font-size: 28px;
        line-height: 50px;
        color: #313131;
        margin: 0;
    }
    .cat-l2 .page-h1, .page-texture .before-text .page-h1 {
        padding-right: 20px;
    }
    .page-text {
        max-width: 1030px;
        margin-top: 40px;
    }
    .page-text p {
        font-family: "Museo Sans Cyrl 100";
        font-size: 16px;
        line-height: 34px;
        color: #000000;
        margin: 0 0 15px;
    }

    /*Collections List*/
    .collections-list {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 18px -15px 0;
    }
    .collections-list li {
        width: 33.33333%;
        text-align: center;
        margin-bottom: 100px;
    }
    .collections-list li:nth-child(7), .collections-list li:nth-child(8), .collections-list li:nth-child(9) {
        margin-bottom: 26px;
    }
    .collections-list li .col-wrapper {
        padding: 0 15px;
    }
    .collections-list li .col-inner {
        position: relative;
    }
    .collections-list .col-img {
        position: relative;
    }
    .collections-list .col-img:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(69, 69, 69, 0.3);
        transition: opacity 0.3s, visibility 0s linear 0.3s;
    }
    .collections-list li:hover .col-img:after {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .collections-list .col-img img {
        display: block;
        max-width: 100%;
    }
    .collections-list .col-logo {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 108px;
        padding-bottom: 22px;
        box-sizing: border-box;
    }
    .collections-list .col-logo.bg {
        height: 160px;
    }
    .collections-list .col-logo img {
        max-width: 100%;
    }
    .collections-list .col-desc {
        /*padding: 0 50px;*/
        padding: 0 10.2%;
    }
    .collections-list .col-desc p {
        font-family: "Museo Sans Cyrl 100";
        font-size: 14px;
        line-height: 30px;
        color: #000000;
        margin-bottom: 0;
    }
    .collections-list li .col-inner a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    /*End*/

    /*Sub Collections List*/
    .before-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 38px 0 35px;
    }
    .before-content .site-breadcrumbs {
        padding: 0;
    }
    .before-content .back-to {
        display: flex;
        align-items: center;
        font-family: "Museo Sans Cyrl 700";
        font-size: 14px;
        line-height: 30px;
        color: #EC691F!important;
    }
    .before-content .back-to:hover {
        color: #CD4D04!important;
    }
    .before-content .back-to:before {
        content: "";
        width: 25px;
        height: 8px;
        background: url(../icon/icons-isp.svg);
        background-position: -710px 0;
        margin-right: 12px;
    }
    .before-content .back-to:hover:before {
        background-position-y: -9px;
    }
    .sub-collections-list {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 -15px;
        padding: 0;
    }
    .sub-collections-list li {
        width: 25%;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .sub-collections-list li .col-wrapper {
        position: relative;
        height: 100%;
    }
    .sub-collections-list li .col-wrapper:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .sub-collections-list li .col-inner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .sub-collections-list li .col-inner:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(69, 69, 69, 0.3);
        transition: opacity 0.3s, visibility 0s linear 0.3s;
    }
    .sub-collections-list li .col-inner img {
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .sub-collections-list li:not(.back-to) .col-inner:hover:after {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .sub-collections-list li .col-name {
        position: absolute;
        left: 15px;
        bottom: 15px;
        margin-bottom: 0;
        padding: 11px 14px;
    }
    .sub-collections-list li .col-name:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.6);
    }
    .sub-collections-list li span {
        display: block;
        position: relative;
        z-index: 1;
        font-family: 'Museo Sans Cyrl 500';
        font-size: 18px;
        line-height: 26px;
        color: #313131;
    }
    .sub-collections-list li .col-inner a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
    }
    .new-collection {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        background-color: #EC691F;
        padding: 2px 6px;
        text-transform: uppercase;
        font-family: 'Museo Sans Cyrl 500';
        color: white;
        font-size: 14px;
    }
    .sub-collections-list li .new-collection {
        top: 15px;
        right: 15px;
    }
    .sub-collections-list li.back-to .col-inner {
        display: flex;
        align-items: center;
        flex-direction: column;
        background: #EC691F;
        padding: 60px;
    }
    .sub-collections-list li.back-to .col-inner:hover {
        background: #CD4D04;
    }
    .sub-collections-list li.back-to .col-inner .icon {
        height: 63px;
        width: 101px;
        background: url(../icon/icons-isp.svg);
        background-position: -607px 0;
        margin: auto 0;
    }
    .sub-collections-list li.back-to .col-inner span {
        line-height: 30px;
        color: #FFFFFF;
    }
    /*End*/

    /*Catalog Level 3*/
    .page-catalog-slider {
        margin-bottom: 60px;
    }
    .page-catalog-slider:after {
        content: " ";
        clear: both;
        display: table;
    }
    .page-catalog-slider .pro-wrapper {
        float: left;
        max-width: 60%;
        margin: 10px 15px 0 0;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery, .page-catalog-slider .pro-wrapper .pro_gallery_nav {
        height: 0;
        visibility: hidden;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery {
        position: relative;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide {
        position: relative;
        height: 598px;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide .slide-img {
        height: 100%;
    }
    .page-catalog-slider img {
        max-width: 100%;
        min-height: 100%;
    }
    .page-catalog-slider .slide:focus, .page-catalog-slider .thumb:focus,
    .page-catalog-slider img:focus {
        outline: none;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide img {
        min-width: 100%;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text {
        position: absolute;
        left: 30px;
        bottom: 44px;
        background: transparent;
        width: 70%;
        min-height: unset;
        padding: 25px;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.4);
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text span,
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text p {
        position: relative;
        z-index: 1;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text-subheading {
        font-family: "Museo Sans Cyrl 500";
        font-size: 18px;
        line-height: 26px;
        color: #313131;
        text-transform: uppercase;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text-description {
        font-family: "Museo Sans Cyrl 100";
        font-size: 14px;
        line-height: 26px;
        color: #000000;
        padding: 10px 0 0;
        margin-bottom: 0;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .slick-arrow {
        position: absolute;
        top: calc(50% - 16px);
        z-index: 1;
        background: url(../icon/icons-isp.svg);
        background-position: -758px 0;
        width: 32px;
        height: 32px;
        font-size: 0;
        padding: 0;
        border-width: 0;
        border-color: transparent;
        cursor: pointer;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .slick-arrow:focus {
        outline: unset;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .slick-arrow:hover {
        outline: unset;
        opacity: 0.8;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .slick-next {
        right: 0;
        transform: rotate(180deg);
    }
    .page-catalog-slider .pro-wrapper .pro_gallery_nav {
        position: relative;
        margin-top: 20px;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb {
        /*display: flex;
                    align-items: center;
                    justify-content: center;*/
        position: relative;
        margin: 0 10px;
        overflow: hidden;
        border-width: 0;
        cursor: pointer;
    }
    /*.page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb .thumb-inner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }*/
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb:focus,
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb:hover,
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb.is-active,
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb:focus .thumb-inner,
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb:hover .thumb-inner,
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb.is-active .thumb-inner {
        outline: 2px solid #EC691F;
        outline-offset: -2px;
    }
    .characteristics-block {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 10px;
    }
    .characteristic-heading {
        font-family: "Museo Sans Cyrl 700";
        font-size: 16px;
        line-height: normal;
        color: #313131;
        margin-bottom: 9px;
    }
    .characteristics-block-heading {
        display: block;
        width: 100%;
        font-family: "Museo Sans Cyrl 700";
        color: #313131;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 50px;
        margin: 0 0 42px 0;
    }
    .characteristic-description {
        font-family: "Museo Sans Cyrl 300";
        font-size: 14px;
        line-height: 22px;
        color: #313131;
        padding: 0;
    }
    .characteristic {
        display: flex;
        width: 25%;
        margin-bottom: 20px;
        padding: 0 15px 0 0;
        min-height: unset;
    }
    .characteristic-img {
        flex: none;
        position: unset;
        width: 70px;
        height: 70px;
    }
    .characteristic-text {
        margin: 0 0 0 30px;
    }
    .cat-l3 .before-catalog {
        margin-top: 30px;
    }
    .col-catalog.row .layout-item-wrapper {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        /*padding-right: 10px;
                    padding-left: 10px;
                    margin: 0 0 20px;*/
    }
    .col-catalog.row .layout-item-content {
        padding: 25px
    }
    .col-catalog.row .layout-item-price-sale .rubl {
        display: block;
    }
    .col-catalog.row .product-item-label-top {display: none}
    .col-catalog.row .layout-item-price {
        display: flex;
        align-items: center;
    }
    .col-catalog.row .old {
        display: flex;
        align-items: center;
        font-size: 16px;
        margin-left: 10px;
        color: #939598;
    }
    .col-catalog.row .a-price {
        font-size: 18px;
        line-height: 18px;
    }
    .col-catalog.row .old .a-price {
        display: flex;
        font-size: 14px;
        line-height: 14px;
    }
    .col-catalog.row .layout-item-buy-counter {-ms-flex-preferred-size: 62%;flex-basis: 62%;}
    .col-catalog .layout-item-buy-button {
        border-width: 0;
        border-color: transparent;
        font-family: "Museo Sans Cyrl 700";
        font-size: 12px;
        line-height: 15px;
        text-transform: capitalize;
        border-radius: 100px;
    }
    .col-catalog .layout-item-buy-button:focus, .col-catalog .layout-item-buy-button:hover {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background: #CD4D04;
    }
    .layout-item-buy-button::before {
        width: 13px;
        height: 13px;
        margin-right: 8px;
        margin-top: -1px;
        background: url(../icon/icons-isp.svg);
        background-position: -83px 0;
    }
    .cat-l3 .page-text {max-width: unset;margin-top: 0;}
    .w-100__title {
        display: block;
        font-size: 12px;
        color: #939598;
        margin-bottom: 5px;
    }
    /*End*/

    /*Pagination*/
    .pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 150px;
    }
    .pagination a, .pagination span {
        font-family: 'Museo Sans Cyrl 700';
        font-size: 22px;
        line-height: 22px;
        color: #313131;
        margin: 0 16px;
    }
    .pagination a.page-numbers:hover {
        color: #EC691F;
        text-decoration: unset;
    }
    .pagination span:hover {
        cursor: default;
    }
    .pagination .prev, .pagination .next {
        width: 14px;
        height: 26px;
        background: url(../icon/icons-isp.svg);
        background-position: -792px 0px;
    }
    .pagination .next {
        transform: rotate(180deg);
    }
    .pagination .prev:not(.disabled):hover, .pagination .next:not(.disabled):hover {
        background-position-y: -28px;
    }
    .pagination .prev.disabled {
        background-position-y: -56px;
        pointer-events: unset;
        cursor: default;
    }
    .pagination .current {
        color: #EC691F;
    }
    /*End*/

    /*Product*/
    .card-grid-ready-cases {
        max-height: 490px;
    }
    .card-grid-ready-cases>.card-grid-item {
        top: unset;
        bottom: 20px;
        left: 20px;
        width: 65.4%;
        padding: 20px;
    }
    .card-grid-ready-cases>.card-grid-item:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.4);
    }
    .card-grid-ready-cases:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(69, 69, 69, 0.3);
        transition: opacity 0.3s, visibility 0s linear 0.3s;
    }
    .card-grid-ready-cases:hover:after {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .card-grid-ready-cases>.card-grid-item span {
        position: relative;
        z-index: 1;
        font-family: "Museo Sans Cyrl 500";
        font-size: 28px;
        line-height: 50px;
        color: #313131;
    }
    .after-layout {
        text-align: center;
        margin-top: 65px;
    }
    .after-layout a {
        font-family: "Museo Sans Cyrl 700";
        font-size: 14px;
        line-height: 50px;
        color: #FFFFFF;
        background: #EC691F;
        border-radius: 100px;
        padding: 12px 38px;
    }
    .after-layout a:hover {
        background: #cd4d04;
        text-decoration: unset;
    }
    .card-discount-percent {
        top: 0;
        left: 0;
    }
    .card-grid-buy-options-amount-input {
        -moz-appearance: textfield;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .card-grid-buy-options-buy-button {
        border-width: 0;
        border-color: transparent;
        border-radius: 100px;
        font-family: "Museo Sans Cyrl 700";
        font-size: 18px;
        line-height: 48px;
        text-transform: capitalize;
    }
    .card-grid-buy-options-buy-button:hover {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background: #CD4D04;
    }
    .col-catalog.row .layout-item-price {
        margin-bottom: 20px;
    }
    /*End*/
/*End*/

/*Contacts*/
.contacts .before-form {
    display: flex;
    flex-wrap: wrap;
}
.contacts .before-form .c-item {
    width: 50%;
    padding-right: 115px;
    box-sizing: border-box;
}
.contacts .before-form .c-item .image {
    margin: 30px 0 50px;
}
.contacts .before-form .c-item .logo {
    display: flex;
    align-items: center;
    height: 68px;
}
.contacts .before-form .c-item .logo img {
    max-width: 100%;
}
.contacts .before-form address {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 26px;
    color: #313131;
    margin: 32px 0 26px;
}
.contacts .before-form .phone, .contacts .before-form .email {
    position: relative;
    padding-left: 32px;
}
.contacts .before-form .phone:before, .contacts .before-form .email:before {
    content: '';
    display: inline-block;
    height: 9px;
    background: url(../icon/icons-isp.svg);
    position: absolute;
    top: 8px;
    left: 0;
}
.contacts .before-form .phone:before {
    width: 9px;
    background-position: -822px 0;
}
.contacts .before-form .email:before {
    width: 13px;
    background-position: -833px 0;
}
.contacts .before-form .phone a, .contacts .before-form .email a {
    display: inline-block;
    font-family: "Museo Sans Cyrl 700";
    font-size: 16px;
    line-height: 24px;
    color: #313131;
    margin-bottom: 10px;
}
.contacts .before-form .phone a:hover, .contacts .before-form .email a:hover {
    color: #f9690e;
    text-decoration: none;
}
.contacts .before-form .phone span, .contacts .before-form .email span {
    font-family: "Museo Sans Cyrl 700";
    font-size: 12px;
    line-height: 24px;
    color: #313131;
}
.contacts .c-form {
    width: 100%;
    max-width: 1010px;
    margin-top: 40px;
    padding-top: 50px;
    border-top: 1px solid #C4C4C4;
}
.contacts .c-form .heading {
    font-family: "Museo Sans Cyrl 700";
    font-size: 16px;
    line-height: 25px;
    color: #313131;
    text-transform: uppercase;
    margin: 0;
}
.contacts .c-form .heading + p {
    font-family: "Museo Sans Cyrl 300";
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin: 20px 0 46px;
}
.contacts .c-form .group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 25px;
}
.contacts .c-form input:not([type="submit"]), .contacts textarea,
.popup-content-form-input, .popup-content-form-textarea {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    border: 1px solid #CFCFCF;
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contacts .c-form input:not([type="submit"]):hover, .contacts textarea:hover,
.contacts .c-form input:not([type="submit"]):focus, .contacts textarea:focus,
.popup-content-form-input:hover, .popup-content-form-textarea:hover,
.popup-content-form-input:focus, .popup-content-form-textarea:focus {
    border-color: #EC691F;
    outline-width: 0;
    outline-color: transparent;
}
.contacts .c-form input:not([type="submit"])::-webkit-input-placeholder,
.contacts textarea::-webkit-input-placeholder,
.popup-content-form-input::-webkit-input-placeholder,
.popup-content-form-textarea::-webkit-input-placeholder {
    font-family: "Museo Sans Cyrl 300";
    color: #828282;
}
.contacts .c-form input:not([type="submit"]):-ms-input-placeholder,
.contacts textarea:-ms-input-placeholder,
.popup-content-form-input:-ms-input-placeholder,
.popup-content-form-textarea:-ms-input-placeholder {
    font-family: "Museo Sans Cyrl 300";
    color: #828282;
}
.contacts .c-form input:not([type="submit"])::-moz-placeholder,
.contacts textarea::-moz-placeholder,
.popup-content-form-input::-moz-placeholder,
.popup-content-form-textarea::-moz-placeholder {
    font-family: "Museo Sans Cyrl 300";
    color: #828282;
    opacity: 1;
}
.contacts .c-form input:not([type="submit"]):-moz-placeholder,
.contacts textarea:-moz-placeholder,
.popup-content-form-input:-moz-placeholder,
.popup-content-form-textarea:-moz-placeholder {
    font-family: "Museo Sans Cyrl 300";
    color: #828282;
    opacity: 1;
}
.contacts .c-form input:not([type="submit"]) {
    max-width: 490px;
}
.contacts .c-form .group input:not([type="submit"]) {
    width: 50%;
}
.contacts textarea, .popup-content-form-textarea {
    display: block;
    resize: none;
}
.contacts .c-form .submit, .popup-content-form .submit {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.contacts .c-form input[type="submit"], .popup-content-form input[type="submit"] {
    font-family: "Museo Sans Cyrl 700";
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #EC691F;
    border-radius: 100px;
    padding: 15px;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
}
.contacts .c-form input[type="submit"]:focus,
.contacts .c-form input[type="submit"]:hover,
.popup-content-form input[type="submit"]:focus,
.popup-content-form input[type="submit"]:hover{
    background: #CD4D04;
}
.contacts .c-form input[type="submit"]:disabled,
.contacts .c-form input[type="submit"]:disabled:focus,
.contacts .c-form input[type="submit"]:disabled:hover,
.popup-content-form input[type="submit"]:disabled,
.popup-content-form input[type="submit"]:disabled:focus,
.popup-content-form input[type="submit"]:disabled:hover {
    cursor: not-allowed;
    pointer-events: unset;
    background: #828282;
}
.contacts .request-form-checkbox {
    margin-left: 60px;
}
.contacts [type="checkbox"]:not(:checked),
.contacts [type="checkbox"]:checked,
.popup-content-form .submit [type="checkbox"]:not(:checked),
.popup-content-form .submit [type="checkbox"]:checked{
    position: absolute;
    left: -9999px;
}
.contacts [type="checkbox"]:not(:checked) + label,
.contacts [type="checkbox"]:checked + label,
.popup-content-form .submit [type="checkbox"]:not(:checked) + label,
.popup-content-form .submit [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 42px;
    margin-bottom: 0;
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 19px;
    color: #828282;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.contacts [type="checkbox"]:not(:checked) + label:before,
.contacts [type="checkbox"]:checked + label:before,
.popup-content-form .submit [type="checkbox"]:not(:checked) + label:before,
.popup-content-form .submit [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #CFCFCF;
}
.contacts [type="checkbox"] + label a,
.popup-content-form .submit [type="checkbox"] + label a {
    color: #EC691F;
}
.contacts [type="checkbox"]:not(:checked) + label:after,
.popup-content-form .submit [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.contacts [type="checkbox"]:checked + label:after,
.popup-content-form .submit [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.contacts [type="checkbox"]:not(:checked) + label:after,
.contacts [type="checkbox"]:checked + label:after,
.popup-content-form .submit [type="checkbox"]:not(:checked) + label:after,
.popup-content-form .submit [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url(../icon/icons-isp.svg);
    background-position: -848px 0;
    transition: all .2s;
}
/*End*/

/*About*/
.about .main-img {
    margin: 60px 0 40px;
}
.about .text {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}
.about .text p {
    font-family: "Museo Sans Cyrl 100";
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 16px;
    color: #000000;
}
.about .after-text {
    display: flex;
    flex-wrap: wrap;
    margin: 45px -10px 70px;
    padding-left: 0;
    list-style-type: none;
}
.about .after-text li {
    width: 33.33333%;
}
.about .after-text li .wrapper {
    padding: 0 10px;
}
.about .sites {
    text-align: center;
}
.about .sites h3 {
    font-family: "Museo Sans Cyrl 700";
    font-size: 16px;
    color: #313131;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 75px;
}
.about .sites .sites-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.about .sites .sites-list li {
    width: 33.33333%;
}
.about .sites .sites-list .image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 46px;
}
.about .sites .sites-list .image img {
    max-height: 100%;
}
.about .sites .sites-list a {
    display: inline-block;
    font-family: "Museo Sans Cyrl 700";
    font-size: 16px;
    color: #000000;
    line-height: 34px;
    margin-top: 30px;
}
.about .sites .sites-list a:hover {
    color: #f9690e;
    text-decoration: none;
}
/*End*/

/*E-catalogs*/
.e-catalogs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.e-catalogs .e-item {
    width: 50%;
    padding-right: 160px;
    margin-bottom: 50px;
}
.e-catalogs .e-item .wrapper {
    position: relative;
    text-align: center;
}
.e-catalogs .e-item h3 {
    font-family: 'Museo Sans Cyrl 700';
    font-size: 16px;
    line-height: 30px;
    color: #313131;
    text-transform: uppercase;
    margin: 40px 0 30px;
    height: 60px;
    overflow: hidden;
}
.e-catalogs .e-item:hover h3 {
    color: #f9690e;
}
/*.e-catalogs .e-item .download {*/
.download {
    position: relative;
    display: inline-flex;
    font-family: "Museo Sans Cyrl 700";
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #EC691F;
    border-radius: 100px;
    padding: 10px 60px;
}
/*.e-catalogs .e-item:hover .download {*/
.e-catalogs .e-item:hover .download, .download:hover {
    background: #CD4D04;
}
a.download:hover {
    color: #FFFFFF;
    text-decoration: unset;
}
/*.e-catalogs .e-item .download:after {*/
.download:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../icon/icons-isp.svg);
    background-position: -863px 0;
    position: absolute;
    top: calc(50% - 7px);
    right: 38px;
}
.e-catalogs .e-item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/*End*/

/*News*/
.news-all {
    display: flex;
    flex-wrap: wrap;
}
.news-all .n-content {
    width: 50%;
}
.news-all .n-content:not(.n-last) {
    margin-bottom: 40px;
    padding-right: 115px;
}
.news-all .n-content.n-last {
    width: 100%;
    margin: 30px 0 100px;
}
.n-content .n-wrapper:after {
    content: " ";
    clear: both;
    display: table;
}
.news-all .n-content .n-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.news-all .n-content:not(.n-last) .n-wrapper {
    padding-bottom: 40px;
    border-bottom: 1px solid #C4C4C4;
}
.n-content.n-last .lt {
    width: 50%;
    padding-right: 70px;
}
.news-all .n-content .lt {
    flex: unset;
}
.news-all .n-content:not(.n-last) .lt {
    padding-right: 30px;
}
.news-item .n-content .lt {
    float: left;
}
.news-all .n-content .rt {
    flex: 1;
}
.news-all .n-content.n-last .rt {
    width: 50%;
}
.n-content .image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 130px;
    height: 130px;
}
.n-content.n-last .image {
    width: 695px;
    height: 480px;
}
.n-content .image img {
    min-width: 100%;
    min-height: 100%;
}
.n-content .n-date {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 34px;
    color: #888888;
}
.news-all .n-content:not(.n-last) .n-title {
    font-size: unset;
    line-height: unset;
    margin: 0;
    height: 96px;
    overflow: hidden;
}
.news-all .n-content:not(.n-last) .n-title a, .n-last .n-title {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    line-height: 32px;
    color: #313131;
}
.n-last .n-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 14px 0 26px;
}
.news-all .n-last .n-title {
    display: inline-block;
}
.news-all .n-content:not(.n-last) .n-title a:hover {
    color: #f9690e;
    text-decoration: none;
}
.news-all .n-content .n-short {
    font-family: "Museo Sans Cyrl 300";
    font-size: 16px;
    line-height: 34px;
    color: #000000;
}
.news-all .n-content .n-more {
    display: inline-block;
    padding: 7px 27px;
    font-family: "Museo Sans Cyrl 700";
    font-size: 12px;
    color: #FFFFFF;
    background: #EC691F;
    border-radius: 100px;
    margin-top: 40px;
}
.news-all .n-content .n-more:hover {
    text-decoration: unset;
    background: #CD4D04;
}
.news-item .n-full p {
    font-family: "Museo Sans Cyrl 300";
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 0;
}
.news-item .n-full p:not(:last-child) {
    margin-bottom: 8px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -15px 0;
    clear: both;
}
.gallery .g-item {
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.gallery .g-item-wrapper {
    position: relative;
}
.gallery .g-item-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.gallery .g-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gallery .g-item-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(69, 69, 69, 0.3);
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.gallery .g-item-inner:hover:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.gallery .g-item-inner img {
    max-width: 100%;
    height: auto;
}
.gallery .g-item-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/*End*/

/*New Products*/
.new-products .collections-list {
    margin-top: 0;
}
.new-products .collections-list li {
    margin: 30px 0 0 0;
}
/*End*/

/*Articles*/
.articles-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 30px -15px 0;
    padding: 0;
}
.articles-list li {
    width: 25%;
    margin-bottom: 40px;
    padding: 0 15px;
}
.articles-list li .a-wrapper {
    position: relative;
}
.articles-list li .a-wrapper .a-img {
    position: relative;
}
.articles-list li .a-wrapper .a-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(69, 69, 69, 0.3);
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.articles-list li:hover .a-wrapper .a-img:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.articles-list li .a-wrapper img {
    display: block;
    max-width: 100%;
    min-width: 100%;
}
.page-article .a-date {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 34px;
    color: #888888;
}
.articles-list li .a-wrapper .a-date {
    margin: 24px 0 8px;
}
.articles-list li .a-wrapper .a-title {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    line-height: 30px;
    color: #313131;
    text-transform: uppercase;
    margin-bottom: 0;
    max-height: 90px;
    overflow: hidden;
}
.articles-list li:hover .a-wrapper .a-title {
    color: #f9690e;
}
.articles-list li .a-wrapper a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.article-item {
    margin-top: 60px;
}
.article-item:after {
    content: " ";
    clear: both;
    display: table;
}
.article-item .lt {
    float: left;
}
.article-item .lt .image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 650px;
    height: 470px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.article-item .lt .image img {
    min-width: 100%;
    /*min-height: 100%;*/
}
.article-item .lt .youtube {
    position: relative;
    padding-bottom: 56.25%;
    width: 650px;
    height: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}
.article-item .lt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.article-item .rt .a-date {
    margin-bottom: 18px;
}
.article-item .rt .a-content p {
    font-family: "Museo Sans Cyrl 300";
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 0;
}
.article-item .rt .a-content p:not(:last-child) {
    margin-bottom: 16px;
}
.article-item .rt .a-content strong, .page-text p strong {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    line-height: 30px;
    color: #313131;
}
ol.format, ul.format {
    padding: 0;
    margin: 0 0 16px;
    list-style: none;
}
ol.format ul.format {
    margin: 16px 0 16px 32px;
}
ol.format > li, ul.format > li {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 28px;
    font-family: "Museo Sans Cyrl 300";
}
ol.format > li {
    counter-increment: step-counter;
}
ul.format > li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #f9690e;
    border-radius: 50%;
    margin-right: 20px;
}
ol.format > li::before {
    content: counter(step-counter) ".";
    margin-right: 20px;
    font-family: "Museo Sans Cyrl 900";
    font-size: 14px;
    color: #f9690e;
}
a.format {
    font-family: "Museo Sans Cyrl 500";
    color: #EC691F;
}
.article-item ul.format.granitea-600x300 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 430px;
}
.article-item ul.format.granitea-600x300 li {
    width: 33.33333%;
}
.t-wrapper {
    display: inline-grid;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}
.t-wrapper:not(:last-child) {
    margin-bottom: 40px;
}
table.format {
    font-family: "Museo Sans Cyrl 300";
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #D0D0D0;
}
table.format thead {
    font-family: "Museo Sans Cyrl 700";
    font-size: 14px;
    line-height: 34px;
    background: #686868;
    color: #FFFFFF;
}
table.format tr {
    border-bottom: 1px solid #D0D0D0;
}
table.format tbody tr:nth-child(odd) {
    background: #F7F7F7;
}
table.format th, table.format td {
    padding: 20px;
}
table.format .spec {
    font-family: "Museo Sans Cyrl 700";
    font-size: 16px;
    line-height: 18px;
}
/*End*/

/*Buyer*/
.page-buyer .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.page-buyer .content > .lt {
    flex: none;
    width: 360px;
}
.page-buyer .content > .rt {
    flex: 1;
    padding-left: 130px;
}
.page-buyer .content .b-heading {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    line-height: 30px;
    color: #313131;
    margin-bottom: 15px;
}
.page-buyer .content .order .b-heading {
    margin-bottom: 45px;
}
.page-buyer .content p {
    font-family: "Museo Sans Cyrl 100";
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 15px;
}
.page-buyer .content strong {
    font-family: "Museo Sans Cyrl 500";
}
.page-buyer .order {
    max-width: 760px;
}
.page-buyer .o-block {
    position: relative;
    margin: 0 0 20px 24px;
    padding: 0 0 15px 55px;
    border-left: 1px solid #EC691F;
}
.page-buyer .o-block .icon {
    position: absolute;
    left: -31px;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    background: #ffffff;
}
.page-buyer .o-block .icon span {
    background: url(../icon/o-icons-isp.svg);
}
.page-buyer .o-block.one .icon span {
    width: 47px;
    height: 43px;
}
.page-buyer .o-block.two .icon span {
    width: 46px;
    height: 44px;
    background-position-x: -50px;
}
.page-buyer .o-block.three .icon span {
    width: 36px;
    height: 43px;
    background-position-x: -98px;
}
.page-buyer .o-block.four .icon span {
    width: 43px;
    height: 43px;
    background-position-x: -136px;
}
.page-buyer .o-block.five .icon span {
    width: 42px;
    height: 42px;
    background-position-x: -181px;
}
.page-buyer .o-block.six .icon span {
    width: 42px;
    height: 42px;
    background-position-x: -225px;
}
.page-buyer .o-block.seven .icon span {
    width: 42px;
    height: 43px;
    background-position-x: -269px;
}
.page-buyer .o-block.seven {
    border-left-width: 0;
    border-left-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-buyer .o-block .title {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    line-height: 25px;
    color: #EC691F;
    margin-bottom: 15px;
}
.page-buyer .format li {
    font-family: "Museo Sans Cyrl 100";
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.popup-content-form .submit {
    flex-direction: column;
    align-items: flex-start;
}
.popup-content-form .request-form-checkbox {
    margin-top: 30px;
}
/*End*/

/*Texture*/
.page-texture .collections-list {
    margin-top: 30px;
}
.page-texture .collections-list li {
    margin-bottom: 30px;
}
.page-texture .collections-list .col-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    padding-bottom: 0;
}
/*End*/

/*Solutions*/
.filter-solutions {
    margin: 95px 0 150px;
    border-bottom: 1px solid #9E9E9E;
}
.filter-solutions .categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.filter-solutions .categories > div {
    margin: 0 26px;
}
.filter-solutions .categories .radio {
    display: none;
}
.filter-solutions .categories label {
    position: relative;
    display: flex;
    align-items: center;
    height: 85px;
    margin-bottom: 0;
    cursor: pointer;
}
.filter-solutions .categories label:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #EC691F;
    position: absolute;
    bottom: -1px;
    opacity: 0;
}
.filter-solutions .categories label:hover:after, .filter-solutions .categories label:focus:after,
.filter-solutions .categories .radio:checked + label:after {
    opacity: 1;
}
.filter-solutions .categories .col-logo {
    background: url(../images/solutions/logo-solutions.svg);
}
.filter-solutions .categories .cf .col-logo {
    width: 127px;
    height: 28px;
    background-position: 0 0;
}
.filter-solutions .categories .cf label:hover .col-logo, .filter-solutions .categories .cf label:focus .col-logo,
.filter-solutions .categories .cf .radio:checked + label .col-logo {
    background-position-y: -31px;
}
.filter-solutions .categories .ug .col-logo {
    width: 125px;
    height: 36px;
    background-position: -129px 0;
}
.filter-solutions .categories .ug label:hover .col-logo, .filter-solutions .categories .ug label:focus .col-logo,
.filter-solutions .categories .ug .radio:checked + label .col-logo {
    background-position-y: -38px;
}
.filter-solutions .categories .cf-design .col-logo {
    width: 201px;
    height: 31px;
    background-position: -256px 0px;
}
.filter-solutions .categories .cf-design label:hover .col-logo, .filter-solutions .categories .cf-design label:focus .col-logo,
.filter-solutions .categories .cf-design .radio:checked + label .col-logo {
    background-position-y: -33px;
}
.filter-solutions .categories .idalgo .col-logo {
    width: 127px;
    height: 39px;
    background-position: -459px 0px;
}
.filter-solutions .categories .idalgo label:hover .col-logo, .filter-solutions .categories .idalgo label:focus .col-logo,
.filter-solutions .categories .idalgo .radio:checked + label .col-logo {
    background-position-y: -41px;
}
.filter-solutions .categories .granitea .col-logo {
    width: 154px;
    height: 36px;
    background-position: -588px 0px;
}
.filter-solutions .categories .granitea label:hover .col-logo, .filter-solutions .categories .granitea label:focus .col-logo,
.filter-solutions .categories .granitea .radio:checked + label .col-logo {
    background-position-y: -38px;
}
.filter-solutions .categories .idalgo-home .col-logo {
    width: 157px;
    height: 28px;
    background-position: -744px 0px;
}
.filter-solutions .categories .idalgo-home label:hover .col-logo, .filter-solutions .categories .idalgo-home label:focus .col-logo,
.filter-solutions .categories .idalgo-home .radio:checked + label .col-logo {
    background-position-y: -30px;
}
.filter-solutions .categories .up .col-logo {
    width: 123px;
    height: 66px;
    background-position: -903px 0px;
}
.filter-solutions .categories .up label:hover .col-logo, .filter-solutions .categories .up label:focus .col-logo,
.filter-solutions .categories .up .radio:checked + label .col-logo {
    background-position-y: -68px;
}
.page-solutions .collections-list {
    margin-top: 0;
}
.page-solutions .before-list {
    text-align: center;
    padding-bottom: 40px;
}
.page-solutions .collections-list .col-name {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    line-height: 30px;
    color: #313131;
    text-transform: uppercase;
    margin-top: 38px;
    margin-bottom: 0;
    max-height: 90px;
    overflow: hidden;
}
.page-solutions .collections-list li {
    margin-bottom: 40px;
}
.page-solutions .collections-list li:hover .col-name {
    color: #EC691F;
}
/*End*/

/*Portfolio*/
.page-portfolio .collections-list {
    margin-top: 30px;
}
.page-portfolio .collections-list li {
    margin-bottom: 35px;
}
.page-portfolio .collections-list .col-name {
    font-family: "Museo Sans Cyrl 700";
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 10px;
}
/*End*/

/*Files*/
.page-files .f-group {
    border-bottom: 1px solid #9E9E9E;
    margin-top: 62px;
}
.page-files .f-group .f-title {
    font-family: "Museo Sans Cyrl 500";
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 32px;
}
.page-files .f-group .f-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.page-files .f-group .f-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16.66667%;
    margin-bottom: 42px;
    padding: 0 20px;
}
.page-files .f-group .f-item .f-icon {
    width: 55px;
    height: 55px;
    background: url(../icon/f-icons-isp.svg);
}
.page-files .f-group .f-item .f-icon.doc {
    background-position-x: 0;
}
.page-files .f-group .f-item .f-icon.pdf {
    background-position-x: -57px;
}
.page-files .f-group .f-item .f-icon.zip {
    background-position-x: -114px;
}
.page-files .f-group .f-item .f-icon.xls {
    background-position-x: -171px;
}
.page-files .f-group .f-item .f-icon.mp4 {
    background-position-x: -228px;
}
.page-files .f-group .f-item .f-icon.jpg {
    background-position-x: -285px;
}
.page-files .f-group .f-item:hover .f-icon {
    background-position-y: -57px;
}
.page-files .f-group .f-item .f-name {
    font-family: "Museo Sans Cyrl 700";
    font-size: 14px;
    line-height: 22px;
    color: #313131;
    text-align: center;
    margin: 20px 0 0;
}
.page-files .f-group .f-item:hover .f-name {
    color: #CD4D04;
}
.page-files .f-group .f-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/*End*/

/*Сatalog popup content, Sale*/
#catalog-popup-content .popup-content-image {
    display: flex;
    justify-content: center;
}
#catalog-popup-content .popup-content-heading {
    font-family: "Museo Sans Cyrl 700";
}
#catalog-popup-content .popup-content-message {
    font-family: "Museo Sans Cyrl 300";
}
#catalog-popup-content .popup-content-buttons a, .basket-buy-button,
.wrapper-404 .btn-def, .standart-form-submit {
    font-family: "Museo Sans Cyrl 700";
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #EC691F;
    border-radius: 100px;
    padding: 15px 30px;
    border-width: 0;
    border-color: transparent;
    text-transform: unset;
    max-width: 360px;
    box-sizing: border-box;
}
#catalog-popup-content .popup-content-buttons a:hover, .basket-buy-button:hover,
.wrapper-404 .btn-def:hover, .standart-form-submit:hover {
    background: #CD4D04;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
/*End*/

/*Search*/
.search-page-form-input {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 13px 50px 14px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1.5px solid #C4C4C4;
    border-radius: 24px;
    font-size: 13px;
    color: #808080;
    font: normal 13px "Museo Sans Cyrl 100";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-page-form-input::-webkit-input-placeholder {
    color: #808080;
}
.search-page-form-input::-moz-placeholder {
    color: #808080;
}
.search-page-form-input:-ms-input-placeholder {
    color: #808080;
}
.search-page-form-input:-moz-placeholder {
    color: #808080;
}
.search-page-form-input:focus {
    outline: transparent auto 0;
    outline-offset: 0;
}
.search-page-form.align-middle:hover .search-page-form-input,
.search-page-form.align-middle:focus .search-page-form-input {
    border-color: #8E8E8E;
}
.search-page-form-button {
    position: absolute;
    top: 12px;
    right: 16px;
    height: 23px;
    width: 23px;
    padding: 0;
    margin: 0;
    background: url(../icon/icons-isp.svg);
    cursor: pointer;
    border: none;
}
.search-page-form-button:hover, .search-page-form-button:focus {
    background-position-y: -25px;
    outline: transparent auto 0;
}
.search-result {
    padding: 0 15px;
    width: 100%;
}
/*End*/

.standart-form input[type="text"], .standart-form input[type="number"],
.standart-form input[type="password"], .standart-form textarea {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    border: 1px solid #CFCFCF;
    padding: 14px;
}
.standart-form-checkmark {
    border: 1px solid #CFCFCF;
}
.standart-form input[type="text"]:hover, .standart-form input[type="text"]:focus,
.standart-form input[type="number"]:hover, .standart-form input[type="number"]:focus,
.standart-form input[type="password"]:hover, .standart-form input[type="password"]:focus,
.standart-form textarea:hover, .standart-form textarea:focus {
    border-color: #EC691F;
    outline-width: 0;
    outline-color: transparent;
}

/*User region*/
#user_region {
  position: relative;
}
#user_region > a {
  display: flex;
  align-items: center;
}
#user_region > a:after {
  content: "";
  width: 8px;
  height: 5px;
  background: url(../icon/icons-isp.svg);
  background-position: -309px -20px;
  margin-left: 8px;
}
#user_region.open > a:after {
  transform: rotate(180deg);
}
#user_region .notification {
  display: none;
  position: absolute;
  left: 0;
  top: 31px;
  z-index: 10;
  width: 320px;
  background-color: #FFFFFF;
  padding: 20px 20px 5px;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(201, 211, 213, 0.5);
}
#user_region.open .notification {
  display: block;
}
#user_region .notification:before {
  content: "";
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 20px;
}
#user_region .notification-region {
  color: #EC691F;
}
#user_region .notification-region:hover {
  text-decoration: underline;
}
#user_region .notification-item {
  font-size: 14px;
  margin-bottom: 15px;
}
#user_region .notification-item--bottom {
  display: flex;
  align-items: center;
}
#user_region .btn {
  font-size: 14px;
  color: #FFFFFF;
  background-color: #EC691F;
  margin-right: 20px;
}
#user_region .btn:hover {
  background: #CD4D04;
}
#user_region .notification-item--bottom span {
  color: #EC691F;
  text-decoration: underline;
  cursor: pointer;
}
#user_region .notification-item--bottom span:hover {
  text-decoration: none;
}
.popup-content .none {
  display: none!important;
}
.popup-content .popup-search {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  height: 42px;
  padding-left: 10px;
  border: 1px solid #ced1d4;
  margin: 0 0 15px 0;
}
.popup-content .popup-input {
  width: calc(100% - 40px);
  height: 40px;
  padding: 0;
  border-width: 0;
  border-color: transparent;
  background-color: transparent;
  font-size: 14px;
  color: #333;
  outline: 0;
}
.popup-content .popup-search-clean {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-color: transparent;
  border-width: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}
.popup-content .popup-search-clean:after {
  content: "";
  height: 20px;
  width: 20px;
  margin: 0;
  background: url(../icon/icons-isp.svg);
  background-position: -233px 0;
}
.popup-content .popup-search-clean:hover:after {
  background-position: -233px -34px;
}
.popup-content .popup-result {
  height: 280px;
  overflow-y: auto;
}
.popup-content .popup-result::-webkit-scrollbar {
  width: 6px;
  background: #454A54;
}
.popup-content .popup-result::-webkit-scrollbar-thumb {
  background: #EC691F;
  border-radius: 6px;
}
.popup-content .popup-result:hover::-webkit-scrollbar-thumb {
  background: #CD4D04;
}
.popup-content .popup-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.popup-content .popup-list li:not(:last-child) {
  margin-bottom: 5px;
}
.popup-content .popup-list li a {
  display: block;
  color: #000000;
}
.popup-content .popup-list li a.disabled {
  color: #C6C6C6;
  pointer-events: none;
}
.popup-content .popup-list li a.disabled:hover {
  text-decoration: none;
}
.popup-content .popup-list li a.active, .popup-content .popup-list li a:not(.disabled):hover {
  color: #EC691F;
}
/*End*/

@media screen and (max-width:1579px) {
    /*Header*/
    .site-header {
        height: auto;
    }
    .middle-line {
        height: auto;
    }
    .middle-line .justify-content-between {
        height: 128px;
        align-items: center;
    }
    .middle-line.middle-line-scrolled .justify-content-between {
        height: 80px;
    }
    .middle-line-scrolled {
        padding: 0;
    }
    .logo-link {
        width: 217px;
        height: auto;
    }
    .middle-line.middle-line-scrolled .logo-link {
        width: 160px;
    }
    .description {
        max-width: 260px;
        margin: 16px 0 0 34px;
    }
    .description-text {
        height: auto;
        line-height: 20px;
    }
    .search-form {
        width: 288px;
        height: 45px;
        top: unset;
        margin: 4px 58px 0 0;
    }
    .hot-line.align-middle {
        margin: 0;
    }
    .middle-line .justify-content-between .hot-line.align-middle > a img {
        width: 190px;
    }
    .hot-line.align-middle p {
        margin: 0;
    }
    .top-menu-phone {
        top: 109px;
    }
    .shopping-basket {
        top: 125px;
        right: 248px;
    }
    .shopping-basket-scrolled {
        right: 233px;
        top: 6px;
    }
    .shopping-basket-count {
        top: -9px;
        left: 19px;
    }
    .shopping-basket-scrolled .shopping-basket-count {
        top: -8px;
    }
    .top-menu-separator {
        top: 120px;
        right: 209px;
    }
    .top-menu-separator-scrolled {
        top: 5px;
        right: 194px;
    }
    .middle-line.middle-line-scrolled .search-form {
        margin-right: 115px;
        margin-top: -5px;
    }
    .middle-line.middle-line-scrolled .search-form.search-form-opened {
        width: 288px;
        margin-right: 0;
    }
    .middle-line.middle-line-scrolled .top-menu-phone p {
        margin-top: -6px;
    }
    .nav-list-scrolled a {
        font-size: 14px;
    }
    .bottom-nav-list-item-link {
        font-size: 14px;
    }
    /*End*/

    /*Front Page*/
    .page-front .main-production .overlay-item-content-text {
        /*padding: 0 38px;
        top: 60px;*/
        font-size: 15px;
        line-height: 28px;
    }
    .page-front .main-production .overlay-item-content-text img {
        padding-bottom: 20px;
        width: 70%;
    }
    /*End*/

    /*Catalog*/
    .filter .parameters .select,
    .filter .parameters .select:nth-child(3), .filter .parameters .select:nth-child(5),
    .filter .parameters .select:last-child, .filter .categories .cat {
        width: 220px;
    }
    .filter .parameters .select, .filter .categories .cat-name {font-size: 14px;}
    .filter .f-open, .filter .before-parameters {font-size: 16px;}
    .col-catalog.row .layout-item-wrapper {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .page-catalog-slider .pro-wrapper {
        float: none;
        max-width: unset;
        margin: 0 0 28px 0;
        padding-right: 0;
    }
    .card-grid-ready-cases {
        max-height: 350px;
    }
    .card-grid-ready-cases>.card-grid-item span {
        font-size: 24px;
        line-height: 42px;
    }
    /*End*/

    /*News*/
    .n-content.n-last .lt {
        padding-right: 50px;
    }
    .n-content.n-last .image {
        width: 505px;
        height: 460px;
    }
    .news-all .n-content:not(.n-last) {
        padding-right: 75px;
    }
    .gallery {
        margin-top: 40px;
    }
    /*End*/

    /*Articles*/
    .articles-list li .a-wrapper .a-title {
        font-size: 16px;
    }
    .article-item {
        margin-top: 40px;
    }
    .article-item .lt .image {
        width: 472px;
        height: 450px;
    }
    .article-item .lt .youtube {
        width: 472px;
    }
    .article-item ul.format.granitea-600x300 {
        height: 645px;
    }
    .article-item ul.format.granitea-600x300 li {
        width: 50%;
    }
    /*End*/

    /*Buyer*/
    .page-buyer .content > .rt {
        padding-left: 80px;
    }
    /*End*/

    /*Solutions*/
    .filter-solutions {
        margin: 60px 0 90px;
        border-bottom-width: 0;
        border-bottom-color: transparent;
    }
    .filter-solutions .categories label:after {
        display: none;
    }
    .page-solutions .collections-list .col-name {
        font-size: 16px;
    }
    /*End*/
}
@media screen and (max-width:1200px) {
    .grid-item-description {
        display: block;
    }
}
@media screen and (max-width:1199px) {
    /*Header*/
    .middle-line .justify-content-between {
        height: 110px;
    }
    .logo-link {
        width: 171px;
    }
    .middle-line.middle-line-scrolled .logo-link {
        display: none;
    }
    .logo-link img {
        margin-bottom: 6px;
    }
    .middle-line .justify-content-between .hot-line.align-middle > a img {
        width: 160px;
    }
    .search-form {
        width: 248px;
        height: 38px;
    }
    .middle-line:not(.middle-line-scrolled) .justify-content-between .search-form-icon {
        display: none!important;
    }
    .middle-line:not(.middle-line-scrolled) .justify-content-between .search-form, .middle-line:not(.middle-line-scrolled) .justify-content-between .search-form-input {
        display: block!important;
    }
    .description {
        max-width: 243px;
        margin: 6px 0 0 30px;
    }
    .search-form {
        margin: 0px 39px 0 0;
    }
    .top-menu-phone {
        top: 95px;
    }
    .top-menu-separator {
        top: 106px;
    }
    .shopping-basket {
        top: 111px;
        right: 247px;
    }
    .bottom-nav-list-item-link {
        font-size: 14px;
    }
    .shopping-basket-scrolled {
        top: 6px;
        right: 233px;
    }
    .top-menu-separator-scrolled {
        top: 5px;
    }
    .middle-line:not(.middle-line-scrolled) .justify-content-between .search-form-button {
        display: block!important;
    }
    .search-form-input {
        padding: 10px 50px 10px 20px;
    }
    .search-form-button {
        top: 8px;
    }
    .middle-line.middle-line-scrolled .search-form.search-form-opened {
        width: 248px;
    }
    /*End*/

    /*Front Page*/
    .main-about-left {
        padding-right: 45px;
    }
    .main-about-right {
        padding-left: 45px;
    }
    /*.page-front .overview-item-swiper-slide-content {
        width: 45%;
    }*/
    .page-front .main-production .overlay-item-content-text img {
        padding-bottom: 10px;
        width: 50%;
    }
    .page-front .main-production .overlay-item-content-text {
        padding: 18px;
        font-size: 14px;
        line-height: 26px;
    }
    .page-front .grid-item-description {
        font-size: 16px;
        line-height: 30px;
        padding-top: 20px;
    }
    .page-front .news-block-item-content, .page-front .news-block-item-name {
        font-size: 16px;
        line-height: 24px;
    }
    /*End*/

    /*Catalog*/
    .sub-collections-list li.back-to .col-inner {padding: 15px;}
    .col-catalog.row .layout-item-wrapper {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .characteristic {width: 33.33333%;}
    .characteristic-heading {
        height: auto;
        margin: 0 0 9px 0;
    }
    .card-grid-ready-cases {
        max-height: 450px;
    }
    /*End*/

    /*Pagination*/
    .pagination {
        margin-top: 120px;
    }
    /*End*/

    /*Contacts*/
    .contacts .before-form .c-item {
        padding-right: 75px;
    }
    .contacts .c-form input:not([type="submit"]) {
        max-width: 450px;
    }
    /*End*/

    /*E-catalogs*/
    .e-catalogs .e-item {
        padding-right: 80px;
    }
    /*End*/

    /*News*/
    .n-content.n-last .lt {
        padding-right: 30px;
    }
    .n-content.n-last .image {
        width: 435px;
    }
    .news-all .n-content:not(.n-last) {
        padding-right: 45px;
    }
    /*End*/

    /*Articles*/
    .article-item {
        margin-top: 30px;
    }
    .article-item .lt .image {
        width: 432px;
        height: 410px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .article-item .lt .youtube {
        width: 432px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .article-item ul.format.granitea-600x300 {
        height: 430px;
    }
    .article-item ul.format.granitea-600x300 li {
        width: 33.33333%;
    }
    /*End*/

    /*Buyer*/
    .page-buyer .content > .rt {
        padding-left: 50px;
    }
    /*End*/

    /*Files*/
    .page-files .f-group {
        margin-top: 42px;
    }
    .page-files .f-group .f-content {
        margin: 0 -10px;
    }
    .page-files .f-group .f-item {
        margin-bottom: 31px;
        padding: 0 10px;
    }
    /*End*/
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    main:not(.page-front) {
        padding-top: 110px;
    }
    main {
        margin-bottom: 60px;
    }
    .before-content {
        flex-direction: column;justify-content: unset;align-items: unset;
    }
    .page-h1 {
        font-size: 22px;line-height: 32px;
    }
    .block-name {
        margin: 0 0 15px;
    }
    /*Header*/
    .middle-line {
        position: fixed;
    }
    .middle-line-scrolled {
        position: fixed;
    }
    .middle-line-burger-menu {
        width: 42px;
        height: 18px;
        background-position: -97px 0!important;
        background: url(../icon/icons-isp.svg);
    }
    .middle-line-burger-menu:hover, .middle-line-burger-menu:focus {
        background-position-y: -20px!important;
    }
    .d-none.d-sm-inline-block.align-middle {
        display: none!important;
    }
    .logo {
        margin: 0 0px 6px 29px;
    }
    .logo-link {
        width: 250px;
    }
    .logo-link img {
        margin-bottom: 0px;
    }
    .shopping-basket {
        position: relative;
        top: unset;
        right: unset;
        margin: 0 34px 8px 0px;
        background-position: -25px -56px!important;
    }
    .hot-line.align-middle {
        display: flex;
        align-items: center;
    }
    .hot-line-tel {
        display: none;
    }
    .top-menu-phone {
        position: unset;
        display: block;
        /*margin-right: -34px;*/
    }
    .top-menu-phone a {
        display: inline-block;
        margin-bottom: 4px;
        font-size: 18px;
        color: #343434;
    }
    .top-menu-phone p {
        color: #343434;
    }
    .top-menu-separator {
        position: unset;
        display: block;
        width: 1px;
        height: 30px;
        background-color: #343434;
        margin: -22px 21px 0 0px;
    }
    .top-menu-separator img {
        display: none;
    }
    .top-swiper-container {
        margin-top: 0px;
    }
    .middle-line-scrolled .col-auto:first-child {
        flex: unset;
    }
    .middle-line-scrolled .col-auto {
        display: initial;
    }
    .middle-line.middle-line-scrolled .nav-list-scrolled-wrapper {
        display: none;
    }
    .middle-line.middle-line-scrolled .justify-content-between {
        /*height: 110px;*/
    }
    .middle-line.middle-line-scrolled .logo-link {
        display: table-cell;
        width: 250px;
    }
    .shopping-basket-scrolled .shopping-basket-count {
        top: -9px;
    }
    .middle-line.middle-line-scrolled .top-menu-phone p {
        margin-top: 0;
    }
    /*End*/

    /*Dropdown*/
    .dropdown {
        top: 0;
        bottom: 0;
        height: 100vh;
        z-index: 160;
        background: #343434;
    }
    .dropdown-wrapper {
        background: transparent;
        padding: 0;
        /*height: 100%;*/
    }
    .dropdown-list {
        background: transparent;
        padding: 0;
    }
    .dropdown #title-search-dropdown {
        display: flex;
        align-items: center;
        padding: 35px 0;
    }
    .dropdown .middle-line-burger-menu {
        width: 32px;
        height: 32px;
        background-position: -173px 0px!important;
        margin: 0;
        padding: 0;
    }
    .dropdown .middle-line-burger-menu:hover, .dropdown .middle-line-burger-menu:focus{
        background-position-y: -34px!important;
    }
    .dropdown .search-form {
        flex: 1;
        height: 44px;
        margin: 0 0 0 64px;
    }
    .dropdown .search-form-button {
        top: 11px;
    }
    .dropdown .search-form-input {
        padding: 13px 50px 13px 20px;
        background: transparent;
    }
    .dropdown .after-search-dropdown {
        display: flex;
    }
    .dropdown .after-search-dropdown .lt {
        flex: 1;
    }
    .dropdown .after-search-dropdown .lt ul {
        display: flex;
        flex-direction: column;
    }
    .dropdown .hot-line.align-middle {
        padding: 11px 0;
        margin-bottom: 28px;
    }
    .dropdown .shopping-basket {
        margin: 0 39px 0px 0px;
        background-position: -25px 0px!important;
    }
    .dropdown .shopping-basket-count {
        top: -8px;
        left: 20px;
    }
    .dropdown .top-menu-separator {
        height: 34px;
        background-color: #ffffff;
        margin: 7px 28px 0 0px;
    }
    .dropdown .hot-line.align-middle p {
        color: #ffffff;
    }
    .dropdown .top-menu-phone a {
        font-size: 20px;
        color: #ffffff;
        margin: 3px 0 -1px;
    }
    .dropdown .top-menu-phone a:hover {
        color: #EC691F
    }
    .dropdown .after-search-dropdown .lt .bottom-nav-list-item {
        margin: 0 0 20px 0;
    }
    .dropdown .after-search-dropdown .lt .bottom-nav-list-item a {
        font-size: 24px;
    }
    .dropdown .after-search-dropdown .rt {
        width: 220px;
    }
    .dropdown .after-search-dropdown .rt, .dropdown .after-search-dropdown .rt ul {
        display: flex;
        flex-direction: column;
    }
    .dropdown .top-nav-list > li:not(:last-child) {
        margin-right: 0px;
    }
    .dropdown .top-nav-list > li > a {
        font-family: "Museo Sans Cyrl 300";
        color: #fff;
    }
    .dropdown .top-nav-list > li > .region {
      color: #EC691F;
      text-decoration: underline;
    }
    .dropdown .top-nav-list > li > .region:hover {
      text-decoration: none;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:first-child {
          margin-bottom: 26px;
          padding: 13px 0 9px;
          border-bottom: 1px solid #585858;
      }
    .dropdown .after-search-dropdown .rt .top-nav-list:first-child li {
        margin: 0 0 17px 0;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:first-child > li > a {
        font-size: 16px;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:last-child > li > a {
        font-size: 14px;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:last-child li {
        margin: 0 0 21px 0;
    }
    /*End*/

    /*Front Page*/
    .page-front .overview {
        margin: 0px 0 55px;
    }
    .page-front .top-swiper-container {
        margin-top: 115px;
    }
    .page-front .overview-item.overview-big {
        height: 480px;
    }
    .page-front .overview-item-swiper-slide-content {
        /*justify-content: space-between;
        align-items: center;
        flex-direction: unset;
        bottom: 60px;
        left: 20px;
        padding: 14px 20px 14px 25px;
        width: 438px;
        height: 100px;*/
        left: 20px;
        bottom: 60px;
        right: 20px;
        max-width: inherit;
        padding: 20px;

    }
    .page-front .overview-item-swiper-slide-content-heading, .page-front .overview-item-swiper-slide-content>span {
        font-size: 20px;
        line-height: 36px;
    }
    .page-front .overview-item-swiper-slide-content > a {
        margin-top: 10px;
    }
    .page-front .overview-item .controls {
        left: 0;
        right: 0;
        bottom: 21px;
    }
    .page-front .overview-item .controls .c-inner {
        margin-right: auto;
    }
    .page-front .controls .overview-item-swiper-pagination-bullet {
        width: 36px;
        height: 36px;
    }
    .page-front .overview-item {
        height: 376px;
    }
    .page-front .portfolio {
        padding: 65px 0 5px;
    }
    .main-about {
        padding-top: 0;
    }
    .main-about-left {
        padding-right: 15px;
    }
    .main-about-right {
        padding-left: 15px;
    }
    .block-name {
        font-size: 22px;
        line-height: 32px;
    }
    .page-front .main-about .block-name {
        margin-bottom: 20px;
        max-width: 470px;
    }
    .main-about .paragraph {
        max-width: 680px;
        padding-top: 0px;
    }
    .page-front .main-about p {
        font-size: 14px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .main-production {
        padding-bottom: 15px;
    }
    .page-front .main-production {
        padding-top: 35px;
    }
    .page-front .main-production .block-name {
        margin-bottom: 15px;
    }
    .page-front .main-production .grid-item {
        height: 370px;
    }
    .page-front .main-production .overlay-item-content-text {
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        padding: 20px;
    }
    .page-front .main-production .overlay-item-content-text img {
        display: none;
        padding-bottom: 0;
    }
    .page-front .main-production .overlay-item-content-text br {
        display: none;
    }
    .page-front .popular-collections {
        margin-top: 0;
        padding: 0px;
        background-color: transparent;
    }
    /*.page-front .popular-collections .block-name {
        margin-bottom: 14px;
    }*/
    .page-front .popular-collections .overview {
        margin-top: -1px;
        margin-bottom: 0;
    }
    .page-front .popular-collections .overview-item.overview-big {
        height: 370px;
    }
    /*.page-front .popular-collections .overview-item-swiper-slide-content {
        width: 480px;
    }*/
    .page-front .popular-collections .overview-item-swiper-slide-content-heading,
    .page-front .popular-collections .overview-item-swiper-slide-content>span {
        /*font-size: 20px;
        line-height: 30px;*/
        text-transform: uppercase;
    }
    .page-front .ready-cases {
        /*padding: 0 0 5px;*/
        padding-top: 55px;
        padding-bottom: 30px;
    }
    .page-front .ready-cases .block-name {
        margin: 0 0 15px;
    }
    /*.page-front .ready-cases .grid-item, .page-front .ready-cases .grid-sizer {
        width: 33.33333%;
        height: 248px;
    }*/
    .page-front .grid-item-description {
        font-size: 14px;
        line-height: 26px;
        padding-top: 26px;
    }
    .page-front .img {
        padding: 66px 0 0;
    }
    .page-front .img .block-name {
        margin-bottom: 30px;
    }
    .page-front .news-block-item-name {
        font-size: 16px;
        line-height: 30px;
    }
    .news-block-item > hr {
        margin: 13px 0 30px;
    }
    .why-future-ceramics {
        margin: 10px 0 60px;
    }
    .news-block-item-img-big {
        height: 462px;
    }
    .news-block-item-name-big {
        margin: 24px 0 0px 0;
    }
    /*End*/

    /*Footer*/
    .footer .footer-content {
        position: relative;
        padding: 18px 0 0;
    }
    .footer .footer-content > .footer-content-left {
        display: block!important;
        position: unset;
        flex: 1;
    }
    .footer .footer-content > .footer-content-left .footer-content-column:first-child {
        position: absolute;
        left: 0;
        right: 0;
        top: 267px;
    }
    .footer .footer-content > .footer-content-left .footer-content-column:first-child .footer-content-column-list {
        flex-direction: initial;
        flex-wrap: initial;
        height: initial;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .footer-content-column:first-child .footer-content-column-list .footer-content-column-list-item-logo {
        width: initial;
        height: initial;
        margin-bottom: initial;
    }
    .footer .footer-content > .footer-content-right {
        width: 300px;
    }
    .footer .footer-content > .footer-content-right > .row {
        display: flex;
        flex-direction: column;
    }
    .footer .footer-content > .footer-content-right .col-md-7,
    .footer .footer-content > .footer-content-right .col-md-8 {
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
    }
    .footer .footer-content > .footer-content-right .offset-md-1 {
        margin-left: 0;
    }
    .footer-content-column-list-item {
        padding: 0 0 16px;
    }
    .footer-content-column-list-item-link {
        font-size: 12px;
    }
    .after-social-footer-content .footer-content-column-list-item-link {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 20px;
        float: none;
    }
    .footer-content-column-links-icon {
        margin: 0;
    }
    .footer-content-column-links {
        padding: 15px 0 0px;
    }
    .footer-content-column-separator {
        margin: 17px 0 15px 0;
    }
    .after-social-footer-content .footer-content-column-list-item-link img {
        max-width: 14px;
        max-height: 14px;
        margin-right: 7px;
        padding-right: 0;
    }
    .footer-content-column-list-item-link-qn {
        padding-top: 0;
    }
    .footer-copyright {
        flex-direction: column;
        align-items: center;
        margin-top: 120px;
    }
    .footer-copyright-info {
        font-size: 12px;
    }
    .footer-copyright-developers {
        margin-top: 38px;
    }
    /*End*/

    /*Catalog*/
    .before-text {
        margin-bottom: 20px;
    }
    .page-text {
        margin-top: 30px;
    }
    .page-text p {
        font-size: 14px; line-height: 30px;
    }
    .collections-list li {
        margin-bottom: 40px;
    }
    .sub-collections-list li {
        width: 33.33333%;
    }
    .cat-l2 .page-h1, .cat-l3 .page-h1, .cat-l4 .page-h1, .page-texture .before-text .page-h1 {
        padding-right: 0;margin-bottom: 10px;}
    .cat-l2 .before-text, .cat-l3 .before-text, .cat-l4 .before-text, .page-texture .before-text {
        flex-direction: column;}
    .col-logo img {
        max-width: 140px;
    }
    .col-catalog.row .layout-item-wrapper {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide {
        height: 380px;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text {
        left: 20px;
        bottom: 30px;
        padding: 15px 20px;
        width: 90%;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text span {
        font-size: 16px;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text p {
        padding-top: 5px;
    }
    .characteristics-block {
        margin-top: 10px;
    }
    .cat-l3 .before-catalog {
        margin-top: 10px;
    }
    .page-catalog-slider {
        margin-bottom: 30px;
    }
    .characteristic {
        width: 50%;
    }
    .characteristics-block-heading {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 30px 0;
    }
    .characteristic-text {
        margin: 0 0 0 20px;
    }
    /*End*/

    /*Pagination*/
    .pagination {
        margin-top: 100px;
    }
    /*End*/

    /*Contacts*/
    .contacts .before-form .c-item {
        padding-right: 55px;
    }
    .contacts .logo {
        margin: 0;
    }
    .contacts .c-form input:not([type="submit"]) {
        max-width: 330px;
    }
    /*End*/

    /*About*/
    .about .main-img {
        margin-top: 30px;
    }
    .about .text {
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .about .text p {
        font-size: 14px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .about .after-text {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .about .sites h3 {
        font-size: 14px;
        margin-bottom: 50px;
    }
    /*End*/

    /*E-catalogs*/
    .e-catalogs {
        margin-top: 30px;
    }
    .e-catalogs .e-item {
        padding-right: 40px;
    }
    .e-catalogs .e-item h3 {
        font-size: 14px;
        line-height: 24px;
        margin: 30px 0 20px;
        height: 48px;
    }
    /*End*/

    /*News*/
    .news-all .n-content {
        width: 100%;
    }
    .news-all .n-content:not(.n-last) {
        padding-right: 0;
    }
    .news-all .n-content.n-last {
        margin-bottom: 60px;
    }
    .n-content.n-last .lt {
        width: 100%;
        padding-right: 0;
    }
    .news-item .n-content .lt {
        float: none;
    }
    .n-content.n-last .image {
        width: 100%;
        height: 460px;
    }
    .news-all .n-content.n-last .rt {
        width: 100%;
        flex: unset;
    }
    .n-content.n-last .n-date {
        margin-top: 30px;
    }
    .n-content.n-last .n-title {
        margin-bottom: 20px;
    }
    .news-all .n-content:not(.n-last) .n-title {
        height: auto;
        overflow: unset;
        margin-top: 8px;
    }
    .news-item .n-full p {
        font-size: 14px;
        line-height: 30px;
    }
    .news-all .n-content .n-short {
        font-size: 14px;
        line-height: 30px;
    }
    .news-all .n-content .n-more {
        margin-top: 28px;
    }
    .gallery {
        margin-top: 30px;
    }
    /*End*/

    /*Articles*/
    .articles-list li {
        width: 33.33333%;
    }
    .article-item .lt {
        float: none;
    }
    .article-item .lt .image {
        width: 100%;
        height: 460px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .article-item .lt .youtube {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .article-item .rt .a-date {
        margin: 30px 0 14px;
    }
    .article-item .rt .a-content strong, .page-text p strong {
        font-size: 16px;
    }
    .article-item .rt .a-content p {
        font-size: 14px;
        line-height: 30px;
    }
    .article-item .rt .a-content p:not(:last-child) {
        margin-bottom: 8px;
    }
    ol.format, ul.format {
        margin: 0 0 8px
    }
    ol.format li, ul.format li {
        margin: 0 0 8px;
        font-size: 14px;
    }
    .article-item ul.format.granitea-600x300 {
        height: 400px;
    }
    /*End*/

    /*Buyer*/
    .page-buyer .content > .lt {
        width: 100%;
    }
    .page-buyer .content > .rt {
        width: 100%;
        flex: unset;
        padding-left: 0;
    }
    .s-wrapper {
        margin-bottom: 20px;
    }
    .s-wrapper .s-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        background-color: #292C30;
    }
    .s-wrapper .s-btn:after {
        content: "";
        width: 16px;
        height: 10px;
        background: url(../icon/icons-isp.svg);
        background-position: -256px -31px;
    }
    .s-wrapper .s-inner {
        display: none;
    }
    .s-wrapper.active .s-inner {
        display: block;
    }
    .s-wrapper.active .s-btn {
        transform: rotate(180deg);
    }
    .side-menu {
        max-width: 100%;
    }
    .page-buyer .content .b-heading {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .page-buyer .content .order .b-heading {
        margin-bottom: 30px;
    }
    .page-buyer .o-block {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .page-buyer .o-block .title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    ol.format ul.format {
        margin: 8px 0 8px 32px;
    }
    .page-buyer .content p {
        font-size: 14px;
        margin: 0 0 8px;
    }
    .page-buyer .format li {
        font-size: 14px;
    }
    .page-buyer .faq-content .nav {
        margin: 0 0 30px 0;
    }
    /*End*/

    /*Solutions*/
    .filter-solutions {
        margin: 40px 0 70px;
    }
    /*End*/

    /*Files*/
    .page-files .f-group .f-item {
        width: 25%;
    }
    .page-files .f-group .f-title {
        font-size: 20px;
    }
    /*End*/
}
@media screen and (max-width:767px) {
    .site-breadcrumbs-item>a, .site-breadcrumbs-item>span, .before-content .back-to {line-height: 26px;}
    /*Header*/
    .middle-line-burger-menu {
        margin: 22px 20px 20px 0;
    }
    .logo {
        margin: 0 0px 14px 18px;
    }
    .logo-link {
        width: 170px;
    }
    .shopping-basket {
        margin: 0 12px 2px 0px;
    }
    header .top-menu-phone {
        max-width: 140px;
    }
    header .top-menu-phone br {
        display: none;
    }
    header .top-menu-phone a {
        margin-top: 20px;
    }
    header .top-menu-separator {
        margin: -16px 28px 0 22px;
    }
    .middle-line.middle-line-scrolled .logo-link {
        width: 170px;
    }
    .middle-line.middle-line-scrolled .justify-content-between {
        height: 110px;
    }
    /*End*/

    /*Dropdown*/
    .dropdown #title-search-dropdown {
        padding: 30px 0;
    }
    .dropdown .search-form {
        height: 38px;
        margin: 0 0 0 60px;
    }
    .dropdown .search-form-input {
        padding: 10px 50px 10px 20px;
    }
    .dropdown .search-form-button {
        top: 8px;
        right: 13px;
    }
    .dropdown .after-search-dropdown .rt {
        width: 190px;
    }
    .dropdown .middle-line-burger-menu {
        margin-left: 7px;
    }
    .dropdown .shopping-basket {
        margin: 0 38px 0px 12px;
    }
    .dropdown .shopping-basket-count {
        top: -7px;
        left: 19px;
    }
    .dropdown .top-menu-separator {
        margin: -4px 20px 0 0px;
    }
    .dropdown .top-menu-phone a {
        margin: 0px 0 1px;
    }
    .dropdown .hot-line.align-middle {
        margin-bottom: 8px;
    }
    .dropdown .after-search-dropdown .lt .bottom-nav-list-item {
        margin: 0 0 17px 0;
    }
    .dropdown .after-search-dropdown .lt .bottom-nav-list-item a {
        font-size: 22px;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:first-child {
        margin-bottom: 22px;
        padding: 9px 0 7px;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:first-child li {
        margin: 0 0 11px 0;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:last-child li {
        margin: 0 0 8px 0;
    }
    /*End*/

    /*Front page*/
    .page-front .top-swiper-container {
        margin-top: 106px;
    }
    .page-front .overview-item-swiper-button-prev, .page-front .overview-item-swiper-button-next {
        display: block!important;
    }
    .page-front .overview-item-swiper-slide-content > a {
        background: #EC691F;
    }
    .page-front .overview-item:not(.overview-big) {
        padding-top: 0;
        height: 275px;
    }
    .block-name {
        font-size: 16px;
        line-height: 34px;
    }
    .page-front .overview {
        margin: 0 0 25px;
    }
    .page-front .main-about .block-name {
        margin-bottom: 14px;
        max-width: 325px;
    }
    .page-front .main-about p {
        margin: 0 0 12px;
    }
    .page-front .main-production {
        padding-top: 13px;
    }
    .page-front .main-production .container .row > .grid {
        margin: 0 0 12px;
    }
    .page-front .main-production .grid-item {
        height: auto;
    }
    .page-front .grid-item, .page-front .grid-sizer {
        width: 50%;
    }
    .page-front .popular-collections .overview-item.overview-big {
        height: 287px;
    }
    .popular-collections .grid-item-img, .ready-cases .grid-item-img {
        height: auto;
    }
    .page-front .ready-cases {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .page-front .img {
        padding: 0;
    }
    .page-front .grid-item-description {
        line-height: 24px;
    }
    .page-front .news-block-item-container {
        display: flex;
    }
    .page-front .news-block-item-content {
        width: unset;
    }
    .page-front .news-block-item > hr {
        display: block!important;
        margin-top: 22px;
    }
    .page-front .portfolio {
        padding: 0 0 40px;
    }
    .news-block-item-img-big {
        height: 350px;
    }
    .why-future-ceramics {
        margin: 10px 0 40px;
    }
    .news-block-item-name-big {
        margin-top: 16px;
    }
    .why-future-ceramics {
        margin-top: 0;
    }
    .why-future-ceramics>a {
        margin-top: 22px;
    }
    /*End*/

    /*Footer*/
    .footer .footer-content > .footer-content-right .offset-md-1 {
        display: block!important;
    }
    .footer .footer-content > .footer-content-right {
        width: 190px;
    }
    .footer-content-column-links > .row {
        flex-direction: column;
    }
    .footer-content-column-links > .row > .col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        margin-bottom: 20px;
    }
    .footer-content-column-list {
        padding: 10px 0 0;
    }
    .footer-content-column-list-item {
        padding: 0 0 10px;
    }
    .footer-content-column-links {
        padding: 8px 0 0px;
    }
    .footer-content-column-separator {
        margin: 14px 0 18px 0;
    }
    .after-social-footer-content .footer-content-column-list-item-link img {
        margin-right: 18px;
    }
    .footer-copyright {
        margin-top: 110px;
    }
    .footer-copyright-developers {
        margin-top: 26px;
    }
    .footer .footer-content > .footer-content-left .footer-content-column:first-child {
        top: 222px;
    }
    /*End*/

    /*Catalog*/
    .collections-list li, .sub-collections-list li {width: 50%;}
    .collections-list .col-desc p {
        line-height: 26px;
    }
    .page-h1 {font-size: 16px;line-height: 34px;}
    .before-text {margin-bottom: 16px;}
    .sub-collections-list li span {font-size: 16px; line-height: 24px;}
    .characteristics-block-heading {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .card-grid-ready-cases {
        max-height: unset;
    }
    /*End*/

    /*Pagination*/
    .pagination {
        margin-top: 80px;
    }
    .pagination a, .pagination span {
        font-size: 18px;
        line-height: 18px;
        margin: 0 10px;
    }
    .pagination .prev, .pagination .next {
        width: 12px;
        height: 22px;
        background-position: -808px 0px;
    }
    /*End*/

    /*Contacts*/
    .contacts .before-form .c-item {
        padding-right: 30px;
    }
    .contacts .before-form .c-item .image {
        margin-bottom: 32px;
    }
    .contacts .before-form .c-item .logo {
        height: 53px;
    }
    .contacts .before-form .c-item:nth-child(1) .logo {
        width: 168px;
    }
    .contacts .before-form .c-item:nth-child(2) .logo {
        width: 53px;
    }
    .contacts .before-form address {
        margin-bottom: 22px;
    }
    .contacts .c-form {
        margin-top: 30px;
        padding-top: 40px;
    }
    .contacts .c-form .heading + p {
        margin: 16px 0 28px;
    }
    .contacts .c-form input[type="submit"] {
        width: 250px;
    }
    /*End*/

    /*News*/
    .n-content.n-last .image {
        height: 350px;
    }
    .n-content.n-last .n-title {
        font-size: 16px;
        line-height: 26px;
    }
    .news-all .n-content .n-short, .news-item .n-full p {
        line-height: 26px;
    }
    .news-all .n-content:not(.n-last) .n-title a {
        font-size: 16px;
        line-height: 30px;
    }
    .gallery {
        margin: 30px -10px 0;
    }
    .gallery .g-item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    /*End*/

    /*Articles*/
    .articles-list li {
        width: 50%;
    }
    .article-item .lt .image {
        height: 350px;
    }
    .article-item .rt .a-content strong, .page-text p strong {
        font-size: 14px;
    }
    .article-item .rt .a-content p, .article-item .rt .a-content strong, .page-text p strong {
        line-height: 26px;
    }
    .t-wrapper:not(:last-child) {
        margin-bottom: 30px;
    }
    /*End*/

    /*Buyer*/
    .popup-content-form input[type="submit"] {
        max-width: 250px
    }
    /*End*/

    /*Solutions*/
    .filter-solutions {
        margin-top: 20px;
    }
    .filter-solutions .categories > div {
        margin: 0 14px;
    }
    /*End*/

    /*Files*/
    .page-files .f-group {
        margin-top: 32px;
    }
    .page-files .f-group .f-item {
        width: 33.33333%;
    }
    .page-files .f-group .f-title {
        font-size: 16px;
    }
    /*End*/
}
@media screen and (max-width:720px) {
    .contacts .c-form .group input:not([type="submit"]) {
        width: calc(50% - 15px);
    }
    /*Articles*/
    .article-item ul.format.granitea-600x300 {
        height: 545px;
    }
    .article-item ul.format.granitea-600x300 li {
        width: 50%;
    }
    /*End*/
}
@media screen and (max-width:640px) {
    .about .sites h3 {
        margin-bottom: 30px;
    }
    .about .sites .sites-list li {
        width: 100%;
    }
    .about .sites .sites-list li:not(:last-child) {
        margin-bottom: 30px;
    }
    .about .sites .sites-list a {
        margin-top: 10px
    }
}
@media screen and (max-width:575px) {
    .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, .col-auto, .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .grid-item {
        padding: 10px;
    }
    main:not(.page-front) {padding-top: 98px;}
    main {margin-bottom: 40px;}
    .site-breadcrumbs {
        padding: 28px 0 25px;
    }
    /*Header*/
    .middle-line-burger-menu {
        width: 30px;
        height: 18px;
        background-position: -141px 0!important;
    }
    .middle-line-burger-menu:hover, .middle-line-burger-menu:focus {
        background-position-y: -20px!important;
    }
    .logo {
        margin: 0 0px 14px 12px;
    }
    .middle-line .justify-content-between .hot-line.align-middle .top-menu-separator,
    .middle-line .justify-content-between .hot-line.align-middle .top-menu-phone {
        display: none;
    }
    .middle-line .justify-content-between {
        height: 98px;
    }
    .shopping-basket {
        height: 22px;
        width: 25px;
        background-position: -55px -28px!important;
        margin: 0 13px 2px 0px;
    }
    .shopping-basket-count {
        top: -8px;
        left: 17px;
    }
    .middle-line.middle-line-scrolled .justify-content-between {
        height: 98px;
    }
    .hot-line-scrolled .shopping-basket {
        background-position: -55px -28px!important;
    }
    .shopping-basket-scrolled .shopping-basket-count {
        top: -8px;
    }
    /*End*/

    /*Dropdown*/
    .dropdown .middle-line-burger-menu {
        width: 24px;
        height: 24px;
        background-position: -207px 0!important;
        margin-left: 0;
        margin-top: 5px;
    }
    .dropdown .middle-line-burger-menu:hover, .dropdown .middle-line-burger-menu:focus {
        background-position: -207px -34px !important;
    }
    .dropdown .search-form {
        margin: 0 0 0 30px;
    }
    .dropdown .search-form-button {
        top: 9px;
        right: 14px;
    }
    .dropdown .search-form-input {
        padding: 10px 50px 10px 12px;
    }
    .dropdown .after-search-dropdown {
        flex-direction: column;
    }
    .dropdown #title-search-dropdown {
        padding: 30px 0 9px;
    }
    .dropdown .shopping-basket {
        background-position: -56px 0px!important;
    }
    .dropdown .hot-line.align-middle {
        justify-content: center;
        margin: 0;
    }
    .dropdown .top-menu-separator {
        margin: 0 28px 0 35px;
    }
    .dropdown .shopping-basket {
        margin: 4px 0 0 0;
    }
    .dropdown .shopping-basket-count {
        top: -8px;
        left: 14px;
    }
    .dropdown .top-menu-phone {
        margin-top: -4px;
    }
    .dropdown .after-search-dropdown .lt .bottom-nav-list-item {
        text-align: center;
    }
    .dropdown .after-search-dropdown .lt .bottom-nav-list-item a {
        font-size: 18px;
    }
    .dropdown .after-search-dropdown .lt ul {
        margin: 11px 0 3px;
    }
    .dropdown .after-search-dropdown .lt .bottom-nav-list-item {
        margin: 0 0 8px 0;
    }
    .dropdown .after-search-dropdown .rt {
        width: 100%;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:first-child li {
        text-align: center;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:first-child > li > a {
        font-size: 14px;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:last-child li {
        text-align: center;
        margin: 0 0 7px 0;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:last-child > li > a {
        font-size: 12px;
    }
    .dropdown .after-search-dropdown .rt .top-nav-list:first-child {
        margin-bottom: 14px;
    }
    /*End*/

    /*Front page*/
    .page-front .top-swiper-container {
        margin-top: 98px;
    }
    .page-front .overview-item-swiper-slide-content-heading, .page-front .overview-item-swiper-slide-content > span {
        font-size: 16px;
        line-height: 26px;
    }
    /*.page-front .overview-item-swiper-slide-content {
        padding: 14px;
        height: 70px;
        width: unset;
    }
    .page-front .overview-item-swiper-slide-content > a {
        display: none;
    }*/
    .page-front .overview-item-swiper {
        height: 100%;
    }
    .page-front .overview-item {
        padding: 10px;
    }
    .page-front .overview-item-content-img {
        padding-top: unset;
    }
    .page-front .overview-item:not(.overview-big) {
        height: 255px;
    }
    .page-front .overview-item-swiper-slide-content {
        left: 15px;
        right: 15px;
        padding: 12px;
    }
    .page-front .overview-item-swiper-slide-content > a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: transparent;
        font-size: 0;
        margin-top: 0;
        padding: 0;
    }
    .page-front .overview-item-content-button-slider-small {
        padding: 7px;
        font-size: 16px;
        line-height: 20px;
    }
    .page-front .portfolio {
        padding: 0 0 43px;
    }
    .page-front .popular-collections .block-name {
        margin-bottom: 5px;
    }
    .block-name {
        font-size: 14px;
        line-height: 30px;
    }
    .page-front .overview {
        margin: 0px 0 31px;
    }
    .page-front .main-about .block-name {
        margin-bottom: 14px;
    }
    .page-front .main-about p {
        margin: 0px 0 8px;
        line-height: 26px;
    }
    .page-front .grid-item, .page-front .grid-sizer {
        width: 100%;
    }
    .main-about {
        padding-bottom: 20px;
    }
    .page-front .main-production .block-name {
        margin-bottom: 10px;
    }
    .page-front .main-production .container .row > .grid {
        margin: 0 0 17px;
    }
    /*.page-front .popular-collections .block-name {
        margin-bottom: 8px;
    }*/
    .page-front .popular-collections .overview-item-swiper-button-prev {
        right: calc(50% + 82px);
        bottom: 16px;
    }
    .page-front .popular-collections .overview-item-swiper-button-next {
        right: calc(50% - 132px);
        bottom: 16px;
    }
    .page-front .popular-collections .overview-item-swiper-pagination {
        bottom: 38px;
        right: calc(50% - 18px);
    }
    .page-front .popular-collections .overview-item-swiper-slide-content-heading,
    .page-front .popular-collections .overview-item-swiper-slide-content>span {
        font-size: 16px;
        line-height: 26px;
    }
    /*.page-front .popular-collections .overview-item-swiper-slide-content {
        height: 46px;
        padding: 7px;
        width: auto;
    }*/
    .page-front .popular-collections .overview-item.overview-big {
        height: 220px;
    }
    /*.page-front .ready-cases .grid-sizer, .page-front .ready-cases .grid-item {
        width: 50%;
        height: unset;
    }*/
    .page-front .grid-item-description {
        font-size: 12px;
        line-height: 20px;
        padding-top: 15px;
    }
    .page-front .img .block-name {
        margin-bottom: 20px;
    }
    /*.page-front .ready-cases .grid {
        margin: 0 0 22px;
    }*/
    .page-front .news-block-item-container img {
        flex: unset;
        max-width: 93px;
        max-height: 93px;
    }
    .page-front .news-block-item-content {
        display: flex;
        flex-direction: column;
        flex: 1;
        padding-left: 22px;
    }
    .page-front .news-block-item-date {
        font-size: 14px;
        line-height: 20px;
        margin-top: -4px;
    }
    .page-front .news-block-item-name {
        font-size: 14px;
        line-height: 22px;
    }
    .page-front .news-block-item-container {
        height: auto;
    }
    .page-front .news-block-item {
        margin: 0px 0 20px;
    }
    .page-front .news-block-item > hr {
        margin: 20px 0;
    }
    .page-front .news-block-item-img-big {
        height: 233px;
    }
    .page-front .news-block-item-name-big {
        font-size: 14px!important;
    }
    .why-future-ceramics {
        text-align: center;
    }
    .why-future-ceramics>a {
        margin-top: 7px;
    }
    /*End*/

    /*Footer*/
    .footer .footer-content > .footer-content-left .footer-content-column:nth-child(2),
    .footer .footer-content > .footer-content-left .footer-content-column:nth-child(3) {
        display: none;
    }
    .footer-content-column-links > .row {
        flex-direction: unset;
    }
    .footer-content-column-links > .row > .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        margin-bottom: unset;
    }
    .footer .footer-content > .footer-content-right {
        width: 100%;
    }
    .footer .footer-content > .footer-content-right > .row {
        flex-flow: wrap-reverse;
    }
    .footer-content-column-separator {
        display: none;
    }
    .footer-content-column-links {
        padding: 0;
    }
    .footer-content-column-links {
        padding: 13px 0 0px;
    }
    .footer .footer-content > .footer-content-right .col-md-7 {
        padding-top: 10px;
    }
    .footer .footer-content > .footer-content-left .footer-content-column:first-child {
        top: 129px;
    }
    .footer .footer-content > .footer-content-left .footer-content-column:first-child .footer-content-column-list {
        flex-wrap: wrap;
        align-items: stretch;
    }
    .footer-content-column:first-child .footer-content-column-list .footer-content-column-list-item-logo {
        justify-content: center;
        width: 33.33333%;
        margin-bottom: 15px;
    }
    .footer-content-column:first-child .footer-content-column-list .footer-content-column-list-item-logo img {
        max-height: 50px;
    }
    .footer-copyright {
        margin-top: 140px;
    }
    .footer-copyright-developers {
        margin-top: 12px;
    }
    /*End*/

    /*Catalog*/
    .filter .f-open, .filter .before-parameters, .filter .before-parameters .f-close-btn {font-size: 14px;}
    .filter .parameters .select, .filter .categories .cat {margin: 0 10px 20px;}
    .filter .before-parameters {margin: 26px 0px;text-align: left;}
    .filter .parameters {margin-bottom: 20px;}
    .filter .parameters .p-selects, .filter .categories {margin: 0 -10px;}
    .before-content {padding: 28px 0 25px;}
    .before-content > .row > div {padding-right: 10px;padding-left: 10px;}
    /*.before-text {margin-bottom: 12px;}*/
    .page-text p {line-height: 26px;}
    .page-text {margin-top: 20px;}
    .collections-list {margin: 4px -10px 0;}
    .collections-list li {margin-bottom: 30px;}
    .collections-list .col-logo {height: 90px;}
    .collections-list .col-desc {padding: 0;}
    .sub-collections-list {margin: 0 -10px;}
    .sub-collections-list li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .collections-list li .col-wrapper {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .col-catalog.row .layout-item-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-catalog.row .layout-item-content {
        padding: 15px 15px 30px;
    }
    .characteristic {
        width: 100%;
        padding-right: 0;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text {
        left: 15px;
        right: 15px;
        bottom: 15px;
        width: unset;
        padding: 12px 15px;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-wrapper {
        height: 100%;
        overflow-y: auto;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery_nav {
        margin-top: 10px;
    }
    .page-catalog-slider .pro-wrapper .pro_gallery_nav .thumb {
        margin: 0 5px;
    }
    .card-grid-ready-cases>.card-grid-item {
        width: unset;
        padding: 15px;
        right: 15px;
    }
    .card-grid-table {
        margin: 0;
    }
    /*End*/

    /*Pagination*/
    .pagination {
        margin-top: 60px;
    }
    /*End*/

    /*Contacts*/
    .contacts .before-form .c-item {
        width: 100%;
        padding-right:0px;
    }
    .contacts .before-form .c-item .image {
        margin-top: 22px;
    }
    .contacts .before-form address {
        margin-top: 20px;
    }
    .contacts .c-form {
        margin-top: 20px;
        padding-top: 30px;
    }
    .contacts .c-form input:not([type="submit"]), .contacts textarea {
        padding: 12px
    }
    .contacts .c-form .group {
        margin: 0;
    }
    .contacts .c-form .group input:not([type="submit"]) {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .contacts .c-form .group input:not([type="submit"]) {
        max-width: unset;
    }
    .contacts .c-form .submit {
        margin-top: 40px;
    }
    .contacts [type="checkbox"]:not(:checked) + label, .contacts [type="checkbox"]:checked + label, .popup-content-form .submit [type="checkbox"]:not(:checked) + label, .popup-content-form .submit [type="checkbox"]:checked + label {
        font-size: 12px;
        padding-left: 32px;
    }
    /*End*/

    /*About*/
    .about .main-img {
        margin-top: 22px;
        margin-bottom: 32px;
    }
    .about .text p {
        margin: 0px 0 8px;
        line-height: 26px;
    }
    .about .after-text {
        margin: 22px -4px 32px;
    }
    .about .sites h3 {
        margin-bottom: 32px;
    }
    .about .sites .sites-list a {
        font-size: 14px;
        margin-top: 20px;
    }
    .about .after-text li .wrapper {
        padding: 0 4px;
    }
    /*End*/

    /*E-catalogs*/
    .e-catalogs {
        margin-top: 22px;
    }
    .e-catalogs .e-item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .e-catalogs .e-item:nth-child(1) {
        margin-bottom: 40px;
    }
    .e-catalogs .e-item h3 {
        height: auto;
    }
    /*End*/

    /*News*/
    .news-all .n-content.n-last {
        margin-top: 22px;
        margin-bottom: 40px;
    }
    .n-content.n-last .n-date {
        margin-top: 22px;
    }
    .n-content.n-last .n-title {
        margin: 10px 0;
    }
    .news-all .n-content .n-more {
        margin-top: 22px;
    }
    .news-all .n-content:not(.n-last) .n-title {
        height: auto;
        overflow: unset;
    }
    /*End*/

    /*New Products*/
    .new-products .collections-list li {
        margin: 22px 0 0 0;
    }
    /*End*/

    /*Articles*/
    .articles-list {
        margin: 22px -10px 0;
    }
    .articles-list li {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .article-item .rt .a-date {
        margin: 22px 0 10px;
    }
    .article-item {
        margin-top: 22px;
    }
    .article-item .lt .image {
        height: auto;
    }
    /*End*/

    /*Buyer*/
    .page-buyer .content {
        margin-top: 22px;
    }
    .page-buyer .content > .rt .col-lg-9.col-xxl-7 {
        padding-right: 10px;
        padding-left: 10px;
    }
    /*End*/

    /*Texture*/
    .page-texture .collections-list {
        margin-top: 22px;
    }
    .page-texture .collections-list li .col-wrapper {
        margin-bottom: 0;
    }
    .page-texture .collections-list li {
        margin-bottom: 20px;
    }
    /*End*/

    /*Solutions*/
    .filter-solutions {
        margin-bottom: 50px;
    }
    .page-solutions .collections-list li {
        margin-bottom: 30px;
    }
    .page-solutions .collections-list li .col-wrapper {
        margin-bottom: 0;
    }
    .page-solutions .collections-list .col-name {
        margin-top: 28px;
    }
    /*End*/

    /*Portfolio*/
    .page-portfolio .collections-list {
        margin-top: 22px;
    }
    .page-portfolio .collections-list li .col-wrapper {
        margin-bottom: 0;
    }
    /*End*/

    /*Search*/
    .search-result {
        padding: 0 10px;
    }
    /*End*/

    /*Sale*/
    .basket-bottom .row > div {
        padding-right: 0;
        padding-left: 0;
    }
    /*End*/
}
@media screen and (max-width:525px) {
    /*Catalog*/
    .filter .f-close-wrapper {width: 100%; background: #ffffff;}
    .filter .f-close {width: auto;background: unset;}
    /*End*/

    /*Contacts*/
    .contacts .c-form .submit {
        flex-direction: column;
        align-items: flex-start;
    }
    .contacts .request-form-checkbox {
        margin: 30px 0 0 0;
    }
    /*End*/

    /*Articles*/
    .article-item ul.format.granitea-600x300 {
        display: initial;
        height: initial;
    }
    .article-item ul.format.granitea-600x300 li {
        width: initial;
    }
    /*End*/
}
@media screen and (max-width:425px) {
    .filter .f-close {height:auto;}
    .filter .f-close-inner {width: auto;flex-direction: column;}
    .filter .f-close .f-close-btn {order: 1;margin: 8px;}
    .filter .f-close #f-submit {order: 2;margin-bottom: 10px;}
    .filter .f-close #f-clean {order: 3;}
    .collections-list li, .sub-collections-list li {width: 100%;}
    .before-content .site-breadcrumbs {
        margin-bottom: 2px;
    }
    .site-breadcrumbs-item>a, .site-breadcrumbs-item>span{
        line-height: 20px;
    }
    .site-breadcrumbs-item>a, .site-breadcrumbs-item>span, .before-content .back-to {
        font-size: 12px;
    }
    .page-h1 {line-height: 28px;}
    .page-catalog-slider .pro-wrapper .pro_gallery .slide-text {
        top: 15px;
    }
    .n-content.n-last .image {
        height: 190px;
    }
    .n-content.n-last .n-date {
        font-size: 12px;
        line-height: 20px;
    }
    .news-all .n-content .n-more {
        margin-top: 18px;
    }
    .news-all .n-content:not(.n-last) .image {
        width: 93px;
        height: 93px;
    }
    .news-all .n-content:not(.n-last) .n-title a {
        font-size: 14px;
        line-height: 22px;
    }
    .news-all .n-content:not(.n-last) .lt {
        padding-right: 22px;
    }
    .news-all .n-content:not(.n-last) .n-wrapper {
        padding-bottom: 30px;
    }
    .gallery {
        margin-top: 20px;
    }
    .articles-list {
        margin-left: 0;
        margin-right: 0;
    }
    .articles-list li {
        width: 100%;
        padding: 0;
    }
    .articles-list li .a-wrapper .a-title {
        height: auto;
        overflow: unset;
    }
    .article-item .rt .a-date {
        font-size: 12px;
        line-height: 20px;
    }
    .page-buyer .o-block {
        padding-left: 35px;
    }
    .page-buyer .content .b-heading {
        line-height: 26px;
    }
    ul.format > li::before, ol.format > li::before {
        margin-right: 10px;
    }
    ol.format ul.format {
        margin-left: 24px;
    }
    .side-menu a {
        font-size: 14px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .filter-solutions {
        margin-bottom: 40px;
    }
    .filter-solutions .categories {
        margin: 0 -10px;
    }
    .filter-solutions .categories > div {
        display: flex;
        justify-content: center;
        width: 50%;
        margin: 0;
        padding: 0 10px;
    }
    .filter-solutions .categories label {
        height: 70px;
    }
    .filter-solutions .categories .cf-design .col-logo {
        width: 144px;
        height: 22px;
        background-position: -256px -66px;
    }
    .filter-solutions .categories .cf-design label:hover .col-logo, .filter-solutions .categories .cf-design label:focus .col-logo,
    .filter-solutions .categories .cf-design .radio:checked + label .col-logo {
        background-position-y: -90px;
    }
    .filter-solutions .categories .granitea .col-logo {
        width: 140px;
        height: 32px;
        background-position: -588px -76px;
    }
    .filter-solutions .categories .granitea label:hover .col-logo, .filter-solutions .categories .granitea label:focus .col-logo,
    .filter-solutions .categories .granitea .radio:checked + label .col-logo {
        background-position-y: -110px;
    }
    .filter-solutions .categories .idalgo-home .col-logo {
        width: 140px;
        height: 26px;
        background-position: -744px -60px;
    }
    .filter-solutions .categories .idalgo-home label:hover .col-logo, .filter-solutions .categories .idalgo-home label:focus .col-logo,
    .filter-solutions .categories .idalgo-home .radio:checked + label .col-logo {
        background-position-y: -90px;
    }
    .page-files .f-group .f-item {
        width: 50%;
    }
    .page-front .overview-item.overview-big {
        height: 360px;
    }
}
@media screen and (max-width:400px) {
    .page-catalog-slider .pro-wrapper .pro_gallery .slide {
        height: auto;
    }
    .about .after-text {
        margin-left: 0;
        margin-right: 0;
    }
    .about .after-text li {
        width: 100%;
    }
    .about .after-text li:nth-child(2) {
        margin: 20px 0;
    }
    .about .after-text li .wrapper {
        padding: 0;
    }
    .articles-list li .a-wrapper .a-title {
        font-size: 14px;
    }
    .footer-copyright {
        margin-top: 130px;
    }
}

/*Если скрыт блок новостей на главной*/
.page-front .portfolio {
    padding: 40px 0 60px;
}
@media screen and (max-width:991px) {
    .page-front .portfolio {
        padding-bottom: 30px;
    }
}
/*=====End=====*/

@font-face {
    font-family: "rouble";
    src: url("../fonts/rouble.otf") format("opentype");
}
.rub { font-family: "rouble"; }

/* SURFACES TOOLTIP */
.layout-item-surfaces-list-item-tooltip {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 18px);
    background: #292C30;
    padding: 0 3px;
    border-radius: 2px;
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
}

.layout-item-surfaces-list-item-tooltip:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #292C30;
    position: absolute;
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0) rotate(45deg);
}

@media screen and (max-width:575px) {
    .layout-item-surfaces-list-item.selected .layout-item-surfaces-list-item-tooltip {
        display: block;
    }
}
/* END */

/* /local/templates/proporcelain/css/bootstrap.css?1564379020179179 */
/* /local/templates/proporcelain/css/swiper.min.css?156437902019777 */
/* /local/templates/proporcelain/css/jquery.fancybox.min.css?156437902013841 */
/* /local/templates/proporcelain/css/jquery-ui.css?156437902035412 */
/* /local/templates/proporcelain/css/additional.css?15643790209194 */
/* /local/templates/proporcelain/components/h2o/favorites.add/custom/style.css?15643790202374 */
/* /local/templates/proporcelain/components/bitrix/catalog.compare.list/top/style.css?15643790191265 */
/* /local/templates/proporcelain/components/bitrix/system.auth.form/top-auth/style.css?1564379020471 */
/* /local/templates/proporcelain/components/bitrix/search.title/header-search/style.css?15643790203966 */
/* /local/templates/proporcelain/components/bitrix/sale.basket.basket.line/header-cart/style.css?15643790204401 */
/* /local/templates/proporcelain/components/bitrix/search.title/dropdown-search/style.css?15643790203966 */
/* /local/templates/proporcelain/components/bitrix/sender.subscribe/footer-subscribe/style.css?15643790204802 */
/* /local/templates/proporcelain/components/bitrix/main.userconsent.request/custom/user_consent.min.css?15643790193280 */
/* /local/templates/proporcelain/styles.css?1564379019609 */
/* /local/templates/proporcelain/template_styles.css?1564379019141139 */
