@font-face {
    font-family: "Bebas Neue Book";
    font-style: normal;
    font-weight: normal;
    src: url("https://static.lada.ru/assets/fonts/Bebas/BebasNeueBook.woff") format("woff");
    color: #52595D;
}

@font-face {
    font-family: "RobotoThin";
    font-style: normal;
    font-weight: 200;
    src: url("https://static.lada.ru/assets/fonts/Roboto/Roboto-Thin.woff") format("woff");
}

@font-face {
    font-family: "LetoSans Thin";
    font-style: normal;
    font-weight: normal;
    src: url("https://static.lada.ru/assets/fonts/LetoSans/LetoSans-Thin.woff") format("woff");
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
img[src^="//top-fwz1.mail.ru"],
img[src^="//googleads.g.doubleclick"],
img[src^="https://ad.doubleclick.net"],
img[src^="https://mediatoday.ru"] {
    display: none;
    left: -9999px;
    top: -9999px;
    position: absolute;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 100%;
    line-height: 1.231;
}

body,
button,
input,
select,
textarea {
    font-family: helvetica, arial, "lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    color: #222222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::selection {
    text-shadow: none;
    background-color: highlight;
    color: highlighttext;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
    color: #0000EE;
}

a:visited {
    color: #551A8B;
}

a:hover {
    color: #0066EE;
}

a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
    outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #FFFF99;
    color: #000000;
    text-decoration: none;
}

