@charset "UTF-8";
@font-face {
    font-family: 'kiter';
    src: url("../fonts/kiter/kiter.eot?27802553");
    src: url("../fonts/kiter/kiter.eot?27802553#iefix") format("embedded-opentype"), url("../fonts/kiter/kiter.woff2?27802553") format("woff2"), url("../fonts/kiter/kiter.woff?27802553") format("woff"), url("../fonts/kiter/kiter.ttf?27802553") format("truetype"), url("../fonts/kiter/kiter.svg?27802553#kiter") format("svg");
    font-weight: normal;
    font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'kiter';
    src: url('../font/kiter.svg?27802553#kiter') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "kiter";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-mail:before {
    content: '\e800'; }

/* '' */
.icon-plus:before {
    content: '\e801'; }

/* '' */
.icon-minus:before {
    content: '\e802'; }

/* '' */
.icon-up-open:before {
    content: '\e803'; }

/* '' */
.icon-down-open:before {
    content: '\e804'; }

/* '' */
.icon-left-open:before {
    content: '\e805'; }

/* '' */
.icon-right-open:before {
    content: '\e806'; }

/* '' */
.icon-right-open-big:before {
    content: '\e807'; }

/* '' */
.icon-left-open-big:before {
    content: '\e808'; }

/* '' */
.icon-right-open-mini:before {
    content: '\e809'; }

/* '' */
.icon-left-open-mini:before {
    content: '\e80a'; }

/* '' */
.icon-down-open-mini:before {
    content: '\e80b'; }

/* '' */
.icon-up-open-mini:before {
    content: '\e80c'; }

/* '' */
.icon-cancel-1:before {
    content: '\e80e'; }

/* '' */
.icon-user:before {
    content: '\f061'; }

/* '' */
.icon-menu:before {
    content: '\f0c9'; }

/* '' */
.icon-angle-left:before {
    content: '\f104'; }

/* '' */
.icon-angle-right:before {
    content: '\f105'; }

/* '' */
.icon-angle-up:before {
    content: '\f106'; }

/* '' */
.icon-angle-down:before {
    content: '\f107'; }

/* '' */
.icon-youtube-squared:before {
    content: '\f166'; }

/* '' */
.icon-facebook-squared:before {
    content: '\f30e'; }

/* '' */
.icon-instagram:before {
    content: '\f32d'; }

/* '' */
.icon-vkontakte:before {
    content: '\f354'; }

/* '' */
@font-face {
    font-family: 'Din';
    src: url("../fonts/Din-regular/pfdintextpro-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'DinBold';
    src: url("../fonts/Din-bold/pfdintextpro-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'DinMedium';
    src: url("../fonts/Din-medium/pfdintextpro-medium-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'DinThin';
    src: url("../fonts/Din-thin/pfdintextpro-thin-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

/*!
 * Bootstrap Reboot v4.0.0 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    -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, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }

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

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

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

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

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

dt {
    font-weight: 700; }

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

blockquote {
    margin: 0 0 1rem; }

dfn {
    font-style: italic; }

b,
strong {
    font-weight: bolder; }

small {
    font-size: 80%; }

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

sub {
    bottom: -.25em; }

sup {
    top: -.5em; }

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -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]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }

figure {
    margin: 0 0 1rem; }

img {
    vertical-align: middle;
    border-style: none; }

svg:not(:root) {
    overflow: hidden; }

table {
    border-collapse: collapse; }

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

th {
    text-align: inherit; }

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

button {
    -webkit-border-radius: 0;
    border-radius: 0; }

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

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

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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; }

/*!
 * Bootstrap Grid v4.0.0 (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)
 */
@-ms-viewport {
    width: device-width; }

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar; }

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

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto; }
.product-page .container {
    width: 100%;
    max-width: 1200px;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px; } }
@media (min-width: 768px) {
    .container {
        max-width: 720px; } }
@media (min-width: 1020px) {
    .container {
        max-width: 1020px; }
    header .header-bottom .header-nav__link {
        padding: 0 5px !important;
    }}
@media (min-width: 1320px) {
    .container {
        max-width: 1320px; } }
@media (min-width: 1575px) {
    .container {
        max-width: 100% } }

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

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

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

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

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1; }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13; }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7; }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8; }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9; }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10; }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11; }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1; }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13; }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7; }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8; }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9; }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10; }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11; }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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: 1020px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1; }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13; }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7; }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8; }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9; }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10; }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11; }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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: 1320px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1; }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13; }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7; }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8; }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9; }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10; }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11; }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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: 1575px) {
    .col-xxl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1; }
    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13; }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7; }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8; }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9; }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10; }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11; }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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%; } }