mark {
    background: #FFFF00;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

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

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
    line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
input:invalid,
textarea:invalid {
    background-color: #F0DDDD;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
/**
* Скрыть картинки ломающие верстки при подключении скрипта от pixel
* Author: Elias
*/
img[src^="http://sync.bumlam.com"],
img[src^="http://pix.sniperlog.ru"] {
    position: absolute;
}

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    table {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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

/* reflow reset for -webkit-margin-before: 1em */
p {
    margin: 0;
}

html {
    overflow-y: auto;
    background-color: transparent;
    height: 100%;
}

body {
    background: #FFFFFF;
    font: normal 100%;
    position: relative;
    height: 100%;
}

body,
div,
img,
p,
button,
input,
select,
textarea,
a {
    box-sizing: border-box;
}

.image {
    display: block;
}

input {
    cursor: default;
    display: block;
}

input[type=button] {
    background-color: #E5E9E8;
    border: 1px solid #9DACA9;
    border-radius: 4px;
    box-shadow: inset 0 1px #FFFFFF;
    font: inherit;
    letter-spacing: inherit;
    text-indent: inherit;
    color: inherit;
}

input[type=button]:hover {
    background-color: #EFF1F1;
}

input[type=button]:active {
    background-color: #D2D6D6;
    border: 1px solid #9DACA9;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
}

/* Reset anchor styles to an unstyled default to be in parity with design surface. It
   is presumed that most link styles in real-world designs are custom (non-default). */
a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: inherit;
}

input.error {
    border: 1px solid red;
}

label.error {
    font-size: 12px;
    color: red;
    border: none !important;
}

select.error {
    border: 1px solid red !important;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

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

/**,
*::before,
*::after {
  box-sizing: inherit;
}*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 280px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-xs-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xs-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xs-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xs-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xs-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xs-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xs-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xs-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xs-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xs-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xs-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xs-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xs-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xs-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xs-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-xs-1 {
        margin-left: 8.333333%;
    }

    .offset-xs-2 {
        margin-left: 16.666667%;
    }

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

    .offset-xs-4 {
        margin-left: 33.333333%;
    }

    .offset-xs-5 {
        margin-left: 41.666667%;
    }

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

    .offset-xs-7 {
        margin-left: 58.333333%;
    }

    .offset-xs-8 {
        margin-left: 66.666667%;
    }

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

    .offset-xs-10 {
        margin-left: 83.333333%;
    }

    .offset-xs-11 {
        margin-left: 91.666667%;
    }
}

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

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

    .col-sm1-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm1-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-sm1-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm1-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-sm1-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm1-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-sm1-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm1-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-sm1-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm1-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm1-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm1-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm1-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm1-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm1-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm1-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm1-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm1-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm1-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm1-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm1-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm1-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm1-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-sm1-1 {
        margin-left: 8.333333%;
    }

    .offset-sm1-2 {
        margin-left: 16.666667%;
    }

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

    .offset-sm1-4 {
        margin-left: 33.333333%;
    }

    .offset-sm1-5 {
        margin-left: 41.666667%;
    }

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

    .offset-sm1-7 {
        margin-left: 58.333333%;
    }

    .offset-sm1-8 {
        margin-left: 66.666667%;
    }

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

    .offset-sm1-10 {
        margin-left: 83.333333%;
    }

    .offset-sm1-11 {
        margin-left: 91.666667%;
    }
}

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

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

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

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

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

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

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

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

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

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

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

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

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

    .col-md1-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md1-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-md1-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md1-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-md1-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md1-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-md1-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md1-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-md1-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md1-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md1-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md1-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md1-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md1-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md1-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md1-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md1-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md1-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md1-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md1-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md1-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md1-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md1-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-md1-1 {
        margin-left: 8.333333%;
    }

    .offset-md1-2 {
        margin-left: 16.666667%;
    }

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

    .offset-md1-4 {
        margin-left: 33.333333%;
    }

    .offset-md1-5 {
        margin-left: 41.666667%;
    }

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

    .offset-md1-7 {
        margin-left: 58.333333%;
    }

    .offset-md1-8 {
        margin-left: 66.666667%;
    }

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

    .offset-md1-10 {
        margin-left: 83.333333%;
    }

    .offset-md1-11 {
        margin-left: 91.666667%;
    }
}

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

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

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

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

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

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

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

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

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

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

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

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

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

    .col-lg1-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg1-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-lg1-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg1-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-lg1-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg1-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-lg1-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg1-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-lg1-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg1-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg1-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg1-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg1-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg1-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg1-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg1-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg1-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg1-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg1-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg1-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg1-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg1-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg1-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-lg1-1 {
        margin-left: 8.333333%;
    }

    .offset-lg1-2 {
        margin-left: 16.666667%;
    }

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

    .offset-lg1-4 {
        margin-left: 33.333333%;
    }

    .offset-lg1-5 {
        margin-left: 41.666667%;
    }

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

    .offset-lg1-7 {
        margin-left: 58.333333%;
    }

    .offset-lg1-8 {
        margin-left: 66.666667%;
    }

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

    .offset-lg1-10 {
        margin-left: 83.333333%;
    }

    .offset-lg1-11 {
        margin-left: 91.666667%;
    }
}

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

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

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

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

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

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

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

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

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

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

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl1-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl1-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-xl1-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl1-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-xl1-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl1-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-xl1-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl1-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-xl1-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl1-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl1-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl1-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl1-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl1-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl1-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl1-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl1-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl1-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl1-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl1-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl1-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl1-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl1-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-xl1-1 {
        margin-left: 8.333333%;
    }

    .offset-xl1-2 {
        margin-left: 16.666667%;
    }

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

    .offset-xl1-4 {
        margin-left: 33.333333%;
    }

    .offset-xl1-5 {
        margin-left: 41.666667%;
    }

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

    .offset-xl1-7 {
        margin-left: 58.333333%;
    }

    .offset-xl1-8 {
        margin-left: 66.666667%;
    }

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

    .offset-xl1-10 {
        margin-left: 83.333333%;
    }

    .offset-xl1-11 {
        margin-left: 91.666667%;
    }
}

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

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

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

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

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

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

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

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

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

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

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 370px) {
    .d-xs-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-xs-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (min-width: 480px) {
    .d-sm1-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-sm1-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (min-width: 600px) {
    .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: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (min-width: 640px) {
    .d-md1-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-md1-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (min-width: 720px) {
    .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: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (min-width: 768px) {
    .d-lg1-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-lg1-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (min-width: 960px) {
    .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: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (min-width: 1024px) {
    .d-xl1-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-xl1-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (min-width: 1280px) {
    .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: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 370px) {
    .flex-xs-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

    .flex-xs-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xs-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xs-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xs-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
    .flex-sm1-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

    .flex-sm1-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm1-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm1-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm1-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
    .flex-md1-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

    .flex-md1-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md1-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md1-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md1-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 720px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-lg1-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

    .flex-lg1-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg1-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg1-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg1-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 960px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .flex-xl1-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

    .flex-xl1-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl1-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl1-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl1-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 370px) {
    .float-xs-left {
        float: left !important;
    }

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

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

@media (min-width: 480px) {
    .float-sm1-left {
        float: left !important;
    }

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

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

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

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

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

@media (min-width: 640px) {
    .float-md1-left {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .float-xl1-left {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 370px) {
    .m-xs-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
    .m-sm1-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 640px) {
    .m-md1-0 {
        margin: 0 !important;
    }

    .mt-md1-0,
    .my-md1-0 {
        margin-top: 0 !important;
    }

    .mr-md1-0,
    .mx-md1-0 {
        margin-right: 0 !important;
    }

    .mb-md1-0,
    .my-md1-0 {
        margin-bottom: 0 !important;
    }

    .ml-md1-0,
    .mx-md1-0 {
        margin-left: 0 !important;
    }

    .m-md1-1 {
        margin: 0.25rem !important;
    }

    .mt-md1-1,
    .my-md1-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md1-1,
    .mx-md1-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md1-1,
    .my-md1-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md1-1,
    .mx-md1-1 {
        margin-left: 0.25rem !important;
    }

    .m-md1-2 {
        margin: 0.5rem !important;
    }

    .mt-md1-2,
    .my-md1-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md1-2,
    .mx-md1-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md1-2,
    .my-md1-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md1-2,
    .mx-md1-2 {
        margin-left: 0.5rem !important;
    }

    .m-md1-3 {
        margin: 1rem !important;
    }

    .mt-md1-3,
    .my-md1-3 {
        margin-top: 1rem !important;
    }

    .mr-md1-3,
    .mx-md1-3 {
        margin-right: 1rem !important;
    }

    .mb-md1-3,
    .my-md1-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md1-3,
    .mx-md1-3 {
        margin-left: 1rem !important;
    }

    .m-md1-4 {
        margin: 1.5rem !important;
    }

    .mt-md1-4,
    .my-md1-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md1-4,
    .mx-md1-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md1-4,
    .my-md1-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md1-4,
    .mx-md1-4 {
        margin-left: 1.5rem !important;
    }

    .m-md1-5 {
        margin: 3rem !important;
    }

    .mt-md1-5,
    .my-md1-5 {
        margin-top: 3rem !important;
    }

    .mr-md1-5,
    .mx-md1-5 {
        margin-right: 3rem !important;
    }

    .mb-md1-5,
    .my-md1-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md1-5,
    .mx-md1-5 {
        margin-left: 3rem !important;
    }

    .p-md1-0 {
        padding: 0 !important;
    }

    .pt-md1-0,
    .py-md1-0 {
        padding-top: 0 !important;
    }

    .pr-md1-0,
    .px-md1-0 {
        padding-right: 0 !important;
    }

    .pb-md1-0,
    .py-md1-0 {
        padding-bottom: 0 !important;
    }

    .pl-md1-0,
    .px-md1-0 {
        padding-left: 0 !important;
    }

    .p-md1-1 {
        padding: 0.25rem !important;
    }

    .pt-md1-1,
    .py-md1-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md1-1,
    .px-md1-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md1-1,
    .py-md1-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md1-1,
    .px-md1-1 {
        padding-left: 0.25rem !important;
    }

    .p-md1-2 {
        padding: 0.5rem !important;
    }

    .pt-md1-2,
    .py-md1-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md1-2,
    .px-md1-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md1-2,
    .py-md1-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md1-2,
    .px-md1-2 {
        padding-left: 0.5rem !important;
    }

    .p-md1-3 {
        padding: 1rem !important;
    }

    .pt-md1-3,
    .py-md1-3 {
        padding-top: 1rem !important;
    }

    .pr-md1-3,
    .px-md1-3 {
        padding-right: 1rem !important;
    }

    .pb-md1-3,
    .py-md1-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md1-3,
    .px-md1-3 {
        padding-left: 1rem !important;
    }

    .p-md1-4 {
        padding: 1.5rem !important;
    }

    .pt-md1-4,
    .py-md1-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md1-4,
    .px-md1-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md1-4,
    .py-md1-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md1-4,
    .px-md1-4 {
        padding-left: 1.5rem !important;
    }

    .p-md1-5 {
        padding: 3rem !important;
    }

    .pt-md1-5,
    .py-md1-5 {
        padding-top: 3rem !important;
    }

    .pr-md1-5,
    .px-md1-5 {
        padding-right: 3rem !important;
    }

    .pb-md1-5,
    .py-md1-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md1-5,
    .px-md1-5 {
        padding-left: 3rem !important;
    }

    .m-md1-auto {
        margin: auto !important;
    }

    .mt-md1-auto,
    .my-md1-auto {
        margin-top: auto !important;
    }

    .mr-md1-auto,
    .mx-md1-auto {
        margin-right: auto !important;
    }

    .mb-md1-auto,
    .my-md1-auto {
        margin-bottom: auto !important;
    }

    .ml-md1-auto,
    .mx-md1-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 720px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-lg1-0 {
        margin: 0 !important;
    }

    .mt-lg1-0,
    .my-lg1-0 {
        margin-top: 0 !important;
    }

    .mr-lg1-0,
    .mx-lg1-0 {
        margin-right: 0 !important;
    }

    .mb-lg1-0,
    .my-lg1-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg1-0,
    .mx-lg1-0 {
        margin-left: 0 !important;
    }

    .m-lg1-1 {
        margin: 0.25rem !important;
    }

    .mt-lg1-1,
    .my-lg1-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg1-1,
    .mx-lg1-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg1-1,
    .my-lg1-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg1-1,
    .mx-lg1-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg1-2 {
        margin: 0.5rem !important;
    }

    .mt-lg1-2,
    .my-lg1-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg1-2,
    .mx-lg1-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg1-2,
    .my-lg1-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg1-2,
    .mx-lg1-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg1-3 {
        margin: 1rem !important;
    }

    .mt-lg1-3,
    .my-lg1-3 {
        margin-top: 1rem !important;
    }

    .mr-lg1-3,
    .mx-lg1-3 {
        margin-right: 1rem !important;
    }

    .mb-lg1-3,
    .my-lg1-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg1-3,
    .mx-lg1-3 {
        margin-left: 1rem !important;
    }

    .m-lg1-4 {
        margin: 1.5rem !important;
    }

    .mt-lg1-4,
    .my-lg1-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg1-4,
    .mx-lg1-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg1-4,
    .my-lg1-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg1-4,
    .mx-lg1-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg1-5 {
        margin: 3rem !important;
    }

    .mt-lg1-5,
    .my-lg1-5 {
        margin-top: 3rem !important;
    }

    .mr-lg1-5,
    .mx-lg1-5 {
        margin-right: 3rem !important;
    }

    .mb-lg1-5,
    .my-lg1-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg1-5,
    .mx-lg1-5 {
        margin-left: 3rem !important;
    }

    .p-lg1-0 {
        padding: 0 !important;
    }

    .pt-lg1-0,
    .py-lg1-0 {
        padding-top: 0 !important;
    }

    .pr-lg1-0,
    .px-lg1-0 {
        padding-right: 0 !important;
    }

    .pb-lg1-0,
    .py-lg1-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg1-0,
    .px-lg1-0 {
        padding-left: 0 !important;
    }

    .p-lg1-1 {
        padding: 0.25rem !important;
    }

    .pt-lg1-1,
    .py-lg1-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg1-1,
    .px-lg1-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg1-1,
    .py-lg1-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg1-1,
    .px-lg1-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg1-2 {
        padding: 0.5rem !important;
    }

    .pt-lg1-2,
    .py-lg1-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg1-2,
    .px-lg1-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg1-2,
    .py-lg1-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg1-2,
    .px-lg1-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg1-3 {
        padding: 1rem !important;
    }

    .pt-lg1-3,
    .py-lg1-3 {
        padding-top: 1rem !important;
    }

    .pr-lg1-3,
    .px-lg1-3 {
        padding-right: 1rem !important;
    }

    .pb-lg1-3,
    .py-lg1-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg1-3,
    .px-lg1-3 {
        padding-left: 1rem !important;
    }

    .p-lg1-4 {
        padding: 1.5rem !important;
    }

    .pt-lg1-4,
    .py-lg1-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg1-4,
    .px-lg1-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg1-4,
    .py-lg1-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg1-4,
    .px-lg1-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg1-5 {
        padding: 3rem !important;
    }

    .pt-lg1-5,
    .py-lg1-5 {
        padding-top: 3rem !important;
    }

    .pr-lg1-5,
    .px-lg1-5 {
        padding-right: 3rem !important;
    }

    .pb-lg1-5,
    .py-lg1-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg1-5,
    .px-lg1-5 {
        padding-left: 3rem !important;
    }

    .m-lg1-auto {
        margin: auto !important;
    }

    .mt-lg1-auto,
    .my-lg1-auto {
        margin-top: auto !important;
    }

    .mr-lg1-auto,
    .mx-lg1-auto {
        margin-right: auto !important;
    }

    .mb-lg1-auto,
    .my-lg1-auto {
        margin-bottom: auto !important;
    }

    .ml-lg1-auto,
    .mx-lg1-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 960px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1024px) {
    .m-xl1-0 {
        margin: 0 !important;
    }

    .mt-xl1-0,
    .my-xl1-0 {
        margin-top: 0 !important;
    }

    .mr-xl1-0,
    .mx-xl1-0 {
        margin-right: 0 !important;
    }

    .mb-xl1-0,
    .my-xl1-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl1-0,
    .mx-xl1-0 {
        margin-left: 0 !important;
    }

    .m-xl1-1 {
        margin: 0.25rem !important;
    }

    .mt-xl1-1,
    .my-xl1-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl1-1,
    .mx-xl1-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl1-1,
    .my-xl1-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl1-1,
    .mx-xl1-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl1-2 {
        margin: 0.5rem !important;
    }

    .mt-xl1-2,
    .my-xl1-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl1-2,
    .mx-xl1-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl1-2,
    .my-xl1-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl1-2,
    .mx-xl1-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl1-3 {
        margin: 1rem !important;
    }

    .mt-xl1-3,
    .my-xl1-3 {
        margin-top: 1rem !important;
    }

    .mr-xl1-3,
    .mx-xl1-3 {
        margin-right: 1rem !important;
    }

    .mb-xl1-3,
    .my-xl1-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl1-3,
    .mx-xl1-3 {
        margin-left: 1rem !important;
    }

    .m-xl1-4 {
        margin: 1.5rem !important;
    }

    .mt-xl1-4,
    .my-xl1-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl1-4,
    .mx-xl1-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl1-4,
    .my-xl1-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl1-4,
    .mx-xl1-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl1-5 {
        margin: 3rem !important;
    }

    .mt-xl1-5,
    .my-xl1-5 {
        margin-top: 3rem !important;
    }

    .mr-xl1-5,
    .mx-xl1-5 {
        margin-right: 3rem !important;
    }

    .mb-xl1-5,
    .my-xl1-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl1-5,
    .mx-xl1-5 {
        margin-left: 3rem !important;
    }

    .p-xl1-0 {
        padding: 0 !important;
    }

    .pt-xl1-0,
    .py-xl1-0 {
        padding-top: 0 !important;
    }

    .pr-xl1-0,
    .px-xl1-0 {
        padding-right: 0 !important;
    }

    .pb-xl1-0,
    .py-xl1-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl1-0,
    .px-xl1-0 {
        padding-left: 0 !important;
    }

    .p-xl1-1 {
        padding: 0.25rem !important;
    }

    .pt-xl1-1,
    .py-xl1-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl1-1,
    .px-xl1-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl1-1,
    .py-xl1-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl1-1,
    .px-xl1-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl1-2 {
        padding: 0.5rem !important;
    }

    .pt-xl1-2,
    .py-xl1-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl1-2,
    .px-xl1-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl1-2,
    .py-xl1-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl1-2,
    .px-xl1-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl1-3 {
        padding: 1rem !important;
    }

    .pt-xl1-3,
    .py-xl1-3 {
        padding-top: 1rem !important;
    }

    .pr-xl1-3,
    .px-xl1-3 {
        padding-right: 1rem !important;
    }

    .pb-xl1-3,
    .py-xl1-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl1-3,
    .px-xl1-3 {
        padding-left: 1rem !important;
    }

    .p-xl1-4 {
        padding: 1.5rem !important;
    }

    .pt-xl1-4,
    .py-xl1-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl1-4,
    .px-xl1-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl1-4,
    .py-xl1-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl1-4,
    .px-xl1-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl1-5 {
        padding: 3rem !important;
    }

    .pt-xl1-5,
    .py-xl1-5 {
        padding-top: 3rem !important;
    }

    .pr-xl1-5,
    .px-xl1-5 {
        padding-right: 3rem !important;
    }

    .pb-xl1-5,
    .py-xl1-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl1-5,
    .px-xl1-5 {
        padding-left: 3rem !important;
    }

    .m-xl1-auto {
        margin: auto !important;
    }

    .mt-xl1-auto,
    .my-xl1-auto {
        margin-top: auto !important;
    }

    .mr-xl1-auto,
    .mx-xl1-auto {
        margin-right: auto !important;
    }

    .mb-xl1-auto,
    .my-xl1-auto {
        margin-bottom: auto !important;
    }

    .ml-xl1-auto,
    .mx-xl1-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 370px) {
    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .text-xs-center {
        text-align: center !important;
    }
}

@media (min-width: 480px) {
    .text-sm1-left {
        text-align: left !important;
    }

    .text-sm1-right {
        text-align: right !important;
    }

    .text-sm1-center {
        text-align: center !important;
    }
}

@media (min-width: 600px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 640px) {
    .text-md1-left {
        text-align: left !important;
    }

    .text-md1-right {
        text-align: right !important;
    }

    .text-md1-center {
        text-align: center !important;
    }
}

@media (min-width: 720px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-lg1-left {
        text-align: left !important;
    }

    .text-lg1-right {
        text-align: right !important;
    }

    .text-lg1-center {
        text-align: center !important;
    }
}

@media (min-width: 960px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1024px) {
    .text-xl1-left {
        text-align: left !important;
    }

    .text-xl1-right {
        text-align: right !important;
    }

    .text-xl1-center {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-primary {
    color: #007BFF !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062CC !important;
}

.text-secondary {
    color: #6C757D !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545B62 !important;
}

.text-success {
    color: #28A745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #1E7E34 !important;
}

.text-info {
    color: #17A2B8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #117A8B !important;
}

.text-warning {
    color: #FFC107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #D39E00 !important;
}

.text-danger {
    color: #DC3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #BD2130 !important;
}

.text-light {
    color: #F8F9FA !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #DAE0E5 !important;
}

.text-dark {
    color: #343A40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1D2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6C757D !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.header-menu {
    position: absolute;
    z-index: 102;
    top: 0px;
}

.header-menu__topline {
    float: left;
    height: 165px;
    clear: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    background-image: url("../img/lada-topline-v1.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    z-index: 101;
    opacity: 1;
    display: block;
    background-position: 50% -15px;
    background-repeat: no-repeat no-repeat;
}

.open-model,
.open-burger,
.open-place {
    cursor: pointer;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    outline-offset: 0;
}

.topmenupanel {
    margin: 30px 0 0;
    z-index: 101;
}

.logo-nts {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: #000000;
    display: block;
}

.but-eng1,
.but-eng1:visited {
    float: right;
    font-size: 14px;
    width: auto;
    height: 45px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0;
    clear: none;
    min-height: 0;
    padding-left: 20px;
    padding-top: 16px;
    color: #BFBFBF;
    padding-right: 0;
    display: block;
    margin-right: 0;
    font-family: PragmaticaC;
}

.but-eng1:hover {
    color: #495966;
}

.but-submenu1 {
    float: right;
    height: 45px;
    margin-left: 0;
    clear: none;
    width: 45px;
    margin-right: 0;
    display: block;
    -webkit-background-size: auto;
    background-size: auto;
    /*background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;*/
    background-image: url(../img/3line_orange-gray.png);
    background-position-x: 6px;
    background-position-y: 7px;
    background-repeat: no-repeat;
}

.but-submenu1:hover {
    background-position-y: -35px;
}

.top-button-full,
.top-button-full:visited {
    float: right;
    font-size: 14px;
    width: auto;
    height: 45px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0;
    clear: none;
    min-height: 0;
    padding-left: 30px;
    padding-top: 16px;
    color: #F7761F;
    padding-right: 20px;
    display: block;
    margin-right: 0;
    -webkit-background-size: auto;
    background-size: auto;
    font-family: PragmaticaC;
}

.but-tdrive,
.but-tdrive:visited {
    background-image: url(../img/swheel_orange-gray.png);
    background-position-x: 0;
    background-position-y: 11px;
    background-repeat: no-repeat;
}

.but-tdrive:hover {
    color: #495966;
    background-position-y: -25px;
}

.but-dilers,
.but-dilers:visited {
    background-image: url(../img/point_orange-dgray.png);
    background-position-x: 0;
    background-position-y: 11px;
    background-repeat: no-repeat;
}

.but-dilers:hover {
    color: #495966;
    background-position-y: -25px;
}

.but-shares,
.but-shares:visited {
    background-image: url(../img/percent_orange-gray.png);
    background-position-x: 0;
    background-position-y: 11px;
    background-repeat: no-repeat;
}

.but-shares:hover {
    color: #495966;
    background-position-y: -25px;
}

.but-cars,
.but-cars:visited {
    padding: 16px 20px 0 32px;
    background-image: url(../img/car_orange-gray.png);
    background-position-x: 0;
    background-position-y: 11px;
    background-repeat: no-repeat;
}

.but-cars:hover {
    color: #495966;
    background-position-y: -25px;
}

.but-tdrive-mob1 {
    float: right;
    height: 45px;
    margin-left: 0;
    clear: none;
    width: 5.921053%;
    margin-right: 0;
    display: none;
    -webkit-background-size: auto;
    background-size: auto;
    background-image: url(../img/swheel_orange-gray.png);
    background-position-x: 15px;
    background-position-y: 11px;
    background-repeat: no-repeat;
}

.but-tdrive-mob1:hover {
    background-position-y: -25px;
}

.but-dilers-mob1 {
    float: right;
    height: 45px;
    margin-left: 0;
    clear: none;
    width: 5.921054%;
    margin-right: 0;
    display: none;
    -webkit-background-size: auto;
    background-size: auto;
    background-image: url(../img/point_orange-dgray.png);
    background-position-x: 15px;
    background-position-y: 11px;
    background-repeat: no-repeat;
}

.but-dilers-mob1:hover {
    background-position-y: -25px;
}

.but-shares-mob1 {
    float: right;
    height: 45px;
    margin-left: 0;
    clear: none;
    width: 5.921054%;
    margin-right: 0;
    display: none;
    -webkit-background-size: auto;
    background-size: auto;
    background-image: url(../img/percent_orange-gray.png);
    background-position-x: 15px;
    background-position-y: 11px;
    background-repeat: no-repeat;
}

.but-shares-mob1:hover {
    background-position-y: -25px;
}

.but-cars-mob1 {
    float: right;
    height: 45px;
    margin-left: 0;
    clear: none;
    width: 5.921054%;
    margin-right: 0;
    display: none;
    -webkit-background-size: auto;
    background-size: auto;
    background-image: url(../img/car_orange-gray.png);
    background-position-x: 9px;
    background-position-y: 11px;
    background-repeat: no-repeat;
}

.but-cars-mob1:hover {
    background-position-y: -25px;
}

.but-place,
.but-place:visited {
    float: left;
    font-size: 14px;
    width: auto;
    height: 45px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 20px;
    clear: none;
    min-height: 0;
    padding-left: 20px;
    padding-top: 16px;
    color: #BFBFBF;
    padding-right: 30px;
    -webkit-background-size: auto;
    background-size: auto;
    display: block;
    border-left: 1px solid #BFBFBF;
    font-family: PragmaticaC;
    background-image: url(../img/point_lgray-dgray.png);
    background-position-x: right;
    background-position-y: 11px;
    background-repeat: no-repeat;
}

.but-place:hover {
    color: #495966;
    background-position-y: -25px;
}

.menu-bottom-mobile {
    height: 65px;
    z-index: 100;
}

.but-group-mob {
    height: 45px;
    margin-left: auto;
    margin-top: 10px;
    width: 580px;
}

.but-cars-mob {
    float: left;
    height: 45px;
    margin: 0;
    clear: none;
    width: 11.874719%;
    display: none;
    /*-webkit-background-size: auto;
    background-size: auto;
    background-image: url(../img/car_orange-gray.png);
    background-position-x: 23px;
    background-position-y: 11px;
    background-repeat: no-repeat;*/
    background-image: url(../img/car_orange-gray.svg);
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.but-cars-mob:hover {
    /*background-position-y: -25px;*/
}

.but-shares-mob {
    float: left;
    height: 45px;
    margin: 0;
    clear: none;
    width: 11.874719%;
    display: none;
    /*-webkit-background-size: auto;
    background-size: auto;
    background-image: url(../img/percent_orange-gray.png);
    background-position-x: 23px;
    background-position-y: 11px;
    background-repeat: no-repeat;*/
    background-image: url(../img/percent_orange-gray.svg);
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.but-shares-mob:hover {
    /*background-position-y: -25px;*/
}

.but-dilers-mob {
    float: left;
    height: 45px;
    margin: 0;
    clear: none;
    width: 11.874719%;
    display: none;
    /*-webkit-background-size: auto;
    background-size: auto;
    background-image: url(../img/point_orange-dgray.png);
    background-position-x: 23px;
    background-position-y: 11px;
    background-repeat: no-repeat;*/
    background-image: url(../img/point_orange-dgray.svg);
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.but-dilers-mob:hover {
    /*background-position-y: -25px;*/
}

.but-tdrive-mob {
    float: left;
    height: 45px;
    margin: 0;
    clear: none;
    width: 11.874717%;
    display: none;
    /*-webkit-background-size: auto;
    background-size: auto;
    background-image: url(../img/swheel_orange-gray.png);
    background-position-x: 23px;
    background-position-y: 11px;
    background-repeat: no-repeat;*/
    background-image: url(../img/swheel_orange-gray.svg);
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
}

.but-tdrive-mob:hover {
    /*background-position-y: -25px;*/
}

.but-submenu {
    float: right;
    height: 45px;
    margin-left: 0;
    margin-top: 0;
    clear: none;
    width: 45px;
    margin-right: 0;
    display: block;
    /*-webkit-background-size: auto;*/
    /*background-size: auto;*/
    background-image: url(../img/3line_orange-gray.svg);
    /*background-position-x: 7px;*/
    /*background-position-y: 7px;*/
    /*background-repeat: no-repeat;*/
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.but-submenu:hover {
    /*background-position-y: -35px;*/
}

.but-eng,
.but-eng:visited {
    float: right;
    font-size: 14px;
    width: auto;
    height: 45px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    clear: none;
    min-height: 0;
    padding-left: 0;
    padding-top: 16px;
    color: #BFBFBF;
    padding-right: 20px;
    display: block;
    font-family: PragmaticaC;
}

.but-eng:hover {
    color: #495966;
    padding-left: 20px;
}

#geo-hint {
    /*display: none;*/
    opacity: 0;
    z-index: -1;
}

#geo-hint.show {
    /*display: block;*/
    opacity: 1;
    z-index: 1;
}

#geo-hint {
    position: absolute;
    left: 288px;
    top: 45px;
    /*z-index: 1;*/
    height: auto;
    margin-left: 0px;
    clear: none;
    width: 220px;
    border: 0px solid #000000;
    background-color: #FFFFFF;
    padding: 0px;
    -webkit-box-shadow: #000000 0px 7px 21px -6px;
    box-shadow: #000000 0px 7px 21px -6px;
    -webkit-transition: opacity 0.5s linear 0.1s;
    -moz-transition: opacity 0.5s linear 0.1s;
    -o-transition: opacity 0.5s linear 0.1s;
    transition: opacity 0.5s linear 0.1s;
}

#geo-hint p {
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    background-color: #ED6B21;
    color: #FFFFFF;
    font-family: "LetoSans Thin";
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 6%;
}

#geo-hint img {
    position: absolute;
    left: 8px;
    top: -6px;
}

#geo-hint div {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url("/v4/assets/img/close-hint.gif");
    top: 2px;
    right: 1px;
    cursor: pointer;
}