.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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 1020px) {
    .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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 1320px) {
    .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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 1575px) {
    .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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

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

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

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1020px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1320px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1575px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-xxl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-xxl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-xxl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-xxl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-xxl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-xxl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-xxl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-xxl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-xxl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-xxl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-xxl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-xxl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-xxl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

::-webkit-input-placeholder {
    color: #666; }

::-moz-placeholder {
    color: #666; }

:-ms-input-placeholder {
    color: #666; }

::-ms-input-placeholder {
    color: #666; }

::placeholder {
    color: #666; }

::-moz-selection {
    background-color: #fdb813;
    color: #fff; }

::selection {
    background-color: #fdb813;
    color: #fff; }

html, body {
    height: 100%; }

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1;
    font-family: "Din", sans-serif;
    color: #333;
    background-color: #f8f8f8;
    font-weight: normal;
    overflow-x: hidden; }
body input, body textarea {
    border: #666 1px solid;
    outline: none; }
body input:focus:required:invalid, body textarea:focus:required:invalid {
    border-color: red; }
body input:required:valid, body textarea:required:valid {
    border-color: green; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

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

b {
    font-family: "DinBold", sans-serif; }

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none; }

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

*:focus {
    outline: none !important; }

@media only screen and (max-width: 1020px) {
    .container--p0 {
        padding: 0; } }

.mb-0 {
    margin-bottom: 0; }

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

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

label {
    margin-bottom: 0; }

a {
    color: #333; }
a:hover {
    color: #333; }

h1 {
    text-align: center;
    text-transform: uppercase; }

h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    text-align: center; }
@media only screen and (max-width: 1020px) {
    h3 {
        font-size: 26px; } }
@media only screen and (max-width: 768px) {
    h3 {
        font-size: 24px; } }

.page-title {
    padding: 15px 0;
    font-size: 24px;
    font-family: "DinThin", sans-serif; }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn {
    display: inline-block;
    font-family: "DinMedium", sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 0;
    padding: 0; }
.btn:hover {
    color: #fff;
    text-decoration: none; }
.btn--v1 {
    background: #fdb813; }
.btn--v1:hover {
    background: #252525; }
.btn--v2 {
    background: #252525; }
.btn--v2:hover {
    background: #fdb813; }
.btn--v3 {
    /*background: #efeeee;*/
    background: #fdb813;
    color: #333;
    border: 1px solid #e4e3e3; }
.btn--v3:hover {
    background: #fdb813;
    border-color: transparent; }
.btn--big {
    width: 250px; }
.btn--medium {
    width: 200px; }
.btn--small {
    width: 175px; }
.btn--block {
    display: block;
    width: 100%; }

.btn-group {
    text-align: center; }
.btn-group .btn {
    margin: 0 10px 10px; }

.shadow {
    position: relative; }
.shadow:before, .shadow:after {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0; }
.shadow--top:before {
    top: 0;
    margin-top: -9px;
    background: url(../img/shadows/shadow-top.png) no-repeat center; }
.shadow--bottom:after {
    top: 100%;
    background: url(../img/shadows/shadow-bottom.png) no-repeat center; }
.shadow--touch:before {
    height: 5px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%; }
.shadow--touch.shadow--top:before {
    margin-top: -5px; }

.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center; }
.slick-dots li {
    display: inline-block;
    margin: 0 3px; }
.slick-dots li button {
    display: block;
    padding: 0;
    width: 25px;
    height: 10px;
    overflow: hidden;
    text-indent: -200%;
    background: #f8f8f8;
    border: 1px solid #d1d0d0;
    cursor: pointer; }
.slick-dots li.slick-active button {
    background: #252525;
    border: 1px solid #656565; }

.slick-arrow {
    display: block;
    width: 50px;
    height: 77px;
    overflow: hidden;
    text-indent: -999px;
    border: 0;
    cursor: pointer;
    background: url(../img/slider-arrows.png) no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.slick-prev {
    left: -100px; }
.slick-prev:hover {
    background-position: left bottom; }
@media only screen and (max-width: 1539px) {
    .slick-prev {
        left: -50px; } }

.slick-next {
    right: -100px;
    background-position: right top; }
.slick-next:hover {
    background-position: right bottom; }
@media only screen and (max-width: 1539px) {
    .slick-next {
        right: -50px; } }

.slick-disabled {
    display: none !important; }

.slick-slider.nav-after .slick-dots {
    position: static;
    margin-top: 15px;
    padding-bottom: 15px; }

.catalog {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    padding-left: 280px; }
@media only screen and (max-width: 1020px) {
    .catalog {
        padding-left: 0; } }
.catalog--mainPage {
    position: relative;
    padding-left: 0; }
.catalog--mainPage .catalog__item:nth-last-child(1) {
    /*display: none;*/ }
.catalog--mainPage .catalog__item {
    width: 20%; }
@media only screen and (max-width: 1545px) {
    .catalog--mainPage .catalog__item {
        width: 25%; }
}
@media only screen and (max-width: 1320px) {
    .catalog--mainPage .catalog__item {
        width: 33.333%; }
    .catalog--mainPage .catalog__item:nth-last-child(1) {
        display: block; } }
@media only screen and (max-width: 1020px) {
    .catalog--mainPage .catalog__item {
        width: 50%; }
    .catalog--mainPage .catalog__item:nth-last-child(1),
    .catalog--mainPage .catalog__item:nth-last-child(2),
    .catalog--mainPage .catalog__item:nth-last-child(3) {
        display: none; } }
@media only screen and (max-width: 576px) {
    .catalog--mainPage .catalog__item {
        width: 100%; } }
.catalog__item {
    width: 25%;
    height: 400px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 1px solid #f4f4f4;
    margin: -1px 0 0 -1px;
    text-align: center; }
.catalog__item:hover {
    border-color: #989898;
    z-index: 2; }
.catalog__item:hover .catalog__info {
    bottom: 44px; }
.catalog__item:hover .catalog__info_v2 {
    bottom: 84px; }
.catalog__item.has-badge {
    padding-top: 30px; }
.catalog__item.has-badge .catalog__name {
    position: absolute;
    right: 0;
    top: 0; }
.catalog__item--banner {
    width: 50%;
    position: relative; }
.catalog__item--banner img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
@media only screen and (max-width: 1320px) {
    .catalog__item {
        width: 50%; }
    .catalog__item--banner {
        width: 100%; } }
@media only screen and (max-width: 1020px) {
    .catalog__item {
        height: 460px; } }
@media only screen and (max-width: 576px) {
    .catalog__item {
        width: 100%; } }
.catalog__badge {
    font-family: "DinThin", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background: #fdb813;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5px; }
.catalog__badge_v2 {
    font-family: "DinThin", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-weight: 600;
    font-size: 15px;
}
.catalog__name {
    display: inline-block;
    font-family: "DinThin", sans-serif;
    font-size: 20px;
    color: #999;
    padding: 5px 15px;
    text-align: center; }
.catalog__badge + .catalog__name
{
    left: 90px;
}
.catalog__name:hover {
    color: #fdb813;
    text-decoration: none; }
.catalog__img {
    display: block;
    height: 285px;
    margin: 0 auto;
    padding: 0 25px; }
.catalog__img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
.catalog__info {
    position: absolute;
    bottom: -50%;
    left: 1px;
    right: 1px;
    background: #373737;
    padding: 10px 10px 0;
    text-align: center;
    -webkit-transition: bottom 300ms;
    -o-transition: bottom 300ms;
    transition: bottom 300ms; }

@media only screen and (max-width: 1020px) {
    .catalog__info {
        bottom: 44px;
        background: none; }
    .catalog__info_v2 {
        bottom: 18%;
    }
}
.catalog__type {
    display: inline-block;
    border: 1px solid #999;
    font-size: 14px;
    color: #999;
    padding: 1px 2px;
    margin-bottom: 15px; }
.catalog__type:hover {
    color: #fdb813;
    text-decoration: none;
    border-color: #fdb813; }
.catalog__sizesTitle {
    font-size: 11px;
    color: #999;
    margin-bottom: 8px; }
.catalog__sizesList a {
    display: inline-block;
    margin: 0 2px 10px;
    font-family: "DinThin", sans-serif;
    color: #f8f8f8;
    font-size: 16px;
    line-height: 20px;
    padding: 0 3px;
    border: 1px solid transparent; }
@media only screen and (max-width: 1020px) {
    .catalog__sizesList a {
        color: #999; } }
.catalog__sizesList a.is-active {
    border-color: #f8f8f8; }
@media only screen and (max-width: 1020px) {
    .catalog__sizesList a.is-active {
        border-color: #999; } }
.catalog__sizesList a.is-active:hover {
    text-decoration: none; }
.catalog__prices {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    line-height: 44px;
    background: #fff; }
.catalog__prices s {
    display: inline-block;
    margin-right: 12px;
    color: #999;
    font-family: "DinThin", sans-serif; }
@media only screen and (max-width: 1020px) {
    .catalog__prices {
        background: #e7e7e7; } }
.catalog__bottom {
    background: #fff;
    width: 100%;
    padding: 12px 50px;
    margin-left: -4px; }
@media only screen and (max-width: 1020px) {
    .catalog__bottom {
        padding: 12px 0;
        margin-left: 0; } }
.catalog__bottom .btn {
    display: block;
    margin: 0 auto; }
.catalog__bottom .items-quantity {
    margin-top: 15px; }

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

.form-group {
    margin-bottom: 10px;
    position: relative; }
.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px; }
.form-group.has-error .form-control {
    border-color: #dc3545; }
.form-group.has-error .error-text {
    display: block; }

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d4d4d4; }
.form-control::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #999;
    font-family: "DinThin", sans-serif;
    font-size: 14px; }
.form-control::-moz-placeholder {
    text-transform: uppercase;
    color: #999;
    font-family: "DinThin", sans-serif;
    font-size: 14px; }
.form-control:-ms-input-placeholder {
    text-transform: uppercase;
    color: #999;
    font-family: "DinThin", sans-serif;
    font-size: 14px; }
.form-control::-ms-input-placeholder {
    text-transform: uppercase;
    color: #999;
    font-family: "DinThin", sans-serif;
    font-size: 14px; }
.form-control::placeholder {
    text-transform: uppercase;
    color: #999;
    font-family: "DinThin", sans-serif;
    font-size: 14px; }

textarea.form-control {
    padding: 5px 20px;
    resize: none;
    height: 110px; }

.error-text {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 3px;
    font-size: 14px;
    line-height: 1;
    color: #dc3545; }

body.modal-open {
    overflow: hidden;
    padding-right: 17px; }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000; }
.modal-backdrop.is-show {
    display: block; }

.modal {
    display: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 970px;
    margin: 0 auto;
    background: #fff;
    border: 10px solid rgba(184, 184, 184, 0.5);
    z-index: 1001;
    padding: 40px 20px; }
.modal__close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: #d7d3d3;
    cursor: pointer; }
.modal__close:hover {
    color: #fdb813; }
.modal__title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px; }
.modal__title span {
    display: block;
    font-size: 14px;
    text-transform: none;
    margin-top: 5px; }
.modal form {
    width: 300px;
    margin: 0 auto; }

#modal-fullscreen.modal {
    left: 70px;
    right: 70px;
    max-width: 85vw;
    max-height: 80vh;
    padding: 0; }
#modal-fullscreen.modal img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
#modal-fullscreen.modal .modal__close {
    top: -105px;
    font-size: 85px;
    line-height: 1; }
#modal-fullscreen.modal .slick-prev {
    left: -70px !important; }
#modal-fullscreen.modal .slick-next {
    right: -70px !important; }
@media only screen and (max-width: 768px) {
    #modal-fullscreen.modal {
        left: 10px;
        right: 10px;
        max-width: 100%; } }

.breadcrumbs {
    background-color: #ebebeb;
    height: 40px;
    padding-top: 10px; }
.breadcrumbs__nav li {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    color: #999; }
.breadcrumbs__nav li a {
    text-decoration: underline;
    color: #666; }
.breadcrumbs__nav li a:hover {
    text-decoration: none; }
.breadcrumbs__nav li a:after {
    font-family: "kiter";
    content: '\e806';
    display: inline-block;
    font-size: 16px;
    margin: 0 3px 0 8px; }
@media only screen and (max-width: 1020px) {
    .breadcrumbs {
        display: none; } }

input[type="checkbox"] {
    display: none; }

input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #d4d4d4;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; }

input[type="checkbox"]:checked + label:after {
    font-family: "kiter";
    content: '\e804';
    position: absolute;
    top: 0;
    left: 3.5px;
    color: #000;
    font-size: 16px; }

input[type="radio"] {
    display: none; }

input[type="radio"] + label {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
input[type="radio"] + label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; }

input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #363636;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

header {
    background: #252525; }
@media only screen and (max-width: 1020px) {
    header .container {
        padding: 0; } }
header .header-top {
    background: #373737;
    height: 30px;
    line-height: 30px; }
@media only screen and (max-width: 1020px) {
    header .header-top {
        display: none; } }
header .header-top__nav {
    font-size: 14px; }
header .header-top__nav a {
    margin-right: 20px; }
header .header-top__contacts a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: uppercase;
    position: relative; }
header .header-top__contacts a:after {
    content: '';
    display: block;
    border-bottom: 1px dotted #999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px; }
header .header-top__contacts a:hover {
    text-decoration: none; }
header .header-top__contacts a:hover:after {
    display: none; }
header .header-top a {
    display: inline-block;
    color: #999; }
header .header-middle {
    padding: 15px 0; }
header .header-middle .logo {
    display: none;
    vertical-align: middle;
    height: 40px;}
header .header-middle .logo.active {
    display: inline-block; }
@media only screen and (max-width: 1020px) {
    header .header-middle .logo {
        display: none;
        width: 260px;
        margin: 0 auto; }
    header .header-middle .logo.active {
        display: block;
    }
    header .header-middle .logo img {
        max-height: 30px;
        margin: auto;
        max-width: 100%;} }
header .header-middle__text {
    display: none;
    vertical-align: middle;
    margin-left: 30px;
    font-size: 12px;
    line-height: 1.2;
    color: #fdb813;
    text-transform: uppercase; }
header .header-middle__text.active {
    display: inline-block;
}
header .header-middle__text.white_text{
    color: #ffffff;
}
@media only screen and (max-width: 1020px) {
    header .header-middle__text {
        display: none; }
}
header .header-bottom {
    border-top: 1px solid #373737;
    height: 40px;
    position: relative;
    z-index: 15;
    background: #252525; }
header .header-bottom .header-nav {
    font-size: 0;
    position: relative; }
@media only screen and (max-width: 1020px) {
    header .header-bottom .header-nav {
        display: none; } }
header .header-bottom .header-nav__item {
    display: inline-block; }
header .header-bottom .header-nav__item:hover .header-nav__link {
    background: #fdb813;
    text-decoration: none; }
header .header-bottom .header-nav__item:hover .header-nav__link:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #373737 transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -8px; }
header .header-bottom .header-nav__item:hover .header-nav__submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
header .header-bottom .header-nav__link {
    display: inline-block;
    line-height: 39px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative; }
header .header-bottom .header-nav__submenu {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 525px;
    padding: 30px 20px 15px;
    background: #373737;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    font-size: 16px; }
header .header-bottom .header-nav__submenuCol {
    width: 450px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px; }
header .header-bottom .header-nav__submenuCol--big {
    width: 100%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 0; }
@media only screen and (max-width: 1320px) {
    header .header-bottom .header-nav__submenuCol--big {
        width: 490px; } }
header .header-bottom .header-nav__submenuRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
header .header-bottom .header-nav__submenuList {
    display: inline-block;
    font-size: 0;
    width: 250px;
    text-transform: uppercase;
    margin-bottom: 35px; }
header .header-bottom .header-nav__submenuList + .header-nav__submenuList {
    width: 200px; }
header .header-bottom .header-nav__submenuList li {
    margin-bottom: 12px;
    color: #f2f2f2;
    font-size: 14px;
    line-height: 1; }
header .header-bottom .header-nav__submenuList li:last-child {
    margin-bottom: 0; }
header .header-bottom .header-nav__submenuList li b {
    font-family: "DinMedium", sans-serif;
    font-size: 16px; }
header .header-bottom .header-nav__submenuList li b + a {
    font-size: 11px;
    color: #fdb813;
    text-decoration: underline;
    margin-left: 10px; }
header .header-bottom .header-nav__submenuList li b + a:hover {
    text-decoration: none; }
header .header-bottom .header-nav__submenuList li a {
    font-family: "DinThin", sans-serif;
    color: #f2f2f2; }
header .header-bottom .header-nav__submenuTitle {
    font-family: "DinBold", sans-serif;
    font-weight: bold;
    color: #f2f2f2;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px; }
header .header-bottom .header-nav__submenuSizes {
    margin-bottom: 35px; }
header .header-bottom .header-nav__submenuSizes li {
    display: inline-block;
    margin-right: 8px; }
header .header-bottom .header-nav__submenuSizes li a {
    display: inline-block;
    border: 1px solid #555555;
    line-height: 30px;
    font-size: 18px;
    color: #f2f2f2;
    padding: 0 15px; }
header .header-bottom .header-nav__submenuSizes li a:hover {
    text-decoration: none;
    background: #fdb813; }
header .header-bottom .header-nav__submenuSizes--small {
    margin: 0; }
header .header-bottom .header-nav__submenuSizes--small li a {
    font-size: 16px;
    font-family: "DinThin", sans-serif; }
header .header-bottom .header-nav__submenuBanner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%; }
header .header-bottom .header-nav__submenuBanner .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    display: block;
    margin: 0 auto; }
header .header-bottom .header-nav__submenuBanner img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
header .header-bottom .header-nav__submenuBanner:hover .btn {
    background: #252525; }
header .header-bottom .header-cart {
    float: right;
    margin-top: -40px;
    position: relative; }
@media only screen and (max-width: 1020px) {
    header .header-bottom .header-cart span {
        display: none; } }
/*header .header-bottom .header-cart:hover .header-cart__inner {
    display: block; }*/
header .header-bottom .header-cart:hover .header-cart__btn i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
header .header-bottom .header-cart__btn {
    position: relative;
    background: #fdb813;
    text-align: center;
    padding-left: 15px; }
@media only screen and (max-width: 1020px) {
    header .header-bottom .header-cart__btn {
        width: 110px; } }
header .header-bottom .header-cart__btn:before {
    content: '';
    display: block;
    width: 22px;
    height: 25px;
    background: url(../img/icons/cart.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 15px; }
header .header-bottom .header-cart__btn i {
    position: absolute;
    top: 0;
    right: 5px;
    color: #000;
    font-size: 18px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
header .header-bottom .header-cart__inner {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    z-index: 5;
    background: #f8f8f8;
    text-transform: uppercase; }
header .header-bottom .header-cart__list {
    max-height: 370px;
    overflow-y: auto; }
header .header-bottom .header-cart__list > li {
    padding: 10px 0 10px 25px;
    border-bottom: 1px solid #fff; }
header .header-bottom .header-cart__list > li:last-child {
    border-bottom: 0; }
header .header-bottom .header-cart__name {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px; }
header .header-bottom .header-cart__img {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 125px;
    border: 1px solid #f4f4f4;
    background: #fff;
    padding: 5px; }
header .header-bottom .header-cart__img img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
header .header-bottom .header-cart__prices {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #333;
    margin-left: 25px;
    line-height: 1; }
header .header-bottom .header-cart__prices s {
    display: block;
    font-family: "DinThin", sans-serif;
    color: #999;
    margin-bottom: 5px; }
header .header-bottom .header-cart__total {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    padding: 0 25px; }
header .header-bottom .header-cart__total span {
    display: inline-block;
    width: 100px;
    font-family: "DinThin", sans-serif;
    color: #999;
    margin-right: 25px; }
header .mobile-nav {
    display: none;
    width: 50px;
    height: 39px;
    position: relative;
    z-index: 50; }
@media only screen and (max-width: 1020px) {
    header .mobile-nav {
        display: block; } }
header .mobile-nav__btn {
    height: 100%;
    background: #373737;
    padding-top: 8px; }
header .mobile-nav__btn span, header .mobile-nav__btn:before, header .mobile-nav__btn:after {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background: #fdb813;
    margin: 0 auto 4px; }
header .mobile-nav__inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    padding: 20px 15px;
    width: 100%;
    text-transform: uppercase;
    z-index: 16;
    overflow-y: auto; }
@media only screen and (max-width: 1020px) {
    header .mobile-nav__inner {
        width: 720px; } }
@media only screen and (max-width: 768px) {
    header .mobile-nav__inner {
        width: 540px; } }
@media only screen and (max-width: 576px) {
    header .mobile-nav__inner {
        width: 300px; } }
header .mobile-nav.is-open:after {
    content: '';
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
header .mobile-nav.is-open .mobile-nav__btn span {
    display: none; }
header .mobile-nav.is-open .mobile-nav__btn:before, header .mobile-nav.is-open .mobile-nav__btn:after {
    position: absolute;
    top: 16px;
    left: 13px; }
header .mobile-nav.is-open .mobile-nav__btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
header .mobile-nav.is-open .mobile-nav__btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
header .mobile-nav.is-open .mobile-nav__inner {
    display: block; }
header .mobile-nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
header .mobile-nav__items a {
    width: 125px;
    font-size: 16px;
    font-family: "DinThin", sans-serif;
    color: #252525;
    margin-bottom: 15px; }
header .mobile-nav__items a img {
    display: block;
    margin-top: 2px; }
@media only screen and (max-width: 1020px) {
    header .mobile-nav__items a {
        width: 150px; } }
@media only screen and (max-width: 768px) {
    header .mobile-nav__items a {
        width: 125px; } }
header .mobile-nav__contacts {
    margin-top: 25px;
    text-align: center; }
header .mobile-nav__contacts a {
    display: inline-block;
    margin: 0 10px;
    color: #999; }
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15; }
header.fixed .header-top {
    display: none; }
header.fixed .header-middle {
    display: none; }

.footer {
    background: #f8f8f8; }
@media only screen and (max-width: 1020px) {
    .footer .container {
        max-width: 100%; } }
.footer__top {
    background: #000;
    padding: 10px 0;
    margin-bottom: 25px; }
.footer__top form {
    width: 500px; }
.footer__top form .form-group {
    margin-bottom: 0; }
.footer__top form .form-group--input {
    position: relative; }
.footer__top form .form-group--input .icon-mail {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 16px; }
@media only screen and (max-width: 1020px) {
    .footer__top form .form-group--input {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 15px; } }
@media only screen and (max-width: 576px) {
    .footer__top form .form-group {
        width: 100%; }
    .footer__top form .form-group--input {
        padding-right: 0;
        margin-bottom: 10px; }
    .footer__top form .form-group--btn {
        width: 100%; }
    .footer__top form .form-group--btn .btn {
        width: 100%; } }
.footer__top form .form-control {
    width: 275px;
    padding-left: 45px; }
@media only screen and (max-width: 1020px) {
    .footer__top form .form-control {
        width: 100%; } }
@media only screen and (max-width: 1020px) {
    .footer__top form {
        width: 100%; } }
.footer__topTitle {
    font-family: "DinMedium", sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase; }
@media only screen and (min-width: 1575px) {
    .footer__topTitle {
        font-size: 36px;
        padding-left: 25%; } }
@media only screen and (max-width: 1020px) {
    .footer__topTitle {
        font-size: 14px;
        margin-bottom: 10px;
        margin-right: 15px; } }
@media only screen and (max-width: 1020px) {
    .footer__top {
        margin-bottom: 0; } }
.footer__nav {
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase; }
@media only screen and (max-width: 1020px) {
    .footer__nav {
        margin-bottom: 0; } }
.footer__nav.is-open .footer__inner {
    display: block; }
@media only screen and (max-width: 1020px) {
    .footer__nav.is-open .footer__toggle:after {
        content: '\e804'; } }
.footer__toggle {
    font-family: "DinMedium", sans-serif;
    font-size: 14px;
    position: relative; }
@media only screen and (max-width: 1020px) {
    .footer__toggle {
        font-size: 11px;
        line-height: 40px;
        background: #f8f8f8;
        padding: 0 10px;
        border-bottom: 1px solid #d1d0d0; }
    .footer__toggle:after {
        content: '\e806';
        font-family: "kiter";
        font-size: 16px;
        display: block;
        position: absolute;
        top: 0px;
        right: 10px; } }
.footer__inner a {
    font-size: 12px;
    color: #999; }
@media only screen and (max-width: 1020px) {
    .footer__inner {
        display: none;
        border-bottom: 1px solid #d1d0d0;
        padding: 5px 10px;
        background: #fff; }
    .footer__inner a {
        line-height: 30px; } }
.footer__contacts {
    padding-top: 20px;
    text-align: right;
    font-family: "DinMedium", sans-serif;
    line-height: 24px;
    text-transform: uppercase; }
@media only screen and (max-width: 1020px) {
    .footer__contacts {
        width: 240px;
        margin: 0 auto 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .footer__contacts br {
        display: none; } }
.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    margin-top: 10px;
    width: 300px;
    float: right; }
.footer__social li:first-child {
    width: 100%;
    font-family: "DinMedium", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 5px 0}
.footer__social li {
    display: inline-block;
    margin: 0 15px 0 0;}
.footer__social li .footer__soc {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/soc-btns.png) no-repeat; }
.footer__social li .footer__soc--fb {
    background-position: 0px 0px; }
.footer__social li .footer__soc--fb:hover {
    background-position: 0px -40px; }
.footer__social li .footer__soc--yt {
    background-position: -40px 0; }
.footer__social li .footer__soc--yt:hover {
    background-position: -40px -40px; }
.footer__social li .footer__soc--vk {
    background-position: -80px 0; }
.footer__social li .footer__soc--vk:hover {
    background-position: -80px -40px; }
.footer__social li .footer__soc--od {
    background-position: -120px 0; }
.footer__social li .footer__soc--od:hover {
    background-position: -120px -40px; }
.footer__social li .footer__soc--in {
    background-position: -160px 0; }
.footer__social li .footer__soc--in:hover {
    background-position: -160px -40px; }
@media only screen and (max-width: 1020px) {
    .footer__social {
        margin: 0 auto 30px;
        float: none; } }

.seo-block {
    margin: 40px auto; }
.seo-block h1 {
    font-family: "DinThin", sans-serif;
    font-size: 24px;
    margin-bottom: 20px; }
.seo-block p {
    font-family: "DinThin", sans-serif;
    font-size: 14px;
    color: #333; }

.paging {
    float: right;
    margin-top: -41px; }
.paging li {
    display: inline-block;
    margin-left: 5px; }
.paging li a {
    display: block;
    width: 40px;
    height: 40px;
    font-family: "DinThin", sans-serif;
    line-height: 40px;
    font-size: 30px;
    text-align: center; }
.paging li a:hover {
    text-decoration: none;
    color: #999; }
.paging li a.is-active {
    color: #999;
    border: 1px solid #999; }
@media only screen and (max-width: 1320px) {
    .paging {
        display: none; } }

.tabs__nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }

.tabs__tab {
    display: none; }
.tabs__tab.is-active {
    display: block; }

.tabs--product {
    border-top: 1px solid #ebebeb;
    background-color: #f8f8f8;
    margin-bottom: 30px; }
@media only screen and (max-width: 1020px) {
    .tabs--product {
        margin-bottom: 0; } }
.tabs--product > .container {
    position: relative; }
@media only screen and (max-width: 1020px) {
    .tabs--product > .container {
        width: 100%;
        max-width: 100%;
        padding: 0; } }
.tabs--product .tabs__nav {
    position: absolute;
    top: -49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
}
.tabs--product .tabs__nav > div {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    min-width: 250px;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #f9f9fa;
    background: #f8f8f8;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: "DinThin", sans-serif;
    font-size: 24px;
    font-weight: 300;
    white-space: nowrap;
}
.tabs--product .tabs__nav > div.is-active {
    border-color: #b0b0b0;
    border-bottom: 1px solid #f9f9fa; }
@media only screen and (max-width: 1020px) {
    .tabs--product .tabs__nav {
        display: none; } }
.tabs--product .tabs__toggle {
    display: none;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #adadae; }
@media only screen and (max-width: 1020px) {
    .tabs--product .tabs__toggle {
        display: block;
        text-transform: uppercase; }
    .tabs--product .tabs__toggle .container {
        position: relative; }
    .tabs--product .tabs__toggle .container:after {
        content: '\e806';
        font-family: "kiter";
        font-size: 16px;
        display: block;
        position: absolute;
        top: 0px;
        right: 10px; }
    .tabs--product .tabs__toggle.is-active .container:after {
        content: '\e804'; } }
.tabs--product .tabs__tab {
    padding: 20px 0; }
@media only screen and (max-width: 1020px) {
    .tabs--product .tabs__tab {
        border-top: 1px solid #adadae;
        background: #fff; } }

.quantity {
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.quantity__label {
    width: 100%;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 5px; }
.quantity button {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 30px;
    font-family: "DinThin", sans-serif;
    color: #999;
    text-align: center;
    background: #fff;
    border: 1px solid #d5d4d4;
    cursor: pointer; }
.quantity input {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 0;
    border-top: 1px solid #d5d4d4;
    border-bottom: 1px solid #d5d4d4;
    font-size: 20px; }

.slider--main .slick-slide a {
    display: block;
    width: 100vw;
    height: 31vw;
    position: relative;
    overflow: hidden; }
.slider--main .slick-slide a div {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
    .slider--main .slick-slide a {
        width: 100vw;
        height: 47vw;}
    .slider--main .slick-slide a .img-desctop {
        display: none; } }
.slider--main .slick-slide a .img-mob {
    display: none; }
@media only screen and (max-width: 768px) {
    .slider--main .slick-slide a .img-mob {
        display: block; } }

.slider--main .slick-dots {
    bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .slider--main .slick-dots {
        bottom: 0; } }

.catalog-section {
    padding-bottom: 50px; }
@media only screen and (max-width: 768px) {
    .catalog-section {
        background: none; }
    .catalog-section .container {
        max-width: 100%; } }

.section {
    padding: 30px 0; }
@media only screen and (max-width: 1020px) {
    .section {
        padding: 15px 0; } }
.section--white {
    background-color: #fff; }
.section__title {
    margin-bottom: 30px; }
@media only screen and (max-width: 1020px) {
    .section__title {
        margin-bottom: 15px; } }

.news-slider__item {
    margin: 0 25px; }
@media only screen and (max-width: 1020px) {
    .news-slider__item {
        margin: 0; } }

.news-slider .slick-dots {
    position: static;
    margin-top: 30px; }

@media only screen and (max-width: 1414px) {
    .news-slider .slick-arrow {
        display: none !important; } }

.slider--inst .slick-slide a {
    display: block;
    padding: 0 1px;
    position: relative; }
.slider--inst .slick-slide a:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3); }
.slider--inst .slick-slide a img {
    width: 100%; }

.slider--inst .slick-arrow {
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
    padding: 0; }
.slider--inst .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.7); }
.slider--inst .slick-arrow:before {
    content: '';
    display: block;
    width: 50px;
    height: 77px;
    background: url(../img/slider-arrows.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.slider--inst .slick-prev {
    left: 0; }
.slider--inst .slick-prev:before {
    background-position: bottom left; }

.slider--inst .slick-next {
    right: 0; }
.slider--inst .slick-next:before {
    background-position: bottom right; }

.slider--inst .slick-dots {
    bottom: 15px; }

.catalog-filter {
    background: #ebebeb;
    text-transform: uppercase;
    position: relative; }
@media only screen and (min-width: 1020px) {
    .catalog-filter {
        background: none; } }
.catalog-filter > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
@media only screen and (min-width: 1020px) {
    .catalog-filter > .container {
        position: relative;
        display: block; } }
.catalog-filter__item {
    width: 50%;
    padding: 0 10px; }
.catalog-filter__item.is-open .catalog-filter__toggle:after {
    content: '\e804'; }
.catalog-filter__item.is-open .catalog-filter__inner {
    display: block; }
@media only screen and (min-width: 1020px) {
    .catalog-filter__item {
        width: 100%;
        padding: 0; } }
.catalog-filter__toggle {
    font-family: "DinMedium", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    position: relative; }
.catalog-filter__toggle:after {
    content: '\e806';
    font-family: "kiter";
    font-size: 16px;
    display: block;
    position: absolute;
    top: 0px;
    right: 5px; }
@media only screen and (max-width: 399px) {
    .catalog-filter__toggle {
        font-size: 11px; } }
@media only screen and (min-width: 1020px) {
    .catalog-filter__toggle {
        display: none; } }
.catalog-filter__inner {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #f8f8f8; }
@media only screen and (min-width: 1020px) {
    .catalog-filter__inner {
        display: block;
        position: static; } }

@media only screen and (min-width: 1020px) {
    .filter-main {
        position: absolute;
        left: 10px;
        width: 280px;
        z-index: 5;
        border-left: 1px solid #e2e2e2; } }

.filter-main__item.is-open .filter-main__toggle {
    border-bottom: 1px solid #e2e2e2; }
.filter-main__item.is-open .filter-main__toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0;
    top: 100%;
    background: url(../img/shadows/shadow-bottom.png) no-repeat center; }
.filter-main__item.is-open .filter-main__toggle .container:after {
    content: '\e804'; }

.filter-main__item.is-open .filter-main__inner {
    display: block; }

.filter-main__toggle {
    font-family: "DinMedium", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    position: relative;
    border-top: 1px solid #e2e2e2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.filter-main__toggle .container {
    position: relative; }
.filter-main__toggle .container:after {
    content: '\e806';
    font-family: "kiter";
    font-size: 16px;
    display: block;
    position: absolute;
    top: 0px;
    right: 15px; }

.filter-main__inner {
    display: none;
    padding: 5px 0; }

.filter-main__list {
    max-height: 200px;
    overflow-y: auto;
    padding: 5px 0; }
.filter-main__list li {
    padding: 7px 0;
    position: relative; }

.filter-main__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.filter-main__btns .btn {
    width: 100%; }
@media only screen and (max-width: 399px) {
    .filter-main__btns .btn {
        font-size: 12px; } }
@media only screen and (min-width: 1020px) {
    .filter-main__btns .btn--v1 {
        display: none; } }

.catalog-sorting {
    font-family: "DinMedium", sans-serif;
    font-size: 14px;
    padding: 5px 0 5px 10px;
    width: 50%;
    float: right; }
@media only screen and (max-width: 399px) {
    .catalog-sorting {
        font-size: 12px; } }
.catalog-sorting li {
    display: block;
    padding: 7px 0; }
.catalog-sorting li a {
    color: #999;
    line-height: 16px; }
.catalog-sorting li a.is-active {
    color: #333; }
@media only screen and (min-width: 1020px) {
    .catalog-sorting li {
        display: inline-block;
        padding: 0; }
    .catalog-sorting li:not(:first-child):before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 12px;
        background: #999;
        margin: 0 40px; }
    .catalog-sorting li a {
        line-height: 40px;
        font-size: 12px; } }
@media only screen and (min-width: 1020px) {
    .catalog-sorting {
        position: absolute;
        right: 10px;
        top: -40px;
        z-index: 5;
        padding: 0;
        width: auto;
        margin-right: 40px; } }

.filter-box {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    padding: 5px 12px;
    background-color: #ffc107;
    line-height: 14px;
    font-size: 11px; }
.filter-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #ffc107 transparent transparent;
    position: absolute;
    top: 9px;
    left: -8px; }
.filter-box div {
    color: #fff;
    font-size: 14px;
    cursor: pointer; }

.product-page {
    background-color: #f8f8f8; }
.product-page__top {
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
@media only screen and (max-width: 1020px) {
    .product-page__top {
        background-position: top right;
        -webkit-background-size: 150% auto;
        background-size: 150% auto; } }

.product-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    padding-bottom: 95px;
    position: relative; }
@media only screen and (max-width: 1020px) {
    .product-flex {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px; } }

.product-images {
    width: 790px;
    border: 1px solid #252525;
    position: relative; }
@media only screen and (max-width: 1020px) {
    .product-images {
        width: 100%;
        border: none; } }
.product-images__big img {
    display: none;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
.product-images__big img.is-active {
    display: block; }
.product-images__small {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #373737;
    height: 86px;
    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; }
.product-images__small li {
    width: 52px;
    height: 52px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
    position: relative; }
.product-images__small li.is-active:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: -17px;
    left: 18px; }
.product-images__small li img {
    display: block;
    max-width: 100%;
    height: 50px;
    margin: 0 auto; }
@media only screen and (max-width: 768px) {
    .product-images__small {
        display: none; } }
.product-images__arrows {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -38.5px;
    left: 0;
    right: 0;
    z-index: 2; }
@media only screen and (max-width: 768px) {
    .product-images__arrows {
        display: block; } }
.product-images__arrow {
    background: url(../img/slider-arrows.png) no-repeat;
    width: 51px;
    height: 77px; }
.product-images__arrow--prev {
    background-position: bottom left; }
.product-images__arrow--next {
    background-position: bottom right;
    position: absolute;
    right: 0;
    top: 0; }

.product-info {
    width: 425px;
    margin-left: 60px;
    padding-top: 5px; }
@media only screen and (max-width: 1020px) {
    .product-info {
        width: 100%;
        margin-left: 0; } }
.product-info__label {
    font-size: 12px;
    font-family: "DinThin", sans-serif;
    margin-bottom: 10px; }
.product-info__scroll {
    position: relative;
    height: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    -ms-touch-action: auto;
    touch-action: auto; }
.product-info__scroll .ps__scrollbar-x-rail {
    opacity: 1;
    height: 4px;
    background-color: #ebebeb !important;
    position: absolute;
    bottom: 0; }
.product-info__scroll .ps__scrollbar-x-rail .ps__scrollbar-x {
    background-color: #000;
    bottom: 0;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute; }
.product-info__scroll .ps__scrollbar-x-rail:hover .ps__scrollbar-x {
    background-color: #000 !important; }
.product-info__collection {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -25px;
    font-family: "DinMedium", sans-serif;
    font-size: 12px;
    text-transform: uppercase; }
@media only screen and (max-width: 768px) {
    .product-info__collection {
        font-size: 16px;
        top: 10px;
        margin-top: 0; } }
.product-info__name {
    font-family: "DinThin", sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
    .product-info__name {
        font-family: "DinMedium", sans-serif;
        font-size: 16px;
        position: absolute;
        top: 10px;
        left: 0px; } }
    .product-info__sizes {
        margin-bottom: 30px; }
    @media only screen and (max-width: 1020px) {
        .product-info__sizes {
            margin-bottom: 15px; } }
    .product-info__sizesList {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .product-info__sizesList div {
        width: 50px;
        height: 50px;
        border: 1px solid #efefef;
        text-align: center;
        line-height: 50px;
        background: #fff;
        margin-right: 12px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        cursor: pointer;
        font-family: "DinThin", sans-serif;
        font-size: 18px; }
    .product-info__sizesList div:last-child {
        margin-right: 0; }
    .product-info__sizesList div:hover {
        border-color: #959595; }
    .product-info__sizesList div.is-active {
        border-color: #e4e3e3;
        background-color: #efeeee; }
    .product-info__colors {
        margin-bottom: 30px; }
    @media only screen and (max-width: 1020px) {
        .product-info__colors {
            margin-bottom: 15px; } }
    .product-info__colorsList {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .product-info__colorsList div {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 12px;
        width: 75px;
        height: 75px;
        border: 1px solid transparent;
        background: #fff;
        cursor: pointer; }
    .product-info__colorsList div:last-child {
        margin-right: 0; }
    .product-info__colorsList div.is-active, .product-info__colorsList div:hover {
        border-color: #373737; }
    .product-info__colorsList div img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        height: 75px;
        margin: 0 auto; }

    .product-tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    @media only screen and (max-width: 1320px) {
        .product-tab {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .product-tab__text {
        font-size: 16px;
        line-height: 1.6; }
    .product-tab__text p {
        font-size: 16px;
        margin-bottom: 30px; }
    .product-tab__text h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300; }
    .product-tab__video {
        width: 600px;
        margin-left: 50px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 1320px) {
        .product-tab__video {
            margin-left: 0;
            width: 100%; } }

    @media only screen and (max-width: 1020px) {
        .recommended {
            border-top: 1px solid #adadae; } }

    .recommended__title {
        font-family: "DinThin", sans-serif;
        font-size: 24px;
        margin-bottom: 20px;
        text-transform: uppercase; }
    @media only screen and (max-width: 1020px) {
        .recommended__title {
            height: 40px;
            line-height: 40px;
            font-family: "Din", sans-serif;
            font-size: 14px;
            margin-bottom: 0; } }

    .collections {
        padding: 30px 0; }
    @media only screen and (max-width: 1320px) {
        .collections {
            padding-bottom: 0px; } }
    .collections__item {
        padding: 0 10px; }
    .collections__item img {
        display: block;
        margin: 0 auto 10px;
        max-width: 100%;
        height: auto; }
    .collections__item p {
        font-family: "DinThin", sans-serif;
        font-size: 14px;
        text-align: justify; }
    .collections__item p:last-child {
        margin-bottom: 0; }

    .cart {
        padding-top: 20px;
        max-width: 975px;
        margin: 0 auto; }
    .cart__item {
        margin-bottom: 30px; }

    .cart-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cart-item__name {
        width: 100%;
        font-size: 20px;
        font-family: "DinThin", sans-serif;
        text-transform: uppercase;
        margin-bottom: 10px; }
    .cart-item__name a {
        color: #999; }
    .cart-item__img {
        width: 150px; }
    .cart-item__img img {
        display: block;
        max-width: 100%;
        height: auto; }
    .cart-item__quantity {
        width: 150px;
        padding-top: 20px;
        margin-left: 25px; }
    @media only screen and (max-width: 768px) {
        .cart-item__quantity {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
            margin-left: 0;
            width: 80%; } }
    .cart-item__prices {
        padding-top: 40px;
        margin-left: auto;
        margin-right: 0; }
    @media only screen and (max-width: 768px) {
        .cart-item__prices {
            margin-left: 0; } }
    .cart-item__price {
        display: inline-block;
        font-size: 30px;
        margin-right: auto; }
    .cart-item__price--old {
        font-family: "DinThin", sans-serif;
        margin-right: 30px;
        position: relative; }
    .cart-item__price--old:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #666;
        position: absolute;
        top: 50%;
        left: 0; }
    @media only screen and (max-width: 768px) {
        .cart-item__price {
            display: block; } }
    .cart-item__delete {
        padding-top: 40px;
        margin-left: 40px; }
    .cart-item__delete a {
        display: block;
        width: 20px;
        height: 24px;
        background: url(../img/remove.png) no-repeat; }
    .cart-item__delete a:hover {
        background-position: bottom; }
    @media only screen and (max-width: 768px) {
        .cart-item__delete {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
            padding-top: 50px; } }

    .cart-total {
        padding: 20px 0; }
    .cart-total .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (min-width: 1320px) {
        .cart-total .container {
            max-width: 975px; } }
    @media only screen and (max-width: 768px) {
        .cart-total .container {
            display: block; } }
    .cart-total__promo {
        position: relative;
        width: 300px; }
    .cart-total__promo .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px; }
    @media only screen and (max-width: 768px) {
        .cart-total__promo {
            width: 100%;
            margin-bottom: 20px; } }
    .cart-total__prices {
        width: 370px; }
    @media only screen and (max-width: 768px) {
        .cart-total__prices {
            width: 100%; } }
    .cart-total__price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 16px;
        margin-bottom: 20px;
        position: relative;
        text-transform: uppercase; }
    .cart-total__price:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        border-bottom: 1px dotted #000;
        margin-top: -2px;
        z-index: 1; }
    .cart-total__price div {
        background: #f8f8f8;
        position: relative;
        z-index: 2; }
    .cart-total__price span {
        background: #f8f8f8;
        position: relative;
        z-index: 2; }
    .cart-total__price--sale {
        font-family: "DinThin", sans-serif;
        color: #fdb813; }
    .cart-total__price--sale:before {
        border-bottom-color: #fdb813; }
    .cart-total__price--sale span {
        font-size: 32px; }
    .cart-total__price--total {
        font-size: 30px; }
    .cart-total__price--total i {
        font-family: "DinThin", sans-serif;
        font-size: 18px;
        font-style: normal; }
    .cart-total__price--total span {
        font-size: 40px; }
    @media only screen and (max-width: 768px) {
        .cart-total__price--total span {
            font-size: 30px; } }

    .ordering {
        background: #ebebeb;
        padding: 45px 0; }
    .ordering__title {
        font-size: 24px;
        text-align: center;
        font-family: "DinThin", sans-serif;
        text-transform: uppercase;
        margin-bottom: 50px; }
    .ordering__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ordering__form {
        max-width: 725px;
        margin: 0 auto; }
    .ordering__label {
        font-family: "DinMedium", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 15px; }
    .ordering__delivery {
        width: 225px;
        font-family: "DinThin", sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #999;
        text-transform: uppercase;
        background: #fff;
        border: 1px solid #ddd;
        text-align: center;
        padding: 14px 0;
        margin-bottom: 40px;
        cursor: pointer; }
    .ordering__delivery span {
        display: block;
        font-family: "DinMedium", sans-serif;
        font-size: 14px;
        color: #333; }
    .ordering__delivery.is-active {
        color: #666;
        background: #fdb813;
        border-color: #927224; }
    @media only screen and (max-width: 768px) {
        .ordering__delivery {
            width: 100%;
            margin-bottom: 20px; } }
    .ordering__special {
        position: relative; }
    .ordering__special .form-control {
        padding-right: 100px; }
    .ordering__special:after {
        content: 'от 100 000 р. бесплатно';
        width: 80px;
        position: absolute;
        top: 7px;
        right: 3px;
        font-size: 12px;
        color: #fdb813;
        line-height: 14px;
        text-transform: uppercase; }
    .ordering .form-group {
        width: 300px;
        margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
        .ordering .form-group {
            width: 100%; } }
    .ordering input[type="radio"] + label {
        color: #666;
        text-transform: uppercase; }
    .ordering .btn {
        display: block;
        margin: 25px auto 0; }
    @media only screen and (max-width: 768px) {
        .ordering .btn {
            width: 100%;
            margin-top: 20px; } }

    .news-list {
        max-width: 1280px;
        margin: 50px auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news-list .news-item {
        width: 625px;
        margin-bottom: 30px; }
    @media only screen and (max-width: 1320px) {
        .news-list .news-item {
            width: 49%; } }
    @media only screen and (max-width: 1020px) {
        .news-list .news-item {
            width: 100%; } }
    .news-list .catalog__bottom {
        background: none; }

    .news-item__img {
        display: block;
        margin-bottom: 30px;
        position: relative; }
    .news-item__img:hover:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.3); }

    .news-item__title {
        display: inline-block;
        font-size: 30px;
        font-family: "DinThin", sans-serif;
        position: relative;
        margin-bottom: 5px;
        text-transform: uppercase; }
    .news-item__title:after {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        background: #000;
        margin-top: 10px; }
    .news-item__title:hover {
        text-decoration: none; }
    @media only screen and (max-width: 1020px) {
        .news-item__title {
            font-size: 24px; } }

    .news-item__date {
        font-family: "DinThin", sans-serif;
        font-size: 18px;
        margin-bottom: 10px; }

    .news-item p {
        font-family: "DinThin", sans-serif;
        font-size: 14px; }

    .news-page {
        padding: 30px 20px; }
    .news-page p {
        font-size: 16px;
        line-height: 1.6; }

/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/

#jvlabelWrap {
    bottom: 40px !important
}

.RatingBadgeWidget {
    width: auto !important;
}