#location-hint {
    /*display: none;*/
    opacity: 0;
    z-index: -1;
}

#location-hint.show {
    /*display: block;*/
    opacity: 1;
    z-index: 1;
}

#location-hint {
    position: absolute;
    left: 288px;
    top: 45px;
    /*z-index: 1;*/
    height: auto;
    margin-left: 0px;
    clear: none;
    width: 220px;
    border: 0px solid #000000;
    background-color: #FFFFFF;
    padding: 0px;
    -webkit-box-shadow: #000000 0px 7px 21px -6px;
    box-shadow: #000000 0px 7px 21px -6px;
    -webkit-transition: opacity 0.5s linear 0.1s;
    -moz-transition: opacity 0.5s linear 0.1s;
    -o-transition: opacity 0.5s linear 0.1s;
    transition: opacity 0.5s linear 0.1s;
}

#location-hint p {
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    background-color: #ED6B21;
    color: #FFFFFF;
    font-family: "LetoSans Thin";
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 6%;
}

#location-hint img {
    position: absolute;
    left: 8px;
    top: -6px;
}

#location-hint div {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url("/v4/assets/img/close-hint.gif");
    top: 2px;
    right: 1px;
    cursor: pointer;
}

@media only screen and (max-width: 1279px) {
    .header-menu__topline {
        background-position: 50% -20px;
        height: 150px;
    }

    .but-eng1 {
        height: 45px;
    }

    .but-submenu1 {
        width: 45px;
        height: 45px;
    }

    .but-tdrive {
        height: 45px;
    }

    .but-dilers {
        height: 45px;
    }

    .but-shares {
        height: 45px;
    }

    .but-cars {
        height: 45px;
    }

    .but-place {
        height: 36px;
    }
}

@media only screen and (max-width: 1023px) {
    .header-menu__topline {
        background-position: 100% -5px;
        height: 135px;
    }

    .but-tdrive {
        display: none;
    }

    .but-dilers {
        display: none;
    }

    .but-shares {
        display: none;
    }

    .but-cars {
        display: none;
    }

    .but-tdrive-mob1 {
        width: 5.921053%;
        margin-right: 0;
        margin-left: 0;
        clear: none;
        display: block;
    }

    .but-dilers-mob1 {
        width: 5.921054%;
        display: block;
    }

    .but-shares-mob1 {
        width: 5.921054%;
        display: block;
    }

    .but-cars-mob1 {
        width: 5.921054%;
        display: block;
    }

    .but-place {
        display: block;
    }

    .but-cars-mob {
        width: 5.921054%;
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
        clear: none;
        display: block;
    }

    .but-shares-mob {
        width: 5.921054%;
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
        clear: none;
        display: block;
    }

    .but-dilers-mob {
        width: 5.921054%;
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
        clear: none;
        display: block;
    }

    .but-tdrive-mob {
        width: 5.921053%;
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
        clear: none;
        display: block;
    }

    .but-eng {
        display: block;
    }
}

@media only screen and (max-width: 959px) {
    .header-menu__topline {
        background-position: 100% -8px;
    }

    .but-eng1 {
        display: block;
    }

    .but-dilers-mob1 {
        background-position-x: 9px;
    }

    .but-shares-mob1 {
        background-position-x: 12px;
    }

    .but-tdrive-mob1 {
        background-position-x: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-bottom-mobile {
        float: left;
        margin-left: 0;
        margin-top: 0;
        clear: both;
        width: 100%;
        position: fixed;
        top: auto;
        left: 0;
        bottom: 0;
        right: auto;
    }
}

@media only screen and (max-width: 719px) {
    #geo-hint {
        right: 42px;
        top: 43px;
        left: auto;
    }

    #geo-hint img {
        left: auto;
        right: 8px;
    }

    #location-hint {
        right: 42px;
        top: 43px;
        left: auto;
    }

    #location-hint img {
        left: auto;
        right: 8px;
    }

    .but-eng1 {
        display: none;
    }

    .but-submenu1 {
        display: none;
    }

    .but-tdrive-mob1 {
        display: none;
    }

    .but-dilers-mob1 {
        display: none;
    }

    .but-shares-mob1 {
        display: none;
    }

    .but-cars-mob1 {
        display: none;
    }

    .but-place {
        margin-left: 0;
        margin-right: 0;
        float: right;
        clear: none;
        border-left-width: 0;
    }

    .menu-bottom-mobile {
        display: block;
        background-color: #FFFFFF;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.34902) 0 0 21px 0;
        box-shadow: rgba(0, 0, 0, 0.34902) 0 0 21px 0;
    }

    .but-group-mob {
        height: 45px;
        width: 580px;
        margin-right: auto;
    }

    .but-cars-mob {
        width: 12%;
        margin: 0;
        clear: none;
        float: left;
    }

    .but-shares-mob {
        width: 12%;
        margin: 0;
        clear: none;
        float: left;
    }

    .but-dilers-mob {
        width: 12%;
        margin: 0;
        clear: none;
        float: left;
    }

    .but-tdrive-mob {
        width: 12%;
        margin: 0;
        clear: none;
        float: left;
    }

    .but-submenu {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        clear: none;
    }

    .but-eng {
        margin: 0;
        clear: none;
        padding-right: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 639px) {
    /*#geo-hint {
        right: 20px;
        top: 54px;
    }*/
    .but-group-mob {
        width: 540px;
    }

    .but-shares-mob {
        /*background-position-x: 21px;*/
    }

    .but-dilers-mob {
        /*background-position-x: 21px;*/
    }

    .but-tdrive-mob {
        /*background-position-x: 21px;*/
    }
}

@media only screen and (max-width: 599px) {
    /*#geo-hint {
        right: 16px;
    }*/
    .header-menu__topline {
        background-position: 100% -8px;
        height: 120px;
    }

    .menu-bottom-mobile {
        bottom: 0;
        left: 0;
    }

    .but-group-mob {
        width: 420px;
    }

    .but-cars-mob {
        /*background-position-x: 11px;*/
    }

    .but-shares-mob {
        /*background-position-x: 13px;*/
    }

    .but-dilers-mob {
        /*background-position-x: 14px;*/
    }

    .but-tdrive-mob {
        /*background-position-x: 13px;*/
    }
}

@media only screen and (max-width: 479px) {
    #geo-hint {
        right: 49px;
        top: 32px;
    }

    #location-hint {
        right: 49px;
        top: 32px;
    }

    .header-menu__topline {
        background-position: 100% -48px;
        height: 65px;
    }

    .topmenupanel {
        margin: 10px 0 10px;
    }

    .logo-nts {
        width: 120px;
    }

    .but-place {
        height: 26px;
        padding-top: 8px;
        padding-left: 0;
        font-size: 12px;
        background-image: none;
    }

    .menu-bottom-mobile {
        height: 55px;
    }

    .but-group-mob {
        width: 300px;
        height: 35px;
    }

    .but-cars-mob {
        height: 35px;
        width: 15%;
        /*background-position-y: 6px;*/
    }

    .but-cars-mob:hover {
        /*background-position-y: -30px;*/
    }

    .but-shares-mob {
        height: 35px;
        width: 15%;
        /*background-position-y: 6px;*/
    }

    .but-shares-mob:hover {
        /*background-position-y: -30px;*/
    }

    .but-dilers-mob {
        height: 35px;
        width: 15%;
        /*background-position-y: 6px;*/
    }

    .but-dilers-mob:hover {
        /*background-position-y: -30px;*/
    }

    .but-tdrive-mob {
        height: 35px;
        width: 15%;
        /*background-position-y: 6px;*/
    }

    .but-tdrive-mob:hover {
        /*background-position-y: -30px;*/
    }

    .but-submenu {
        height: 35px;
        /*background-position-y: 2px;*/
    }

    .but-submenu:hover {
        /*background-position-y: -40px;*/
    }

    .but-eng {
        height: 35px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 369px) {
    /* #geo-hint {
         right: 12px;
     }*/
    .but-place {
        padding-right: 25px;
    }

    .but-tdrive-mob {
        width: 60px;
    }

    .but-dilers-mob {
        width: 60px;
    }

    .but-shares-mob {
        width: 60px;
    }

    .but-cars-mob {
        width: 60px;
    }

    .but-submenu {
        width: 60px;
        /*background-position-x: 14px;*/
    }

    .but-eng {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .but-place {
        padding-right: 25px;
    }
}

.cars-menu__close-wrapper0 {
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    position: absolute;
    top: 145px;
    left: 0;
    right: auto;
    min-width: 0px;
    z-index: 101;
    bottom: auto;
}

.cars-menu__close-wrapper1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 1200px;
    margin-right: auto;
}

.cars-menu__close-wrapper2 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    /*margin-right: 52px;*/
    margin-bottom: 0px;
}

.cars-menu {
    float: left;
    height: auto;
    clear: both;
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 100;
    bottom: auto;
    background-color: rgba(73, 89, 102, 0.952941);
    right: auto;
    display: none;
}

.cars-menu__wrapper {
    float: none;
    height: auto;
    /*margin: 70px auto 80px;*/
    margin: 95px auto 80px;
    clear: none;
    width: 1200px;
    position: relative;
    z-index: 101;
}

.cars-menu__close {
    float: right;
    font-size: 16px;
    width: auto;
    height: 32px;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    clear: none;
    min-height: 0;
    font-family: PragmaticaC;
    color: #F7761F;
    position: relative;
    top: 0;
    left: 0;
    padding-right: 40px;
    display: block;
    background-image: url("../img/close.svg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    padding-top: 8px;
    z-index: 101;
    background-position: 100% 0;
    background-repeat: no-repeat no-repeat;
    cursor: pointer;
}

a.cars-menu__close {
    color: #F7761F;
}

.cars-menu__close {
    display: none;
}

.cars-menu.active,
.cars-menu__close.active {
    display: block;
}

.cars-menu__close_down {
    clear: left;
    display: none;
    margin: 20px 0 0;
}

.cars-menu__close:hover {
    color: #FFFFFF;
    background-image: url("../img/close1.svg");
}

.cars-menu__sem {
    float: left;
    height: auto;
    margin: 50px 0 0;
    clear: both;
    /*width: 18%;*/
    width: 20%;
}

.cars-menu__wrapper > div.row {
    margin: 0;
}

/*.cars-menu__sem:nth-of-type(n+2) {
    margin-left: 2.5%;
    clear: none;
    width: 18%;
}*/
.cars-menu__sem-img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    clear: none;
    color: #000000;
}

.cars-menu__sem-name {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: left;
    /*font-weight: 700;*/
    font-weight: 400;
    line-height: 1em;
    margin: 10px 0 0;
    clear: left;
    min-height: 0;
    font-family: PragmaticaC-Bold;
    color: #FFFFFF;
}

.cars-menu__sem-line {
    float: left;
    height: 5px;
    margin: 7px 0 0;
    clear: both;
    width: 50px;
    display: block;
    background-color: #F7761F;
}

.cars-menu__base-name:first-of-type {
    margin-top: 7px;
}

.cars-menu__base-name:hover {
    color: #FFFFFF;
}

.cars-menu__base-name {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 5px 0 0;
    clear: both;
    min-height: 0;
    color: #8396A5;
    font-family: PragmaticaC;
    display: block;
}

.cars-menu__base-name:default,
.cars-menu__base-name:visited {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 5px 0 0;
    clear: both;
    min-height: 0;
    color: #8396A5;
    font-family: PragmaticaC;
    display: block;
}

@media only screen and (max-width: 1279px) {
    .cars-menu__close-wrapper1 {
        width: 980px;
    }

    .cars-menu__wrapper {
        width: 980px;
    }
}

@media only screen and (max-width: 1023px) {
    .cars-menu__close-wrapper1 {
        width: 900px;
    }

    .cars-menu__wrapper {
        width: 900px;
    }
}

@media only screen and (max-width: 959px) {
    .cars-menu__close-wrapper1 {
        width: 720px;
    }

    .cars-menu__wrapper {
        width: 720px;
    }

    .cars-menu__sem-line {
        width: 50px;
        height: 5px;
    }

    .cars-menu__base-name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .cars-menu__close-wrapper0 {
        top: 120px;
    }

    .cars-menu__close-wrapper1 {
        width: 660px;
    }

    .cars-menu__wrapper {
        width: 660px;
        margin-top: 145px;
    }

    .cars-menu {
        top: 0;
    }

    .cars-menu__sem {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 719px) {
    .cars-menu__close-wrapper1 {
        width: 580px;
    }

    .cars-menu__close-wrapper2 {
        margin-right: 0;
    }

    .cars-menu {
        top: 0;
        left: 0;
    }

    .cars-menu__wrapper {
        width: 580px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .cars-menu__close_down {
        margin: 40px 0 0;
        clear: left;
        display: block;
    }

    .cars-menu__sem {
        width: 30%;
        margin-top: 30px;
        margin-left: 0;
        clear: both;
    }

    /*.cars-menu__sem:nth-of-type(n+2) {
        width: 30%;
        margin-left: 5%;
        clear: none;
    }*/
    .cars-menu__sem:nth-of-type(n+4) {
        margin-top: 20px;
    }

    .cars-menu__sem:nth-of-type(3n+4) {
        margin-left: 0;
        clear: left;
    }
}

@media only screen and (max-width: 639px) {
    .cars-menu__close-wrapper1 {
        width: 540px;
    }

    .cars-menu__wrapper {
        width: 540px;
    }
}

@media only screen and (max-width: 599px) {
    .cars-menu__close-wrapper0 {
        top: 100px;
    }

    .cars-menu__close-wrapper1 {
        width: 420px;
    }

    .cars-menu__wrapper {
        width: 420px;
        margin-top: 130px;
    }

    .cars-menu__sem {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .cars-menu__close-wrapper0 {
        top: 80px;
    }

    .cars-menu__close-wrapper1 {
        width: 300px;
    }

    .cars-menu {
        top: 41px;
        left: 0;
    }

    .cars-menu__wrapper {
        width: 300px;
        margin-top: 60px;
    }

    .cars-menu__sem {
        width: 45%;
    }

    /*.cars-menu__sem:nth-of-type(n+2) {
        width: 45%;
        margin-left: 10%;
    }*/
    .cars-menu__sem:nth-of-type(2n+3) {
        margin-left: 0;
    }

    .cars-menu__sem:nth-of-type(n+3) {
        margin-top: 20px;
    }

    .cars-menu__sem:nth-of-type(3n+4) {
        clear: none;
    }

    .cars-menu__base-name {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 320px) {
    .cars-menu__close-wrapper1 {
        width: 280px;
    }

    .cars-menu__wrapper {
        width: 280px;
    }
}

.buttons {
    float: left;
    height: auto;
    margin: 40px 0 0;
    clear: left;
    width: 1200px;
    display: block;
}

/*миксин для блока кнопок в контентной части*/
.buttons_content {
    float: none;
    height: auto;
    margin-left: auto;
    /*margin-top: 60px;*/
    margin-top: 0;
    clear: none;
    width: 1200px;
    margin-right: auto;
}

.buttons__item {
    float: left;
    height: auto;
    margin: 20px 0 0;
    clear: none;
    /*width: 31%;*/
}

/*.buttons__item:nth-of-type(n+2) {
    margin-left: 3.5%;
}*/
.buttons__img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    clear: none;
    color: #000000;
}

.buttons__link {
    float: left;
    height: 50px;
    margin: 8px 0 0;
    clear: none;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0 13px 21px -8px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0 13px 21px -8px;
    display: block;
    min-width: 0;
    background-image: url("../img/lada-arr1-orng.svg"), url("../img/lada-corner.png");
    background-attachment: scroll;
    -webkit-background-size: 20px, auto;
    background-size: 20px, auto;
    background-color: #FFFFFF;
    background-position: 95% 50%, 100% 100%;
    background-repeat: no-repeat no-repeat;
}

.buttons__link.right {
    float: right;
    max-width: 300px;
}

.buttons__link_single {
    margin-top: 20px;
    width: 300px;
}

.buttons__link:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0 16px 21px -8px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0 16px 21px -8px;
    background-color: #F7761F;
    background-image: url("../img/lada-arr1-w.svg"), url("../img/lada-corner.png");
}

.buttons__link-text {
    float: left;
    font-size: 16px;
    width: 100%;
    height: 50px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    clear: none;
    min-height: 0;
    font-family: PragmaticaC;
    color: #F7761F;
    padding-left: 20px;
    padding-top: 18px;
    display: block;
}

.buttons__link-text:default,
.buttons__link-text:visited {
    float: left;
    font-size: 16px;
    width: 100%;
    height: 50px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    clear: none;
    min-height: 0;
    font-family: PragmaticaC;
    color: #F7761F;
    padding-left: 20px;
    padding-top: 18px;
    display: block;
}

.buttons__link-text:hover {
    color: #FFFFFF;
}

.buttons__text {
    /*float: right;*/
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0 0;
    clear: left;
    min-height: 0;
    font-family: PragmaticaC;
    color: #8396A5;
    display: block;
}

.buttons__text.right {
    float: right;
    max-width: 300px;
}

@media only screen and (max-width: 1279px) {
    .buttons {
        width: 980px;
        margin-top: 20px;
    }

    .buttons__img {
        margin-bottom: 10px;
        display: none;
    }

    .buttons__link {
        margin-top: 0;
        clear: both;
    }

    .buttons__link_single {
        margin-top: 20px;
        width: 300px;
        height: 50px;
    }

    .buttons__text {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .buttons {
        width: 900px;
    }

    .buttons__text {
        width: 100%;
    }
}

@media only screen and (max-width: 959px) {
    .buttons {
        width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .buttons {
        width: 660px;
    }
}

@media only screen and (max-width: 719px) {
    .buttons {
        width: 580px;
        margin-top: 30px;
        clear: left;
    }

    .buttons__item {
        width: 100%;
    }

    /*.buttons__item:nth-of-type(n+2) {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }*/
    .buttons__img {
        display: block;
    }

    .buttons__link {
        margin-top: 8px;
        clear: none;
    }

    .buttons__link.right {
        max-width: 80%;
        float: right;
    }

    .buttons__text.right {
        clear: right;
        float: right;
        max-width: 80%;
    }

    .buttons__link_single {
        width: 300px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 639px) {
    .buttons {
        width: 540px;
    }
}

@media only screen and (max-width: 599px) {
    .buttons {
        width: 420px;
    }

    .buttons__link_single {
        margin-top: 10px;
        margin-left: 0px;
        clear: both;
    }
}

@media only screen and (max-width: 479px) {
    .buttons {
        width: 300px;
    }

    .buttons__img {
        width: 15%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .buttons {
        width: 280px;
    }

    .buttons__link_single {
        width: 280px;
    }
}

.burger-menu__close-wrapper0 {
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    position: absolute;
    top: 140px;
    left: 0;
    right: auto;
    min-width: 0px;
    z-index: 101;
    bottom: auto;
}

.burger-menu__close-wrapper1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 1200px;
    margin-right: auto;
}

.burger-menu__close-wrapper2 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    margin-bottom: 0px;
}

.burger-menu {
    float: left;
    height: auto;
    clear: both;
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 100;
    bottom: auto;
    background-color: rgba(73, 89, 102, 0.952941);
    right: auto;
    display: none;
}

.burger-menu__wrapper {
    float: none;
    height: auto;
    margin: 87px auto 80px;
    clear: none;
    width: 1200px;
    position: relative;
    z-index: 101;
    /*padding-top: 32px; !*new*!*/
}

.burger-menu__close {
    float: right;
    font-size: 16px;
    width: auto;
    height: 32px;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    clear: none;
    min-height: 0;
    font-family: PragmaticaC;
    color: #F7761F;
    padding-right: 40px;
    display: block;
    background-image: url("../img/close.svg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    padding-top: 8px;
    top: 0;
    left: 0;
    position: relative;
    z-index: 101;
    background-position: 100% 0;
    background-repeat: no-repeat no-repeat;
    cursor: pointer;
}

a.burger-menu__close {
    color: #F7761F;
}

.burger-menu__close_down {
    clear: left;
    display: none;
    margin: 20px 0 0;
}

.burger-menu__close:hover {
    color: #FFFFFF;
    background-image: url("../img/close1.svg");
}

.burger-menu__close {
    display: none;
}

.burger-menu.active,
.burger-menu__close.active {
    display: block;
}

.burger-menu__sem {
    height: auto;
    margin: 50px 0 0;
}

.burger-menu__sem-name {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 1em;
    margin: 10px 0 0;
    clear: left;
    min-height: 0;
    font-family: PragmaticaC-Bold;
    color: #FFFFFF;
}

.burger-menu__sem-line {
    float: left;
    height: 5px;
    margin: 7px 0 0;
    clear: both;
    width: 50px;
    display: block;
    background-color: #F7761F;
}

.burger-menu__base-name {
    float: left;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 5px 0 0;
    clear: both;
    min-height: 0;
    color: #8396A5;
    font-family: PragmaticaC;
    display: block;
}

.burger-menu__base-name:default,
.burger-menu__base-name:visited {
    color: #8396A5;
}

.burger-menu__base-name:first-of-type {
    margin-top: 7px;
}

.burger-menu__base-name:hover {
    color: #FFFFFF;
}

@media only screen and (max-width: 1279px) {
    .burger-menu__close-wrapper1 {
        width: 980px;
    }

    .burger-menu__wrapper {
        width: 980px;
    }
}

@media only screen and (max-width: 1023px) {
    .burger-menu__close-wrapper1 {
        width: 900px;
    }

    .burger-menu__wrapper {
        width: 900px;
    }
}

@media only screen and (max-width: 959px) {
    .burger-menu__close-wrapper1 {
        width: 720px;
    }

    .burger-menu__wrapper {
        width: 720px;
    }

    .burger-menu__sem-line {
        width: 50px;
        height: 5px;
    }

    .burger-menu__base-name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .burger-menu__close-wrapper0 {
        top: 120px;
    }

    .burger-menu__close-wrapper1 {
        width: 660px;
    }

    .burger-menu__wrapper {
        width: 660px;
        margin-top: 67px;
    }

    .burger-menu__sem {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 719px) {
    .burger-menu__close-wrapper1 {
        width: 580px;
    }

    .burger-menu__close-wrapper2 {
        margin-right: 0;
    }

    .burger-menu {
        top: 0;
        left: 0;
    }

    .burger-menu__wrapper {
        width: 580px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 142px;
    }

    .burger-menu__close_down {
        margin: 40px 0 0;
        clear: left;
        display: block;
    }
}

@media only screen and (max-width: 639px) {
    .burger-menu__close-wrapper1 {
        width: 540px;
    }

    .burger-menu__wrapper {
        width: 540px;
    }
}

@media only screen and (max-width: 599px) {
    .burger-menu__close-wrapper0 {
        top: 100px;
    }

    .burger-menu__close-wrapper1 {
        width: 420px;
    }

    .burger-menu__wrapper {
        width: 420px;
        margin-top: 122px;
    }

    .burger-menu__sem {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .burger-menu__close-wrapper0 {
        top: 80px;
    }

    .burger-menu__close-wrapper1 {
        width: 300px;
    }

    .burger-menu {
        top: 41px;
        left: 0;
    }

    .burger-menu__wrapper {
        width: 300px;
        margin-top: 57px;
    }

    .burger-menu__base-name {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 320px) {
    .burger-menu__close-wrapper1 {
        width: 280px;
    }

    .burger-menu__wrapper {
        width: 280px;
    }
}

/**
 * Bootstrap 4.1.3 port
 */
/**
 * Button
 */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 118, 31, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-block {
    display: block;
    width: 100%;
}

/**
 * List
 */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer {
    margin-top: 160px;
    position: relative;
    -webkit-background-size: auto;
    background-size: auto;
    background: #495966 url(../img/lada-back1.gif) no-repeat no-repeat scroll 0% 100%;
}

/*
.footer:before {
    content: '';
    position: absolute;
    border-bottom: 3rem solid rgb(73, 89, 102);
    border-right: 100vw solid transparent;
    top: -3rem;
}
*/
.footer_line {
    float: left;
    height: 146px;
    clear: none;
    width: 100%;
    position: absolute;
    top: -145px;
    bottom: auto;
    left: 0px;
    right: auto;
    z-index: 98;
    background-image: url("../img/lada-topline3.png");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
}

.footer__list_header {
    font-size: 21px;
    text-align: left;
    font-weight: 400;
    line-height: 1em;
    margin: 0px;
    font-family: PragmaticaC-Bold;
    color: #FFFFFF;
}

.footer__list_underline {
    height: 7px;
    margin: 10px 0px;
    width: 70px;
    display: block;
    background-color: #F7761F;
}

.footer__list_item {
    font-size: 21px;
    font-weight: normal;
    line-height: 1em;
    margin: 0px 0px 5px;
    color: #8396A5;
    font-family: PragmaticaC;
    display: block;
}

.footer__list_item:active {
    color: #FFFFFF;
    text-decoration: none;
}

.footer__list_item:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.footer__list_item:visited {
    color: #8396A5;
    text-decoration: none;
}

.footer__contact_clientline {
    float: left;
    font-size: 21px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #FFFFFF;
    display: block;
}

.footer__contact_phone {
    float: left;
    font-size: 40px;
    /*width: auto;*/
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 10px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #FFFFFF;
    display: block;
}

.footer__contact_tip {
    float: left;
    font-size: 21px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 10px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #8396A5;
    display: block;
}

.footer__share_vk {
    float: left;
    height: 24px;
    margin: 20px 0px 0px;
    clear: both;
    width: 24px;
    -webkit-background-size: auto;
    background-size: auto;
    display: block;
    background: url(../img/lada-soc1.png) no-repeat no-repeat scroll 0% 0%;
}

.footer__share_vk:hover {
    background: url(../img/lada-soc2.png) no-repeat no-repeat scroll 0% 0%;
}

.footer__share_fb {
    float: left;
    height: 24px;
    margin: 20px 0px 0px 10px;
    clear: none;
    width: 24px;
    display: block;
    -webkit-background-size: auto;
    background-size: auto;
    background: url(../img/lada-soc1.png) no-repeat no-repeat scroll -33px 0%;
}

.footer__share_fb:hover {
    background: url(../img/lada-soc2.png) no-repeat no-repeat scroll -33px 0%;
}

.footer__share_tw {
    float: left;
    height: 24px;
    margin: 20px 0px 0px 10px;
    clear: none;
    width: 24px;
    display: block;
    -webkit-background-size: auto;
    background-size: auto;
    background: url(../img/lada-soc1.png) no-repeat no-repeat scroll -66px 0%;
}

.footer__share_tw:hover {
    background: url(../img/lada-soc2.png) no-repeat no-repeat scroll -66px 0%;
}

.footer__share_yt {
    float: left;
    height: 24px;
    margin: 20px 0px 0px 10px;
    clear: none;
    width: 24px;
    display: block;
    -webkit-background-size: auto;
    background-size: auto;
    background: url(../img/lada-soc1.png) no-repeat no-repeat scroll -99px 0%;
}

.footer__share_yt:hover {
    background: url(../img/lada-soc2.png) no-repeat no-repeat scroll -99px 0%;
}

.footer__share_in {
    float: left;
    height: 24px;
    margin: 20px 0px 0px 10px;
    clear: none;
    width: 24px;
    display: block;
    -webkit-background-size: auto;
    background-size: auto;
    background: url(../img/lada-soc1.png) no-repeat no-repeat scroll -132px 0%;
}

.footer__share_in:hover {
    background: url(../img/lada-soc2.png) no-repeat no-repeat scroll -132px 0%;
}

.footer__share_ok {
    float: left;
    height: 24px;
    margin: 20px 0px 0px 10px;
    clear: none;
    width: 24px;
    display: block;
    -webkit-background-size: auto;
    background-size: auto;
    background: url(../img/lada-soc1.png) no-repeat no-repeat scroll -165px 0%;
}

.footer__share_ok:hover {
    -webkit-background-size: auto;
    background-size: auto;
    background: url(../img/lada-soc2.png) no-repeat no-repeat scroll -165px 0%;
}

.footer__legal_header {
    float: left;
    font-size: 21px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #FFFFFF;
    display: block;
}

.footer__legal_txt {
    float: left;
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 10px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #8396A5;
}

.cookie-notify-container {
    float: left;
    height: auto;
    clear: both;
    width: 100%;
    position: fixed;
    top: auto;
    left: 0px;
    background-color: rgba(73, 89, 102, 0.85098);
    opacity: 1;
    z-index: 102;
    display: block;
    padding: 40px;
    bottom: 0px;
}

.cookie-notify-text {
    float: left;
    font-size: 16px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #FFFFFF;
    display: block;
    padding: 0px;
}

.cookie-notify-button:hover {
    -webkit-box-shadow: rgba(131, 150, 165, 0.368627) 0px 13px 21px -8px;
    box-shadow: rgba(131, 150, 165, 0.368627) 0px 13px 21px -8px;
    margin-top: 0px;
    background-color: #CBD4DD;
}

.cookie-notify-button {
    float: right;
    height: 50px;
    clear: none;
    width: 280px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    /*padding: 0px;*/
    -webkit-box-shadow: rgba(131, 150, 165, 0.309804) 0px 13px 21px -8px;
    box-shadow: rgba(131, 150, 165, 0.309804) 0px 13px 21px -8px;
    display: block;
    min-width: 0px;
    position: static;
    top: 0px;
    left: 0px;
    margin: 0px;
    border-bottom-right-radius: 25px;
    background-color: #DBE3EA;
    color: #495966;
    padding: 18px 0px 0px;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    font-size: 16px;
    cursor: pointer;
}

@media only screen and (max-width: 1279px) {
    .cookie-notify-container {
        display: block;
    }
}

@media only screen and (max-width: 959px) {
    .footer__list_header {
        font-size: 18px;
    }

    .footer__list_underline {
        width: 50px;
        height: 5px;
    }

    .footer__list_item {
        font-size: 18px;
    }

    .footer__contact_clientline {
        font-size: 18px;
    }

    .footer__contact_tip {
        font-size: 18px;
    }

    .footer__legal_header {
        font-size: 18px;
    }

    .cookie-notify-button {
        margin-top: 0px;
        padding-right: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__contact_phone {
        font-size: 35px;
        margin-top: 10px;
        margin-left: 0px;
    }

    .footer__contact_tip {
        margin-top: 10px;
        margin-left: 0px;
    }

    .footer__legal_header {
        margin: 0px;
    }

    .footer__legal_txt {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        float: right;
        margin-top: 10px;
        clear: both;
    }

    .cookie-notify-button {
        margin-right: 0px;
    }

    .cookie-notify-text {
        width: 50%;
    }
}

@media only screen and (max-width: 719px) {
    .footer {
        margin-bottom: 65px;
    }

    .cookie-notify-button {
        margin-right: 0px;
        display: block;
    }
}

@media only screen and (max-width: 639px) {
    .cookie-notify-button {
        margin: 0px;
        float: left;
        clear: left;
    }

    .cookie-notify-text {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .cookie-notify-button {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .footer {
        margin-bottom: 50px;
    }

    .cookie-notify-button {
        width: 100%;
    }

    .cookie-notify-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 369px) {
    .cookie-notify-text {
        font-size: 14px;
    }

    .cookie-notify-container {
        padding: 30px;
    }
}

@media only screen and (max-width: 320px) {
    .cookie-notify-container {
        display: block;
    }
}

.primaryContainer {
    max-width: 1920px;
}

.primaryContainer #MainImg,
.primaryContainer #slide1_v2 {
    margin-top: 74px;
}

.primaryContainer #box1,
.primaryContainer #box_access {
    margin-top: 70px;
}

.primaryContainer #box1.Configurator {
    margin-top: 55px;
}

.primaryContainer #box_access_single {
    margin-top: 160px;
}

.primaryContainer #box_access {
    background-position: 0 0, 50% 25%;
}

.primaryContainer #PathBox,
.primaryContainer #lf_steps_zag,
.primaryContainer #lf_docs_zag,
.primaryContainer #NewsBody.ContentWoTopImage,
.primaryContainer #NewsBody.BeDealer,
.primaryContainer #box_testdrive,
.primaryContainer #action_one_zagolovok,
.primaryContainer #box1_dealers,
.primaryContainer #box_testdrive_single {
    margin-top: 170px;
}

.primaryContainer #box1 #CarBox {
    margin-top: 85px;
}

@media only screen and (max-width: 1023px) {
    .primaryContainer #PathBox,
    .primaryContainer #lf_steps_zag,
    .primaryContainer #lf_docs_zag,
    .primaryContainer #NewsBody.ContentWoTopImage,
    .primaryContainer #NewsBody.BeDealer,
    .primaryContainer #box_testdrive,
    .primaryContainer #action_one_zagolovok,
    .primaryContainer #box1_dealers,
    .primaryContainer #box_testdrive_single {
        margin-top: 150px;
    }

    .primaryContainer #box4_access_car,
    .primaryContainer #box_access_single {
        margin-top: 140px;
    }
}

@media only screen and (max-width: 900px) {
    .primaryContainer #MainImg,
    .primaryContainer #slide1_v2 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 959px) {
    .primaryContainer #box1,
    .primaryContainer #box_access {
        margin-top: 80px;
    }

    .primaryContainer #all_models,
    .primaryContainer #box4_access_car,
    .primaryContainer #box_access_single {
        margin-top: 145px;
    }
}

@media only screen and (max-width: 767px) {
    .primaryContainer #MainImg,
    .primaryContainer #slide1_v2 {
        margin-top: 80px;
    }

    .primaryContainer #PathBox,
    .primaryContainer #lf_steps_zag,
    .primaryContainer #lf_docs_zag,
    .primaryContainer #NewsBody.ContentWoTopImage,
    .primaryContainer #NewsBody.BeDealer,
    .primaryContainer #box_testdrive,
    .primaryContainer #action_one_zagolovok,
    .primaryContainer #box1_dealers,
    .primaryContainer #box_testdrive_single {
        margin-top: 140px;
    }
}

@media only screen and (max-width: 719px) {
    .primaryContainer #all_models,
    .primaryContainer #box4_access_car,
    .primaryContainer #box_access_single {
        margin-top: 135px;
    }
}

@media only screen and (max-width: 650px) {
    .primaryContainer #PathBox {
        height: 50px;
    }

    #PathBox #Path1 {
        top: 0px;
    }

    #PathBox #PathBox2 {
        top: 27px;
        left: 0px;
    }

    .primaryContainer #PathBox.ServiceAbout {
        height: 50px;
    }

    #PathBox.ServiceAbout #PathBox2 {
        top: 0px;
        left: 195px;
    }

    .primaryContainer #PathBox.PressReleases {
        height: 90px;
    }

    #PathBox.PressReleases #Path1 {
        top: 40px;
    }

    #PathBox.PressReleases #PathBox2 {
        top: 40px;
        left: 195px;
    }
}

@media only screen and (max-width: 639px) {
    .primaryContainer #MainImg,
    .primaryContainer #slide1_v2 {
        margin-top: 80px !important;
    }

    #box1 #CarBox {
        margin-top: 100px;
    }

    .primaryContainer #PathBox,
    .primaryContainer #lf_steps_zag,
    .primaryContainer #lf_docs_zag,
    .primaryContainer #NewsBody.ContentWoTopImage,
    .primaryContainer #NewsBody.BeDealer,
    .primaryContainer #box_testdrive,
    .primaryContainer #action_one_zagolovok,
    .primaryContainer #box1_dealers,
    .primaryContainer #box_testdrive_single {
        margin-top: 125px !important;
    }

    .primaryContainer #all_models,
    .primaryContainer #box4_access_car,
    .primaryContainer #box_access_single {
        margin-top: 125px !important;
    }
}

/*@media only screen and (max-width: 520px) {
    .primaryContainer #box4_access_car {
        margin-top: 110px !important;
    }
}*/
@media only screen and (max-width: 401px) {
    #PathBox.ServiceAbout #PathBox2 {
        top: 27px;
        left: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .primaryContainer #MainImg,
    .primaryContainer #slide1_v2 {
        margin-top: 40px !important;
    }

    .primaryContainer #box1,
    .primaryContainer #box_access {
        margin-top: 40px;
    }

    #box_access #box_access1 {
        margin-top: 330px;
    }

    .primaryContainer #PathBox,
    .primaryContainer #lf_steps_zag,
    .primaryContainer #lf_docs_zag,
    .primaryContainer #NewsBody.ContentWoTopImage,
    .primaryContainer #NewsBody.BeDealer,
    .primaryContainer #box_testdrive,
    .primaryContainer #action_one_zagolovok,
    .primaryContainer #box1_dealers,
    .primaryContainer #box_testdrive_single {
        margin-top: 80px !important;
    }

    .primaryContainer #all_models,
    .primaryContainer #box4_access_car,
    .primaryContainer #box_access_single {
        margin-top: 75px !important;
    }
}

@media only screen and (max-width: 369px) {
    #box_access #box_access1 {
        margin-top: 350px;
    }

    .primaryContainer #PathBox,
    .primaryContainer #lf_steps_zag,
    .primaryContainer #lf_docs_zag,
    .primaryContainer #NewsBody.ContentWoTopImage,
    .primaryContainer #NewsBody.BeDealer,
    .primaryContainer #box_testdrive,
    .primaryContainer #action_one_zagolovok,
    .primaryContainer #box1_dealers,
    .primaryContainer #box_testdrive_single {
        margin-top: 70px !important;
    }

    .primaryContainer #NewsBody {
        margin-top: 5px;
    }

    .primaryContainer #PathBox.ServiceAbout {
        height: 70px;
    }
}

/* Конфигуратор */
@media only screen and (max-width: 475px) {
    .primaryContainer #box1.Configurator {
        height: 300px;
        margin-top: 500px;
        background-size: 177%, auto, cover;
        /*background-position: 0% 90%,0 0,50% 0;*/
        background-position: 8% 90%, 0 0, 50% 0;
    }

    .primaryContainer #box1.Configurator #CarBox {
        margin-top: -380px;
    }

    #box1.Configurator #CarBoxInfo,
    #box1.Configurator #CarBoxInfo h1,
    #box1.Configurator #CarBoxInfo #text17,
    #box1.Configurator #CarBoxInfo #text18,
    #box1.Configurator #CarBoxInfo .mainImgButton {
        width: 100%;
    }

    #box1.Configurator #CarBoxInfo h1,
    #box1.Configurator #CarBoxInfo #text18,
    #box1.Configurator #CarBoxInfo #text17 {
        text-align: left;
    }

    #box1.Configurator #CarBoxInfo h1,
    #box1.Configurator #CarBoxInfo #text17 {
        color: black;
        min-height: 60px;
    }

    #box1.Configurator #textspan7 {
        color: #F7761F;
    }

    #box1.Configurator #CarBoxInfo #text18,
    #box1.Configurator #CarBoxInfo #text17 {
        padding-left: 0px;
        margin-top: 0px;
        background-color: inherit;
    }

    .primaryContainer #box1.Configurator #lada-goda2016 {
        width: 100%;
    }

    .primaryContainer #box1.Configurator #lada-goda2016 img {
        margin-top: -65px;
        right: 0;
        position: absolute;
    }
}

/* Конфигуратор */
@media only screen and (max-width: 360px) {
    .primaryContainer #PathBox {
        height: 60px;
    }

    #PathBox #PathBox2 {
        top: 27px;
    }

    #PathBox.PressReleases #PathBox2 {
        top: 65px;
        left: 0px;
    }
}

/* ориентация экрана горизонт и разрешение до 900 */
@media handheld, only screen and (min-device-width: 168px) and (max-device-width: 640px) and (orientation: landscape) {
    /* для разблокировки верхних строчек меню*/
    .primaryContainer #box1 {
        margin-top: 70px !important;
    }

    /* для разблокировки верхних строчек меню*/
}

/* ориентация экрана горизонт и разрешениедо 900 */
#buttons_about__4buttons {
    float: none;
    height: auto;
    clear: none;
    width: 1200px;
    display: block;
    position: static;
    top: 0px;
    left: 0px;
    margin: 100px auto;
    z-index: 101;
}

#buttons_about_box27 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 22%;
    padding-right: 0px;
    display: block;
}

#buttons_about_box28:hover {
    -webkit-box-shadow: #FA820F 0px 13px 15px -8px;
    box-shadow: #FA820F 0px 13px 15px -8px;
    background-color: #FA820F;
}

#buttons_about_box28 {
    float: left;
    height: 50px;
    margin: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: #FA6900 0px 13px 15px -8px;
    box-shadow: #FA6900 0px 13px 15px -8px;
    display: block;
    background-color: #FA6900;
}

#buttons_about_text28 {
    float: left;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px;
    clear: none;
    min-height: 29px;
    font-family: PragmaticaC;
    color: #FFFFFF;
    padding-top: 12px;
    display: block;
}

#buttons_about_text29 {
    float: right;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    margin: 40px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #5B6770;
    padding-left: 0px;
    display: block;
}

#buttons_about_box29 {
    float: left;
    height: auto;
    margin: 0px 0px 0px 4%;
    clear: none;
    width: 22%;
    padding-right: 0px;
    display: block;
}

#buttons_about_box30:hover {
    -webkit-box-shadow: #FA820F 0px 13px 15px -8px;
    box-shadow: #FA820F 0px 13px 15px -8px;
    background-color: #FA820F;
}

#buttons_about_box30 {
    float: left;
    height: 50px;
    margin: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: #FA6900 0px 13px 15px -8px;
    box-shadow: #FA6900 0px 13px 15px -8px;
    display: block;
    background-color: #FA6900;
}

#buttons_about_text30 {
    float: left;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px;
    clear: none;
    min-height: 29px;
    font-family: PragmaticaC;
    color: #FFFFFF;
    padding-top: 12px;
    display: block;
}

#buttons_about_text31 {
    float: right;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    margin: 40px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #5B6770;
    padding-left: 0px;
    display: block;
}

#buttons_about_box31 {
    float: left;
    height: auto;
    margin: 0px 0px 0px 4%;
    clear: none;
    width: 22%;
    padding-right: 0px;
    display: block;
}

#buttons_about_box32:hover {
    -webkit-box-shadow: #FA820F 0px 13px 15px -8px;
    box-shadow: #FA820F 0px 13px 15px -8px;
    background-color: #FA820F;
}

#buttons_about_box32 {
    float: left;
    height: 50px;
    margin: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: #FA6900 0px 13px 15px -8px;
    box-shadow: #FA6900 0px 13px 15px -8px;
    display: block;
    background-color: #FA6900;
}

#buttons_about_text32 {
    float: left;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px;
    clear: none;
    min-height: 29px;
    font-family: PragmaticaC;
    color: #FFFFFF;
    padding-top: 12px;
    display: block;
}

#buttons_about_text33 {
    float: right;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    margin: 40px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #5B6770;
    padding-left: 0px;
    display: block;
}

#buttons_about_box33 {
    float: left;
    height: auto;
    margin: 0px 0px 0px 4%;
    clear: none;
    width: 22%;
    padding-right: 0px;
    display: block;
}

#buttons_about_box34:hover {
    -webkit-box-shadow: #FA820F 0px 13px 15px -8px;
    box-shadow: #FA820F 0px 13px 15px -8px;
    background-color: #FA820F;
}

#buttons_about_box34 {
    float: left;
    height: 50px;
    margin: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: #FA6900 0px 13px 15px -8px;
    box-shadow: #FA6900 0px 13px 15px -8px;
    display: block;
    background-color: #FA6900;
}

#buttons_about_text34 {
    float: left;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px;
    clear: none;
    min-height: 29px;
    font-family: PragmaticaC;
    color: #FFFFFF;
    padding-top: 12px;
    display: block;
}

#buttons_about_text35 {
    float: right;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    margin: 40px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: #5B6770;
    padding-left: 0px;
    display: block;
}

.button_menu_2level {
    float: left;
    height: 50px;
    margin: 30px 0;
    clear: none;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: #FA6900 0px 13px 15px -8px;
    box-shadow: #FA6900 0px 13px 15px -8px;
    display: block;
    background-color: #FA6900;
}

.button_menu_2level_gray {
    margin-bottom: 0;
    margin-top: 50px;
    background-color: #DCE2E5;
    -webkit-box-shadow: #DCE2E5 0px 5px 16px -4px;
    box-shadow: #DCE2E5 0px 5px 16px -4px;
}

.button_menu_2level:hover {
    -webkit-box-shadow: #FA820F 0px 13px 15px -8px;
    box-shadow: #FA820F 0px 13px 15px -8px;
    background-color: #FA820F;
}

.button_menu_2level_gray:hover {
    background-color: #C1CCD1;
    -webkit-box-shadow: #C1CCD1 0px 5px 16px -4px;
    box-shadow: #C1CCD1 0px 5px 16px -4px;
}

.button_menu_2level_text {
    float: left;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px;
    clear: none;
    min-height: 29px;
    font-family: PragmaticaC;
    color: #FFFFFF;
    padding-top: 12px;
    display: block;
}

.button_menu_2level_gray .button_menu_2level_text {
    color: #465866;
}

@media only screen and (max-width: 1279px) {
    #buttons_about__4buttons {
        width: 980px;
        clear: none;
    }

    #buttons_about_text29 {
        width: 100%;
    }

    #buttons_about_text31 {
        width: 100%;
    }

    #buttons_about_text33 {
        width: 100%;
    }

    #buttons_about_text35 {
        width: 100%;
    }

    #buttons_about_text28 {
        font-size: 18px;
        padding-top: 15px;
    }

    #buttons_about_text30 {
        font-size: 18px;
        padding-top: 15px;
    }

    #buttons_about_text32 {
        font-size: 18px;
        padding-top: 15px;
    }

    #buttons_about_text34 {
        font-size: 18px;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    #buttons_about__4buttons {
        width: 900px;
    }

    #buttons_about_text29 {
        width: 100%;
    }

    #buttons_about_text31 {
        width: 100%;
    }

    #buttons_about_text33 {
        width: 100%;
    }

    #buttons_about_text35 {
        width: 100%;
    }
}

@media only screen and (max-width: 959px) {
    #buttons_about__4buttons {
        width: 720px;
    }

    #buttons_about_box27 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_box28 {
        width: 300px;
    }

    #buttons_about_text29 {
        width: 50%;
        padding-left: 0px;
        margin-top: 0px;
        clear: none;
    }

    #buttons_about_box29 {
        width: 100%;
        padding-right: 0px;
        margin-left: 0%;
        margin-top: 40px;
    }

    #buttons_about_box30 {
        width: 300px;
    }

    #buttons_about_text31 {
        width: 50%;
        padding-left: 0px;
        margin-top: 0px;
        clear: none;
    }

    #buttons_about_box31 {
        width: 100%;
        padding-right: 0px;
        margin-left: 0%;
        margin-top: 40px;
    }

    #buttons_about_box32 {
        width: 300px;
    }

    #buttons_about_text33 {
        width: 50%;
        padding-left: 0px;
        margin-top: 0px;
        clear: none;
    }

    #buttons_about_box33 {
        width: 100%;
        padding-right: 0px;
        margin-left: 0%;
        margin-top: 40px;
    }

    #buttons_about_box34 {
        width: 300px;
    }

    #buttons_about_text35 {
        width: 50%;
        padding-left: 0px;
        margin-top: 0px;
        clear: none;
    }
}

@media only screen and (max-width: 767px) {
    #buttons_about__4buttons {
        width: 660px;
    }

    #buttons_about_box27 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_box28 {
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        clear: none;
        margin-top: 0px;
    }

    #buttons_about_text29 {
        width: 50%;
        margin-top: 0px;
        padding-left: 0px;
        display: block;
    }

    #buttons_about_box29 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_box30 {
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        clear: none;
        margin-top: 0px;
    }

    #buttons_about_text31 {
        width: 50%;
        margin-top: 0px;
        padding-left: 0px;
        display: block;
    }

    #buttons_about_box31 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_box32 {
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        clear: none;
        margin-top: 0px;
    }

    #buttons_about_text33 {
        width: 50%;
        margin-top: 0px;
        padding-left: 0px;
        display: block;
    }

    #buttons_about_box33 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_box34 {
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        clear: none;
        margin-top: 0px;
    }

    #buttons_about_text35 {
        width: 50%;
        margin-top: 0px;
        padding-left: 0px;
        display: block;
    }
}

@media only screen and (max-width: 719px) {
    #buttons_about__4buttons {
        width: 580px;
    }

    #buttons_about_box27 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_text29 {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    #buttons_about_box29 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_text31 {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    #buttons_about_box31 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_text33 {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    #buttons_about_box33 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_text35 {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    #buttons_about_box28 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #buttons_about_box30 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #buttons_about_box32 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #buttons_about_box34 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }
}

@media only screen and (max-width: 639px) {
    #buttons_about__4buttons {
        width: 540px;
    }

    #buttons_about_box27 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_box28 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #buttons_about_text29 {
        width: 540px;
        margin-top: 20px;
        margin-right: 0px;
        clear: both;
    }

    #buttons_about_box29 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_box30 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #buttons_about_text31 {
        width: 540px;
        margin-top: 20px;
        margin-right: 0px;
        clear: both;
    }

    #buttons_about_box31 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_box32 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #buttons_about_text33 {
        width: 540px;
        margin-top: 20px;
        margin-right: 0px;
        clear: both;
    }

    #buttons_about_box33 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_box34 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #buttons_about_text35 {
        width: 540px;
        margin-top: 20px;
        margin-right: 0px;
        clear: both;
    }
}

@media only screen and (max-width: 599px) {
    #buttons_about__4buttons {
        width: 420px;
    }

    #buttons_about_box27 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_text29 {
        width: 100%;
        margin-top: 20px;
    }

    #buttons_about_box29 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_text31 {
        width: 100%;
        margin-top: 20px;
    }

    #buttons_about_box31 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_text33 {
        width: 100%;
        margin-top: 20px;
    }

    #buttons_about_box33 {
        width: 100%;
        padding-right: 0px;
    }

    #buttons_about_text35 {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    #buttons_about__4buttons {
        width: 300px;
    }

    #buttons_about_text29 {
        width: 300px;
    }

    #buttons_about_text31 {
        width: 300px;
    }

    #buttons_about_text33 {
        width: 300px;
    }

    #buttons_about_text35 {
        width: 300px;
    }
}

@media only screen and (max-width: 320px) {
    #buttons_about__4buttons {
        width: 280px;
    }

    #buttons_about_box28 {
        width: 280px;
    }

    #buttons_about_text29 {
        width: 280px;
    }

    #buttons_about_box30 {
        width: 280px;
    }

    #buttons_about_text31 {
        width: 280px;
    }

    #buttons_about_box32 {
        width: 280px;
    }

    #buttons_about_text33 {
        width: 280px;
    }

    #buttons_about_box34 {
        width: 280px;
    }

    #buttons_about_text35 {
        width: 280px;
    }
}

/*# sourceMappingURL=main.css.map */
