@charset "UTF-8";

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

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

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

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

@font-face {
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Light/Roboto-Thin.html);
    src: url(../fonts/Roboto/Roboto-Light/Roboto-Thind41d.html?#iefix) format("embedded-opentype"),
        url(../fonts/Roboto/Roboto-Light/Roboto-Thin-2.html) format("woff"),
        url(../fonts/Roboto/Roboto-Light/Roboto-Thin-3.html) format("truetype");
}

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

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

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

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

@font-face {
    font-family: Seravek;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/Seravek/Seravek-Light/Seravek-Thin.html);
    src: url(../fonts/Seravek/Seravek-Light/Seravek-Thind41d.html?#iefix) format("embedded-opentype"),
        url(../fonts/Seravek/Seravek-Light/Seravek-Thin-2.html) format("woff"),
        url(../fonts/Seravek/Seravek-Light/Seravek-Thin-3.html) format("truetype");
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #25D366;
    --green: #1cc642;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #1cc642;
    --info: #17a2b8;
    --warning: #25D366;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-exl: 2500px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    
    text-decoration: none;
    background-color: transparent;
    text-decoration-skip: objects;
}

a:hover {
    
    text-decoration: underline;
}

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

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

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

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

button,
input {
    overflow: visible;
    user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

input[type="text"],
input[type="password"] {
    user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

button,
select {
    text-transform: none;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
    border-radius: 0.2rem;
}

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

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

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

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

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


/* update area */
.service_container {
    display: flex !important;
    position: relative !important;
}

.service-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

@media (max-width: 600px) {
    .service-info {
        align-items: flex-start;
        flex-direction: column-reverse;

    }

    .service-info__call {
        width: 100%;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: .5rem;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 20px;
        z-index: 5;
        height: 70px !important;
        background: #F5F5F5 !important;

    }

    .service-info__call a :last-child {
        /* background-color: #2DA562; */
    }


    .service-info__contact {
        width: auto !important;
        flex-direction: column;
    }

}

.service-info .fa-angle-right::before,
.service-info .fa-angle-down::before {
    display: none !important;
}

.service-info__call {
    display: flex;
}

.orderOut-1 {
    width: 43% !important;
    height: 50px;
    font-size: 16px !important;
    margin-right: 1rem;
    margin-top: 0 !important;
}

@media (max-width: 600px) {
    .orderOut-1 {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 50px !important;
        margin-right: 0;
    }
}

.orderOut-1 i {
    margin-right: .5rem;
}


.service-info__contact {
    display: flex;
    justify-content: space-between !important;
}

.contact-btn {
    border-radius: 30px !important;
    background-color: #F5F5F5 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex !important;
    width: auto !important;
    justify-content: flex-start !important;
    margin-right: 0 !important;
    margin-left: 15px !important;

}

@media (max-width: 600px) {
    .contact-btn {
        margin-top: 5px !important;
        margin-left: 0 !important;

    }
}

.contact-btn i {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 50%;

}

/* update area desktop */



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

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

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

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

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

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

.table-hover .table-success:hover {
    background-color: #abeab9;
}

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

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

.table-hover .table-info:hover {
    background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

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

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

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

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

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

.table-hover .table-light:hover {
    background-color: #ececf6;
}

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

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

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

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

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

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

.table-dark.table-bordered {
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
}

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

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

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

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

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

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    border-radius: 0.3rem;
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

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

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #1cc642;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(28, 198, 66, 0.8);
    border-radius: 0.2rem;
    border-radius: 0.2rem;
}

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

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #1cc642;
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.25);
}

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

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

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

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

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #76ec90;
}

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

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

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 198, 66, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 198, 66, 0.25);
}

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

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

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline .form-check {
    width: 100%;
}

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

    .form-inline .form-group {
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-flex: 0;
        flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        box-orient: horizontal;
        box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        box-align: center;
        align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    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;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    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;
    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;
    -o-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;
    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;
    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,
        box-shadow 0.15s ease-in-out;
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none;
}

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

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

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

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

.btn-success {
    color: #fff;
    background-color: #1cc642;
    border-color: #1cc642;
}

.btn-success:hover {
    color: #fff;
    background-color: #17a437;
    border-color: #169933;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #1cc642;
    border-color: #1cc642;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #169933;
    border-color: #148e2f;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

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

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

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

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

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

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

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

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

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

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

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

.btn-outline-success {
    color: #1cc642;
    background-color: transparent;
    background-image: none;
    border-color: #1cc642;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1cc642;
    border-color: #1cc642;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #1cc642;
    background-color: transparent;
}

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(28, 198, 66, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

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

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

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

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

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

.btn-outline-warning {
    color: #25D366;;
    background-color: transparent;
    background-image: none;
    border-color: #25D366;;
}

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

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #25D366;;
    background-color: transparent;
}

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

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

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

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

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

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

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

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

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

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

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

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

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

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

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

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

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

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

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

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

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

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

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border-radius: 0.2rem;
}

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

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

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

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

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

.dropdown,
.dropup {
    position: relative;
}

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

.dropdown-toggle:empty::after {
    margin-left: 0;
}

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

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

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

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

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

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

.dropleft .dropdown-toggle::after {
    display: none;
}

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

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

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-append {
    margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-size: 50% 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 5px rgba(128, 189, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 5px rgba(128, 189, 255, 0.5);
}

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

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

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

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

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

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

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
    position: relative;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

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

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

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

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

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

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

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

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

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

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

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

@media (max-width: 575.98px) {

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        box-orient: horizontal;
        box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        box-orient: horizontal;
        box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

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

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

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

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

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 767.98px) {

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

@media (min-width: 768px) {
    .navbar-expand-md {
        box-orient: horizontal;
        box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        box-orient: horizontal;
        box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

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

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

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

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

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 991.98px) {

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        box-orient: horizontal;
        box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        box-orient: horizontal;
        box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

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

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

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

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

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1199.98px) {

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        box-orient: horizontal;
        box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        box-orient: horizontal;
        box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

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

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

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

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

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 2499.98px) {

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

@media (min-width: 2500px) {
    .navbar-expand-exl {
        box-orient: horizontal;
        box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-exl .navbar-nav {
        box-orient: horizontal;
        box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-exl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }

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

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

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

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

    .navbar-expand-exl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

.navbar-expand {
    box-orient: horizontal;
    box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

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

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

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

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

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

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

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.card {
    position: relative;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    box-flex: 1;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        box-orient: horizontal;
        box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-flex: 1;
        flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        box-orient: horizontal;
        box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        box-flex: 1;
        flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0;
        border-top-left-radius: 0;
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:only-child {
        border-radius: 0.25rem;
        border-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
        border-radius: 0;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    /* padding-right: 0.5rem;
    padding-left: 0.5rem; */
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}



.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}


.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
    border-radius: 10rem;
}

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

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

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

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #1cc642;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #169933;
}

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

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #25D366;;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

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

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

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

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #0f6722;
    background-color: #d2f4d9;
    border-color: #bfefca;
}

.alert-success hr {
    border-top-color: #abeab9;
}

.alert-success .alert-link {
    color: #093a13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

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

    to {
        background-position: 0 0;
    }
}

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

    to {
        background-position: 0 0;
    }
}

.progress {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.progress-bar {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: -o-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-size: 1rem 1rem;
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #0f6722;
    background-color: #bfefca;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f6722;
    background-color: #abeab9;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f6722;
    border-color: #0f6722;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

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

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, transform 0.3s ease-out;
    transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    box-flex: 1;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, transform 0.6s ease;
    backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@supports ((transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    box-flex: 0;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.bg-success {
    background-color: #1cc642 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
    border-color: #1cc642 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    box-orient: horizontal !important;
    box-direction: normal !important;
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    box-orient: vertical !important;
    box-direction: normal !important;
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    box-orient: horizontal !important;
    box-direction: reverse !important;
    flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    box-orient: vertical !important;
    box-direction: reverse !important;
    flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    box-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    box-pack: end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    box-pack: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    box-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    box-align: start !important;
    align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    box-align: end !important;
    align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    box-align: center !important;
    align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    box-align: baseline !important;
    align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    box-align: stretch !important;
    align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        box-orient: horizontal !important;
        box-direction: normal !important;
        flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        box-orient: vertical !important;
        box-direction: normal !important;
        flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        box-orient: horizontal !important;
        box-direction: reverse !important;
        flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        box-orient: vertical !important;
        box-direction: reverse !important;
        flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        box-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        box-pack: end !important;
        justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        box-pack: center !important;
        justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        box-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        box-align: start !important;
        align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        box-align: end !important;
        align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        box-align: center !important;
        align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        box-align: baseline !important;
        align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        box-align: stretch !important;
        align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        box-orient: horizontal !important;
        box-direction: normal !important;
        flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        box-orient: vertical !important;
        box-direction: normal !important;
        flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        box-orient: horizontal !important;
        box-direction: reverse !important;
        flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        box-orient: vertical !important;
        box-direction: reverse !important;
        flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        box-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        box-pack: end !important;
        justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        box-pack: center !important;
        justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        box-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        box-align: start !important;
        align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        box-align: end !important;
        align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        box-align: center !important;
        align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        box-align: baseline !important;
        align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        box-align: stretch !important;
        align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        box-orient: horizontal !important;
        box-direction: normal !important;
        flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        box-orient: vertical !important;
        box-direction: normal !important;
        flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        box-orient: horizontal !important;
        box-direction: reverse !important;
        flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        box-orient: vertical !important;
        box-direction: reverse !important;
        flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        box-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        box-pack: end !important;
        justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        box-pack: center !important;
        justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        box-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        box-align: start !important;
        align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        box-align: end !important;
        align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        box-align: center !important;
        align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        box-align: baseline !important;
        align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        box-align: stretch !important;
        align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        box-orient: horizontal !important;
        box-direction: normal !important;
        flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        box-orient: vertical !important;
        box-direction: normal !important;
        flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        box-orient: horizontal !important;
        box-direction: reverse !important;
        flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        box-orient: vertical !important;
        box-direction: reverse !important;
        flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        box-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        box-pack: end !important;
        justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        box-pack: center !important;
        justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        box-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        box-align: start !important;
        align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        box-align: end !important;
        align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        box-align: center !important;
        align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        box-align: baseline !important;
        align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        box-align: stretch !important;
        align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 2500px) {
    .flex-exl-row {
        box-orient: horizontal !important;
        box-direction: normal !important;
        flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-exl-column {
        box-orient: vertical !important;
        box-direction: normal !important;
        flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-exl-row-reverse {
        box-orient: horizontal !important;
        box-direction: reverse !important;
        flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-exl-column-reverse {
        box-orient: vertical !important;
        box-direction: reverse !important;
        flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-exl-wrap {
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-exl-nowrap {
        flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-exl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-exl-start {
        box-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-exl-end {
        box-pack: end !important;
        justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-exl-center {
        box-pack: center !important;
        justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-exl-between {
        box-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-exl-around {
        justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-exl-start {
        box-align: start !important;
        align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-exl-end {
        box-align: end !important;
        align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-exl-center {
        box-align: center !important;
        align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-exl-baseline {
        box-align: baseline !important;
        align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-exl-stretch {
        box-align: stretch !important;
        align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-exl-start {
        align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-exl-end {
        align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-exl-center {
        align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-exl-between {
        align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-exl-around {
        align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-exl-stretch {
        align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-exl-auto {
        align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-exl-start {
        align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-exl-end {
        align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-exl-center {
        align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-exl-baseline {
        align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-exl-stretch {
        align-self: stretch !important;
        -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: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 2500px) {
    .float-exl-left {
        float: left !important;
    }

    .float-exl-right {
        float: right !important;
    }

    .float-exl-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: 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: sticky) or (position: sticky)) {
    .sticky-top {
        position: sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 2500px) {
    .m-exl-0 {
        margin: 0 !important;
    }

    .mt-exl-0,
    .my-exl-0 {
        margin-top: 0 !important;
    }

    .mr-exl-0,
    .mx-exl-0 {
        margin-right: 0 !important;
    }

    .mb-exl-0,
    .my-exl-0 {
        margin-bottom: 0 !important;
    }

    .ml-exl-0,
    .mx-exl-0 {
        margin-left: 0 !important;
    }

    .m-exl-1 {
        margin: 0.25rem !important;
    }

    .mt-exl-1,
    .my-exl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-exl-1,
    .mx-exl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-exl-1,
    .my-exl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-exl-1,
    .mx-exl-1 {
        margin-left: 0.25rem !important;
    }

    .m-exl-2 {
        margin: 0.5rem !important;
    }

    .mt-exl-2,
    .my-exl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-exl-2,
    .mx-exl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-exl-2,
    .my-exl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-exl-2,
    .mx-exl-2 {
        margin-left: 0.5rem !important;
    }

    .m-exl-3 {
        margin: 1rem !important;
    }

    .mt-exl-3,
    .my-exl-3 {
        margin-top: 1rem !important;
    }

    .mr-exl-3,
    .mx-exl-3 {
        margin-right: 1rem !important;
    }

    .mb-exl-3,
    .my-exl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-exl-3,
    .mx-exl-3 {
        margin-left: 1rem !important;
    }

    .m-exl-4 {
        margin: 1.5rem !important;
    }

    .mt-exl-4,
    .my-exl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-exl-4,
    .mx-exl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-exl-4,
    .my-exl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-exl-4,
    .mx-exl-4 {
        margin-left: 1.5rem !important;
    }

    .m-exl-5 {
        margin: 3rem !important;
    }

    .mt-exl-5,
    .my-exl-5 {
        margin-top: 3rem !important;
    }

    .mr-exl-5,
    .mx-exl-5 {
        margin-right: 3rem !important;
    }

    .mb-exl-5,
    .my-exl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-exl-5,
    .mx-exl-5 {
        margin-left: 3rem !important;
    }

    .p-exl-0 {
        padding: 0 !important;
    }

    .pt-exl-0,
    .py-exl-0 {
        padding-top: 0 !important;
    }

    .pr-exl-0,
    .px-exl-0 {
        padding-right: 0 !important;
    }

    .pb-exl-0,
    .py-exl-0 {
        padding-bottom: 0 !important;
    }

    .pl-exl-0,
    .px-exl-0 {
        padding-left: 0 !important;
    }

    .p-exl-1 {
        padding: 0.25rem !important;
    }

    .pt-exl-1,
    .py-exl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-exl-1,
    .px-exl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-exl-1,
    .py-exl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-exl-1,
    .px-exl-1 {
        padding-left: 0.25rem !important;
    }

    .p-exl-2 {
        padding: 0.5rem !important;
    }

    .pt-exl-2,
    .py-exl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-exl-2,
    .px-exl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-exl-2,
    .py-exl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-exl-2,
    .px-exl-2 {
        padding-left: 0.5rem !important;
    }

    .p-exl-3 {
        padding: 1rem !important;
    }

    .pt-exl-3,
    .py-exl-3 {
        padding-top: 1rem !important;
    }

    .pr-exl-3,
    .px-exl-3 {
        padding-right: 1rem !important;
    }

    .pb-exl-3,
    .py-exl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-exl-3,
    .px-exl-3 {
        padding-left: 1rem !important;
    }

    .p-exl-4 {
        padding: 1.5rem !important;
    }

    .pt-exl-4,
    .py-exl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-exl-4,
    .px-exl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-exl-4,
    .py-exl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-exl-4,
    .px-exl-4 {
        padding-left: 1.5rem !important;
    }

    .p-exl-5 {
        padding: 3rem !important;
    }

    .pt-exl-5,
    .py-exl-5 {
        padding-top: 3rem !important;
    }

    .pr-exl-5,
    .px-exl-5 {
        padding-right: 3rem !important;
    }

    .pb-exl-5,
    .py-exl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-exl-5,
    .px-exl-5 {
        padding-left: 3rem !important;
    }

    .m-exl-auto {
        margin: auto !important;
    }

    .mt-exl-auto,
    .my-exl-auto {
        margin-top: auto !important;
    }

    .mr-exl-auto,
    .mx-exl-auto {
        margin-right: auto !important;
    }

    .mb-exl-auto,
    .my-exl-auto {
        margin-bottom: auto !important;
    }

    .ml-exl-auto,
    .mx-exl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 2500px) {
    .text-exl-left {
        text-align: left !important;
    }

    .text-exl-right {
        text-align: right !important;
    }

    .text-exl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}

.text-success {
    color: #1cc642 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #169933 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #25D366; !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
    font-family: lg;
    src: url(../fonts/lgd641.eot?n1z373);
    src: url(../fonts/lgd41d.eot?#iefixn1z373) format("embedded-opentype"),
        url(../fonts/lgd641.woff?n1z373) format("woff"),
        url(../fonts/lgd641.ttf?n1z373) format("truetype"),
        url(../fonts/lgd641.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        color 0.2s linear,
        transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
        transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
        transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.15s !important;
    transition: opacity 0.15s,
        transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s,
        transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
        transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
        transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s,
        visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
        transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
        transform 0.18s linear 0s;
    -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s, transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) center center no-repeat;
    display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s,
        transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s,
        transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.daterangepicker {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    -ms-flex-pack: start;
    box-pack: start;
    justify-content: flex-start;
    justify-content: flex-start;
    border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    font-size: 13px;
    font-family: sans-serif;
    line-height: 1.5em;
    margin-top: 9px;
}

.daterangepicker button,
.daterangepicker form,
.daterangepicker li,
.daterangepicker ul {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    outline: 0;
}

.daterangepicker .controls {
    min-width: 180px;
    margin: 4px;
}

.daterangepicker .periods li,
.daterangepicker .ranges li {
    padding: 4px 9px;
    margin: 0;
    background: #f5f5f5;
    color: #08c;
    cursor: pointer;
}

.daterangepicker .periods li.active,
.daterangepicker .periods li:hover,
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #08c;
    color: #fff;
}

.daterangepicker .periods {
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    display: inline-flex;
    margin: 0 auto 8px;
}

.daterangepicker .periods li:first-child {
    border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.daterangepicker .periods li:last-child {
    border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.daterangepicker .ranges {
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    -ms-flex-direction: column;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    box-align: stretch;
    align-items: stretch;
    align-items: stretch;
}

.daterangepicker .ranges li {
    border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    text-align: left;
}

.daterangepicker .custom-range-inputs {
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    margin: -3px -3px 5px;
}

.daterangepicker .custom-range-inputs input {
    min-width: 50px;
    width: 50px;
    -ms-flex: 1;
    box-flex: 1;
    flex: 1;
    flex: 1;
    margin: 3px;
    border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: auto;
    padding: 0.5em;
    font-size: 13px;
    color: #333;
}

.daterangepicker .custom-range-buttons {
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    margin: -3px;
}

.daterangepicker .custom-range-buttons button {
    padding: 4px 9px;
    margin: 3px;
    border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    color: #08c;
}

.daterangepicker .custom-range-buttons button:hover {
    background: #dcdcdc;
}

.daterangepicker .custom-range-buttons button.apply-btn {
    background: #38a551;
    color: #fff;
}

.daterangepicker .custom-range-buttons button.apply-btn:hover {
    background: #2b7f3e;
}

.daterangepicker.orientation-left:not(.standalone):before,
.daterangepicker.orientation-right:not(.standalone):before {
    position: absolute;
    top: -7px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
}

.daterangepicker.orientation-right:not(.standalone):after {
    left: 10px;
}

.daterangepicker.orientation-left:not(.standalone):after {
    right: 10px;
}

.calendar,
.daterangepicker select.hidden {
    display: none;
}

.daterangepicker select {
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 7px;
    height: auto;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 2px;
    border: unset;
    appearance: none;
}

.calendar {
    margin: 4px;
}

.calendar .calendar-header,
.calendar .calendar-table {
    min-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.calendar .calendar-title {
    padding: 4px 9px;
    margin: 0 auto 8px;
    text-align: center;
    display: block;
}

.calendar .calendar-header button {
    width: 24px;
    height: 24px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
}

.calendar .calendar-header button:hover {
    background-color: #f0f1f5;
}

.calendar .calendar-header {
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 6px 4px;
    padding-left: 20px;
}

.calendar .calendar-header .calendar-selects {
    -ms-flex: 5;
    box-flex: 5;
    flex: 5;
    flex: 5;
    text-align: center;
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    -ms-flex-pack: center;
    box-pack: center;
    justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    box-align: center;
    align-items: center;
    align-items: center;
    padding: 2px;
}

.calendar .calendar-header .arrow {
    -ms-flex: 1;
    box-flex: 1;
    flex: 1;
    flex: 1;
    text-align: center;
    height: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.calendar .calendar-header .arrow.arrow-hidden {
    visibility: hidden;
}

.calendar .calendar-table {
    height: 180px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px;
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    align-content: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-content: space-around;
    -ms-flex-direction: column;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    flex-direction: column;
}

.calendar .calendar-table .table-row {
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    align-content: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-content: space-around;
    -ms-flex: 1;
    box-flex: 1;
    flex: 1;
    flex: 1;
}

.calendar .calendar-table .table-row .table-col {
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    -ms-flex: 1;
    box-flex: 1;
    flex: 1;
    flex: 1;
    text-align: center;
    line-height: 1;
    cursor: default;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar .calendar-table .table-row .table-col .table-value-wrapper {
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    -ms-flex: 1;
    box-flex: 1;
    flex: 1;
    flex: 1;
    -ms-flex-align: center;
    box-align: center;
    align-items: center;
    align-items: center;
}

.calendar .calendar-table .table-row .table-col .table-value-wrapper .table-value {
    -ms-flex: 1;
    box-flex: 1;
    flex: 1;
    flex: 1;
}

.calendar .calendar-table .table-row .table-col .week-day.unavailable,
.calendar .calendar-table .table-row .table-col.out-of-boundaries,
.calendar .calendar-table .table-row .table-col.unavailable {
    color: #bbb;
}

.calendar .calendar-table .table-row .table-col.in-range {
    background: rgba(0, 136, 204, 0.1);
}

.calendar .calendar-table .table-row .table-col.clickable {
    cursor: pointer;
}

.calendar .calendar-table .table-row .table-col.clickable:hover .table-value-wrapper {
    background: #eee;
    border-radius: 4px;
    border-radius: 4px;
}

.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper {
    border-radius: 4px;
    border-radius: 4px;
}

.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper:hover,
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper:hover {
    background: #08c;
    color: #fff;
}

.calendar .calendar-table .table-row .table-col.end-date.out-of-boundaries .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.end-date.out-of-boundaries .table-value-wrapper:hover,
.calendar .calendar-table .table-row .table-col.start-date.out-of-boundaries .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.start-date.out-of-boundaries .table-value-wrapper:hover {
    background: #bbb;
}

.calendar .calendar-table .table-row .table-col.start-date {
    border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.calendar .calendar-table .table-row .table-col.end-date {
    border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.calendar .calendar-table .table-row .table-col .week-day {
    -ms-flex: 1;
    box-flex: 1;
    flex: 1;
    flex: 1;
    text-align: center;
}

.calendar .calendar-table .table-row.weekdays .table-col {
    font-weight: 700;
}

.daterangepicker.opened {
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    display: inline-flex;
}

.daterangepicker.expanded .calendar {
    display: block;
}

.daterangepicker.hide-periods .calendar .calendar-title,
.daterangepicker.hide-periods .periods,
.daterangepicker.hide-weekdays .weekdays,
.daterangepicker.single .calendar .calendar-title,
.daterangepicker.single .custom-range-buttons,
.daterangepicker.single .custom-range-inputs,
.daterangepicker.single .ranges,
.daterangepicker.standalone .custom-range-buttons {
    display: none;
}

.daterangepicker.standalone {
    position: static;
}

.daterangepicker.single {
    -ms-flex-direction: column;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    flex-direction: column;
}

.daterangepicker.single .controls {
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: flex;
    -ms-flex-pack: center;
    box-pack: center;
    justify-content: center;
    justify-content: center;
}

.daterangepicker.single .controls .periods {
    margin-bottom: 0;
}

.daterangepicker.single .calendar .calendar-header {
    margin-left: 0;
    margin-right: 0;
}

.daterangepicker.single .calendar .calendar-table {
    border: none;
    padding: 0;
}

.daterangepicker.single.hide-periods .controls {
    display: none;
}

.daterangepicker.month-period .table-col,
.daterangepicker.year-period .table-col {
    font-size: 1.25em;
}

.daterangepicker.quarter-period .table-col {
    -ms-flex-direction: column;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    flex-direction: column;
    font-size: 2em;
}

.daterangepicker.quarter-period .table-col .months {
    font-size: 0.5em;
    opacity: 0.75;
}

.daterangepicker.orientation-left:not(.single) .controls {
    -ms-flex-order: 2;
    box-ordinal-group: 3;
    order: 2;
    order: 2;
}

:root {
    --primary-color: #25D366;
    --secondary-color: #25D366;
    --button-bg-color: #f2f3f5;
    --text-color: #333537;
}

html {
    font-size: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: white;
    font-family: Roboto !important;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    tap-highlight-color: transparent;
}

.header-container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header-primary {
    background-color:  #205287;
}

.header-primary__tab {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 2.8125rem;
    /* border-radius: 20px 20px 0 0; */
    /* border-radius: 20px 20px 0 0; */
    /* margin-top: auto; */
    text-align: center;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.header-primary__tab.active {
    background-color: #fff;
    height: 60px;
    position: relative;
    
}

.header-primary__tab.active .header-primary__tab--after,
.header-primary__tab.active .header-primary__tab--before {
    /* width: 1.25rem;
    height: 1.25rem; */
    background: #fff;
    position: absolute;
    bottom: 0;
}

.header-primary__tab.active .header-primary__tab--after .circle,
.header-primary__tab.active .header-primary__tab--before .circle {
    width: 100%;
    height: 100%;
    /* background: var(--primary-color); */
}

.header-primary__tab.active .header-primary__tab--before {
    left: 0;
    margin-left: -1.25rem;
}

.header-primary__tab.active .header-primary__tab--before .circle {
    border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.header-primary__tab.active .header-primary__tab--after {
    right: 0;
    margin-right: -1.25rem;
}

.header-primary__tab.active .header-primary__tab--after .circle {
    border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.header-primary__container {
    height: 3.5rem;
}

.header-primary__left {
    /* background-color: #25D366; */
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25.4375rem;
    height: 100%;
    overflow-y: hidden;
}
.header-primary__left span{
    color:white ;
}
.header-primary__tab.active span {
  
    color: black !important;
}

.header-primary__left a {
    color: var(--text-color);
    /* background-color: #25D366; */
    margin-left:3px;
    margin-right:3px;
    font-size: 0.75rem;
    font-weight: 500;
    height: 56px;
    text-decoration: none;
    /* margin: auto; */
    /* margin-bottom: 0; */
    display: box;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -ms-flex-align: center;
    align-items: center;
}




.header-primary__left span {
    height: min-content;
}

.header-primary__right {
    width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.header-primary__right a {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2rem;
    
    
    background-color: var(--secondary-color);
    padding-right: 1.375rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.header-primary__right a div {
    width: 1.875rem;
    height: 1.875rem;
    
    
    background-color: var(--text-color);
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.header-primary__right a i {
    color: var(--primary-color);
    margin: auto;
    font-size: 0.875rem;
}

.header-primary__right a span {
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.875rem;
    margin-left: 0.75rem;
}

.header-secondary {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.header-secondary__container {
    height: 5.875rem;
}

.header-tertiary {
    height: 3.125rem;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-logo img {
    
    width:200px;
    height:72px;
    margin-left:40px;
}

.header-navbar {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: auto;
    margin-left: 3.4375rem;
    height: 100%;
}

.header-navbar a{
    text-transform: uppercase;
}

.header-navbar__item {
    line-height: 5.875rem;
    margin-right: 1.375rem;
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
}

/* .header-navbar__item:hover {
    color: var(--primary-color);
    text-decoration: none;
} */

.header-navbar__dropdown {
    margin-right: 1.375rem;
}

.header-navbar__dropdown a {
    margin-right: unset;
}

.header-navbar__dropdown:hover>.header-navbar__dropdown--menu {
    display: block;
}

.header-navbar__dropdown--menu {
    border-top: 3px solid #25D366;
    min-width: 12.125rem;
    
    
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.header-navbar__dropdown--menu li {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
}

.header-dropdown {
    position: relative;
    cursor: pointer;
   
}
.header-language__dropdown{
    right:32px;
}
section h2,h4 {
    text-transform: uppercase;
}

.header-dropdown__menu {
    position: absolute;
    z-index: 30;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: none;
}

.header-dropdown__menu li {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.custom-nav .header-dropdown__menu li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-top: 0;
    margin-bottom: 0;
}

.header-dropdown__menu li:hover>a,
.header-dropdown__menu li:hover>i {
    color: #25D366 !important;
    opacity: 1;
}

.header-dropdown__menu li i {
    color: var(--text-color);
    font-size: 0.5rem;
    margin-right: 0.3125rem;
}

.header-dropdown__menu li a {
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
}

.header-subdropdown__menu {
    left: 100%;
    top: 0;
    display: none;
    z-index: 35;
}

.header-dropdown__menu .header-dropdown:hover .header-dropdown__menu {
    display: block;
}

.header-search {
    width: 19.125rem;
    height: 2rem;
   
    background-color: var(--button-bg-color);
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0.625rem;
    margin-right: 2.25rem;
    margin-left: auto;
}

.header-search button {
    background: 0 0;
    border: unset;
    cursor: pointer;
    width: 25px;
}

.header-search button i {
    color: #25D366;
    font-size: 0.875rem;
}

.header-search input {
    background: 0 0;
    border: unset;
    height: 100%;
    padding-left: 0.6875rem;
    width: 86%;
    padding-bottom: 5px;
}

.header-search input::input-placeholder {
    /*opacity: 0.4;*/
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2rem;
    color: #3a3a3a;
}

.header-search input::-moz-placeholder {
    /*opacity: 0.4;*/
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2rem;
    color: #3a3a3a;
}

.header-search input:-ms-input-placeholder {
    /*opacity: 0.4;*/
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2rem;
    color: #3a3a3a;
}

.header-search input::-ms-input-placeholder {
    /*opacity: 0.4;*/
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2rem;
    color: #3a3a3a;
}

.header-search input::placeholder {
    /*opacity: 0.4;*/
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2rem;
    color: #3a3a3a;
}

.header-search__mobile {
    width: 55% !important;
    position: absolute;
    right: 1.5rem;
    z-index: 2;
}

.header-language {
    height: 2rem;
    
    
   
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.header-language img {
    width: 0.875rem;
    height: 0.875rem;
}

.header-language a {
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 0.25rem;
}

.header-language__dropdown--menu {
    width: 100%;
    
   
    right: 0;
    top: 2.8125rem;
}

.header-language__dropdown--menu:before {
    content: "";
    display: inline-block;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 0.9375rem;
    top: -1.25rem;
    z-index: 10;
}

.header-language__dropdown--menu ul {
    padding: 0.3125rem 0.625rem;
    margin-bottom: 0;
}

.header-language__dropdown--menu ul .active {
    opacity: 0.2;
}

.header-nav,
.header-profile {
    margin-left: 2.25rem;
}

.header-nav a,
.header-profile a {
    color: var(--text-color);
    text-decoration: none;
}

.header-nav a i,
.header-profile a i {
    font-size: 1.5rem;
}

.header-profile__dropdown--menu {
    transform: translate3d(-7.8125rem, 2.375rem, 0) !important;
    transform: translate3d(-7.8125rem, 2.375rem, 0) !important;
    border: unset !important;
    box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff8e3;
}

.header-profile__dropdown--menu:before {
    content: "";
    display: inline-block;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff8e3;
    position: absolute;
    right: 0.75rem;
    top: -1.25rem;
    z-index: 10;
}

.header-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 17;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 5.625rem;
}

.header-sidenav__close {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    font-size: 1.5rem;
    color: var(--text-color);
    text-decoration: none;
}

.header-sidenav ul {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.header-sidenav ul li ul {
    display: none;
}

.header-sidenav ul a {
    line-height: 2.25rem;
    color: var(--text-color);
    font-weight: 500;
    text-decoration: none;
}

/* .header-sidenav ul a:hover {
    color: var(--primary-color);
    text-decoration: none;
} */

.header-sidenav__item {
    font-size: 1.125rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-sidenav__item i {
    font-size: 0.8125rem;
    margin-left: 0.625rem;
}

.header-sidenav__subitem {
    font-size: 0.9375rem;
}

.modal-service__content {
    padding: 2.5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    
   
    background-color: #fff;
}

.modal-service__header {
    border-bottom: unset;
    padding: unset;
}

.modal-service__header h6 {
    color: #222;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.54px;
    line-height: 1rem;
}

/* .form-group {
    background-color: red;
} */



/* Radio button */
.map-radio {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    height: auto;
    cursor: pointer;
    border-radius: 1rem;
    background-color: red;
    margin: 0.5rem;
}

.map-radio:first-child {
    background-color: rgba(203, 255, 187, 0.233);
}


.map-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.map-radio input[type="radio"]+.radio-label {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 1.8rem;
    height: 4.5rem;
    cursor: pointer;
    background-color: #F6F5FB;
}

.map-radio input[type="radio"]+.radio-label i {
    margin-right: 1rem;
}

.map-radio input[type="radio"] :checked+.radio-label {
    background-color: blue;
    color: white;
}

.map-radio input[type="radio"] :focus+.radio-label:before {
    display: none !important;
    outline: none;
    border-color: blue;
}

.map-radio input[type="radio"] ::disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px red;
    border-color: darken(red, 25%);
}


.map-radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}


.modal-service__body {
    padding: unset;
}

.modal-service__time {
    margin-top: 2.5rem;
}

.modal-service__time__option {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.25rem;
    margin-bottom: 0.6875rem;
}

.modal-service__time__option span {
    /*color: #333537;*/
    color: #3a3a3a;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 0.5625rem;
}

.modal-service__submit button {
    padding-left: 2.5625rem;
    padding-right: 2.5625rem;
}

.modal-info__dialog {
    margin: auto;
    top: 50%;
    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    max-width: 43.75rem;
}

.modal-info__body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 5.625rem;
}

.modal-info__body h3 {
    color: #252728;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 3rem;
    margin-top: 2.75rem;
    text-align: center;
}

.modal-info__body p {
    color: #98999a;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 2.4375rem;
}

.modal-info__body p a {
    color: #5dacef;
}

.modal-info__body>a {
    height: 2.5rem;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-transform: uppercase;
    padding-left: 2.875rem;
    padding-right: 2.875rem;
    text-decoration: none;
}

.modal-info__body--icon {
    width: 5.625rem;
    height: 5.625rem;
    background-color: #25D366;
    border-radius: 100%;
    border-radius: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.modal-info__body--icon i {
    font-size: 2.5rem;
    color: #fff;
    margin: auto;
}

.modal-block__body--icon {
    background-color: #e24c4b;
}

.modal-confirm__body--icon {
    background-color: #25D366;
}

.modal-close {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 100%;
    border-radius: 100%;
    background-color: #f7f7f7;
    position: absolute;
    right: 1.5625rem;
    top: 1.5625rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.modal-close:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-close i {
    margin: auto;
}

.circle-radio {
    position: relative;
    height: 20px;
}

.circle-radio label {
    cursor: pointer;
    position: relative;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    top: 0;
    border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    border: 2px solid #25D366;
    background-color: #fff;
}

.circle-radio label:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #25D366;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    border-radius: 100%;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.circle-radio input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.circle-radio input[type="radio"]:checked+label:after {
    opacity: 1;
}

.select-row {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.select-row select {
    border-radius: 0 10px 10px 0 !important;
    border-radius: 0 10px 10px 0 !important;
}

.select-icon {
    height: 2.5rem;
    padding-left: 0.75rem;
    padding-left: 0.5rem;
    border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    background-color: #f7f7f7;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-icon i {
    color: #205287;
}

.bot {
    position: fixed;
    z-index: 20;
    right: 0% !important;
    bottom: 10% !important;

}

@media only screen and (max-width: 600px) {
    .bot {
        right: -3% !important;
        bottom: 34% !important;
    }
}

.bot-callback {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 5rem;
    height: 5rem;
    border-radius: 44px;
    border-radius: 44px;
    border: 1px solid rgba(255, 196, 37, 0.2);
    animation: phoneScale 2s infinite;
    animation: phoneScale 2s infinite;
}

.bot-callback__inner {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 37px;
    border-radius: 37px;
    border: 1px solid rgba(255, 196, 37, 0.5);
    margin: auto;
}

.bot-callback__icon {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 30px;
    border-radius: 30px;
    background-color: #25D366;
    margin: auto;
    text-decoration: none;
}

.bot-callback__icon:hover {
    text-decoration: none;
}

.bot-callback__icon i {
    margin: auto;
    color: #fff;
    font-size: 1.3125rem;
}

.profile {
    max-width: min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    display: block;
    height: 2rem;
    
    
    background-color: var(--secondary-color);
    /*padding: 2px;*/
    padding-right: 1.375rem;
    margin-left: 1.25rem;
    text-decoration: none;
    position: relative;
}

.profile-container {
    width: 100%;
    padding-top: 1px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.profile-container span {
    color: #333537;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-left: 12px;
}

.profile-image {
    width: 1.875rem;
    height: 1.875rem;
    
    
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--text-color);
}

.profile-image i {
    color: var(--primary-color);
    margin: auto;
    font-size: 0.875rem;
}

.profile-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
    
}

.profile-content {
    width: 286px;
    position: absolute;
    z-index: 1100;
    right: 0;
    top: 2rem;
    display: none;
    padding-top: 13px;
}

.profile-content__body {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    
   
    background-color: #ffffff;
    position: relative;
    padding-bottom: 30px;
}

.profile-content__arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    right: 53px;
    z-index: 1111;
}

.profile-content__head {
    width: 100%;
    padding: 30px;
}

.profile-content__own {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-content__own-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-radius: 50%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--text-color);
    color: var(--primary-color);
    font-size: 0.875rem;
}

.profile-content__own-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-content__own-name {
    margin-left: 14px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.profile-content__own-name a {
    margin-left: 0;
    height: auto;
    background-color: transparent;
}

.profile-content__own-name .profile-content__own-link {
    color: #333537;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding: 0 4px;
}

.profile-content__own-name .profile-content__own-active {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    margin-top: 5px;
    
   
    background-color: rgba(226, 76, 75, 0.1);
    color: #e24c4b;
    font-size: 8px;
    font-weight: 500;
    line-height: 14px;
}

.profile-content__own-name .profile-content__own-active i {
    margin-right: 3px;
    color: #e24c4b;
    font-size: 8px;
}

.profile-content__card {
    width: 100%;
    
   
    background-color: #f7f7f7;
    padding: 6px 12px;
    margin-top: 20px;
    text-align: center;
}

.profile-content__card span {
    color: #333537;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.profile-content__bonus {
    width: 100%;
    
   
    background-color: #25D366;
    padding: 6px 12px;
    margin-top: 10px;
    text-align: center;
}

.profile-content__bonus span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.profile-content__bottom {
    width: 100%;
}

.profile-content__list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.profile-content__list a {
    background-color: transparent;
    height: auto;
    margin-left: 0;
    border-radius: 0;
    border-radius: 0;
}

.profile-content__item {
    width: 100%;
}

.profile-content__link {
    padding: 10px 30px;
    color: #333537;
    font-size: 12px;
    font-weight: 500;
}

.profile-content__link:hover {
    color: #333537;
    background-color: #f2f3f5;
}

.main-header {
    background-color: #f2f3f5;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
}

.main-header__container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.main-header__left {
    width: 15.0625rem;
    padding: 1.9375rem 2rem 2.5rem 2rem;
}

.main-header__left .form-animated {
    width: 100%;
}

.main-header__left p {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.3125rem;
}

.main-header__left p i {
    margin-right: 0.5rem;
    color: #f7f7f7;
    font-size: 1.375rem;
}

.main-header__left p span {
    color: #333537;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: -0.39px;
    line-height: 0.9375rem;
    margin-right: 0.4375rem;
}

/* .main-header__left p::after {
    content: "";
    display: inline-block;
    height: 0;
    border: 0.125rem solid #f2f3f5;
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 2.6875rem;
} */

.main-header__right {
    margin-top: 1.25rem;
    margin-left: 0.625rem;
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-header__right .carousel {
    width: 100%;
    height: 100%;
    
   
}

.main-header__right .carousel-inner {
    height: 100%;
    
}

.main-header__right .carousel-item {
    height: 100%;
    
   
}

.main-header__right .carousel-indicators {
    bottom: 18%;
}

.main-header__right .carousel-indicators li {
    cursor: pointer;
    width: 0.6875rem;
    height: 0.6875rem;
    border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.2;
    margin-left: 0.5625rem;
    margin-right: 0.5625rem;
}

.main-header__right .carousel-indicators li.active {
    opacity: 0.7;
}

.main-header__right .carousel img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    
   
}

.main-autopark {
    padding-top: 2rem;
    padding-bottom: 5.9375rem;
}

.main-autopark__body--item {
    width: 17rem !important;
    height: 36.75rem;
    padding: 3.3125rem 2rem 2.6875rem 2rem;
    
   
    position: relative;
    float: left;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-autopark__body--item:hover {
    background-color: #fff;
    text-decoration: none;
}

.main-autopark__body--item:hover .autopark-body__item--description div:nth-child(odd) {
    background-color: #f2f3f5;
}

.main-autopark__body--item:hover .autopark-body__item--description div:nth-child(even) {
    background-color: #fcfdfd;
}

.main-autopark__body--item img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    max-width: 13rem;
    height: 4.8125rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.main-autopark__body--item h4 {
    color: #333537;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5625rem;
    text-align: center;
    margin-bottom: 0.0625rem;
}

.main-autopark__body--item>p {
    color: #98999a;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5625rem;
    text-align: center;
    margin-bottom: 1.4375rem;
}

.main-autopark__body--item a {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 9.375rem;
    height: 2.5rem;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-transform: uppercase;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.main-autopark__body--item button {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 9.375rem;
    height: 2.5rem;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-transform: uppercase;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    border: none;
    cursor: pointer;
    outline: 0;
}

.main-autopark__body--item button:focus {
    outline: 0;
}

.main-media {
    padding-top: 1rem;
    padding-bottom: 2rem;
    max-height: 42.125rem;
    background: #fff;
}

.main-comments {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.main-comments hr {
    border-top: 0.125rem solid #ebecec;
    margin-top: -0.125rem;
    margin-bottom: 0;
}

.main-comments__individiual {
    width: 100%;
}

.main-comments__corporative {
    width: 100%;
    display: none;
}

.main-comments__table .filter {
    background-color: transparent;
    padding-top: 6.25rem;
}

.main-comments__persons {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.75rem;
}

.main-comments__header {
    background-image: url(../img/166--comments%402x.png);
}

.main-send {
    width: 100%;
    background-color: #fff;
}

.main-send__body {
    width: calc(100% - 368px);
    width: calc(100% - 368px);
    padding: 125px 0;
}

.main-send__body h3 {
    color: #333537;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.main-send__body p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-send__form {
    width: 100%;
}

.main-send__group {
    width: 48%;
    display: inline-box;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-send__group input {
    width: 100%;
}

.main-send__group .clasificacion {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.main-send__group .clasificacion label {
    color: #98999a;
}

.main-send__group .clasificacion label i {
    font-size: 30px;
}

.main-send__group .clasificacion label:hover,
.main-send__group .clasificacion label:hover~label {
    color: #25D366;
}

.main-send__group .clasificacion input[type="radio"]:checked~label {
    color: orange;
}

.main-send__group .clasificacion input[type="radio"] {
    display: none;
}

.main-send__inputs {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-send__label {
    color: #98999a;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 29px;
}

.main-send__label-file {
    width: 100%;
    height: 40px;
    
   
    border: 1px solid #efefef;
    background-color: #f2f3f5;
    margin-bottom: 0;
    position: relative;
}

.main-send__label-file i {
    position: absolute;
    top: 4px;
    right: 5px;
    color: #98999a;
    padding: 7px 11px;
    
   
    background-color: #fff;
}

.main-send__input {
    height: 40px;
    padding: 0 13px;
    
   
    border: 1px solid #efefef;
    background-color: #f2f3f5;
    color: #333537;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.main-send__input::input-placeholder {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.main-send__input::-moz-placeholder {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.main-send__input:-ms-input-placeholder {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.main-send__input::-ms-input-placeholder {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.main-send__input::placeholder {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.main-send__input-file {
    display: none;
}

.main-send__phone {
    width: 49%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-send__phone-code,
.main-send__phone-number {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-send__phone-code {
    width: 30%;
}

.main-send__phone-number {
    width: 65%;
}

.main-send__textarea {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-send__textarea textarea {
    width: 100%;
    height: 150px;
    
   
    border: 1px solid #efefef;
    background-color: #f2f3f5;
    resize: none;
    padding: 12px;
    color: #333537;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.main-send__textarea textarea:focus {
    outline: 0;
}

.main-send__comment {
    padding: 8px 32px;
    border: none;
    
   
    background-color: #25D366;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

.main-send__comment:focus {
    outline: 0;
}

.main-corporative__body {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6.25rem;
}

.main-corporative__item {
    width: 48%;
    padding: 5px;
    
   
    border: 2px solid #f2f3f5;
    background-color: #fff;
    height: 18rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125rem;
    cursor: pointer;
}

.main-corporative__left {
    width: 40%;
    height: 100%;
    border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(152, 153, 154, 0.2);
    padding: 28px 24px;
    cursor: pointer;
}

.main-corporative__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-corporative__right {
    width: 60%;
    height: 100%;
    padding: 24px;
}

.main-corporative__right-logo {
    width: 100%;
    height: 50px;
}

.main-corporative__right-logo img {
    max-width: 120px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-corporative__right-paragraph {
    height: 100px;
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 13px;
    font-family: Roboto;
    /*font-size: 12px;*/
    font-weight: 400;
    line-height: 21px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    margin-top: 2.5rem;
}

.main-corporative__right-read {
    color: #25D366;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 1.625rem;
    display: block;
}

.main-corporative__right-read:hover {
    color: #25D366;
    text-decoration: none;
}

.main-corporative__slider {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.main-corporative__modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.main-slider {
    width: 100%;
    height: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.main-slider::scrollbar {
    display: none;
}

.main-slider .carousel-control-prev,
.main-slider .carousel-control-next {
    display: none;
}

.main-slider .carousel {
    margin: auto;
}

.main-slider__item {
    width: 54.75rem;
    /*height: 735px;*/
    
   
    border: 1px solid #f2f2f2;
    background-color: #fff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.main-slider__left {
    width: 35%;
    height: 100%;
    background-color: #fff;
    padding: 48px 30px;
    
   
}

.main-slider__right {
    width: 65%;
    height: 100%;
    padding: 48px 0;
    padding-right: 48px;
    
   
}

.main-slider__right::scrollbar {
    display: none;
}

.main-slider__right p {
    color: #3a3a3a;
    font-size: 13px;
    /*color: #98999a;*/
    font-family: Roboto;
    /*font-size: 12px;*/
    font-weight: 400;
    line-height: 21px;
}

.main-slider__logo {
    width: 100%;
    height: 56px;
    text-align: center;
}

.main-slider__logo img {
    max-width: 120px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-slider__document {
    width: 100%;
    height: 349px;
    border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 28px 24px;
    margin-top: 3rem;
    cursor: pointer;
}

.main-slider__document img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-slider__close {
    width: 45px;
    height: 45px;
    border-radius: 32px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 99999;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.main-document {
    width: 100%;
    height: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.main-document__close {
    width: 45px;
    height: 45px;
    border-radius: 32px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 99999;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.main-document__file {
    width: 28.125rem;
    height: 40.625rem;
    border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(152, 153, 154, 0.2);
    margin: auto;
    padding: 24px;
}

.main-document__file img {
    width: 100%;
    height: 100%;
}

.main-clear {
    width: 100%;
}

.main-clear__header {
    background-image: url(../img/beyn%c3%89%c2%99lxalq_da%c3%85%c2%9f%c3%84%c2%b1nma.html);
}

.main-clear__filter {
    width: 100%;
    background-color: #fff;
    padding: 7.8125rem 0;
}

.main-clear__filter .filter-inner {
    padding-top: 0;
    padding-bottom: 5rem;
}

.main-clear__filter h2 {
    color: #333537;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.main-clear__filter p {
    color: #98999a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

.main-clear__type {
    display: none;
}

.main-clear__order {
    
   
    background-color: #25D366;
    padding: 12px 35px;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
}

.main-clear__order:hover {
    color: #fff;
    text-decoration: none;
}

.main-services {
    width: 100%;
    margin-top: 8.125rem;
}

.main-tabs {
    width: 100%;
}

.main-tabs__head {
    width: 100%;
}

.main-tabs__head hr {
    width: 100%;
    margin: 0;
}

.main-tabs__button {
    opacity: 0.5;
    color: #98999a;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    background-color: transparent;
    border: none;
    padding: 23px 0;
    outline: 0;
    cursor: pointer;
    display: inline-block;
}

.main-tabs__button:nth-child(2) {
    margin-left: 24px;
}

.main-tabs__button.active {
    color: #333537;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    opacity: 1;
    border-bottom: 3px solid #25D366;
}

.main-tabs__button:focus {
    outline: 0;
}

.main-tabs__day {
    width: 100%;
}

.main-tabs__base {
    width: 100%;
    display: none;
}

.main-tabs__inner {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.125rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

.main-type {
    width: 240px;
    
   
    border: 1px solid #f2f3f5;
    background-color: #fff;
    margin-bottom: 30px;
    margin-left: 1.125rem;
    margin-right: 1.125rem;
    padding: 10px;
}

.main-type:hover {
    text-decoration: none;
}

.main-type__logo {
    width: 100%;
    height: 166px;
    
    
    position: relative;
}

.main-type__logo img {
    width: 100%;
    height: 100%;
    
    
}

.main-type__check {
    width: 35px;
    height: 35px;
    background-color: #25D366;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50px;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-type__inner {
    padding-top: 17px;
    padding-left: 11px;
}

.main-type__inner h3 {
    color: #333537;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.main-type__inner p {
    width: 184px;
    height: 59px;
    color: #98999a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
}

.main-choose {
    width: 100%;
    /*margin-top: 5.3125rem;*/
    margin-top: 10px;
}

.main-choose__body {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-choose__item {
    width: 20%;
    text-align: center;
    margin-bottom: 4.6875rem;
}

.main-choose__item h3 {
    width: 124px;
    color: #333537;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    margin: auto;
    margin-top: 20px;
}

.main-choose__logo {
    width: 120px;
    height: 120px;
    border-radius: 90px;
    border-radius: 90px;
    background-color: #fff;
    margin: auto;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-choose__logo img {
    max-width: 60px;
    max-height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-blog {
    width: 100%;
    background-color: #fff;
    padding-top: 7.8125rem;
}

.main-blog__header {
    background-image: url(../img/blog-2-bg.png);
}

.main-blog__body {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.main-blog__left {
    /* width: calc(100% - 379px); */
    width: calc(100% - 832px);
    display: flex;
    flex-wrap: wrap;
}

.main-blog__right {
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 95px;
}

.main-blog__right-head {
    color: #333537;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.main-blog__image {
    width: 100%;
}

.main-blog__image img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
   
}

.main-blog__date {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.125rem;
}

.main-blog__date img {
    width: 28px;
    height: 28px;
}

.main-blog__date span {
    color: #98999a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    margin-left: 12px;
}

.main-blog__article {
    width: 100%;
}

.main-blog__about {
    margin-top: 24px;
    padding-bottom: 32px;
}

.main-blog__about h3 {
    color: #333537;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.main-blog__about p {
    color: #3a3a3a;
    font-size: 14px;
    /*color: #98999a;*/
    font-family: Roboto;
    /*font-size: 12px;*/
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px;
}

.main-blog__category {
    width: 272px;
    
   
    border: 2px solid #f2f3f5;
    background-color: #fff;
    margin-top: 32px;
    padding: 30px 20px;
}

.main-blog__category h3 {
    color: #333537;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.main-blog__category a {
    padding: 10px 22px;
    
   
    background-color: #f2f3f5;
    color: #3a3a3a;
    font-size: 14px;
    /*color: #98999a;*/
    font-family: Roboto;
    /*font-size: 12px;*/
    font-weight: 500;
    line-height: 20px;
    margin: 6px;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
    .main-blog__category a {
        padding: 4px 5px;
        background-color: #f2f3f5;
        color: #3a3a3a;
        font-size: 10px;
        /* color: #98999a; */
        font-family: Roboto;
        /* font-size: 12px; */
        font-weight: 500;
        line-height: 20px;
        margin: 6px;
        display: inline-block;
    }
  }

.main-blog__category a:hover {
    color: #fff;
    background-color: #25D366;
    text-decoration: none;
}

.main-social {
    width: 100%;
    padding-bottom: 100px;
}

.main-social img {
    width: 28px;
    height: 28px;
}

.main-article {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.main-article__left {
    width: 81px;
    height: 100%;
}

.main-article__left img {
    width: 100%;
    height: 100%;
}

.main-article__right {
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 7px;
}

.main-article__date {
    width: 100%;
}

.main-article__day {
    padding: 6px 14px;
    
   
    background-color: #25D366;
    color: #fff;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
}

.main-article__month {
    padding: 6px 14px;
    
   
    background-color: #f2f3f5;
    color: #333537;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}

.main-article__paragraph {
    width: 166px;
    /*color: #98999a;*/
    font-family: Roboto;
    font-size: 12px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 21px;
    height: 65px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 9px;
}

.main-review {
    width: 100%;
    background-color: #fff;
}

.main-review__head {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-review__head img {
    width: 23px;
    height: 23px;
}

.main-review__head h3 {
    color: #333537;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-left: 16px;
}

.main-review__hr {
    width: 100%;
    height: 1px;
    background-color: rgba(152, 153, 154, 0.2);
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-review__comment {
    width: calc(100% - 379px);
    width: calc(100% - 379px);
}

.main-opinion {
    width: 100%;
}

.main-opinion__person {
    width: 100%;
    
   
    border: 1px solid #f2f2f2;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 26px;
    padding-bottom: 27px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
}

.main-opinion__person-reply {
    width: calc(100% - 133px);
    width: calc(100% - 133px);
    
   
    border: 1px solid #f2f2f2;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 26px;
    padding-bottom: 27px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
    margin-left: auto;
}

.main-opinion__left {
    width: 64px;
}

.main-opinion__left img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border-radius: 32px;
    border: 2px solid rgba(255, 196, 37, 0.5);
}

.main-opinion__right {
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 23px;
}

.main-opinion__head {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-opinion__name h4 {
    color: #333537;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.main-opinion__name span {
    color: #98999a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.main-opinion__reply a {
    padding: 8px 24px;
    
   
    background-color: #f2f3f5;
    color: #333537;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-opinion__reply a:hover {
    color: #fff;
    background-color: #25D366;
    text-decoration: none;
}

.main-opinion__about {
    width: 100%;
    color: #333537;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 11px;
}

.main-opinion__form {
    display: none;
    margin-top: 50px;
    margin-bottom: 100px;
}

.main-opinion__send h4 {
    color: #333537;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.main-opinion__send p {
    color: #98999a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

.page-order {
    position: relative;
}

.regulator {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 2.5rem;
    
   
    background-color: #f7f7f7;
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
}

.regulator-minus,
.regulator-plus {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.regulator-minus span,
.regulator-plus span {
    margin: auto;
    color: #98999a;
}

.regulator-output {
    cursor: auto !important;
    width: 1.875rem !important;
    padding: unset !important;
    text-align: center;
}

.step {
    padding: 1.9375rem 1.375rem 2.5rem 1.375rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: 21.875rem;
}

.step p {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.3125rem;
}

.step p i {
    margin-right: 0.5rem;
    color: #205287;
    font-size: 1.375rem;
}

.step p span {
    color: #333537;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: -0.39px;
    line-height: 0.9375rem;
    margin-right: 0.4375rem;
}

.step p::after {
    content: "";
    display: inline-block;
    height: 0;
    border: 0.125rem solid #205287;
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 2.6875rem;
}

.service-description {
    margin-left: 0.9375rem;
    height: 4rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    
     padding:2px;
}

.service-description h3 {
    color: #333537;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 0.5rem;
   
}

.service-description p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3125rem;
}

.service-item {
    /* width: 16.875rem; */
    width:24%;
    padding: 0.3125rem 0.3125rem 1.5rem 0.3125rem;
    
   
    margin-bottom: 1rem;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    position: relative;
}

.service-item.serviceItemSecond {
    width: 16.875rem !important;
    position: relative;
    float: left;
}

.service-item:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #205287;
    
}
.service-item:hover h3 {
   color:white;
    
}
.service-item:hover p {
    color:white;
     
 }

.service-item a {
    text-decoration: none;
}

.service-item img {
    /* width: 16.25rem; */
    width:100%;
    height: 15rem;
    
    
    margin-bottom: 1.6875rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-image--hover {
    position: absolute;
    left: 0.3125rem;
    top: 0.3125rem;
    width: 16.25rem;
    height: 15rem;
    
    
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.service-image--hover img {
    margin: auto;
    width: 2.375rem;
    height: 2.375rem;
}

.more-dots {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1.5rem;
    margin-top: 1rem;
    margin-left: 0.9375rem;
}

.more-dots--item {
    width: 0.25rem;
    height: 0.25rem;
    background-color: #333537;
    border-radius: 100%;
    border-radius: 100%;
}

.autopark-body__item--description {
    border-radius: 5px;
    border-radius: 5px;
    min-height: 13.125rem;
    margin-bottom: 3.1875rem;
}

.autopark-body__item--description div {
    height: 2.1875rem;
}

.autopark-body__item--description div:first-child {
    border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.autopark-body__item--description div:last-child {
    border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.autopark-body__item--description div p {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    line-height: 2.1875rem;
}

.autopark-body__item--description div p span {
    color: #333537;
    font-size: 0.75rem;
    font-weight: 500;
}

.autopark-body__item--description div p span:first-child {
    opacity: 0.5;
}

.media-item {
    
   
    text-decoration: none;
}

.media-item:hover {
    text-decoration: none;
}

.media-item:hover .media-item__title {
    color: #25D366;
}

.media-item img {
    
   
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.media-item p {
    /*color: #98999a;
    font-size: 0.75rem;*/
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
}

.media-item__description {
    line-height: 1.3125rem;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.media-item__date {
    line-height: 1.4375rem;
    margin-bottom: 0.1875rem;
}

.media-item__title {
    color: #333537;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin-bottom: 0;
}

.news-item {
    width: 10.625rem !important;
    height: 17.375rem;
    position: relative;
    float: left;
}

.news-item img {
    width: 10.625rem;
    height: 10.625rem;
    margin-bottom: 0.75rem;
}

.news-item__title {
    height: 68px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-item__large {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.625rem;
    height: 16.875rem;
}

.news-item__large--left {
    position: relative;
    width: 52%;
    height: 16.875rem;
    
   
}

.news-item__large--left img {
    width: 100%;
    height: 100%;
    border: 4px solid #25D366;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    
   
}

.news-item__large--right {
    width: 43.5%;
}

.news-item__large--right h2 {
    margin-bottom: 0.75rem;
}

.news-item__large--description {
    color: #333537 !important;
    margin-bottom: 0;
}

.news-item__large--content {
    max-height: 12.1875rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 1.875rem;
}

.news-item__label {
    position: absolute;
    background-image: url(../img/label%402x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: contain;
    width: 3.8125rem;
    height: 3.75rem;
    top: -0.1875rem;
    left: -0.1875rem;
}

.news-item__label p {
    transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    color: #fff;
    font-size: 0.5625rem;
    font-weight: 700;
    line-height: 0.6875rem;
    text-transform: uppercase;
}

.news-inner__date {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-inner__date--icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #25D366;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.75rem;
}

.news-inner__date--icon i {
    color: #fff;
    margin: auto;
}

.news-inner__date p {
    color: #98999a;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-content {
    background-color: #fff;
    padding-bottom: 2rem;
}

.blog-content__body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
}

.blog-content__footer {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 3.125rem;
}

.blog-item {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    width: 13.625rem;
}

.blog-item img {
    border: 0.25rem solid #25D366;
    margin-bottom: 1.0625rem;
    width: 15.625rem;
    height: 9.375rem;
}

.blog-item__content {
    max-height: 15.625rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-popular {
    background: #fff;
    padding-bottom: 4rem;
}

.blog-popular h5 {
    color: #333537;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 3.125rem;
}

.wrapper {
    position: relative;
}

.next,
.prev {
    position: absolute;
    top: 50%;
    margin-top: -1.5625rem;
    width: 3.125rem;
    height: 3.125rem;
    
   
    
    display: box !important;
    display: flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-decoration: none;
}

.next:hover,
.prev:hover {
    text-decoration: none;
}

.next i,
.prev i {
    margin: auto;
    color: black;
    opacity: 0.2;
    font-size: 1.625rem;
}

#autoparkNext:hover,
#autoparkPrev:hover {
    background-color: #fff;
}

#mediaNext:hover,
#mediaPrev:hover {
    background-color: #f2f3f5;
}

.form-row {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.form-row input[type="password"],
.form-row input[type="text"],
.form-row select {
    width: 100%;
    height: 2.5rem;
    
   
    background-color: #f7f7f7;
    border: unset;
    padding-left: 0.5rem;
    padding-right: 1rem;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.form-row label {
    display: block;
    margin-bottom: 0.5625rem;
    /* color: #98999a; */
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 0.875rem;
    /*white-space: nowrap;*/
}

.colorPlur{
    color: #98999a !important;
}

.form-row__password {
    width: 100%;
    position: relative;
}

.form-row__password i {
    position: absolute;
    right: 0.875rem;
    top: 50%;
    margin-top: -0.375rem;
    font-size: 0.75rem;
    color: #d1d1d1;
    cursor: pointer;
}

.form-fp {
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-fp>span {
    margin-left: 0.4375rem;
    margin-right: auto;
    color: #272524;
    font-size: 0.6875rem;
    font-weight: 400;
}

.form-fp a {
    color: #5dacef;
    font-size: 0.6875rem;
    font-weight: 500;
    text-decoration: none;
}

.form-fp a i {
    font-size: 0.6875rem;
    margin-left: 0.5rem;
}

.form-registration-row {
    box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-registration-row span {
    color: #929699;
    font-size: 11px;
    font-weight: 400;
    margin-left: 0.5rem;
}

.form-registration-row span a {
    text-decoration: none;
    color: #25D366;
}

.form-registration-row span a:hover {
    text-decoration: none;
    color: #25D366;
}

.form-registration-row span strong {
    color: #25D366;
    font-weight: 700;
}

.form-element--short {
    width: 32%;
}

.form-element--middle {
    width: 48%;
}

.form-element--long {
    width: 64%;
}

.form-submit {
    margin-top: 1.875rem;
}

.form-submit button {
    height: 2.5rem;
    
   
    background-color: #f7f7f7;
    cursor: pointer;
    border: unset;
    color:black
}

.form-submit button i,
.form-submit button span {
    color: rgb(134, 134, 134);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.form-submit button i {
    margin-right: 0.5rem;
}

.form-animated {
    position: relative;
}

.form-animated button {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: unset;
}

.form-animated button span {
    margin-left: 2.625rem;
}

.form-animated__over {
    animation: translation1 2s infinite linear;
    animation: translation1 2s infinite linear;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.375rem;
    height: 2.5rem;
    
   
    background-color: rgba(255, 255, 255, 0.2);
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-animated__over i {
    color: #fff;
    font-size: 1.5rem !important;
}

input[disabled] {
    cursor: not-allowed;
}

.comments-header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments-header__left {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.comments-header__left a {
    display: block;
    /*color: #98999a;*/
    color: #3a3a3a;
    opacity: 0.5;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 5.375rem;
}

.comments-header__left .tab-secondary {
    margin-left: 2.1875rem;
}

.comments-header__right a {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
   
    background-color: #25D366;
    height: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-decoration: none;
}

.comments-header__tab {
    cursor: pointer;
}

.comments-header__tab.active {
    border-bottom: 3px solid #25D366;
}

.comments-header__tab.active a {
    color: #333537;
    opacity: 1;
}

.comments-body {
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.5rem;
}

.comments-body__item {
    width: 33.75rem;
    height: 16.25rem;
    
   
    border: 1px solid #f2f2f2;
    background-color: #fff;
    margin-bottom: 3.5625rem;
    padding: 1.875rem 3rem;
}

.comments-body.active {
    display: box !important;
    display: flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.comments-footer {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments-footer--left {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 5.75rem;
}

.comments-controller {
    width: 2.5rem;
    height: 2.5rem;
    
   
    border: 1px solid #f2f2f2;
    background-color: #fff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
}

.comments-controller i {
    margin: auto;
    /*color: #98999a;*/
    color: #3a3a3a;
}

.comments-controller.enabled {
    opacity: 1;
    cursor: pointer;
}

.comments-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 24px;
    display: none;
}

.comments-modal .comments-body__item {
    max-width: 1100px;
    width: 54.75rem;
    height: auto;
    margin: auto;
}

.comments-modal .comment-body p {
    height: auto;
}

.comments-modal__close {
    width: 45px;
    height: 45px;
    border-radius: 32px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.comments-modal__close i {
    color: #fff;
    font-size: 16px;
    margin: auto;
}

.comments-description {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.comments-description h2 {
    color: #333537;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.comments-description p {
    color: #3a3a3a;
    /*color: #98999a;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.comment-header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5625rem;
}

.comment-header__image {
    width: 68px;
    height: 68px;
    /* border-radius: 50%; */
    border: 2px solid #25D366;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-header__description {
    margin-left: 0.875rem;
    margin-right: auto;
}

.comment-header__description h6 {
    color: #333537;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: 0.0625rem;
}

.comment-header__description p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.comment-header__rating {
    width: 6.25rem;
    margin-left: 0.875rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-header__rating img {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.comment-body {
    margin-bottom: 0.875rem;
}

.comment-body p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3125rem;
    height: 5.125rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

.comment-footer a {
    color: #25D366;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-footer a:hover {
    text-decoration: none;
    color: #25D366;
}

.comment-footer a i {
    margin-left: 0.3125rem;
}

.title {
    color: #333537;
    /*font-family: Seravek;*/
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 0.5625rem;
}

.title-after {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.6875rem;
}

.title-after--item {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
    background-color: #25D366;
    animation: dotStretching 2s infinite ease-in;
    animation: dotStretching 2s infinite ease-in;
}

.title-after--item:first-child {
    animation: dotStretchingFirst 2s infinite ease-in;
    animation: dotStretchingFirst 2s infinite ease-in;
}

.title-after--item:nth-child(2) {
    animation: dotStretchingSecond 2s infinite ease-in;
    animation: dotStretchingSecond 2s infinite ease-in;
}

.title-after--item:nth-child(4) {
    animation: dotStretchingFourth 2s infinite ease-in;
    animation: dotStretchingFourth 2s infinite ease-in;
}

.title-after--item:last-child {
    animation: dotStretchingLast 2s infinite ease-in;
    animation: dotStretchingLast 2s infinite ease-in;
}

.title-similar {
    color: #333537;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 0;
    margin-top: 5.8125rem;
}

.clear-carpet {
    display: block;
}

.gallery-header {
    background-image: url(../img/gallery--background%402x.png);
}

.gallery-content {
    background-color: #fff;
    padding-bottom: 2rem;
}

.gallery-content__body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
}

.gallery-content__footer {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 3.125rem;
}

.gallery-item {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    width: 15.625rem;
}

.gallery-item img {
    margin-bottom: 1.0625rem;
    width: 15.625rem;
    height: 11.25rem;
}

.gallery-item__content {
    height: 15.625rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lg-backdrop.in {
    opacity: 0.8;
}

.lg-icon {
    width: 50px;
    height: 50px;
}

.lg-actions .lg-prev {
    
   
    background-color: rgba(255, 255, 255, 0.1);
    left: 100px;
}

.lg-actions .lg-next {
    
   
    background-color: rgba(255, 255, 255, 0.1);
    right: 100px;
}

.lg-actions .lg-next::before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 18px;
    left: 14px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-left: none;
}

.lg-actions .lg-prev::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: inherit;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    border: 10px solid rgba(255, 255, 255, 0.2);
    
   
}

.lg-toolbar .lg-download {
    display: none;
}

#lg-counter {
    display: none;
}

.lg-toolbar .lg-icon {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 45px;
    height: 45px;
    border-radius: 32px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.2);
}

.pagination {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination-item {
    margin-left: 6px;
    margin-right: 6px;
}

.pagination-item__link {
    
   
    background-color: #fff;
    display: block;
    padding: 8px 16px;
    color: #333537;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}

.pagination-item__link:hover {
    text-decoration: none;
    color: #333537;
}

.pagination-item__link.current {
    color: #fff;
    background-color: #333537;
}

.pagination-item__next,
.pagination-item__prev {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination-item__next span {
    margin-right: 14px;
}

.pagination-item__prev span {
    margin-left: 14px;
}

@keyframes translation1 {
    0% {
        transform: translate(0);
        transform: translate(0);
    }

    50%,
    60% {
        transform: translate(-25px);
        transform: translate(-25px);
    }

    100% {
        transform: translate(0);
        transform: translate(0);
    }
}

@keyframes translation1 {
    0% {
        transform: translate(0);
        transform: translate(0);
    }

    50%,
    60% {
        transform: translate(-25px);
        transform: translate(-25px);
    }

    100% {
        transform: translate(0);
        transform: translate(0);
    }
}

@keyframes dotStretching {
    0% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50%,
    60% {
        transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    }

    100% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes dotStretching {
    0% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50%,
    60% {
        transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    }

    100% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes dotStretchingFirst {
    0% {
        transform: translate(0) scale(0.6, 0.6);
        transform: translate(0) scale(0.6, 0.6);
    }

    50%,
    60% {
        transform: translate(-6px) scale(1, 1);
        transform: translate(-6px) scale(1, 1);
    }

    100% {
        transform: translate(0) scale(0.6, 0.6);
        transform: translate(0) scale(0.6, 0.6);
    }
}

@keyframes dotStretchingFirst {
    0% {
        transform: translate(0) scale(0.6, 0.6);
        transform: translate(0) scale(0.6, 0.6);
    }

    50%,
    60% {
        transform: translate(-6px) scale(1, 1);
        transform: translate(-6px) scale(1, 1);
    }

    100% {
        transform: translate(0) scale(0.6, 0.6);
        transform: translate(0) scale(0.6, 0.6);
    }
}

@keyframes dotStretchingSecond {
    0% {
        transform: translate(0) scale(0.8, 0.8);
        transform: translate(0) scale(0.8, 0.8);
    }

    50%,
    60% {
        transform: translate(-3px) scale(0.8, 0.8);
        transform: translate(-3px) scale(0.8, 0.8);
    }

    100% {
        transform: translate(0) scale(0.8, 0.8);
        transform: translate(0) scale(0.8, 0.8);
    }
}

@keyframes dotStretchingSecond {
    0% {
        transform: translate(0) scale(0.8, 0.8);
        transform: translate(0) scale(0.8, 0.8);
    }

    50%,
    60% {
        transform: translate(-3px) scale(0.8, 0.8);
        transform: translate(-3px) scale(0.8, 0.8);
    }

    100% {
        transform: translate(0) scale(0.8, 0.8);
        transform: translate(0) scale(0.8, 0.8);
    }
}

@keyframes dotStretchingFourth {
    0% {
        transform: translate(0) scale(0.8, 0.8);
        transform: translate(0) scale(0.8, 0.8);
    }

    50%,
    60% {
        transform: translate(3px) scale(0.8, 0.8);
        transform: translate(3px) scale(0.8, 0.8);
    }

    100% {
        transform: translate(0) scale(0.8, 0.8);
        transform: translate(0) scale(0.8, 0.8);
    }
}

@keyframes dotStretchingFourth {
    0% {
        transform: translate(0) scale(0.8, 0.8);
        transform: translate(0) scale(0.8, 0.8);
    }

    50%,
    60% {
        transform: translate(3px) scale(0.8, 0.8);
        transform: translate(3px) scale(0.8, 0.8);
    }

    100% {
        transform: translate(0) scale(0.8, 0.8);
        transform: translate(0) scale(0.8, 0.8);
    }
}

@keyframes dotStretchingLast {
    0% {
        transform: translate(0) scale(0.6, 0.6);
        transform: translate(0) scale(0.6, 0.6);
    }

    50%,
    60% {
        transform: translate(6px) scale(1, 1);
        transform: translate(6px) scale(1, 1);
    }

    100% {
        transform: translate(0) scale(0.6, 0.6);
        transform: translate(0) scale(0.6, 0.6);
    }
}

@keyframes dotStretchingLast {
    0% {
        transform: translate(0) scale(0.6, 0.6);
        transform: translate(0) scale(0.6, 0.6);
    }

    50%,
    60% {
        transform: translate(6px) scale(1, 1);
        transform: translate(6px) scale(1, 1);
    }

    100% {
        transform: translate(0) scale(0.6, 0.6);
        transform: translate(0) scale(0.6, 0.6);
    }
}

@keyframes phoneScale {
    0% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    50% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }

    75% {
        transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes phoneScale {
    0% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    50% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }

    75% {
        transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.error {
    text-align: center;
    padding-top: 10.8125rem;
    padding-bottom: 10.75rem;
}

.error h1 {
    color: #252728;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 3rem;
    padding-top: 2.8125rem;
}

.error p {
    color: #98999a;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 30.1875rem;
    margin-left: auto;
    margin-right: auto;
}

.error a {
    margin-top: 2.75rem;
    display: inline-block;
    height: 2.5rem;
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.page-header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18.125rem;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
}

.page-header__over {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.page-header__title .title-after {
    margin-bottom: 0;
}

.page-header h1 {
    color: #fff;
}

.page-description {
    padding-top: 2rem;
    background-color: #fff;
}

.page-description h2 {
    color: #333537;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.5rem;
}

.page-description p {
    /*color: #98999a;
    font-size: 0.75rem;*/
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3125rem;
    margin-bottom: 0;
}

.page-description a {
    margin-top: 1.25rem;
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 2.5rem;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-transform: uppercase;
    text-decoration: none;
}

.page-services {
    background: #fff;
    padding-top: 2rem;
}

.page-services__body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
    padding-bottom: 2rem;
}

.page-services__body.serviceCams {
    display: block;
}

.page-services__footer {
    text-align: center;
    padding-bottom: 2rem;
}

.page-footer {
    border: 1px solid #f2f2f2;
    background-color: #fff;
    padding-top: 4.4375rem;
    padding-bottom: 4.4375rem;
}

.page-footer__container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-footer__description h5 {
    color: #333537;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.5rem;
}

.page-footer__description p {
    /*color: #98999a;
    font-size: 0.875rem;*/
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4375rem;
    width: 34.1875rem;
    margin-bottom: 0.875rem;
}

.page-footer__form {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.page-footer__form input {
    height: 2.5rem;
}

.page-footer__form input[type="text"] {
    border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    background-color: #f2f3f5;
    border: unset;
    padding-left: 1.3125rem;
    padding-left: 1.3125rem;
    width: 22.125rem;
}

.page-footer__form input[type="text"]::input-placeholder {
    /*color: #98999a;*/
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #3a3a3a;
}

.page-footer__form input[type="text"]::-moz-placeholder {
    /*color: #98999a;*/
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #3a3a3a;
}

.page-footer__form input[type="text"]:-ms-input-placeholder {
    /*color: #98999a;*/
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #3a3a3a;
}

.page-footer__form input[type="text"]::-ms-input-placeholder {
    /*color: #98999a;*/
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #3a3a3a;
}

.page-footer__form input[type="text"]::placeholder {
    /*color: #98999a;*/
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #3a3a3a;
}

.page-footer__form input[type="submit"] {
    
   
    background-color: #25D366;
    margin-left: -0.625rem;
    border: unset;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    text-transform: uppercase;
}

.breadcrumb {
    height: 2.875rem;
    background-color: #f2f3f5;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
}

.breadcrumb-item {
    color: #333537 !important;
    font-size: 0.75rem;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #333537;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.5;
    color: #3a3a3a !important;
}

.faq-header {
    background-image: url(../img/faq-header.png);
    background-position: left !important;
}

.faq-body {
    background-color: #f2f3f5;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.faq-body .answer {
    background-color: #fff;
    display: none;
    overflow: hidden;
    padding: 0.75rem 1.375rem;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.faq-body .answer p {
    /*color: #98999a;
    font-size: 0.75rem;*/
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3125rem;
    margin-bottom: 1rem;
}

.faq-item {
    width: 100%;
    height: 3.75rem;
    color: #333537;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3125rem;
    text-align: left;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: inherit;
    padding-left: 1.3125rem;
    padding-right: 1.625rem;
    cursor: pointer;
}

.faq-item i {
    color: #98999a;
    margin-left: 1.25rem;
}

.faq-item:hover {
    background-color: #fff;
    
   
}

.faq-item:hover i {
    color: #000;
}

.faq-item.active {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.services-header {
    background-image: url(../img/services-header.png);
}

.blog-header {
    background-image: url(../img/blog-header.png);
}

.filter {
    background-color: #fff;
    padding-top: 2rem;
}

.filter ul {
    padding-left: 0;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.filter ul li {
    list-style: none;
    height: 2.5rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    margin-right: 0.75rem;
    
   
    border: 1px solid #f2f3f5;
    margin-bottom: 30px;
    cursor: pointer;
}

.filter ul li.active {
    background-color: #25D366;
}

.filter ul li.active a {
    color: #fff;
}

.filter ul li a {
    /*color: #98999a;
    font-size: 0.875rem;*/
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5rem;
}

.filter ul li a:hover {
    text-decoration: none;
}

.filter-order {
    padding-top: 1.6875rem;
    overflow-x: auto;
}

.filter-order__inner {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.filter-order button {
    padding-left: 1.75rem;
    padding-right: 2rem;
    width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.5rem;
    
   
    background-color: #f7f7f7;
    color: #98999a;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: unset;
    margin-left: 1.4375rem;
}

.filter-order button span {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.filter-inner {
    background-color: #fff;
    padding-top: 8.75rem;
}

.filter-inner ul {
    padding-left: 0;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.filter-inner ul li {
    list-style: none;
    height: 2.5rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    margin-right: 0.75rem;
    
   
    border: 1px solid #f2f3f5;
    margin-bottom: 30px;
    cursor: pointer;
}

.filter-inner ul li.active {
    background-color: #333537;
}

.filter-inner ul li.active a {
    color: #fff;
}

.filter-inner ul li a {
    color: #98999a;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.5rem;
}

.filter-inner ul li a:hover {
    text-decoration: none;
}

.team {
    padding-bottom: 6.3125rem;
}

.team-header {
    background-image: url(../img/our_team.png);
}

.team-body {
    padding-top: 5rem;
    background: #fff;
}

.team-body__container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-left: -0.9375rem;
}

.team-body__item {
    width: 22.5rem;
    height: 23.25rem;
    margin-bottom: 1.5rem;
    
   
    border: 0.125rem solid #f2f3f5;
    background-color: #fff;
    padding-bottom: 1.8125rem;
    margin-left: 0.9375rem;
    margin-left: 0.9375rem;
}

.team-body__item--header {
    margin: auto;
    padding-top: 2px;
    width: 21.875rem;
    height: 15rem;
    position: relative;
}

.team-body__item--header img {
    width: 100%;
    height: 15rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.team-body__item--over {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 15rem;
    display: none;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
   
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team-body__item--over ul li {
    background-color: #fff;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.team-body__item--over ul li a {
    color: #333537;
}

.team-body__item--over p {
    color: #fff !important;
    opacity: 0.7;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.375rem;
    margin-left: 0 !important;
    margin-bottom: 0.1875rem;
}

.team-body__item--over p:last-child {
    margin-bottom: 1.5625rem;
}

.team-body__item--over p i {
    margin-right: 0.625rem;
}

.team-body__item h3 {
    color: #333537;
    margin-top: 1.5rem;
    margin-left: 1.5625rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
}

.team-body__item p {
    /*color: #98999a;
    font-size: 0.75rem;*/
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.375rem;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
}

.how-work {
    background-color: #f2f3f5;
    padding-top: 3rem;
}

.how-work__body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8.0625rem;
    margin-bottom: 1rem;
    margin-left: 4rem;
    margin-right: 4rem;
}

.how-work__body--item {
    width: 17.5rem;
    height: 20rem;
    padding: 2.5rem 1.9375rem 2.4375rem 1.9375rem;
    text-align: center;
    margin-bottom: 5rem;
}

.how-work__body--item div {
    height: 3.8125rem;
}

.how-work__body--item div img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.how-work__body--item:hover {
    background-color: #fff;
    
   
}

.how-work__body--item h5 {
    color: #333537;
    margin-top: 2.3125rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3125rem;
}

.how-work__body--item p {
    color: #3a3a3a;
    font-size: 14px;
    /*color: #98999a;*/
    width: 11.625rem;
    /*font-size: 0.75rem;*/
    font-weight: 400;
    line-height: 1.3125rem;
    margin: auto;
}

.how-work__body--item p span {
    color: #25D366;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 0.9375rem;
}

.how-work__body--item a {
    color: #64a9ed;
    font-family: Roboto;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.9375rem;
    text-decoration: underline;
}

.arrow {
    position: absolute;
}

.arrow-bottom,
.arrow-left,
.arrow-top {
    width: 5rem;
    height: 2.125rem;
}

.arrow-left {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -5rem;
    top: 46.25rem;
}

.arrow-right {
    width: 1.8125rem;
    height: 5.0625rem;
    right: -3.75rem;
}

.arrow-right__first {
    top: 20rem;
}

.arrow-right__second {
    top: 45rem;
}

.arrow-top {
    top: -2.25rem;
}

.arrow-top__first {
    left: 17.5rem;
}

.arrow-top__second {
    left: 40rem;
}

.arrow-bottom {
    bottom: 35px;
}

.arrow-bottom__first {
    left: 17.5rem;
}

.arrow-bottom__second {
    left: 40rem;
}

.vacancies {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.vacancies-container>h6 {
    max-width: 30.125rem;
    color: #333537;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 4.5625rem;
}

.vacancies-item {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 9.125rem;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-left: 1.125rem;
    padding-right: 3.3125rem;
}

.vacancies-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    
   
    background-color: #fff;
}

.vacancies-item img {
    width: 5.3125rem;
    height: 6.875rem;
    border-radius: 5px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.vacancies-item__text {
    margin-left: 1.375rem;
    margin-right: 2.8125rem;
}

.vacancies-item__text h6 {
    color: #333537;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin-bottom: 0;
}

.vacancies-item__text p {
    /*color: #98999a;
    font-size: 0.75rem;*/
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3125rem;
    margin-bottom: 0;
}

.vacancies-item a {
    height: 2.5rem;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    padding-left: 2.25rem;
    padding-right: 2.3125rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsInner-header {
    background-image: url(../img/newsAll.png);
}

.newsAll {
    background: #fff;
    padding-top: 3rem;
    padding-bottom: 4.6875rem;
}

.newsAll-container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsAll-header {
    background-image: url(../img/newsAll.png);
}

.newsAll-left {
    width: 67.5%;
}

.newsAll-left__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.6875rem;
    margin-left: -0.6875rem;
}

.newsAll-left__bottom a {
    margin-right: 0.6875rem;
    margin-left: 0.6875rem;
    margin-top: 4.375rem;
}

.newsAll-left>img {
    width: 100%;
    height: 32.125rem;
    -o-object-fit: contain;
    object-fit: contain;
    
   
    margin-bottom: 3.5rem;
}

.newsAll-left>h2 {
    color: #333537;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.newsAll-left>p {
    /*color: #98999a;
    font-size: 12px;*/
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 1.875rem;
}

.newsAll-left>ul {
    width: 9.375rem;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.125rem;
}

.newsAll-left>ul li a {
    color: #fff;
}

.newsAll-left>ul li:hover a {
    color: #fff;
}

.newsAll-left>ul .social-network-fb {
    background: #3b5998;
}

.newsAll-left>ul .social-network-fb:hover {
    box-shadow: 0 0 20px rgba(59, 89, 152, 0.5);
    box-shadow: 0 0 20px rgba(59, 89, 152, 0.5);
}

.newsAll-left>ul .social-network-in {
    background: #007bb5;
}

.newsAll-left>ul .social-network-in:hover {
    box-shadow: 0 0 20px rgba(0, 123, 181, 0.5);
    box-shadow: 0 0 20px rgba(0, 123, 181, 0.5);
}

.newsAll-left>ul .social-network-ins {
    background: #e4405f;
}

.newsAll-left>ul .social-network-ins:hover {
    box-shadow: 0 0 20px rgba(228, 64, 95, 0.5);
    box-shadow: 0 0 20px rgba(228, 64, 95, 0.5);
}

.newsAll-left>ul .social-network-ytb {
    background: red;
}

.newsAll-left>ul .social-network-ytb:hover {
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}

.aside {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 24%;
    
   
    background-color: #f2f3f5;
    height: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.aside h3 {
    color: #333537;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 1.9375rem;
}

.aside-item {
    display: block;
    margin-bottom: 50px;
}

.aside-item h4 {
    margin-bottom: 0.75rem;
}

button,
input {
    outline: 0;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.social-network {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.social-network li {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 100%;
    border-radius: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.social-network li a {
    margin: auto;
    line-height: 1.75rem;
    text-decoration: none;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.social-network-fb:hover {
    background: #fff;
}

.social-network-fb:hover a {
    color: #3b5998;
}

.social-network-in:hover {
    background: #fff;
}

.social-network-in:hover a {
    color: #007bb5;
}

.social-network-ins:hover {
    background: #fff;
}

.social-network-ins:hover a {
    color: #e4405f;
}

.social-network-ytb:hover {
    background: #fff;
}

.social-network-ytb:hover a {
    color: red;
}

.social-network-twt:hover {
    background: #fff;
}

.social-network-twt:hover a {
    color: #00acee;
}

.button-all {
    height: 2.5rem;
    
   
    border: 1px solid #25D366;
    cursor: pointer;
    background-color: #25D366;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

a.button-all {
    text-decoration: none;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333537;
    display: inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

input[type="submit"] {
    cursor: pointer;
}

.footer {
    background-color: #333537;
    padding-top:20px;
}

.footer-primary {
    border-bottom: 1px solid #484a4b;
}

.footer-primary__container {
    height: 5.1875rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-primary__left {
    margin-right: auto;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.footer-primary__right {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-primary__right a {
    height: 2rem;
    
    
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.125rem;
    text-decoration: none;
    margin-right: 1.5625rem;
}

.footer-primary__right a div {
    width: 1.875rem;
    height: 1.875rem;
    
    
    background-color: #414345;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1px;
}

.footer-primary__right a div i {
    font-size: 0.875rem;
    color: #fff;
    margin: auto;
}

.footer-primary__right a span {
    margin-left: 0.75rem;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.875rem;
}

.footer-primary__right a:hover {
    background-color: rgba(255, 255, 255, 0.07);
}

.footer-primary__right a:hover div {
    background-color: #333537;
}

.footer-primary__tab {
    height: 100%;
    padding-right: 1rem;
    margin-top: 0.125rem;
    margin-right: 1.625rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.1875rem solid transparent;
    cursor: pointer;
}

.footer-primary__tab.active {
    border-bottom: 0.1875rem solid #25D366;
}

.footer-primary__tab.active a {
    color: #fff !important;
}

.footer-primary__tab a {
    margin-top: auto;
    margin-bottom: auto;
    color: #98999a !important;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-decoration: none;
}

.footer-secondary__container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
   
}

.footer-secondary__container h6 {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.28px;
    line-height: 1.6875rem;
    text-transform: uppercase;
    margin-bottom: 1.8125rem;
}

.footer-secondary__container p {
    /* opacity: 0.5; */
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.375rem;
}

.footer-secondary__left p {
    margin-bottom: 0.625rem;
}

.footer-secondary__left p:first-of-type {
    margin-bottom: 2.3125rem;
    width: 12rem;
}

/* .footer-secondary__left p:last-of-type {
    color: #25D366;
} */

.footer-secondary__left ul {
    margin-top: 0.5625rem;
}

.footer-secondary__left ul li {
    background-color: white;
    margin-right: 0.5rem;
}

.footer-secondary__left ul li a {
    color: #25D366;
    
}

.footer-secondary__center {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}











.footer-secondary__center ul li a:hover {
    opacity: 1;
    text-decoration: none;
}

.footer-tertiary {
    background-color: #0c1114;
    height: 4.75rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-tertiary p {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-tertiary p span,
.footer-tertiary p strong {
    opacity: 0.3;
}

.footer-tertiary p a {
    color: #fff;
    opacity: 0.5;
}

.footer-tertiary p a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer-profile {
    margin-left: 2.25rem;
}

.footer-profile a {
    color: #fff;
    text-decoration: none;
}

.footer-profile a i {
    font-size: 1.5rem;
}

.footer-profile__dropdown--menu {
    transform: translate3d(-7.8125rem, 2.375rem, 0) !important;
    transform: translate3d(-7.8125rem, 2.375rem, 0) !important;
    border: unset !important;
    box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.3);
}

.footer-profile__dropdown--menu:before {
    content: "";
    display: inline-block;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 1.5rem;
    top: -1.25rem;
    z-index: 10;
}

.footer-blog {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-blog__item {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem;
}

.footer-blog__item--left {
    border-radius: 5px;
    border-radius: 5px;
    margin-right: 1rem;
}

.footer-blog__item--date {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-blog__item--date div {
    height: 1.5rem;
    
   
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.footer-blog__item:hover {
    text-decoration: none;
}

.footer-blog__item img {
    width: 6rem;
    height: 5.125rem;
    border-radius: 5px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-blog__item p {
    margin-top: 0.5625rem;
    width: 15.6875rem;
}

.footer-blog__item .day {
    background-color: white;
    color: black;
    margin-right: 0.25rem;
}

.footer-blog__item .month {
    background-color: #fff;
    color: #222;
}

.footer-contact {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.campaigns-header {
    background-image: url(../img/evlerin_kocurulmesi%402x.html);
}

.campaigns-body {
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 3.4375rem;
}

.campaigns-body__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.campaigns-body .campaigns-discount,
.campaigns-body .campaigns-econom {
    display: none;
}

.campaigns-discount__item {
    padding: 0.3125rem;
    
   
    border: 2px solid #f2f3f5;
    background-color: #fff;
    margin-bottom: 2.5rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.campaigns-discount__item img {
    /*-o-object-fit: cover;
    object-fit: cover;*/
    -o-object-fit: contain;
    object-fit: contain;
    width: 25rem;
    height: 16.875rem;
    border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
}

.campaigns-discount__item--right {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    width: 100%;
    color: #333537;
}

.campaigns-discount__item h3 {
    color: #333537;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
}

.campaigns-discount__item p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 0.725rem;
    font-weight: 400;
    line-height: 1.375rem;
    margin-bottom: 2.5rem;
}

.campaigns-discount__item strong {
    color: #333537;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
}

.campaigns-discount__item--form {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.campaigns-discount__item--form input {
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2.5rem;
    border: none;
    
   
    background-color: #f2f3f5;
    color: #98999a;
    padding: 0.8125rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.375rem;
}

.campaigns-discount__item--form button {
    margin-left: 1.25rem;
    
   
    padding: 0.4375rem 2.8125rem;
    border: none;
    background-color: #25D366;
}

.campaigns-discount__item--form button span {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.campaigns-econom__container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.campaigns-econom__item {
    width: 17rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
   
}

.campaigns-econom__item:hover {
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.campaigns-econom__item:hover .campaigns-econom__item--title {
    background: #25D366;
}

.campaigns-econom__item:hover .campaigns-econom__item--title h3 {
    color: #fff;
}

.campaigns-econom__item:hover a {
    background: #25D366;
    color: #fff;
}

.campaigns-econom__item--title {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 3.75rem;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #f2f3f5;
}

.campaigns-econom__item--title h3 {
    color: #333537;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5625rem;
    text-transform: uppercase;
    margin: auto;
}

.campaigns-econom__item--details {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 3.1875rem;
}

.campaigns-econom__item--details p {
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5625rem;
    margin-bottom: 2.8125rem;
}

.campaigns-econom__item--details a {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    
   
    background-color: #f2f3f5;
    margin-bottom: 1.6875rem;
    color: #333537;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
}

.campaigns-econom__item--details ul {
    padding: 0;
    margin-top: 4.25rem;
    list-style-type: none;
}

.campaigns-econom__item--details ul li {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0.875rem;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3125rem;
}

.campaigns-econom__item--details ul li i {
    margin-right: 0.625rem;
    color: #25D366;
}

.campaigns-econom__item--details ul li.passive span {
    opacity: 0.5;
}

.campaigns-econom__item--details ul li.passive i {
    color: rgba(152, 153, 154, 0.2);
}

.campaigns-econom__item--price {
    margin-bottom: 1.25rem;
    margin-top: 1.125rem;
}

.campaigns-econom__item--price h4 {
    color: #333537;
    font-size: 2.3125rem;
    font-weight: 700;
    line-height: 2.25rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.campaigns-econom__item--price h4 img {
    margin-left: 3px;
}

.campaigns-econom__item--price p {
    color: #98999a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5625rem;
}

.campaigns-hourly__container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.campaigns-hourly__element {
    width: 34.375rem;
}

.campaigns-hourly__item {
    
   
    padding-bottom: 2.5rem;
}

.campaigns-hourly__item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.campaigns-hourly__item:hover .campaigns-hourly__item--title {
    background-color: #25D366;
}

.campaigns-hourly__item:hover .campaigns-hourly__item--title h3 {
    color: #fff;
}

.campaigns-hourly__item:hover .campaigns-hourly__item--price {
    background-color: rgba(255, 196, 37, 0.1);
}

.campaigns-hourly__item:hover a {
    background-color: #25D366;
    color: #fff;
}

.campaigns-hourly__item--title {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 3.75rem;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #f2f3f5;
}

.campaigns-hourly__item--title h3 {
    color: #333537;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5625rem;
    text-transform: uppercase;
    margin: auto;
}

.campaigns-hourly__item--prices {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.875rem;
    margin-bottom: 2.3125rem;
}

.campaigns-hourly__item--price {
    height: 6.4375rem;
    width: 9.5rem;
    margin-right: 0.375rem;
    margin-left: 0.375rem;
    
   
    background-color: #f2f3f5;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.campaigns-hourly__item--price h4 {
    color: #333537;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 2.0625rem;
    margin-bottom: 0.0625rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.campaigns-hourly__item--price h4 img {
    margin-left: 3px;
}

.campaigns-hourly__item--price p {
    color: #98999a;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.4375rem;
    margin-bottom: 0;
}

.campaigns-hourly__item>p {
    color: #98999a;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 0;
}

.campaigns-hourly__item ul {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 4.4375rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.campaigns-hourly__item ul li {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0.875rem;
    width: 14.25rem;
    margin-left: 0.6875rem;
    margin-right: 0.6875rem;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3125rem;
}

.campaigns-hourly__item ul li i {
    margin-right: 0.625rem;
    color: #25D366;
}

.campaigns-hourly__item ul li.passive span {
    opacity: 0.5;
}

.campaigns-hourly__item ul li.passive i {
    color: rgba(152, 153, 154, 0.2);
}

.campaigns-hourly__item a {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
    
   
    background-color: #f2f3f5;
    color: #333537;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

.campaigns-hourly__alert {
    margin-top: 1.5625rem;
    padding: 2.1875rem;
    width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.campaigns-hourly__alert p {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3125rem;
}

.campaigns-hourly__alert p i {
    color: #e24c4b;
    font-size: 1.375rem;
    margin-right: 0.8125rem;
}

.campaigns-similar {
    background-color: #fff;
    padding-top: 2.5rem;
}

.campaigns-similar h4 {
    color: #333537;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 3.4375rem;
}

.campaigns-similar__description {
    height: 5.5rem;
}

.campaign-details {
    background-color: #fff;
}

.campaign-details-header {
    background-image: url(../img/ryn.html);
}

.campaign-details-container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3rem;
}

.campaign-details h2 {
    color: #333537;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
}

.campaign-details-left {
    box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: min-content;
    width: -moz-min-content;
    width: min-content;
}

.campaign-details-text {
    margin-bottom: 130px;
}

.campaign-details-text p {
    color: #3a3a3a;
    font-size: 13px;
    /*color: #98999a;
    font-size: 0.75rem;*/
    font-weight: 400;
    line-height: 1.3125rem;
}

.campaign-details-text div {
    width: 100% !important;
    font-family: inherit !important;
    color: #3a3a3a !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.campaign-details-aside {
    height: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 17rem;
    margin-left: 6.25rem;
    
   
    border: 0.125rem solid #f2f3f5;
    margin-top: 4rem;
    background-color: #fff;
    margin-bottom: 3.125rem;
    padding: 0.3125rem;
}

.campaign-details-aside__image {
    height: 11.0625rem;
    
   
    border: 4px solid #25D366;
}

.campaign-details-aside__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.campaign-details-aside__price {
    
   
    background-color: #f2f3f5;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.8125rem;
    margin-bottom: 1.875rem;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
}

.campaign-details-aside__price p {
    color: #333537;
    line-height: 1.375rem;
}

.campaign-details-aside__price p:first-child {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.3125rem;
}

.campaign-details-aside__price p:nth-child(2) {
    /*font-family: Seravek;*/
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.campaign-details-aside ul {
    margin-top: 1.625rem;
    margin-left: 2.3125rem;
}

.campaign-details-aside ul li {
    margin-bottom: 0.75rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.campaign-details-aside ul li i {
    color: #25D366;
    font-size: 0.875rem;
}

.campaign-details-aside ul li span {
    color: #333537;
    font-size: 13px;
    font-weight: 400;
    margin-left: 0.625rem;
}

.campaign-details-aside a {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
    width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 2.625rem;
    margin-bottom: 43px;
    
   
    background-color: #25D366;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
}

.campaign-details__sec {
    width: 100%;
    background-color: #f2f3f5;
    margin-top: 4.9375rem;
    margin-bottom: 4.9375rem;
}

.campaign-details-form {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.campaign-details-form--left {
    max-width: 35.25rem;
}

.campaign-details-form--right {
    margin-top: 1.0625rem;
    margin-left: 1.875rem;
    width: 26.25rem;
}

.campaign-details-form--right form {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.campaign-details-form--right form label {
    color: #98999a;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.375rem;
}

.campaign-details-form--right form input {
    height: 2.5rem;
    margin-bottom: 1.25rem;
    
   
    border: 1px solid rgba(152, 153, 154, 0.2);
    background-color: #fff;
    padding: 0 13px;
    
   
    color: #333537;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.campaign-details-form--right form .form-submit {
    margin-left: auto;
    margin-right: auto;
}

.campaign-details-form--right form button {
    padding-left: 2.25rem;
    padding-right: 2.125rem;
}

.campaign-details-form__image {
    width: 10.75rem;
    height: 7.125rem;
    
   
    border: 0.25rem solid #25D366;
    margin-bottom: 1.25rem;
}

.campaign-details-form__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.campaign-details-form h3 {
    color: #333537;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.campaign-details-form p {
    color: #98999a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3125rem;
    margin-bottom: 0;
}

.order {
    margin-top: 1.25rem;
  
    background-color: #205287;
}

.order-top {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-middle {
    padding: 1.375rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.order-middle button {
    padding-left: 1.75rem;
    padding-right: 2rem;
    width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.5rem;
    
   
    background-color: #f7f7f7;
    color: #98999a;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: unset;
    margin-left: 1.4375rem;
}

.order-middle button span {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.order-bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 2.5rem;
}

.order-bottom__left {
    width: 21.875rem;
    height: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.order-bottom__left hr {
    width: 75%;
    margin-start: unset;
    -moz-margin-start: unset;
    margin-inline-start: unset;
}

.order-bottom__left button {
    color: #25D366;
}

.order-bottom__right {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.order-new span {
    /*text-transform: uppercase;*/
    margin-left: 0.5rem;
}

.order-trash {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important;
    margin-left: 0.1875rem !important;
}

.order-trash i {
    font-size: 0.8125rem;
}

.order-all {
    
   
    padding: 5px 41px 5px 5px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 24.375rem;
}

.order-all__left {
    width: 5.875rem;
    height: 5.875rem;
    
    
    background-color: rgba(255, 255, 255, 0.2);
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.order-all__left p {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.order-all__left p strong {
    font-size: 1.6875rem;
}

.order-all__center {
    margin-left: 1.5rem;
    margin-right: 3.125rem;
    max-width: 14.6875rem;
}

.order-all__center p {
    opacity: 0.5;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 1rem;
    margin-bottom: 0.25rem;
}

.order-all__center p strong {
    text-transform: uppercase;
}

.order-all__right h2 {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    margin-bottom: 0.8125rem;
}

.order-all__right h2 strong {
    font-size: 1rem;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.order-all__right .form-submit {
    margin-top: unset;
}

.order-advertisement {
    width: 16.9375rem;
    margin-left: auto;
}

.order-details {
    margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
    padding: 1.5625rem 2rem 3.625rem 2rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    
   
    background-color: #fff;
}

.order-details header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-details header h1 {
    color: #222;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.54px;
    line-height: 1rem;
    margin-bottom: 20px;
}

.order-details header a {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.0625rem;
    height: 30px;
    border-radius: 19px;
    border-radius: 19px;
    background-color: #f7f7f7;
    text-decoration: none;
    margin-bottom: 20px;
}

.order-details header a span {
    margin-left: 0.8125rem;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.375rem;
}

.order-details__body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-details__body .order-all {
    width: 64%;
}

.order-details__content {
    width: 64%;
    
   
    background-color: #f2f3f5;
    padding: 2.5rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.order-details__content--item {
    width: 18.125rem;
    padding-bottom: 1.125rem;
}

.order-details__content--item p {
    color: #222;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.order-details__overall {
    width: 33%;
}

.order-details__confirm {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    
   
    background-color: #fff;
    padding: 1.8125rem 1.5625rem;
}

.order-details__confirm p {
    margin-top: 1.5625rem;
    color: #98999a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.125rem;
}

.order-details__confirm input {
    width: 100%;
    height: 2.5rem;
    
   
    border: none;
    background-color: #f7f7f7;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
    user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.order-details__payment {
    margin-top: 1.25rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}

.order-details label {
    color: #98999a;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 0.875rem;
}

.order-change__over {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 19px;
    border-radius: 19px;
    background-color: rgba(188, 188, 188, 0.2);
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.order-change__over i {
    color: #98999a;
    font-size: 1rem;
    margin: auto;
}

.order h1 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.54px;
    line-height: 1rem;
    margin-bottom: 1.375rem;
}

.order hr {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
    border-top: 0.125rem solid #f2f3f5;
}

.order a {
    color: #25D366;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.25rem;
    text-decoration: none;
}

.order a i {
    margin-right: 0.4375rem;
    font-size: 0.75rem;
}

.datetime-container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 2.5rem;
    border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    background-color: #f7f7f7;
    border: unset;
    padding-left: 0.5rem;
    padding-right: 1rem;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    cursor: pointer;
}

.daterangepicker.single .controls {
    display: none;
}

.daterangepicker select {
    cursor: pointer;
}

.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper {
    background: #25D366;
}

.calendar .arrow {
    display: none;
}

.map-body {
    height: 300px;
    width: 100%;
}

.yukdashima_1 {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 10px;
}

.yukdashima_1 h2 {
    color: #333537;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
}

.yukdashima_1 p {
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.yukdashima_1 a.btn {
    width: 150px;
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff ;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 25px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.yukdashima_1 div.line {
    height: 2px;
    display: inline-block;
    width: 100%;
    background-color: #eaebeb;
    margin-top: 20px;
    margin-bottom: 20px;
}

.yukdashima_1 .loads {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.yukdashima_1 .loads-item {
    width: 240px;
    /*height: 300px;*/
    height: auto;
    
   
    border: 1px solid #f2f3f5;
    position: relative;
    background-color: #fff;
    padding: 10px 10px 22px 10px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
}

.yukdashima_1 .loads-item h3 {
    color: #333537;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 17px;
    padding-left: 11px;
    padding-right: 11px;
}

.yukdashima_1 .loads-item p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 11px;
    padding-right: 11px;
}

.yukdashima_1 .loads-item img:nth-child(2) {
    position: absolute;
    top: 20px;
    left: 20px;
}

.yukdashima-avtopark {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.yukdashima-avtopark h4 {
    color: #333537;
    /*font-family: Seravek;*/
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.yukdashima-avtopark .carousel {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    
   
    margin-top: 80px;
}

.yukdashima-avtopark .carousel .item {
    
   
    background-color: #fff;
    padding: 27px 50px 22px 51px;
    margin-bottom: 1.875rem;
}

.yukdashima-avtopark .carousel .item .autopark-item__header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yukdashima-avtopark .carousel .item .autopark-item__header h3 {
    color: #333537;
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 25px;
}

.yukdashima-avtopark .carousel .item .autopark-item__header a.btn {
    width: 9.375rem;
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.yukdashima-avtopark .carousel .item p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 21px;
    margin-top: 1.6875rem;
    margin-bottom: 2.3125rem;
}

.yukdashima-avtopark .carousel .autopark-item__info {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2 {
    width: 263px;
    position: relative;
    margin-left: 1.25rem;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2 .borderRight {
    width: 1px;
    height: 85px;
    background-color: #fff9ea;
    display: inline-block;
    position: absolute;
    float: right;
    right: 30px;
    z-index: 10000;
    border-right: 1px #e9ba3e dotted;
    top: -9px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__top {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 266px;
    position: relative;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__top .top-right {
    width: 54px;
    height: 30px;
    background-color: #fff9ea;
    position: absolute;
    float: right;
    right: 33px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__top .top-right:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff9ea;
    border-left: 54px solid transparent;
    position: absolute;
    top: -8px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__top .top-right p {
    margin-top: 0.625rem;
    z-index: 1000000000000;
    position: absolute;
    width: 53px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__top .top-center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 91px;
    height: 29px;
    background-color: #fff9ea;
    position: absolute;
    z-index: 2000000;
    border-left: 1px #e9ba3e dotted;
    border-right: 1px #e9ba3e dotted;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__top .top-center p {
    margin-top: -5px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__center .leftside {
    width: 38px;
    position: absolute;
    height: 46px;
    z-index: 1000000;
    transform: skew(-51deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #fff9ea;
    float: left;
    left: 20px;
    border-top: 1px #e9ba3e dotted;
    margin-top: 0.3125rem;
    border-bottom: 1px #e9ba3e dotted;
    position: absolute;
    top: -5px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__center .leftside p {
    transform: skew(45deg);
    width: 80px;
    margin-left: -20px;
    margin-top: 0.5rem;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__center .center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 266px;
    margin: 0;
    padding: 0;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__center .center .trapeze {
    height: 0;
    width: 201px;
    border-bottom: 46px solid #ffe192;
    border-left: 57px solid transparent;
    border-right: 52px solid transparent;
    position: relative;
    top: -6px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.active-icon {
    position: absolute;
    top: 25%;
    right: 5%;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__center .center .trapeze:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 61px solid #fff9ea;
    border-left: 68px solid transparent;
    position: absolute;
    float: right;
    right: -52px;
    z-index: 1000000;
    top: -15px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__center .center .trapeze .line1 {
    width: 3px;
    height: 86px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    margin-top: -15px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__center .center .horizontal {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: -10px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    width: 201px;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2__bottom .bottom-center {
    width: 250px;
    background-color: #25D366;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options2 p {
    margin-bottom: 0;
    color: #333537;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3 {
    width: 263px;
    position: relative;
    margin-left: 20px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3 .borderRight {
    width: 1px;
    height: 86px;
    background-color: #fff9ea;
    display: inline-block;
    position: absolute;
    float: right;
    right: -1px;
    z-index: 10000;
    border-right: 1px #e9ba3e dotted;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__top {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 266px;
    position: relative;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__top .top-right {
    width: 56px;
    height: 30px;
    background-color: #fff9ea;
    position: absolute;
    float: right;
    right: 3px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__top .top-right p {
    margin-top: 10px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__top .top-center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 144px;
    height: 29px;
    background-color: #fff9ea;
    position: absolute;
    z-index: 2000000;
    border-left: 1px #e9ba3e dotted;
    border-right: 1px #e9ba3e dotted;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__top .top-center p {
    margin-top: -5px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__center .leftside {
    width: 37px;
    position: absolute;
    height: 51px;
    z-index: 1000000;
    transform: skew(-45deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #fff9ea;
    float: left;
    left: 0;
    border-top: 1px #e9ba3e dotted;
    margin-top: 5px;
    border-bottom: 1px #e9ba3e dotted;
    position: absolute;
    top: -6px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__center .leftside p {
    transform: skew(45deg);
    width: 80px;
    margin-left: -20px;
    margin-top: 8px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__center .center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 266px;
    margin: 0;
    padding: 0;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__center .center .trapeze {
    height: 0;
    width: 259px;
    border-bottom: 50px solid #ffe192;
    border-left: 25px solid transparent;
    border-right: 50px solid transparent;
    position: relative;
    top: -4px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__center .center .trapeze:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 51px solid #fff9ea;
    border-left: 60px solid transparent;
    position: absolute;
    float: right;
    right: -52px;
    z-index: 1000000;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__center .center .trapeze .line1 {
    width: 3px;
    height: 86px;
    background-color: #fff;
    display: inline-block;
    transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    position: absolute;
    float: left;
    left: 65px;
    margin-top: -15px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__center .center .trapeze .line2 {
    width: 3px;
    height: 86px;
    background-color: #fff;
    margin-top: -15px;
    display: inline-block;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    position: absolute;
    float: right;
    right: 45px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__center .center .horizontal {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: -5px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 263px;
    margin-top: -8px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3__bottom .bottom-center {
    width: 250px;
    background-color: #25D366;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options3 p {
    margin-bottom: 0;
    color: #333537;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4 {
    width: 263px;
    position: relative;
    margin-left: 20px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4 .borderRight {
    top: 25px;
    width: 1px;
    height: 61px;
    background-color: #fff9ea;
    display: inline-block;
    position: absolute;
    float: right;
    right: -1px;
    z-index: 10000;
    border-right: 1px #e9ba3e dotted;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__top {
    height: 29px;
    width: 266px;
    position: relative;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__top .top-center {
    text-align: center;
    width: 113px;
    height: 29px;
    background-color: #fff9ea;
    position: absolute;
    z-index: 2000000;
    border-left: 1px #e9ba3e dotted;
    border-right: 1px #e9ba3e dotted;
    margin-left: 80px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__top .top-center:after {
    float: right;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 25px solid #fff9ea;
    border-right: 70px solid transparent;
    position: absolute;
    right: -71px;
    margin-top: -22px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__top .top-center p {
    margin-top: -5px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .leftside {
    width: 23px;
    position: absolute;
    height: 57px;
    z-index: 1000000;
    transform: skew(-50deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #fff9ea;
    float: left;
    left: 23px;
    border-top: 1px #e9ba3e dotted;
    margin-top: 5px;
    border-bottom: 1px #e9ba3e dotted;
    position: absolute;
    top: -5px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .leftside p {
    transform: skew(50deg);
    width: 80px;
    margin-left: -40px;
    margin-top: 8px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 266px;
    margin: 0;
    padding: 0;
    margin-left: 27px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .center .trapeze {
    height: 0;
    width: 251px;
    border-bottom: 57px solid #ffe192;
    border-left: 68px solid transparent;
    border-right: 68px solid transparent;
    position: relative;
    margin-left: -16px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .center .trapeze:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid #fff9ea;
    border-left: 73px solid transparent;
    position: absolute;
    float: right;
    right: -68px;
    z-index: 1000000;
    margin-top: -5px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .center .trapeze p {
    z-index: 1000000000;
    position: absolute;
    float: right;
    right: -50px;
    top: -15px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .center .trapeze .line1 {
    width: 3px;
    height: 86px;
    background-color: #fff;
    display: inline-block;
    transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    position: absolute;
    float: left;
    left: 10px;
    margin-top: -15px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .center .trapeze .line2 {
    width: 3px;
    height: 86px;
    background-color: #fff;
    margin-top: -15px;
    display: inline-block;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    position: absolute;
    float: right;
    right: 10px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .center .trapeze .line3 {
    width: 3px;
    height: 86px;
    background-color: #fff;
    margin-top: -15px;
    display: inline-block;
    position: absolute;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .center .horizontal-1 {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: -10px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__center .center .horizontal-2 {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: 10px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 263px;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4__bottom .bottom-center {
    width: 252px;
    background-color: #25D366;
}

.yukdashima-avtopark .carousel .autopark-item__info .size-options4 p {
    margin-bottom: 0;
    color: #333537;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.yukdashima-avtopark .carousel .autopark-item__info .table {
    width: 23.0625rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.yukdashima-avtopark .carousel .autopark-item__info .table-body div {
    width: 11.25rem;
    border-radius: 5px;
    border-radius: 5px;
}

.yukdashima-avtopark .carousel .autopark-item__info .table-body div:nth-child(odd) {
    background-color: #f2f3f5;
}

.yukdashima-avtopark .carousel .autopark-item__info .table-body div:nth-child(even) {
    background-color: rgba(246, 247, 247, 0.5);
}

.yukdashima-avtopark .carousel .autopark-item__info .table-body div p {
    padding: 10px;
    margin: 0;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.yukdashima-avtopark .carousel .autopark-item__info .table-body div p span:nth-child(2) {
    color: #333537;
    font-size: 0.75rem;
    font-weight: 500;
}

.yukdashima-avtopark .carousel a.carousel-control-prev {
    width: auto;
    margin-left: -30px !important;
}

.yukdashima-avtopark .carousel a.carousel-control-next {
    width: auto;
    margin-right: -30px !important;
}

.yukdashima-avtopark .carousel i {
    color: #eaebeb;
}

.yukdashima-avtopark a.btn {
    width: 200px;
    height: 40px;
    
   
    border: 1px solid #25D366;
    color: #333537;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 50px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cargo-header {
    background-image: url(../img/yukdashima_1.png);
}

#yukdashimaFilterButton {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 35%;
    padding-left: 0;
    padding-right: 20px;

    margin-bottom: 65px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon-white {
    filter: brightness(0) invert(1);
}

@media (max-width: 600px) {
    #yukdashimaFilterButton {
        display: none !important;
    }

    .dropdown-list {}

    .dropdown-list li:first-child {
        text-decoration: none !important;
    }

    .drop-active {
        background-color: rgb(226, 226, 226) !important;
    }
}

.orderOut-callback {
    display: none !important;

}

@media (max-width: 600px) {
    .orderOut-callback {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .call-btn {
        display: none !important;
    }
}

.accardion-btn {
    display: none !important;
}

@media (max-width: 600px) {
    .mobile-service {
        width: 100% !important;
        height: 420px !important;
        position: absolute !important;
        left: 2.5% !important;
        bottom: 0 !important;
        margin: 0 !important;
        z-index: 99999999999 !important;
        border-radius: 30px 30px 0 0 !important;
    }

    .mobile-service__content {
        display: flex !important;
        width: 100% !important;
        flex-direction: column !important;
        height: 400px !important;

        align-items: center !important;
        border-radius: 30px 30px 0 0 !important;
        margin-top: 1.5rem !important;
        box-shadow: none !important;
        border: none !important;
        background: #F5F5F5 !important;
        height: 400px !important;

    }

    .btn-modal-call {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        width: 330px !important;
        height: 53px !important;
        color: white !important;
        font-size: 20px !important;
        margin-bottom: 10px !important;
        border-radius: 1rem;
    }

    .btn-modal-close {
        top: 3% !important;
        right: 2.8% !important;
    }

    .btn-modal-call-desc {
        font-size: 18px;
        text-align: center;
        width: 60%;
        margin: 0 auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .btn-modal-call-desc-input {
        font-size: 16px;
        text-align: center;
        width: 60%;
        margin: 0 auto !important;
        margin-top: 10px !important;
        display: flex !important;
        border-radius: 10px !important;
        align-items: center !important;
        background: white !important;
        justify-content: center !important;
        width: 330px !important;
        height: 53px !important;
        color: white !important;
    }

    .btn-modal-call-desc-input input {
        background: transparent !important;
        font-size: 20px !important;
        height: 53px !important;

        text-align: center !important;
    }

    .btn-modal-call a {
        color: white !important;

    }

    .btn-modal-call a i {
        margin-right: 10px;
    }

    .btn-submit {
        border-radius: 10px !important;
        background: #FFC526 !important;
        justify-content: center !important;
        width: 330px !important;
        height: 53px !important;
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        outline: none;
        border: none;
    }

    .accardion-btn {
        position: absolute !important;
        top: -2% !important;
        left: 3.5% !important;
        display: block !important;
        width: 330px !important;
        height: 50px !important;
    }

    .accardion-btn .dropdown-toggle {
        width: 330px !important;
        height: 50px !important;
       
        text-align: left;
        font-size: 16px !important;
        font-weight: 400 !important;
        background-color: #333537 !important;
        color: white !important;
        position: relative !important;
    }

    .dropdown-toggle::after {
        position: absolute !important;
        top: 43% !important;
        right: 2% !important;
    }

    .accardion-btn .dropdown-menu {
        width: 330px !important;
        
        font-size: 16px !important;
        font-weight: 400 !important;
        z-index: 999 !important;
    }


}

#yukdashimaFilterButton li {
    margin-right: 12px;
    list-style: none;
    width: 220px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 12px 36px 8px 35px !important;  */
    
   
    border: 1px solid #f2f3f5;
    margin-top: 15px;
}

#yukdashimaFilterButton li a {
    /*color: #98999a;
    font-size: 14px;*/
    color: #3a3a3a;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

#yukdashimaFilterButton li.active {
    background-color: #333537;
    position: relative;
}

#yukdashimaFilterButton li.active a {
    color: #fff;
}


@media (max-width: 600px) {
    #yukdashima-body {
        display: flex;
        position: relative;
        flex-direction: column-reverse;
        margin-top: 80px !important;

    }

    #yukdashima-body h2 {
        color: black;
        position: absolute;
        top: -4%;
    }

    #yukdashima-body .title {
        display: none;
    }
}

#yukdashima-body a {
    color: #850808;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
}

#yukdashima-body li {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
}

.search {
    background-color: #fff;
    padding-top: 125px;
    padding-bottom: 41px;
}

.search-header {
    background-image: url(../img/search.png);
}

.search h2 {
    color: #333537;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 29px;
}

.search input {
    width: 30.875rem;
    height: 40px;
    
   
    background-color: #f2f3f5;
    border: none;
    margin-right: 10px;
    padding: 10px;
}

.search button {
    width: 8.75rem;
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.search-results img {
    padding-top: 40px;
    padding-bottom: 40px;
}

.search-results span {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.search-results__item {
    margin-bottom: 20px;
    padding: 19px 290px 14px 35px;
    background-color: #fff;
    
   
}

.search-results__item h3 {
    color: #1a0dab;
    font-size: 20px;
    margin-bottom: 0;
}

.search-results__item a {
    color: #006621;
    font-size: 16px;
}

.search-results__item p {
    color: #545454;
    font-size: 14px;
}

.onlinePayment {
    padding-top: 2rem;
    padding-bottom: 4.75rem;
}

.onlinePayment-body {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    
   
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3.75rem;
}

.onlinePayment-body__leftside {
    width: 67%;
    padding-right: 6.25rem;
}

.onlinePayment-body__leftside .payment {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
}

.onlinePayment-body__leftside .payment div {
    width: 120px;
    height: 90px;
    
   
    background-color: #f2f3f5;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.25rem;
}

.onlinePayment-body__leftside .payment div img:nth-child(2) {
    display: none;
}

.onlinePayment-body__leftside .payment div.active {
    background-color: #fff !important;
    border: 3px solid #25D366 !important;
    position: relative;
}

.onlinePayment-body__leftside .payment div.active img:nth-child(2) {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    float: right;
    right: -10px;
    display: block;
}

.onlinePayment-body__leftside .bank img {
    margin-top: 1.625rem;
}

.onlinePayment-body__rightside {
    width: 33%;
}

.onlinePayment-body__rightside form {
    position: relative;
}

.onlinePayment-body__rightside form .row {
    margin: 0;
}

.onlinePayment-body__rightside form label {
    color: #98999a;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 14px;
    margin-top: 1.25rem;
}

.onlinePayment-body__rightside form input {
    
   
    background-color: #f7f7f7;
    border: none;
}

.onlinePayment-body__rightside form button {
    width: 12.5rem;
    height: 2.5rem;
    
   
    background-color: #25D366;
    color: #fff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 40px;
}

.onlinePayment-body__rightside form button:hover {
    background-color: #25D366;
}

.onlinePayment-body h2 {
    color: #222;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.48px;
    line-height: 16px;
}

.onlinePayment-body h3 {
    color: #252728;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 1.875rem;
}

.onlinePayment-body p {
    color: #98999a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 14px;
}

.onlinePayment-body p img {
    width: 14px;
    height: 14px;
    margin-right: 1.0625rem;
}

.payment-header {
    background-image: url(../img/online_payment.png);
}

.contact {
    background-color: #fff;
    padding-top: 2rem;
}

.contact-header {
    background-image: url(../img/contact.png);
}

.contact-body {
    padding-bottom: 155px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.contact-body__leftside {
    width: 72%;
    padding-right: 52px;
}

.contact-body__leftside h2 {
    color: #333537;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.contact-body__leftside p {
    /*color: #98999a;
    font-size: 12px;*/
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.contact-body__leftside form .row {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}

.contact-body__leftside form .row label {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
}

.contact-body__leftside form .row #email,
.contact-body__leftside form .row #name,
.contact-body__leftside form .row #title {
    height: 40px;
}

.contact-body__leftside form .row #text {
    height: 150px;
}

.contact-body__leftside form .row input {
    
   
    border: 1px solid #efefef;
    background-color: #f2f3f5;
    border: none;
}

.contact-body__leftside form button {
    width: 200px;
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    margin-top: 50px;
}

.contact-body__leftside form button:hover {
    background-color: #25D366;
}

.contact-body__rightside {
    width: 28%;
}

.contact-body__rightside div {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    
   
    background-color: #fff;
    margin-bottom: 40px;
    padding: 25px 36px 17px 36px;
}

.contact-body__rightside div h3 {
    color: #98999a;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.contact-body__rightside div h4 {
    color: #333537;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 12px;
}

.contact-body__rightside div p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.contact-body__rightside div span {
    color: #25D366;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.contact-map {
    height: 333px;
}

.clients {
    background-color: #fff;
    padding-top: 125px;
}

.clients-header {
    background-image: url(../img/clients.png);
}

.clients h2 {
    color: #333537;
    font-size: 29px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 24px;
}

.clients p {
    color: #98999a;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 80px;
}

.clients-image {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clients-image__body {
    width: 272px;
    height: 200px;
    
   
    background-color: #fff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 5px;
}

.clients-image__body:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

hr {
    width: 1px;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}

.career-header {
    background-image: url(../img/career.png);
}

.vacancies-info {
    background-color: #fff;
    padding-top: 85px;
    padding-bottom: 22px;
}

.vacancies-info h2 {
    color: #333537;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    padding-top: 40px;
}

.vacancies-info p {
    max-width: 45.75rem;
    color: #98999a;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 0;
}

.vacancies-info p:nth-last-of-type(1) {
    line-height: 26px;
}

.vacancies-info p img {
    margin-right: 7px;
}

.vacancies-info p span {
    color: #25D366;
    font-weight: 700;
}

.vacancies-info button.btn {
    width: 294px;
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.vacancies-info .modal-dialog {
    margin-top: 91px;
}

.vacancies-info .modal-dialog button.close {
    width: 45px;
    height: 45px;
    margin-top: -51px;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 50% !important;
    border-radius: 50% !important;
}

.vacancies-info .modal-dialog .modal-content {
    max-width: 490px;
    margin: auto;
    padding: 60px;
}

.vacancies-info .modal-dialog .modal-content h3 {
    color: #333537;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
}

.vacancies-info .modal-dialog .modal-content p {
    color: #98999a;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}

.vacancies-info .modal-dialog form label {
    color: #98999a;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
}

.vacancies-info .modal-dialog form label img {
    float: right;
    margin-top: -2px;
}

.vacancies-info .modal-dialog form input {
    
   
    border: 1px solid #efefef;
    background-color: #f2f3f5;
}

.vacancies-info .modal-dialog form button[type="submit"] {
    width: 150px;
    height: 40px;
    
   
    background-color: #25D366;
    margin-top: 30px;
}

.logistics {
    padding-top: 7.8125rem;
    padding-bottom: 7.8125rem;
    background-color: #fff;
}

.logistics h2 {
    color: #333537;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.logistics p {
    color: #98999a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 21px;
}

.logistics-table {
    background-color: #fff;
    padding-bottom: 21px;
}

.logistics-table__header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 86px;
    border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #333537;
}

.logistics-table__header h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.logistics-table table {
    border: 1px solid #f2f2f2;
    margin-bottom: 0;
}

.logistics-table table thead {
    height: 52px;
    border: 1px solid #f2f2f2;
    background-color: #25D366;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
}

.logistics-table table thead th {
    height: 52px;
    border: 1px solid #f0b822;
}

.logistics-table tbody tr {
    color: #333537;
    font-size: 12px;
    font-weight: 400;
}

.logistics-table tbody tr td:first-child {
    text-align: center;
}

.logistics-table tbody tr td:last-child {
    width: 23%;
}

.logistics-table tbody td {
    border: 1px solid #f2f3f5;
}

.admission {
    background-color: #fff;
    padding-bottom: 167px;
}

.admission div {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.admission div h4 {
    color: #333537;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    padding-top: 80px;
}

.admission div p {
    color: #98999a;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    max-width: 54.4375rem;
}

.admission div a.btn {
    width: 14.875rem;
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.autopark-inner-header {
    background-image: url(../img/autopark_2.png);
}

.autopark .autopark_2 {
    background-color: #fff;
    padding-top: 7.8125rem;
    padding-bottom: 70px;
}

.autopark .autopark_2 a.btn {
    width: 9.375rem;
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.6875rem;
}

.autopark .autopark_2 .about-blog {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.625rem;
    padding: 5px;
}

.autopark .autopark_2 .about-blog:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    
   
    /*border: 2px solid #f2f3f5*/
}

.autopark .autopark_2 .about-blog div:nth-child(2) {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.autopark .autopark_2 .about-blog img {
    margin-right: 0.9375rem;
    max-width: 85px;
    max-height: 85px;
    object-fit: cover;
    border-radius: 8px;
}

.autopark .autopark_2 .about-blog__date {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
}

.autopark .autopark_2 .about-blog__date .number {
    width: 2.5625rem;
    height: 24px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}

.autopark .autopark_2 .about-blog__date .month {
    width: 3.375rem;
    height: 24px;
    
   
    background-color: #f2f3f5;
    color: #333537;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.autopark .autopark_2 .about-blog p {
    color: #98999a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 21px;
    max-width: 13.75rem;
}

.autopark .autopark_2 .information {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
}

.autopark .autopark_2 .information .size-options2 {
    width: 16.4375rem;
    position: relative;
    margin-left: 1.25rem;
}

.autopark .autopark_2 .information .size-options2 .borderRight {
    width: 1px;
    height: 85px;
    background-color: #fff9ea;
    display: inline-block;
    position: absolute;
    float: right;
    right: 1.875rem;
    z-index: 10000;
    border-right: 1px #e9ba3e dotted;
    top: -9px;
}

.autopark .autopark_2 .information .size-options2__top {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.625rem;
    position: relative;
}

.autopark .autopark_2 .information .size-options2__top .top-right {
    width: 3.375rem;
    height: 30px;
    background-color: #fff9ea;
    position: absolute;
    float: right;
    right: 2.0625rem;
}

.autopark .autopark_2 .information .size-options2__top .top-right:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff9ea;
    border-left: 54px solid transparent;
    position: absolute;
    top: -8px;
}

.autopark .autopark_2 .information .size-options2__top .top-right p {
    margin-top: 0.625rem;
    z-index: 1000000000000;
    position: absolute;
    width: 3.3125rem;
}

.autopark .autopark_2 .information .size-options2__top .top-center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.6875rem;
    height: 29px;
    background-color: #fff9ea;
    position: absolute;
    z-index: 2000000;
    border-left: 1px #e9ba3e dotted;
    border-right: 1px #e9ba3e dotted;
}

.autopark .autopark_2 .information .size-options2__top .top-center p {
    margin-top: -5px;
}

.autopark .autopark_2 .information .size-options2__center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.autopark .autopark_2 .information .size-options2__center .leftside {
    width: 2.375rem;
    position: absolute;
    height: 46px;
    z-index: 1000000;
    transform: skew(-51deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #fff9ea;
    float: left;
    left: 20px;
    border-top: 1px #e9ba3e dotted;
    margin-top: 5px;
    border-bottom: 1px #e9ba3e dotted;
    position: absolute;
    top: -5px;
}

.autopark .autopark_2 .information .size-options2__center .leftside p {
    transform: skew(45deg);
    width: 5rem;
    margin-left: -20px;
    margin-top: 0.5rem;
}

.autopark .autopark_2 .information .size-options2__center .center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 16.625rem;
    margin: 0;
    padding: 0;
}

.autopark .autopark_2 .information .size-options2__center .center .trapeze {
    height: 0;
    width: 12.5625rem;
    border-bottom: 46px solid #ffe192;
    border-left: 57px solid transparent;
    border-right: 52px solid transparent;
    position: relative;
    top: -6px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.autopark .autopark_2 .information .size-options2__center .center .trapeze:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 61px solid #fff9ea;
    border-left: 68px solid transparent;
    position: absolute;
    float: right;
    right: -52px;
    z-index: 1000000;
    top: -15px;
}

.autopark .autopark_2 .information .size-options2__center .center .trapeze .line1 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    margin-top: -15px;
}

.autopark .autopark_2 .information .size-options2__center .center .horizontal {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5rem;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: -10px;
}

.autopark .autopark_2 .information .size-options2__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    width: 12.5625rem;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
}

.autopark .autopark_2 .information .size-options2__bottom .bottom-center {
    width: 15.625rem;
    background-color: #25D366;
}

.autopark .autopark_2 .information .size-options2 p {
    margin-bottom: 0;
    color: #333537;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.autopark .autopark_2 .information .size-options3 {
    width: 16.4375rem;
    position: relative;
    margin-left: 20px;
}

.autopark .autopark_2 .information .size-options3 .borderRight {
    width: 1px;
    height: 86px;
    background-color: #fff9ea;
    display: inline-block;
    position: absolute;
    float: right;
    right: -1px;
    z-index: 10000;
    border-right: 1px #e9ba3e dotted;
}

.autopark .autopark_2 .information .size-options3__top {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.625rem;
    position: relative;
}

.autopark .autopark_2 .information .size-options3__top .top-right {
    width: 3.5rem;
    height: 30px;
    background-color: #fff9ea;
    position: absolute;
    float: right;
    right: 3px;
}

.autopark .autopark_2 .information .size-options3__top .top-right p {
    margin-top: 0.625rem;
}

.autopark .autopark_2 .information .size-options3__top .top-center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 9rem;
    height: 29px;
    background-color: #fff9ea;
    position: absolute;
    z-index: 2000000;
    border-left: 1px #e9ba3e dotted;
    border-right: 1px #e9ba3e dotted;
}

.autopark .autopark_2 .information .size-options3__top .top-center p {
    margin-top: -5px;
}

.autopark .autopark_2 .information .size-options3__center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.autopark .autopark_2 .information .size-options3__center .leftside {
    width: 2.3125rem;
    position: absolute;
    height: 51px;
    z-index: 1000000;
    transform: skew(-45deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #fff9ea;
    float: left;
    left: 0;
    border-top: 1px #e9ba3e dotted;
    margin-top: 5px;
    border-bottom: 1px #e9ba3e dotted;
    position: absolute;
    top: -6px;
}

.autopark .autopark_2 .information .size-options3__center .leftside p {
    transform: skew(45deg);
    width: 5rem;
    margin-left: -20px;
    margin-top: 8px;
}

.autopark .autopark_2 .information .size-options3__center .center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 16.625rem;
    margin: 0;
    padding: 0;
}

.autopark .autopark_2 .information .size-options3__center .center .trapeze {
    height: 0;
    width: 16.1875rem;
    border-bottom: 50px solid #ffe192;
    border-left: 25px solid transparent;
    border-right: 50px solid transparent;
    position: relative;
    top: -4px;
}

.autopark .autopark_2 .information .size-options3__center .center .trapeze:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 51px solid #fff9ea;
    border-left: 60px solid transparent;
    position: absolute;
    float: right;
    right: -52px;
    z-index: 1000000;
}

.autopark .autopark_2 .information .size-options3__center .center .trapeze .line1 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    display: inline-block;
    transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    position: absolute;
    float: left;
    left: 65px;
    margin-top: -15px;
}

.autopark .autopark_2 .information .size-options3__center .center .trapeze .line2 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    margin-top: -15px;
    display: inline-block;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    position: absolute;
    float: right;
    right: 2.8125rem;
}

.autopark .autopark_2 .information .size-options3__center .center .horizontal {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5rem;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: -5px;
}

.autopark .autopark_2 .information .size-options3__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 263px;
    margin-top: -8px;
}

.autopark .autopark_2 .information .size-options3__bottom .bottom-center {
    width: 15.625rem;
    background-color: #25D366;
}

.autopark .autopark_2 .information .size-options3 p {
    margin-bottom: 0;
    color: #333537;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.autopark .autopark_2 .information .size-options4 {
    width: 16.4375rem;
    position: relative;
    margin-left: 1.25rem;
}

.autopark .autopark_2 .information .size-options4 .borderRight {
    top: 25px;
    width: 1px;
    height: 61px;
    background-color: #fff9ea;
    display: inline-block;
    position: absolute;
    float: right;
    right: -1px;
    z-index: 10000;
    border-right: 1px #e9ba3e dotted;
}

.autopark .autopark_2 .information .size-options4__top {
    height: 29px;
    width: 16.625rem;
    position: relative;
}

.autopark .autopark_2 .information .size-options4__top .top-center {
    text-align: center;
    width: 7.0625rem;
    height: 29px;
    background-color: #fff9ea;
    position: absolute;
    z-index: 2000000;
    border-left: 1px #e9ba3e dotted;
    border-right: 1px #e9ba3e dotted;
    margin-left: 5rem;
}

.autopark .autopark_2 .information .size-options4__top .top-center:after {
    float: right;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 25px solid #fff9ea;
    border-right: 70px solid transparent;
    position: absolute;
    right: -71px;
    margin-top: -22px;
}

.autopark .autopark_2 .information .size-options4__top .top-center p {
    margin-top: -5px;
}

.autopark .autopark_2 .information .size-options4__center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.autopark .autopark_2 .information .size-options4__center .leftside {
    width: 1.4375rem;
    position: absolute;
    height: 57px;
    z-index: 1000000;
    transform: skew(-50deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #fff9ea;
    float: left;
    left: 23px;
    border-top: 1px #e9ba3e dotted;
    margin-top: 5px;
    border-bottom: 1px #e9ba3e dotted;
    position: absolute;
    top: -5px;
}

.autopark .autopark_2 .information .size-options4__center .leftside p {
    transform: skew(50deg);
    width: 5rem;
    margin-left: -40px;
    margin-top: 0.5rem;
}

.autopark .autopark_2 .information .size-options4__center .center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 16.625rem;
    margin: 0;
    padding: 0;
    margin-left: 1.6875rem;
}

.autopark .autopark_2 .information .size-options4__center .center .trapeze {
    height: 0;
    width: 15.6875rem;
    border-bottom: 57px solid #ffe192;
    border-left: 68px solid transparent;
    border-right: 68px solid transparent;
    position: relative;
    margin-left: -16px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.autopark .autopark_2 .information .size-options4__center .center .trapeze:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid #fff9ea;
    border-left: 73px solid transparent;
    position: absolute;
    float: right;
    right: -68px;
    z-index: 1000000;
    margin-top: -5px;
}

.autopark .autopark_2 .information .size-options4__center .center .trapeze p {
    z-index: 1000000000;
    position: absolute;
    float: right;
    right: -50px;
    top: -15px;
}

.autopark .autopark_2 .information .size-options4__center .center .trapeze .line1 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    display: inline-block;
    transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    position: absolute;
    float: left;
    left: 10px;
    margin-top: -15px;
}

.autopark .autopark_2 .information .size-options4__center .center .trapeze .line2 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    margin-top: -15px;
    display: inline-block;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    position: absolute;
    float: right;
    right: 0.625rem;
}

.autopark .autopark_2 .information .size-options4__center .center .trapeze .line3 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    margin-top: -15px;
    display: inline-block;
    position: absolute;
}

.autopark .autopark_2 .information .size-options4__center .center .horizontal-1 {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5rem;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: -10px;
}

.autopark .autopark_2 .information .size-options4__center .center .horizontal-2 {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 14.375rem;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: 0.625rem;
}

.autopark .autopark_2 .information .size-options4__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 16.4375rem;
}

.autopark .autopark_2 .information .size-options4__bottom .bottom-center {
    width: 15.75rem;
    background-color: #25D366;
}

.autopark .autopark_2 .information .size-options4 p {
    margin-bottom: 0;
    color: #333537;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.autopark-leftside {
    width: 65%;
    margin-right: 100px;
}

.autopark-leftside .information {
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.autopark-leftside .table {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: 2.5rem;
    margin:4px;
}

.autopark-leftside .table-body div {
    border-radius: 5px;
    border-radius: 5px;
    width: 21.1875rem;
}

.autopark-leftside .table-body div:nth-child(odd) {
    background-color: #f2f3f5;
}

.autopark-leftside .table-body div:nth-child(even) {
    background-color: rgba(246, 247, 247, 0.5);
}

.autopark-leftside .table-body div p {
    padding: 10px;
    margin: 0;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.autopark-leftside .table-body div p span:nth-child(2) {
    color: #333537;
    font-size: 0.75rem;
    font-weight: 500;
}

.autopark-rightside {
    width: 25%;
}

.autopark-rightside__first {
    
   
    border: 2px solid #f2f3f5;
    padding: 30px;
    margin-bottom: 57px;
}

.autopark-rightside h4 {
    color: #333537;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.autopark-body .autopark-bottom .item .autopark-item__info .size-options2__center .center .trapeze .line1 {
    background-color: #f2f3f5;
}

.autopark-body .autopark-bottom .item .autopark-item__info .size-options2__center .center .horizontal {
    background-color: #f2f3f5;
}

.autopark-body .autopark-bottom .item .autopark-item__info .size-options3__center .center .trapeze .line1 {
    background-color: #f2f3f5;
}

.autopark-body .autopark-bottom .item .autopark-item__info .size-options3__center .center .horizontal {
    background-color: #f2f3f5;
}

.autopark-body .autopark-bottom .item .autopark-item__info .size-options4__center .center .trapeze .line1 {
    background-color: #f2f3f5;
}

.autopark-body .autopark-bottom .item .autopark-item__info .size-options4__center .center .horizontal {
    background-color: #f2f3f5;
}

.autopark-body .autopark-bottom .item:hover .autopark-item__info .size-options2__center .center .trapeze .line1 {
    background-color: #fff;
}

.autopark-body .autopark-bottom .item:hover .autopark-item__info .size-options2__center .center .horizontal {
    background-color: #fff;
}

.autopark-body .autopark-bottom .item:hover .autopark-item__info .size-options3__center .center .trapeze .line1 {
    background-color: #fff;
}

.autopark-body .autopark-bottom .item:hover .autopark-item__info .size-options3__center .center .horizontal {
    background-color: #fff;
}

.autopark-body .autopark-bottom .item:hover .autopark-item__info .size-options4__center .center .trapeze .line1 {
    background-color: #fff;
}

.autopark-body .autopark-bottom .item:hover .autopark-item__info .size-options4__center .center .horizontal {
    background-color: #fff;
}

.autopark-header {
    background-image: url(../img/autopark_1.png);
}

.autopark .autopark_1 {
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.autopark h2 {
    color: #333537;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 40px;
}

.autopark p {
    color: #98999a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 21px;
}

.autopark ul {
    display: inline;
    padding: 0;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.autopark ul li {
    list-style: none;
    padding: 12px 26px 8px 25px;
    margin-right: 0.75rem;
    
   
    border: 1px solid #f2f3f5;
    margin-bottom: 30px;
}

.autopark ul li.active {
    background-color: #333537;
}

.autopark ul li.active a {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px;
}

.autopark ul li a {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px;
}

.autopark ul li a:hover {
    text-decoration: none;
}

.autopark-bottom {
    background-color: #f2f3f5;
    padding-top: 5.875rem;
    padding-bottom: 4.0625rem;
}

.autopark-bottom h2 {
    padding-bottom: 1.25rem;
}

.autopark-bottom .item {
    background-color: #f2f3f5 !important;
}

.autopark-bottom .item:hover {
    background-color: #fff !important;
}

.autopark-body .item {
    
   
    background-color: #fff;
    padding: 27px 50px 22px 51px;
    margin-bottom: 1.875rem;
    text-decoration: none;
    display: block;
}

.autopark-body .item:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.autopark-body .item .autopark-item__header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.autopark-body .item .autopark-item__header h3 {
    color: #333537;
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 25px;
}

.autopark-body .item .autopark-item__header p.btn {
    width: 9.375rem;
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.autopark-body .item p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 21px;
    margin-top: 1.6875rem;
    margin-bottom: 2.3125rem;
}

.autopark-body .autopark-item__info {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.autopark-body .autopark-item__info .image {
    margin-right: 1.875rem;
}

.autopark-body .autopark-item__info .image img {
    width: 270px;
    height: 95px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: left;
    object-position: left;
}

.autopark-body .autopark-item__info>img {
    width: 18.75rem;
    height: 7.4375rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center;
}

.autopark-body .autopark-item__info .size-options2 {
    width: 16.4375rem;
    position: relative;
    margin-left: 1.25rem;
}

.autopark-body .autopark-item__info .size-options2 .borderRight {
    width: 1px;
    height: 85px;
    background-color: #fff9ea;
    display: inline-block;
    position: absolute;
    float: right;
    right: 30px;
    z-index: 10000;
    border-right: 1px #e9ba3e dotted;
    top: -9px;
}

.autopark-body .autopark-item__info .size-options2__top {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.625rem;
    position: relative;
}

.autopark-body .autopark-item__info .size-options2__top .top-right {
    width: 3.375rem;
    height: 30px;
    background-color: #fff9ea;
    position: absolute;
    float: right;
    right: 2.0625rem;
}

.autopark-body .autopark-item__info .size-options2__top .top-right:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff9ea;
    border-left: 54px solid transparent;
    position: absolute;
    top: -8px;
}

.autopark-body .autopark-item__info .size-options2__top .top-right p {
    margin-top: 0.625rem;
    z-index: 1000000000000;
    position: absolute;
    width: 3.3125rem;
}

.autopark-body .autopark-item__info .size-options2__top .top-center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.6875rem;
    height: 29px;
    background-color: #fff9ea;
    position: absolute;
    z-index: 2000000;
    border-left: 1px #e9ba3e dotted;
    border-right: 1px #e9ba3e dotted;
}

.autopark-body .autopark-item__info .size-options2__top .top-center p {
    margin-top: -5px;
}

.autopark-body .autopark-item__info .size-options2__center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.autopark-body .autopark-item__info .size-options2__center .leftside {
    width: 2.375rem;
    position: absolute;
    height: 46px;
    z-index: 1000000;
    transform: skew(-51deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #fff9ea;
    float: left;
    left: 1.25rem;
    border-top: 1px #e9ba3e dotted;
    margin-top: 0.3125rem;
    border-bottom: 1px #e9ba3e dotted;
    position: absolute;
    top: -5px;
}

.autopark-body .autopark-item__info .size-options2__center .leftside p {
    transform: skew(45deg);
    width: 5rem;
    margin-left: -20px;
    margin-top: 0.5rem;
}

.autopark-body .autopark-item__info .size-options2__center .center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 16.625rem;
    margin: 0;
    padding: 0;
}

.autopark-body .autopark-item__info .size-options2__center .center .trapeze {
    height: 0;
    width: 201px;
    border-bottom: 46px solid #ffe192;
    border-left: 57px solid transparent;
    border-right: 52px solid transparent;
    position: relative;
    top: -6px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.autopark-body .autopark-item__info .size-options2__center .center .trapeze:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 61px solid #fff9ea;
    border-left: 68px solid transparent;
    position: absolute;
    float: right;
    right: -52px;
    z-index: 1000000;
    top: -15px;
}

.autopark-body .autopark-item__info .size-options2__center .center .trapeze .line1 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    margin-top: -15px;
}

.autopark-body .autopark-item__info .size-options2__center .center .horizontal {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5rem;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: -10px;
}

.autopark-body .autopark-item__info .size-options2__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    width: 12.5625rem;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
}

.autopark-body .autopark-item__info .size-options2__bottom .bottom-center {
    width: 15.625rem;
    background-color: #25D366;
}

.autopark-body .autopark-item__info .size-options2 p {
    margin-bottom: 0;
    color: #333537;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.autopark-body .autopark-item__info .size-options3 {
    width: 16.4375rem;
    position: relative;
    margin-left: 1.25rem;
}

.autopark-body .autopark-item__info .size-options3 .borderRight {
    width: 1px;
    height: 86px;
    background-color: #fff9ea;
    display: inline-block;
    position: absolute;
    float: right;
    right: -1px;
    z-index: 10000;
    border-right: 1px #e9ba3e dotted;
}

.autopark-body .autopark-item__info .size-options3__top {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.625rem;
    position: relative;
}

.autopark-body .autopark-item__info .size-options3__top .top-right {
    width: 3.5rem;
    height: 30px;
    background-color: #fff9ea;
    position: absolute;
    float: right;
    right: 0.1875rem;
}

.autopark-body .autopark-item__info .size-options3__top .top-right p {
    margin-top: 0.625rem;
}

.autopark-body .autopark-item__info .size-options3__top .top-center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 9rem;
    height: 29px;
    background-color: #fff9ea;
    position: absolute;
    z-index: 2000000;
    border-left: 1px #e9ba3e dotted;
    border-right: 1px #e9ba3e dotted;
}

.autopark-body .autopark-item__info .size-options3__top .top-center p {
    margin-top: -5px;
}

.autopark-body .autopark-item__info .size-options3__center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.autopark-body .autopark-item__info .size-options3__center .leftside {
    width: 2.3125rem;
    position: absolute;
    height: 51px;
    z-index: 1000000;
    transform: skew(-45deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #fff9ea;
    float: left;
    left: 0;
    border-top: 1px #e9ba3e dotted;
    margin-top: 5px;
    border-bottom: 1px #e9ba3e dotted;
    position: absolute;
    top: -6px;
}

.autopark-body .autopark-item__info .size-options3__center .leftside p {
    transform: skew(45deg);
    width: 80px;
    margin-left: -20px;
    margin-top: 8px;
}

.autopark-body .autopark-item__info .size-options3__center .center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 16.625rem;
    margin: 0;
    padding: 0;
}

.autopark-body .autopark-item__info .size-options3__center .center .trapeze {
    height: 0;
    width: 16.1875rem;
    border-bottom: 50px solid #ffe192;
    border-left: 25px solid transparent;
    border-right: 50px solid transparent;
    position: relative;
    top: -4px;
}

.autopark-body .autopark-item__info .size-options3__center .center .trapeze:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 51px solid #fff9ea;
    border-left: 60px solid transparent;
    position: absolute;
    float: right;
    right: -52px;
    z-index: 1000000;
}

.autopark-body .autopark-item__info .size-options3__center .center .trapeze .line1 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    display: inline-block;
    transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    position: absolute;
    float: left;
    left: 4.0625rem;
    margin-top: -15px;
}

.autopark-body .autopark-item__info .size-options3__center .center .trapeze .line2 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    margin-top: -15px;
    display: inline-block;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    position: absolute;
    float: right;
    right: 2.8125rem;
}

.autopark-body .autopark-item__info .size-options3__center .center .horizontal {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5rem;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: -5px;
}

.autopark-body .autopark-item__info .size-options3__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 16.4375rem;
    margin-top: -8px;
}

.autopark-body .autopark-item__info .size-options3__bottom .bottom-center {
    width: 15.625rem;
    background-color: #25D366;
}

.autopark-body .autopark-item__info .size-options3 p {
    margin-bottom: 0;
    color: #333537;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.autopark-body .autopark-item__info .size-options4 {
    width: 16.4375rem;
    position: relative;
    margin-left: 1.25rem;
}

.autopark-body .autopark-item__info .size-options4 .borderRight {
    top: 1.5625rem;
    width: 1px;
    height: 61px;
    background-color: #fff9ea;
    display: inline-block;
    position: absolute;
    float: right;
    right: -1px;
    z-index: 10000;
    border-right: 1px #e9ba3e dotted;
}

.autopark-body .autopark-item__info .size-options4__top {
    height: 29px;
    width: 16.625rem;
    position: relative;
}

.autopark-body .autopark-item__info .size-options4__top .top-center {
    text-align: center;
    width: 7.0625rem;
    height: 29px;
    background-color: #fff9ea;
    position: absolute;
    z-index: 2000000;
    border-left: 1px #e9ba3e dotted;
    border-right: 1px #e9ba3e dotted;
    margin-left: 5rem;
}

.autopark-body .autopark-item__info .size-options4__top .top-center:after {
    float: right;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 25px solid #fff9ea;
    border-right: 70px solid transparent;
    position: absolute;
    right: -71px;
    margin-top: -22px;
}

.autopark-body .autopark-item__info .size-options4__top .top-center p {
    margin-top: -5px;
}

.autopark-body .autopark-item__info .size-options4__center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.autopark-body .autopark-item__info .size-options4__center .leftside {
    width: 1.4375rem;
    position: absolute;
    height: 57px;
    z-index: 1000000;
    transform: skew(-50deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #fff9ea;
    float: left;
    left: 1.4375rem;
    border-top: 1px #e9ba3e dotted;
    margin-top: 5px;
    border-bottom: 1px #e9ba3e dotted;
    position: absolute;
    top: -5px;
}

.autopark-body .autopark-item__info .size-options4__center .leftside p {
    transform: skew(50deg);
    width: 5rem;
    margin-left: -40px;
    margin-top: 8px;
}

.autopark-body .autopark-item__info .size-options4__center .center {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    width: 16.625rem;
    margin: 0;
    padding: 0;
    margin-left: 1.6875rem;
}

.autopark-body .autopark-item__info .size-options4__center .center .trapeze {
    height: 0;
    width: 15.6875rem;
    border-bottom: 57px solid #ffe192;
    border-left: 68px solid transparent;
    border-right: 68px solid transparent;
    position: relative;
    margin-left: -16px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.autopark-body .autopark-item__info .size-options4__center .center .trapeze:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid #fff9ea;
    border-left: 73px solid transparent;
    position: absolute;
    float: right;
    right: -68px;
    z-index: 1000000;
    margin-top: -5px;
}

.autopark-body .autopark-item__info .size-options4__center .center .trapeze p {
    z-index: 1000000000;
    position: absolute;
    float: right;
    right: -50px;
    top: -15px;
}

.autopark-body .autopark-item__info .size-options4__center .center .trapeze .line1 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    display: inline-block;
    transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    position: absolute;
    float: left;
    left: 0.625rem;
    margin-top: -15px;
}

.autopark-body .autopark-item__info .size-options4__center .center .trapeze .line2 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    margin-top: -15px;
    display: inline-block;
    transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    position: absolute;
    float: right;
    right: 0.625rem;
}

.autopark-body .autopark-item__info .size-options4__center .center .trapeze .line3 {
    width: 0.1875rem;
    height: 86px;
    background-color: #fff;
    margin-top: -15px;
    display: inline-block;
    position: absolute;
}

.autopark-body .autopark-item__info .size-options4__center .center .horizontal-1 {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5rem;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: -10px;
}

.autopark-body .autopark-item__info .size-options4__center .center .horizontal-2 {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 14.375rem;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin-top: 0.625rem;
}

.autopark-body .autopark-item__info .size-options4__bottom {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 16.4375rem;
}

.autopark-body .autopark-item__info .size-options4__bottom .bottom-center {
    width: 15.75rem;
    background-color: #25D366;
}

.autopark-body .autopark-item__info .size-options4 p {
    margin-bottom: 0;
    color: #333537;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.autopark-body .autopark-item__info .table {
    width: 23.0625rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 1.875rem;
}

.autopark-body .autopark-item__info .table-body div {
    width: 11.25rem;
    border-radius: 5px;
    border-radius: 5px;
}

.autopark-body .autopark-item__info .table-body div:nth-child(odd) {
    background-color: #f2f3f5;
}

.autopark-body .autopark-item__info .table-body div:nth-child(even) {
    background-color: rgba(246, 247, 247, 0.5);
}

.autopark-body .autopark-item__info .table-body div p {
    padding: 10px;
    margin: 0;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.autopark-body .autopark-item__info .table-body div p span:nth-child(2) {
    color: #333537;
    font-size: 0.75rem;
    font-weight: 500;
}

.about {
    background-color: #fff;
    padding-top: 2rem;
}

.about-header {
    background-image: url(../img/about.png);
}

.about-section {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 4rem;
}

.about-section__left {
    width: 49%;
}

.about-section__left h2 {
    color: #333537;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.about-section__left img {
    margin-top: 40px;
    margin-bottom: 59px;
    max-width: 100%;
}

.about-section__left h3 {
    color: #333537;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 9px;
}

.about-section__left p {
    /*color: #98999a;
    font-size: 12px;*/
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.about-section__left a.btn {
    width: 210px;
    height: 40px;
    
   
    background-color: #25D366;
    margin-top: 34px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-section__right {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 49%;
}

.about-section__right h4 {
    color: #333537;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.about-section__right a.btn {
    width: 269px;
    height: 46px;
    
   
    background-color: #f2f3f5;
    margin-bottom: 5px;
    color: #333537;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-section__right a.btn:hover {
    color: #fff;
    background-color: #333537;
}

.about-section__right a.btn i {
    position: absolute;
    float: right;
    right: 17px;
    color: #98999a;
}

.about-section__right .about-blog {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.about-section__right .about-blog img {
    margin-right: 15px;
    width: 86px;
    height: 86px;
    object-fit: cover;
   
}

.about-section__right .about-blog__date {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
}

.about-section__right .about-blog__date .number {
    width: 41px;
    height: 24px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}

.about-section__right .about-blog__date .month {
    width: 54px;
    height: 24px;
    
   
    background-color: #f2f3f5;
    color: #333537;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.about-section__right .about-blog p {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    max-width: 220px;
}

.about-point {
    background-image: url(../img/mission-point.png);
    height: 256px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.about-point__cover {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.about-point__body {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.about-point__body div.container {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}

.about-point__body div.container p {
    color: #98999a;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-point__body div.container h5 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 1rem;
}

.about-point__body div.container span {
    color: #25D366;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
}

.about-mission {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.about-mission__left {
    width: 383px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.about-mission__left img {
    width: 120px;
    height: 120px;
    border-radius: 90px;
    padding: 20px;
    background-color: #f2f3f5;
}

.about-mission__left p {
    width: 165px;
    color: #333537;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 56px;
}

.about-mission__right {
    width: 565px;
}

.about-mission__right h6 {
    color: #333537;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.about-mission__right p {
    color: #98999a;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

.about-mission__right p span {
    color: #25D366;
}

.login {
    background-image: url("../img/login_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-color: #23272c;
    width: 100%;
    min-height: 100vh;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.login img {
    width: 5.875rem;
    height: 4.625rem;
}

.login-post {
    margin-top: auto;
    margin-bottom: auto;
    margin: auto;
}

.login-post--item {
    max-width: 22.9375rem;
}

.login-post--item h1 {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.625rem;
    margin-bottom: 2.5rem;
}

.login-post--item a {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    height: 2.5rem;
    width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 2.625rem;
    padding-right: 3.8125rem;
    
   
    background-color: #25D366;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.login-left {
    width: min-content;
    width: -moz-min-content;
    width: min-content;
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 2.5rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-left .header-container {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.login-right {
    min-height: 100vh;
    width: 650px;
    background-color: #ffffff;
    padding: 2.75rem 2.75rem 2.75rem 8.8125rem;
}

.login-right header {
    height: 2rem;
}

.login-right__header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-right__header p {
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0;
}

.login-right__header a {
    height: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    
    
    background-color: #25D366;
    color: #ffffff;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 2rem;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
    margin-left: 0.625rem;
}

.login-right__header a:hover {
    text-decoration: none;
    color: #ffffff;
}

.login-right h2 {
    color: #333537;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 1.6875rem;
    margin-top: 5.75rem;
}

.login-right__content {
    padding-right: 7.1875rem;
}

.login-right__content form {
    padding-top: 2.5rem;
}

.login-right__content form button {
    width: 100%;
    height: 2.5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    
   
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 1.8125rem;
    color: #333537;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.login-right__content form p {
    color: #98999a;
    font-size: 0.75rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: 0.875rem;
    margin-bottom: 0;
}

.login-right__content>p {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.875rem;
    color: #929699;
    font-size: 0.875rem;
    font-weight: 400;
}

.login-right__content>p:before,
.login-right__content>p:after {
    content: "";
    height: 1px;
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    background-color: #e7e7e7;
}

.login-right__content>p:before {
    margin-right: 0.9375rem;
}

.login-right__content>p:after {
    margin-left: 0.9375rem;
}

.login-tabs {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.0625rem solid #efefef;
}

.login-tabs a {
    opacity: 0.5;
    color: #98999a;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.5rem;
    padding-left: 0.6875rem;
    padding-right: 0.9375rem;
    margin-right: 0.5rem;
    text-decoration: none;
}

.login-tabs a.active {
    border-bottom: 0.1875rem solid #25D366;
    color: #333537;
    font-weight: 700;
    opacity: 1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 16px;
    margin-bottom: 0 !important;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked+.slider {
    background-color: #4bd964;
}

.switch input:checked+.slider:before {
    transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #4bd964;
    box-shadow: 0 0 1px #4bd964;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slider.round {
    border-radius: 34px;
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
    border-radius: 50%;
}

.buttons-social {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.875rem;
}

.buttons-social button {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    width: 158px;
    height: 40px;
    border-radius: 8px;
    border-radius: 8px;
}

.buttons-social button.button-facebook {
    background-color: #3b5998;
}

.buttons-social button.button-google {
    background-color: #f44336;
}

.partner-business,
.partner-loyal {
    display: none;
}

.title-fp {
    display: none;
}

.registration {
    background-image: url("../img/registration_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-color: #23272c;
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.registration img {
    width: 5.875rem;
    height: 4.625rem;
}

.registration-post {
    margin-top: auto;
    margin-bottom: auto;
}

.registration-post--item {
    max-width: 22.9375rem;
}

.registration-post--item h1 {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.625rem;
    margin-bottom: 2.5rem;
}

.registration-post--item a {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    height: 2.5rem;
    width: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 2.625rem;
    padding-right: 3.8125rem;
    
   
    background-color: #25D366;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.registration-left {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: absolute;
    width: 100%;
    height: 100vh;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.registration-right {
    width: 650px;
    background-color: #ffffff;
    margin-left: auto;
    padding: 2.75rem 2.75rem 2.75rem 8.8125rem;
}

.registration-right header {
    height: 2rem;
}

.registration-right__header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.registration-right__header p {
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0;
}

.registration-right__header a {
    height: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    
    
    background-color: #25D366;
    color: #ffffff;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 2rem;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
    margin-left: 0.625rem;
}

.registration-right__header a:hover {
    text-decoration: none;
    color: #ffffff;
}

.registration-right h2 {
    color: #333537;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 1.6875rem;
    margin-top: 5.75rem;
}

.registration-right__content {
    padding-right: 7.1875rem;
}

.registration-right__content form {
    padding-top: 2.5rem;
}

.registration-right__content form button {
    width: 100%;
    height: 2.5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    
   
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 1.8125rem;
    color: #333537;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.registration-right__content form p {
    color: #98999a;
    font-size: 0.75rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: 0.875rem;
    margin-bottom: 0;
}

.registration-right__content>p {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.875rem;
    color: #929699;
    font-size: 0.875rem;
    font-weight: 400;
}

.registration-right__content>p:before,
.registration-right__content>p:after {
    content: "";
    height: 1px;
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    background-color: #e7e7e7;
}

.registration-right__content>p:before {
    margin-right: 0.9375rem;
}

.registration-right__content>p:after {
    margin-left: 0.9375rem;
}

.registration-tabs {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.0625rem solid #efefef;
    margin-right: 7.1875rem;
}

.registration-tabs a {
    opacity: 0.5;
    color: #98999a;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.5rem;
    padding-left: 0.6875rem;
    padding-right: 0.9375rem;
    margin-right: 0.5rem;
    text-decoration: none;
}

.registration-tabs a.active {
    border-bottom: 0.1875rem solid #25D366;
    color: #333537;
    font-weight: 700;
    opacity: 1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 16px;
    margin-bottom: 0 !important;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked+.slider {
    background-color: #4bd964;
}

.switch input:checked+.slider:before {
    transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #4bd964;
    box-shadow: 0 0 1px #4bd964;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slider.round {
    border-radius: 34px;
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
    border-radius: 50%;
}

.buttons-social {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.875rem;
}

.buttons-social button {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    width: 158px;
    height: 40px;
    border-radius: 8px;
    border-radius: 8px;
}

.buttons-social button.button-facebook {
    background-color: #3b5998;
}

.buttons-social button.button-google {
    background-color: #f44336;
}

.partner-business,
.partner-loyal {
    display: none;
}

.title-fp {
    display: none;
}

.rectangle {
    position: relative;
    float: left;
}

.rectangle label {
    border: 1px solid #e0e3e5;
    background-color: #ffffff;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 0;
    top: 0;
}

.rectangle label:after {
    border: 0.125rem solid var(--primary-color);
    border-top: none;
    border-right: none;
    content: "";
    height: 0.3125rem;
    left: 0.125rem;
    opacity: 0;
    position: absolute;
    top: 0.25rem;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.625rem;
}

.rectangle input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

.rectangle input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.home-1-header {
    background-image: url("../img/home_1.png");
}

.homeFirst {
    background-color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.homeFirst-body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.homeFirst-body__left {
    width: 20%;
    height: max-content;
    margin-right: 3.125rem;
    box-shadow: 0 0 30px rgba(50, 60, 70, 0.08);
    box-shadow: 0 0 30px rgba(50, 60, 70, 0.08);
    
   
    background-color: #ffffff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-pack: start;
    justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.homeFirst-body__left .header {
    padding: 1.625rem;
    text-align: center;
}

.homeFirst-body__left .header-image {
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.homeFirst-body__left .header-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-radius: 50%;
}

.homeFirst-body__left .header-image i {
    font-size: 27px;
    color: #25D366;
    margin: auto;
}

.homeFirst-body__left .header h2 {
    color: #333537;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 14px;
}

.homeFirst-body__left .header .status-info {
    width: 5.25rem;
    height: 1.3125rem;
    
   
    background-color: #fceded;
    color: #e24c4b;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 14px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.homeFirst-body__left .header .id-info {
    max-width: 10rem;
    height: 2.25rem;
    
   
    background-color: #f7f7f7;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 14px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.9375rem;
    margin-bottom: 0.625rem;
    margin-left: auto;
    margin-right: auto;
}

.homeFirst-body__left .header .bonus-info {
    max-width: 10rem;
    height: 2.25rem;
    
   
    background-color: #25D366;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 14px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.homeFirst-body__left .body {
    height: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    /*box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.homeFirst-body__left .body ul {
    list-style: none;
    padding-left: 0;
}

.homeFirst-body__left .body ul li {
    height: 2.5rem;
    margin-bottom: 0.625rem;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 4px solid transparent;
}

.homeFirst-body__left .body ul li.active {
    border-left: 4px solid #25D366;
}

.homeFirst-body__left .body ul li.active a {
    color: #25D366 !important;
}

.homeFirst-body__left .body ul li.active i {
    color: #25D366;
}

.homeFirst-body__left .body ul li a {
    padding-left: 1.625rem;
    /*color: #333537;*/
    color: #3a3a3a;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
}

.homeFirst-body__left .body ul li a:hover {
    text-decoration: none;
}

.homeFirst-body__left .body ul li a i {
    padding-right: 0.9375rem;
    color: #98999a;
}

.homeFirst-body__left .body ul button {
    height: 2.5rem;
    margin-bottom: 0.625rem;
    padding-left: 1.625rem;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    width: 100%;
    border: none;
    border-left: 4px solid transparent;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.homeFirst-body__left .body ul button i {
    padding-right: 0.9375rem;
    color: #98999a;
}

.homeFirst-body__left .body ul button i.fa-percent {
    margin-right: 0.9375rem;
}

.homeFirst-body__left .body ul button i.fa-caret-down {
    color: silver;
    margin-left: 1.25rem;
}

.homeFirst-body__left .body ul button:focus {
    outline: 0;
}

.homeFirst-body__right {
    width: 75%;
}

.homeFirst-body__right h3 {
    color: #333537;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.54px;
    line-height: 16px;
}

.homeFirst-body__right h4 {
    color: #333537;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 24px;
    background-color: #fafafa;
    padding: 0.625rem;
    
   
}

.homeFirst-body__right .xidmet-body {
    width: 100%;
    height: 8.375rem;
    
   
    border: 1px solid #f7f7f7;
    margin-bottom: 4.375rem;
}

.homeFirst-body__right .xidmet-body form {
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.homeFirst-body__right .xidmet-body form .form-row {
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.homeFirst-body__right .xidmet-body form .form-row .services {
    width: 65%;
}

.homeFirst-body__right .xidmet-body form .form-row .nextButton {
    width: 30%;
}

.homeFirst-body__right .profile-body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.homeFirst-body__right .profile-body__item {
    width: 190px;
    height: 134px;
    
   
    border: 1px solid #f7f7f7;
    background-color: #ffffff;
    margin-right: 20px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.homeFirst-body__right .profile-body__item-image {
    width: 33px;
    height: 33px;
    margin-bottom: 12px;
}

.homeFirst-body__right .profile-body__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.homeFirst-body__right .profile-body__item:hover {
    box-shadow: 0 0 30px rgba(50, 60, 70, 0.08);
    box-shadow: 0 0 30px rgba(50, 60, 70, 0.08);
    
   
}

.homeFirst-body__right .profile-body__item i {
    color: #25D366;
}

.homeFirst-body__right .homeCard {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.homeFirst-body__right .homeCard-addNew {
    width: 234px;
    height: 134px;
    
   
    border: 2px dashed #98999a;
    background-color: #ffffff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.homeFirst-body__right .homeCard-addNew:hover {
    border-color: #25D366;
}

.homeFirst-body__right .homeCard-addNew i {
    color: #25D366;
}

.homeFirst-body__right .homeCard .close {
    padding-top: 30px;
    padding-right: 30px;
}

.homeFirst-body__right .homeCard .modal-dialog {
    max-width: 33.75rem;
    padding-top: 50px;
}

.homeFirst-body__right .homeCard .modal-dialog .modal-content {
    padding: 3.75rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.homeFirst-body__right .homeCard .modal-dialog .modal-content p {
    color: #222222;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.54px;
    line-height: 16px;
    margin-bottom: 2.4375rem;
}

.homeFirst-body__right .homeCard .modal-dialog .modal-content label {
    color: #98999a;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 14px;
}

.homeFirst-body__right .homeCard .modal-dialog .modal-content input {
    height: 2.5rem;
    
   
    border: 1px solid #efefef;
    background-color: #f7f7f7;
}

.homeFirst-body__right .homeCard .modal-dialog .modal-content select {
    height: 40px;
    
   
    border: 1px solid #efefef;
    background-color: #f7f7f7;
}

.homeFirst-body__right .homeCard .modal-dialog .modal-content button {
    width: 150px;
    height: 40px;
    
   
    background-color: #25D366;
    color: #ffffff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 40px;
}

.homeFirst-body__right .homeCard-add {
    width: 234px;
    height: 134px;
    margin-right: 20px;
    border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f7f7f7;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 13px 17px 21px 18px;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.homeFirst-body__right .homeCard-add:hover {
    box-shadow: 0 0 30px rgba(50, 60, 70, 0.08);
    box-shadow: 0 0 30px rgba(50, 60, 70, 0.08);
    border: none;
}

.homeFirst-body__right .homeCard-add__header {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.homeFirst-body__right .homeCard-add__header h5 {
    color: #333537;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
}

.homeFirst-body__right .homeCard-add__header p {
    color: #98999a;
    font-size: 10px;
    font-weight: 400;
    line-height: 26px;
}

.homeFirst-body__right .homeCard-add__header i {
    height: 13px;
    width: 3px;
    color: silver;
}

.homeFirst-body__right .homeCard-add__footer {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.homeFirst-body__right .homeCard-add__footer button {
    width: 76px;
    height: 24px;
    
   
    background-color: #f5f5f5;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333537;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}

.homeFirst-body__right .settings-body {
    
   
    border: 1px solid #f7f7f7;
    margin-top: 29px;
    padding: 35px 50px 50px 50px;
}

.homeFirst-body__right .settings-body__top a {
    /*color: #98999a;*/
    font-family: Roboto;
    /*font-size: 14px;*/
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.homeFirst-body__right .settings-body__top a.active {
    font-weight: 700;
    border-bottom: 4px solid #25D366;
}

.homeFirst-body__right .settings-body__top a:focus {
    box-shadow: none;
    box-shadow: none;
}

.homeFirst-body__right .settings-body__top hr {
    width: 100%;
    margin-top: -3px;
    height: 2px;
    background-color: #efefef;
    border-top: unset;
}

.homeFirst-body__right .settings-body__form .form-group input {
    color: #333537;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.homeFirst-body__right .settings-body__form .form-group select {
    color: #333537;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.homeFirst-body__right .settings-body__form form.4 {
    display: none;
}

.homeFirst-body__right .settings-body__form form:not(:first-child) {
    display: none;
}

.homeFirst-body__right .settings-body__form form div.form-body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding-top: 50px;
}

.homeFirst-body__right .settings-body__form form div.form-body div,
.homeFirst-body__right .settings-body__form .secondForm div.form-body {
    width: 50%;
}

.homeFirst-body__right .settings-body__form form div.form-body div .form-group {
    width: 100%;
}

.homeFirst-body__right .settings-body__form .secondForm div.form-body {
    padding-top: 50px;
}

.homeFirst-body__right .settings-body__form .secondForm div.form-body>div {
    display: box;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.homeFirst-body__right .report [x-phone-change-div] {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.homeFirst-body__right .report [x-phone-change-div] .homeFirst-body__right .settings-body__form form div.form-body div .form-group label,
.homeFirst-body__right .settings-body__form .secondForm div.form-body div .form-group label,
.homeFirst-body__right .report [x-phone-change-div] .form-group label,
.homeFirst-body__right .settings form .form-group label {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
}

.homeFirst-body__right .settings-body__form form div.form-body div .form-group input,
.homeFirst-body__right .settings-body__form .secondForm div.form-body div .form-group input,
.homeFirst-body__right .report [x-phone-change-div] .form-group input {
    height: 40px;
    
   
    border: 1px solid #efefef;
    background-color: #f7f7f7;
}

.homeFirst-body__right .settings-body__form form div.form-body div .form-group select {
    height: 40px;
    
   
    border: 1px solid #efefef;
    background-color: #f7f7f7;
}

.homeFirst-body__right .settings-body__form form div.form-body div small {
    color: #98999a;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.homeFirst-body__right .settings-body__form form div.form-body div a {
    color: #5dacef;
    margin-bottom: 39px;
    font-size: 11px;
    font-weight: 500;
}

.homeFirst-body__right .settings-body__form form div.form-body div button {
    outline: 0;
    cursor: pointer;
    float: unset;
    margin-bottom: 16px;
}

.homeFirst-body__right .settings-body__form form div.form-body div button:focus {
    outline: none;
}

.homeFirst-body__right .settings-body__form form div.form-body div button.continue {
    min-width: 148px;
    height: 40px;
    
   
    background-color: #f7f7f7;
    color: #333537;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.homeFirst-body__right .settings-body__form form div.form-body div button.cancel {
    min-width: 148px;
    height: 40px;
    
   
    background-color: #ffffff !important;
    color: #333537;
   
    border: 1px solid #f7f7f7;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.homeFirst-body__right .settings-body__form form div.form-body div button.change {
    min-width: 154px;
    height: 40px;
    
   
    background-color: #f2f3f5;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #333537;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.homeFirst-body__right .settings-body__form form div.form-body #info-valid {
    color: #83d589;
    font-size: 12px;
    font-weight: 700;
    border-color: none;
    box-shadow: 0 3px 30px rgba(50, 60, 70, 0.188235);
    box-shadow: 0 3px 30px rgba(50, 60, 70, 0.188235);
}

.homeFirst-body__right .settings-body__form form div.form-body #text-valid {
    border-color: #83d589;
    color: #83d589;
    font-size: 12px;
    font-weight: 700;
}

.homeFirst-body__right .settings-body__form form div.form-body .form-group {
    position: relative;
}

.homeFirst-body__right .settings-body__form form div.form-body .fa-check-circle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 0;
    color: #83d589;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right .photo-upload {
    background-color: #ffffff;
    color: #25D366;
    border-color: #25D366;
    margin-top: 40px;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right .photo-right--trash {
    position: absolute;
    top: 50px;
    cursor: pointer;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right__image {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    border-radius: 70px;
    background-color: #333537;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 30px;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right__image i {
    font-size: 75px;
    color: #25D366;
    margin: auto;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right__image img {
    width: 100%;
    height: 100%;
    border-radius: 70px;
    border-radius: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right__remove {
    width: 100%;
    height: 100%;
    border-radius: 70px;
    border-radius: 70px;
    background-color: rgba(51, 53, 55, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right__remove i {
    font-size: 17px;
    color: #ffffff;
    margin: 0;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right__remove p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 12px;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right__label {
    min-width: 129px;
    height: 30px;
    box-shadow: 0 0 20px rgba(50, 60, 70, 0.05);
    box-shadow: 0 0 20px rgba(50, 60, 70, 0.05);
    
   
    border: 1px solid #25D366;
    background-color: #ffffff;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    cursor: pointer;
}

.homeFirst-body__right .settings-body__form form div.form-body .photo-right__label span {
    color: #25D366;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin: auto;
}

.homeFirst-body__right .settings-body__form form button,
.homeFirst-body__right .report [x-phone-change-div] button {
    width: 170px;
    height: 40px;
    
   
    background-color: #25D366;
    color: #ffffff;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.homeFirst-body__right .settings-body__form form button.cancel {
    min-width: 148px !important;
    height: 40px !important;
    border-radius: 10px !important;
    border-radius: 10px !important;
    background-color: #f7f7f7 !important;
    color: #333537 !important;
    margin-right: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
}

.homeFirst-body__right .settings-body__form form .photo-save {
    margin-top: 80px;
    margin-left: auto;
    display: block;
    float: unset;
}

.homeFirst-body__right .friends h3 {
    font-size: 18px;
    font-weight: 500;
}

.homeFirst-body__right .friends div.info {
    height: 30px;
    
   
    background-color: #fafafa;
    color: #333537;
    padding-left: 14px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
}

.homeFirst-body__right .friends-body {
    width: 100%;
    
   
    border: 1px solid #f7f7f7;
    padding: 50px 50px 123px 50px;
}

.homeFirst-body__right .friends-body form {
    width: 100%;
}

.homeFirst-body__right .friends-body form label[for="emailPhone"],
.homeFirst-body__right .friends-body form label[for="message"],
.homeFirst-body__right .friends-body form label[for="link"] {
    font-size: 11px;
    font-weight: 500;
    /*color: #98999a;*/
    color: #3a3a3a;
}

.homeFirst-body__right .friends-body form .form-control {
    resize: none;
}

.homeFirst-body__right .friends-body form .form-group textarea {
    height: 85px;
    
   
    border: 1px solid #efefef;
    background-color: #f7f7f7;
    resize: none;
    color: #333537;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 13px;
}

.homeFirst-body__right .friends-body form .form-group textarea::scrollbar {
    display: none;
}

.homeFirst-body__right .friends-body form small {
    font-size: 10px;
    font-weight: 400;
}

.homeFirst-body__right .friends-body form .invite-link {
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 70px;
}

.homeFirst-body__right .friends-body form .button-select {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    margin: 10px 0;
}

.homeFirst-body__right .friends-body form .button-select i {
    margin-left: 20px;
    border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d2d3d3;
    background-color: rgba(210, 211, 211, 0.38);
    padding: 4px 7px;
    color: #333537;
}

.homeFirst-body__right .friends-body form .correct-select {
    background-color: #d4edd6;
}

.homeFirst-body__right .friends-body form .correct-select i {
    background-color: #d4edd6;
    border: 1px solid #bbbbbb;
}

.homeFirst-body__right .friends-body .inviteSecond-link label {
    /*color: #98999a;*/
    color: #3a3a3a;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
}

.homeFirst-body__right .friends-body .inviteSecond-link input {
    
   
    border: 1px solid #efefef;
    background-color: #f7f7f7;
    outline: 0;
    color: #333537;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.homeFirst-body__right .friends-body .inviteSecond-link input:focus {
    outline: none;
    box-shadow: unset;
    box-shadow: unset;
}

.homeFirst-body__right .friends-container {
    width: 370px;
}

.homeFirst-body__right .friends-add {
    width: 100%;
    
   
    border: 1px solid #efefef;
    background-color: #f7f7f7;
    min-height: 84px;
    padding: 8px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.homeFirst-body__right .friends-small {
    display: box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.homeFirst-body__right .friends-add__enter {
    display: inline-block;
   
    background-color: #25D366;
    padding: 6px 12px;
    font-size: 13px;
    color: #ffffff;
    margin-left: auto;
    width: min-content;
    cursor: pointer;
}

.homeFirst-body__right .friends-add__item {
    width: min-content;
    width: -moz-min-content;
    width: min-content;
    
   
    background-color: rgba(131, 213, 137, 0.3);
    padding: 6px;
    padding-left: 10px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
}

.homeFirst-body__right .friends-add__content {
    color: #333537;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap;
}

.homeFirst-body__right .friends-add__remove {
    width: 18px;
    height: 18px;
    border-radius: 32px;
    border-radius: 32px;
    background-color: rgba(51, 53, 55, 0.1);
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 22px;
    cursor: pointer;
}

.homeFirst-body__right .friends-add__remove img {
    width: 6px;
    height: 6px;
    margin: auto;
}

.homeFirst-body__right .friends-add__email {
    width: auto;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: max-content;
    height: -moz-max-content;
    height: max-content;
}

.homeFirst-body__right .friends-add__input {
    width: 20px;
    height: 30px;
    color: #333537;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    background-color: transparent;
    border: none;
    margin-bottom: 8px;
}

.homeFirst-body__right .friends-add__input-width {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    color: #333537;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

.homeFirst-body__right .friends-social {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}

.homeFirst-body__right .friends-social__link {
    margin-right: 8px;
}

.homeFirst-body__right .friends-social__link img {
    width: 29px;
    height: 28px;
}

.homeFirst-body__right .question {
    
   
    border: 1px solid #f7f7f7;
    padding: 50px;
    margin-top: 30px;
}

.homeFirst-body__right .question h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333537;
}

.homeFirst-body__right .question p {
    font-size: 12px;
    font-weight: 400;
    /*color: #98999a;*/
    color: #3a3a3a;
}

.homeFirst-body__right .question-body input {
    
   
    background-color: #f7f7f7;
    border: unset;
    padding-left: 0.5rem;
    padding-right: 1rem;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
}

.homeFirst-body__right .question-body #inputtext {
    padding: 80px 0;
}

.homeFirst-body__right .question-body label {
    font-size: 11px;
    font-weight: 500;
    /*color: #98999a;*/
    color: #3a3a3a;
}

.homeFirst-body__right .question-body .question-link {
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
}

.homeFirst-body__right .help .home-accordion {
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
}

.homeFirst-body__right .help .home-accordion__inner {
    margin-bottom: 10px;
    
   
}

.homeFirst-body__right .help .home-accordion__inner:hover {
    background-color: #f5f5f5;
}

.homeFirst-body__right .help .accordion {
    background-color: unset;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333537;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: box;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.homeFirst-body__right .help .accordion.activeacorrd:after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
}

.homeFirst-body__right .help .activeacorrd,
.homeFirst-body__right .help .activeacorrd~.panel {
    background-color: #f5f5f5;
}

.homeFirst-body__right .help .panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    color: #98999a;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    
    
}

.homeFirst-body__right .help .accordion:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.homeFirst-body__right .help .active:after {
    /*font-family: "Font Awesome 5 Free";*/
    content: "\f107";
    display: none;
}

.homeFirst-body__right .help h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 40px;
}

.homeFirst-body__right .help .help__form .search {
    
   
    background-color: #f7f7f7;
    border: unset;
    padding: 10px 30px;
    width: 70%;
    color: #333537;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.homeFirst-body__right .help .help__form .search-submit {
    
   
    background-color: #25D366;
    color: #fff;
    border: none;
    padding: 10px 50px;
}

.homeFirst-body__right .card {
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    
   
}

.report-head {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.report-table {
    width: 100%;
    max-height: 842px;
    overflow: scroll;
    border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.report-table::scrollbar {
    width: 6px;
    height: 8px;
}

.report-table::scrollbar-track {
    box-shadow: inset 0 0 6px #d8dfe5;
    box-shadow: inset 0 0 6px #d8dfe5;
    
   
}

.report-table::scrollbar-thumb {
    background-color: #25D366;
    outline: 1px solid slategrey;
    
   
}

.report-table__own {
    border: none;
}

.report-table__head {
    width: 930px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #333537;
    padding: 13px 0;
    border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.report-table__head div {
    padding-left: 13px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.report-table__head div i {
    font-size: 8px;
    color: #98999a;
    margin-left: 5px;
}

.report-table__head-no {
    width: 47px;
}

.report-table__head-status {
    width: 80px;
}

.report-table__head-date {
    width: 100px;
}

.report-table__head-type {
    width: 170px;
}

.report-table__head-id {
    width: 90px;
}

.report-table__head-driver {
    width: 160px;
}

.report-table__head-worker {
    width: 80px;
}

.report-table__head-address {
    width: 200px;
}

.report-table__body {
    width: 930px;
    border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background-color: rgba(152, 153, 154, 0.05);
}

.report-table__inner {
    width: 100%;
    height: 55px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333537;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
    background-color: #ffffff;
}

.report-table__inner div {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
    padding-left: 13px;
    height: 100%;
    overflow: hidden;
}

.report-table__inner-no {
    width: 47px;
}

.report-table__inner-no span {
    margin: auto;
}

.report-table__inner-status {
    width: 80px;
    position: relative;
}

.report-table__inner-status span {
    margin: auto;
}

.report-table__inner-status a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #98999a;
    border: none;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.11px;
}

.report-table__inner-status a:hover {
    text-decoration: none;
    background-color: #25D366;
}

.report-table__inner-status a:focus {
    outline: 0;
}

.report-table__inner-date {
    width: 100px;
}

.report-table__inner-date span {
    margin: auto;
}

.report-table__inner-type {
    width: 170px;
}

.report-table__inner-type span {
    margin-top: auto;
    margin-bottom: auto;
}

.report-table__inner-id {
    width: 90px;
}

.report-table__inner-id span {
    margin: auto;
}

.report-table__inner-driver {
    width: 160px;
}

.report-table__inner-driver span {
    margin-top: auto;
    margin-bottom: auto;
}

.report-table__inner-worker {
    width: 80px;
}

.report-table__inner-worker span {
    margin: auto;
}

.report-table__inner-address {
    width: 200px;
}

.report-table__inner-address span {
    margin: auto;
}

.report-thead {
    background-color: #333537;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.report-thead tr {
    text-align: center;
}

.report-thead tr th:first-child {
    border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
}

.report-thead tr th:last-child {
    border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}

.report-thead i {
    font-size: 8px;
    color: #98999a;
    margin-left: 5px;
}

.report-tbody {
    color: #333537;
    font-size: 12px;
    font-weight: 400;
}

.report-tbody td,
.report-tbody th {
    padding: 1rem 0;
    text-align: center;
    max-height: 55px;
}

.report-tbody tr {
    background-color: rgba(152, 153, 154, 0.05);
}

.report-tbody tr:last-child th {
    border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}

.report-tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.report-tbody .follow {
    background-color: #98999a;
    position: relative;
}

.report-tbody .follow a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.11px;
    margin: auto;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background: transparent;
    outline: 0;
}

.report-tbody .follow a:hover {
    color: #ffffff;
    text-decoration: none;
}

.report-tbody .follow a:focus {
    outline: none;
}

.reportgps .report-table {
    overflow-y: scroll;
    overflow-x: unset;
}

.reportgps .report-table__head {
    width: 100%;
}

.reportgps .report-table__head-id {
    width: 150px;
}

.reportgps .report-table__head-date {
    width: 138px;
}

.reportgps .report-table__head-type {
    width: 170px;
}

.reportgps .report-table__head-address {
    width: 233px;
}

.reportgps .report-table__head-status {
    width: 127px;
}

.reportgps .report-table__head div {
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reportgps .report-table__head .personDate {
    width: 138px;
}

.reportgps .report-table__head .personClient {
    width: 200px;
    box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.reportgps .report-table__head .personPhone {
    width: 153px;
    box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.reportgps .report-table__head .personEmail {
    width: 153px;
    box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.reportgps .report-table__head .personBonus {
    width: 174px;
}

.reportgps .report-table__body {
    width: 100%;
}

.reportgps .report-table__inner-id {
    width: 150px;
}

.reportgps .report-table__inner-date {
    width: 138px;
}

.reportgps .report-table__inner-type {
    width: 170px;
}

.reportgps .report-table__inner-address {
    width: 233px;
}

.reportgps .report-table__inner-status {
    width: 127px;
}

.reportgps .report-table__inner div {
    padding-right: 13px;
}

.reportgps .report-table__inner .personDate {
    width: 138px;
}

.reportgps .report-table__inner .personClient {
    width: 200px;
}

.reportgps .report-table__inner .personPhone {
    width: 153px;
}

.reportgps .report-table__inner .personEmail {
    width: 153px;
}

.reportgps .report-table__inner .personBonus {
    width: 174px;
}

.bonus-tab {
    width: 100%;
}

.bonus-tab__head {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bonus-tab__menu {
    width: min-content;
    width: -moz-min-content;
    width: min-content;
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px solid #efefef;
}

.bonus-tab__button {
    padding: 16px;
    opacity: 0.5;
    color: #98999a;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.bonus-tab__button.active {
    opacity: 1;
    border-bottom: 3px solid #25D366;
    color: #333537;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.bonus-tab__button:focus {
    outline: none;
}

.bonus-tab__table {
    margin-top: 50px;
    width: 100%;
    max-height: 755px;
    overflow: scroll;
    
   
}

.bonus-tab__table::scrollbar {
    width: 6px;
    height: 8px;
    display: none;
}

.bonus-tab__total {
    width: 100%;
    
   
    background-color: rgba(152, 153, 154, 0.05);
    padding: 13px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.bonus-tab__total p {
    color: #333537;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.bonus-tab__total-bonus {
    width: 235px;
}

.tab-export {
    padding: 12px 27px;
    
   
    background-color: #25D366;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
}

.tab-export:focus {
    outline: 0;
}

.phone-confirm {
    width: 100% !important;
}

.blocked {
    width: 100%;
}

.blocked-container {
    width: 100%;
    
   
    border: 1px solid #e07f7e;
    background-color: rgba(224, 127, 126, 0.1);
    padding: 30px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blocked-container__left {
    width: 30px;
    margin-right: 30px;
}

.blocked-container__right {
    width: min-content;
    width: -moz-min-content;
    width: min-content;
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blocked-container__right h5 {
    color: #252728;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 0;
}

.blocked-container__right p,
.blocked-container__right a {
    color: #98999a;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
}

.blocked-container__right a,
.blocked-container__right a:hover {
    color: #5dacef;
    text-decoration: none;
}

.blocked-icon {
    width: 30px;
    height: 30px;
    display: block;
}

.modal-content {
    border-radius: 12px;
    border-radius: 12px;
}

.loyalty .homeFirst-body__left {
    height: 590px;
}

.loyalty-body {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.loyalty-body__left {
    width: 355px;
}

.loyalty-body__right {
    width: min-content;
    width: -moz-min-content;
    width: min-content;
    box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
    
   
    background-color: #f2f3f5;
    padding: 40px;
    padding-bottom: 20px;
    height: max-content;
    height: -moz-max-content;
    height: max-content;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.loyalty-body__discount {
    width: 100%;
    
   
    border: 1px solid #83d589;
    background-color: rgba(131, 213, 137, 0.1);
    padding: 7px 13px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
}

.loyalty-body__discount span {
    color: #6aa36e;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

.loyalty-body__discount i {
    color: #83d589;
    font-size: 20px;
}

.loyalty-body__discount-wrong {
    width: 100%;
    
   
    border: 1px solid #e07f7e;
    background-color: rgba(224, 127, 126, 0.1);
    padding: 7px 13px;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
}

.loyalty-body__discount-wrong span {
    color: #e24c4b;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

.loyalty-body__discount-wrong i {
    color: #e24c4b;
    font-size: 20px;
}

.loyalty-form {
    width: 100%;
    
   
    border: 1px solid #f2f3f5;
    background-color: #ffffff;
    padding: 25px;
}

.loyalty-form .form-group {
    width: 100%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.loyalty-form .form-group label {
    color: #98999a;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 9px;
}

.loyalty-form .form-group input {
    
   
    background-color: #f7f7f7;
    color: #333537;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 13px;
    border: none;
}

.loyalty-form__text {
    color: #98999a;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    margin-top: 15px;
}

.loyalty-data {
    width: 50%;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    margin-bottom: 20px;
}

.loyalty-data__close {
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
}

.loyalty-data__close img {
    width: 10px;
    height: 10px;
    color: #98999a;
}

.loyalty-data__label {
    color: #98999a;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
}

.loyalty-data__span {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.loyalty-data__span.wrong {
    color: #e24c4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.user-content {
    background-color: unset !important;
    display: none;
}

.user {
    width: 100%;
    background: #ffffff;
    padding: 20px 0;
    border-radius: 20px;
    border-radius: 20px;
    box-shadow: 6px 17px 20px;
    box-shadow: 6px 17px 20px;
    position: relative;
}

.user-profil {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.user-profil--desc {
    margin-left: 10px;
}

.user-profil--desc .user-profil__info {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2rem;
    
    
    background-color: var(--info-btn-color);
    color: #e24c4b;
    padding: 9px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    margin-left: 0;
}

.user-profil--desc .user-profil__info .user-profil__icon {
    background: unset;
}

.user-profil--desc .user-profil__info .user-profil__icon .fa-info-circle {
    color: #e24c4b;
}

.user-profil--desc .user-profil__info span {
    color: #e24c4b;
    margin-left: unset;
    margin-right: 10px;
}

.user-links {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0;
    margin: 5px 22px;
}

.user-links__item {
    
   
    background-color: var(--button-bg-color);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    margin: 6px 0 !important;
    background: unset;
    width: 100%;
}

.user-links__item:first-child {
    padding: 14px 32px;
    height: unset;
    background-color: var(--button-bg-color);
    color: var(--text-color);
}

.user-links__item:last-child {
    padding: 14px 45px;
    height: unset;
    background-color: var(--primary-color);
    color: var(--button-bg-color);
}

.user-desc__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.user-desc__list .user-desc__item {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 5px 0;
}

.user-desc__list .user-desc__item:hover {
    background-color: #f2f3f5;
}

.user-desc__list .user-desc__item .user-desc__link {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    color: #333537;
    background: unset;
}

.user-content {
    position: absolute;
    width: 286px;
    height: auto !important;
    background-color: #f2f3f5;
    top: 44px;
    right: 0;
    z-index: 1100;
}

.user-content #triangle-up {
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 50px;
    z-index: -2;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #ffffff;
}

.userprofil {
    position: relative;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2rem;
    
    
    background-color: var(--secondary-color);
    padding-right: 1.375rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.userprofil .user1 {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.userprofil .user1 span {
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.875rem;
    margin-left: 0.75rem;
}

.active-content {
    display: block;
}

#bonus .bonus-title {
    background: white;
    padding-top: 90px;
}

#bonus .bonus-title .title-after {
    margin-bottom: 0;
}

#bonus .bonus-title .bonus-items {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 90px;
}

#bonus .bonus-title .bonus-items--item {
    width: 280px;
    text-align: center;
    
   
    padding: 20px;
    border: 1px solid #fff;
}

#bonus .bonus-title .bonus-items--item:hover {
    box-shadow: 0 3px 30px #ccc;
    box-shadow: 0 3px 30px #ccc;
}

#bonus .bonus-title .bonus-items--item img {
    margin-bottom: 26px;
}

#bonus .filter {
    padding-bottom: 38px;
}

#bonus .filter ul li {
    margin-right: 0.4rem;
    margin-bottom: 16px;
}

#bonus .blog-content {
    background-color: #ffffff;
    padding-bottom: 9rem;
}

#bonus .blog-content__body {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
}

#bonus .blog-content__footer {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 3.125rem;
}

#bonus .blog-item {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    width: 15.625rem;
}

#bonus .blog-item img {
    border: none;
    margin-bottom: 1.0625rem;
    width: 15.625rem;
    height: 9.375rem;
}

#bonus .blog-item__content {
    height: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

#bonus .blog-item__content .media-item__description {
    margin-top: 0.15rem;
}

#bonus .blog-popular {
    background: #fff;
    padding-bottom: 10.75rem;
}

#bonus .blog-popular h5 {
    color: #333537;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 3.125rem;
}

#firstmodal .close {
    position: absolute;
    top: 14px;
    right: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    border-radius: 50%;
    padding: 5px 11px;
}

#firstmodal .modal-header {
    padding: 0;
}

#firstmodal .modal-dialog {
    max-width: 876px;
}

#firstmodal .modal-body {
    padding: 40px 50px;
}

#firstmodal .modal-body h2 {
    color: #333537;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

#firstmodal .modal-body p {
    color: #98999a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

#firstmodal .modal-body input {
    
   
    background-color: #f2f3f5;
    border: none;
    width: 100%;
    color: #333537;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#firstmodal .modal-footer {
    box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: 0 -5px 20px rgba(50, 60, 70, 0.08);
    box-shadow: 0 -5px 20px rgba(50, 60, 70, 0.08);
    
   
    background-color: #ffffff;
}

#firstmodal .modal-footer button {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    
   
    background-color: #25D366;
}

#firstmodal .modal-footer h6 {
    color: #333537;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 10px !important;
    margin: 0;
}

#firstmodal form {
    margin-top: 36px;
}

#firstmodal form input {
    width: 50% !important;
    padding: 26px 0px;
    font-size: 18px !important;
}

#firstmodal .form-control {
    display: block;
    width: 100%;
    height: calc(3em + 2px);
    height: calc(3em + 2px);
}

#secondmodal .close {
    position: absolute;
    top: 14px;
    right: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    border-radius: 50%;
    padding: 5px 11px;
}

#secondmodal .modal-header {
    padding: 0;
}

#secondmodal .modal-dialog {
    max-width: 876px;
}

#secondmodal .modal-body {
    padding: 40px 50px;
}

#secondmodal .modal-body ul {
    list-style-type: none;
    padding: 0;
}

#secondmodal .modal-body address li,
#secondmodal .modal-body address a {
    color: #98999a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

#secondmodal .modal-body .count {
    padding-top: 39px;
}

#secondmodal .modal-body .count li,
#secondmodal .modal-body .count a {
    color: #333537;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

#secondmodal .modal-body h2 {
    color: #333537;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

#secondmodal .modal-body p {
    color: #98999a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

#secondmodal .modal-body input {
    
   
    background-color: #f2f3f5;
    border: none;
    width: 100%;
    color: #333537;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#secondmodal .modal-footer {
    box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: 0 -5px 20px rgba(50, 60, 70, 0.08);
    box-shadow: 0 -5px 20px rgba(50, 60, 70, 0.08);
    
   
    background-color: #ffffff;
}

#secondmodal .modal-footer button {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    
   
    background-color: #25D366;
}

#secondmodal .modal-footer h6 {
    color: #333537;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 10px !important;
    margin: 0;
}

#thirdmodal .close {
    position: absolute;
    top: 14px;
    right: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    border-radius: 50%;
    padding: 5px 11px;
}

#thirdmodal .modal-header {
    padding: 0;
}

#thirdmodal .modal-dialog {
    max-width: 876px;
}

#thirdmodal .modal-body {
    padding: 40px 50px;
}

#thirdmodal .modal-body ul {
    list-style-type: none;
    padding: 0;
}

#thirdmodal .modal-body address li,
#thirdmodal .modal-body address a {
    color: #98999a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

#thirdmodal .modal-body .count {
    padding-top: 39px;
}

#thirdmodal .modal-body .count li,
#thirdmodal .modal-body .count a {
    color: #333537;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

#thirdmodal .modal-body h2 {
    color: #333537;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

#thirdmodal .modal-body p {
    color: #98999a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

#thirdmodal .modal-body input {
    
   
    background-color: #f2f3f5;
    border: none;
    width: 100%;
    color: #333537;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#thirdmodal .modal-footer {
    box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: 0 -5px 20px rgba(50, 60, 70, 0.08);
    box-shadow: 0 -5px 20px rgba(50, 60, 70, 0.08);
    
   
    background-color: #ffffff;
}

#thirdmodal .modal-footer button {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    
   
    background-color: #25D366;
}

#thirdmodal .modal-footer h6 {
    color: #333537;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 10px !important;
    margin: 0;
}

#inmodal {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow-y: hidden !important;
}

#inmodal .modal-dialog {
    max-width: 700px;
}

#inmodal .modal-content {
    height: 207px;
    padding: 40px 42px;
}

#inmodal .modal-footer {
    border-top: none;
}

#inmodal .modal-footer button {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    
   
    padding-left: 30px;
    padding-right: 30px;
}

#inmodal .modal-footer .btn-warning {
    color: #fff;
    background-color: #25D366;
}

#inmodal .modal-footer .btn-light {
    color: #333537;
    background-color: #f7f7f7;
}

#inmodal .modal-header {
    border-bottom: none;
}

#inmodal .modal-header h5 {
    color: #333537;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.modal {
    overflow: auto !important;
}

.about-section__right.mobile-bottom {
    display: none;
}

@media (max-width: 1199.98px) {
    .page-services__body {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
    }

    .page-footer__container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .service-item {
        margin-left: 1.875rem;
        margin-right: 1.875rem;
    }

    .comments-body {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .comments-body__item {
        height: fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .order-top {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .order-bottom {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .order-bottom__right {
        margin-top: 1.875rem;
    }

    .order-details__body {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .order-details__body .order-all {
        width: 100%;
    }

    .order-details__content {
        width: 100%;
    }

    .order-details__overall {
        margin-bottom: 1.875rem;
    }

    .order-middle {
        /* flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center; */
        justify-content: center;
        box-orient: vertical;
        box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .order-ready {
        margin-left: -10px;
        margin-right: -10px;
    }

    .order-ready__button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .order-middle button {
        margin-left: auto;
    }

    .order-middle>* {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .blog-content__body {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
    }

    .blog-item {
        margin-left: 1.875rem;
        margin-right: 1.875rem;
    }

    /* .filter .container {
        overflow-x: auto;
    }*/

    .filter .container ul {
        width: 100%;
    }

    .filter ul {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .filter ul li {
        margin-bottom: 15px;
    }

    .filter ul::scrollbar {
        width: 12px;
        height: 6px;
    }

    .filter ul::scrollbar-track {
        background-color: #98999a;
       
    }

    .filter ul::scrollbar-thumb {
       
        background-color: #25D366;
    }

    .newsAll-left__bottom {
        margin-right: -1.8125rem;
        margin-left: -1.8125rem;
    }

    .newsAll-left__bottom a {
        margin-right: 1.8125rem;
        margin-left: 1.8125rem;
    }

    .team-body__container {
        margin-left: unset;
        margin-right: unset;
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .team-body__item {
        margin-left: unset;
        margin-right: unset;
    }

    .arrow-top__first {
        left: 50%;
        margin-left: -2.5rem;
    }

    .arrow-bottom__first {
        left: 50%;
        margin-left: -2.5rem;
    }

    .campaigns-econom__container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .campaigns-econom__item {
        margin-bottom: 1.875rem;
    }

    .campaigns-hourly__element {
        width: 28.75rem;
    }

    .campaigns-hourly__item--prices {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.625rem;
    }

    .campaigns-hourly__item--price {
        margin-top: 1.25rem;
    }

    .campaigns-hourly__item ul li {
        width: 11.25rem;
    }

    .registration-right {
        width: 496px;
        padding-left: 6.25rem;
    }

    .registration-right__content {
        padding-right: 3.75rem;
    }

    .registration-tabs {
        margin-right: 3.75rem;
    }

    .clients-image {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .autopark-leftside {
        width: 100%;
        margin-right: 0;
    }

    .autopark-rightside {
        width: 100%;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-orient: horizontal;
        box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 20px;
    }

    .autopark-rightside .autopark-rightside__first {
        margin-right: 50px;
    }

    .autopark-body .autopark-item__info {
        justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .autopark-body .autopark-item__info .table {
        margin-left: unset;
        margin-top: 1.875rem;
    }

    .about-section__right {
        display: block;
    }

    .about-section__right.mobile-bottom {
        display: flex;
    }
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .prev {
        left: -0.9375rem;
    }

    .next {
        right: -0.9375rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .yukdashima_1 .loads {
        margin-left: -52px;
        margin-right: -52px;
    }

    .yukdashima_1 .loads-item {
        margin-left: 52px;
        margin-right: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .about-section__left {
        width: 100%;
    }

    .about-section__right {
        width: 100%;
        box-orient: horizontal;
        box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
    }

    .yukdashima-avtopark .carousel .autopark-item__info {
        justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (max-width: 991.98px) {
    .header-primary__right {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .header-primary__right a {
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
        margin-left: auto;
        margin-right: auto;
    }

    .header-primary__right a i {
        font-size: 0.9375rem;
    }

    .footer-primary__right {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 10px 16px;
        padding-top: 0;
    }

    .footer-primary__right a {
        margin-top: 0.9375rem;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        background: rgba(0, 0, 0, 0.6);
        white-space: nowrap;
    }

    .footer-primary__right a i {
        font-size: 0.9375rem;
    }

    .footer-secondary__container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-secondary__center {
        margin-right: unset;
    }
   
    
    
    }

    .main-header {
        height: fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .main-header__container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .order-all {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0.9375rem;
    }

    .order-all__center {
        width: 100%;
        max-width: unset;
        text-align: center;
        margin-left: unset;
        margin-right: unset;
        margin-top: 0.9375rem;
    }

    .order-all__right {
        margin-top: 0.9375rem;
    }

    .order-all__right h2 {
        text-align: center;
    }

    .order-details__content--item {
        width: 16.875rem;
    }

    .order-details__overall {
        width: 22.125rem;
    }

    .page-services__body {
        margin-left: unset;
        margin-right: unset;
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .service-item {
        margin-left: unset;
        margin-right: unset;
    }

    .blog-content__body {
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: unset;
        margin-right: unset;
    }

    .blog-item {
        margin-left: unset;
        margin-right: unset;
    }

    .newsAll-left,
    .newsAll-right {
        width: 100%;
    }

    .newsAll-container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newsAll-left__bottom {
        margin-right: -2.5rem;
        margin-left: -2.5rem;
    }

    .newsAll-left__bottom a {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }

    .newsAll-right {
        margin-top: 4.375rem;
    }

    .team-body__container {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .how-work__body {
        margin-left: 1.875rem;
        margin-right: 1.875rem;
    }

    .vacancies-container>h6 {
        margin-left: auto;
        margin-right: auto;
    }

    .vacancies-item {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.875rem 3.75rem;
    }

    .vacancies-item img {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
        width: 100%;
        -o-object-position: center;
        object-position: center;
    }

    .vacancies-item__text {
        text-align: center;
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
        width: 100%;
        margin-top: 1.25rem;
    }

    .vacancies-item a {
        margin-top: 1.25rem;
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }

    .campaigns-discount__item {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .campaigns-discount__item img {
        margin-top: 1.875rem;
        
        
    }

    .campaigns-discount__item--right {
        text-align: center;
        margin-left: unset;
        margin-right: unset;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    .campaigns-hourly__element {
        width: 21.25rem;
    }

    .campaigns-hourly__item ul li {
        width: unset;
    }

    .campaign-details-container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .campaign-details-aside {
        margin-top: unset;
        margin-left: unset;
    }

    .registration-right {
        width: 100%;
        padding-left: 9.375rem;
    }

    .registration-right__content {
        padding-right: 6.875rem;
    }

    .registration-tabs {
        margin-right: 6.875rem;
    }

    .about-point__body div.container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .search-results__item {
        padding-right: 35px;
    }

    .contact-body {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-body__leftside {
        width: 100%;
        padding-right: 0;
    }

    .contact-body__rightside {
        width: 100%;
        margin-top: 30px;
    }

    .onlinePayment-body {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .onlinePayment-body__leftside {
        width: 100%;
        padding-right: 0;
    }

    .onlinePayment-body__rightside {
        width: 100%;
        margin-top: 30px;
    }

    #bonus .bonus-title .bonus-items {
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-align: center;
        align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #firstmodal .close {
        z-index: 9;
    }

    #firstmodal .modal-header img {
        width: 100%;
    }

    #firstmodal .modal-body {
        padding: 40px 12px;
    }

    #firstmodal .modal-footer {
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-align: initial;
        align-items: initial;
        -ms-flex-align: initial;
        align-items: initial;
        text-align: center;
    }

    #firstmodal form input {
        width: 100% !important;
    }

    #secondmodal .close {
        z-index: 9;
    }

    #secondmodal .modal-header img {
        width: 100%;
    }

    #secondmodal .modal-footer {
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-align: initial;
        align-items: initial;
        -ms-flex-align: initial;
        align-items: initial;
        text-align: center;
    }

    #thirdmodal .close {
        z-index: 9;
    }

    #thirdmodal .modal-header img {
        width: 100%;
    }

    #thirdmodal .modal-footer {
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-align: initial;
        align-items: initial;
        -ms-flex-align: initial;
        align-items: initial;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-blog {
        box-orient: horizontal;
        box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .yukdashima_1 .loads {
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    .page-services__body {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news-item__large {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .news-item__large--left,
    .news-item__large--right {
        width: 100%;
    }

    .news-item__large--left {
        margin-bottom: 1.875rem;
    }

    .newsAll-left__bottom {
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: unset;
        margin-right: unset;
    }

    .how-work__body {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .how-work__body--item {
        width: 50%;
    }

    .arrow {
        display: none;
    }

    .campaigns-econom__container {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .campaigns-econom__item {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .campaigns-hourly__container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .campaign-details-form {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .campaign-details-form--left {
        text-align: center;
    }

    .campaign-details-form--right {
        margin-left: unset;
    }

    .campaign-details-form__image {
        margin-left: auto;
        margin-right: auto;
    }

    .order-details__content--item {
        width: 100%;
    }

    .vacancies-body {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 18px;
    }

    .vacancies-body__text {
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-section__left {
        width: 100%;
    }

    .about-section__right {
        width: 100%;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .autopark-leftside .information {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center !important;
        justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .autopark-leftside .information .size {
        margin-top: 30px;
    }

    .autopark-leftside .table {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .autopark-leftside .table-body__item {
        width: 310px !important;
    }

    .autopark-body .autopark-item__info .size {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .autopark-body .autopark-item__info .image {
        margin-right: unset;
        margin-bottom: 1.875rem;
    }

    .yukdashima_1 .loads {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .yukdashima-avtopark .carousel .autopark-item__info {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .yukdashima-avtopark .carousel .autopark-item__info .size {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .yukdashima-avtopark .carousel a.carousel-control-prev {
        margin-left: 0 !important;
    }

    .yukdashima-avtopark .carousel a.carousel-control-next {
        margin-right: 0 !important;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 90%;
    }

    .header-primary__left {
        margin-left: unset;
    }

    .footer-primary__tab {
        padding-right: unset;
    }

    .footer-primary__tab a {
        text-align: center;
    }

    .footer-contact {
        box-orient: horizontal;
        box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1.875rem;
    }

    .footer-contact p,
    .footer-contact ul {
        margin-right: 1.25rem;
        margin-top: unset;
    }

    .footer-secondary__left h6 {
        text-align: center;
    }

    .footer-secondary__center {
        margin-left: unset;
    }

    .footer-tertiary {
        height: fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .footer-tertiary p {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .footer-tertiary p a,
    .footer-tertiary p span {
        margin-bottom: 0.625rem;
        margin-top: 0.625rem;
    }

    .footer-tertiary p span:not(:last-of-type) {
        width: 100%;
    }

    .footer-tertiary p strong {
        display: none;
    }

    .main-comments hr {
        margin-top: 0.625rem;
    }

    .main-header__right {
        margin-left: unset;
    }

    .page-footer__description p {
        width: 100%;
    }

    .page-footer__form {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-footer__form input {
        margin-top: 1.25rem;
    }

    .page-footer__form input[type="text"] {
        border-top-right-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .page-footer__form input[type="submit"] {
        margin-left: unset;
    }

    .comments-header {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comments-header__left {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .comments-header__left a {
        line-height: 2.5rem;
    }

    .comments-header__right {
        margin-top: 1.25rem;
        margin-left: auto;
        margin-right: auto;
    }

    .comment-header {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comment-header__description {
        width: 100%;
        text-align: center;
        margin-left: unset;
        margin-top: 1.25rem;
    }

    .comment-header__rating {
        width: 100%;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: unset;
        margin-top: 1.25rem;
    }

    .comment-header__rating img {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .comment-header>img {
        margin-left: auto;
        margin-right: auto;
    }

    .form-row {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-row .select-row {
        width: 100%;
        margin-bottom: 0.625rem;
    }

    .prev {
        left: 0.3125rem;
    }

    .next {
        right: 0.3125rem;
    }

    .order .form-row--date {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .order .form-row--date .form-element--long,
    .order .form-row--date .form-element--short {
        width: 100%;
    }

    .blog-content__body {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blog-item {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        padding: 10px;
    }

    .blog-item img {
        width: 100%;
    }

    .newsAll-left__bottom {
        box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .newsAll-left__bottom a {
        width: 50% !important;
        padding: 5px;
        height: auto;
        margin: 0;
    }

    .news-item img {
        width: 100%;
    }

    .vacancies-item {
        padding: 1.875rem;
    }

    .campaigns-discount__item img {
        width: 12rem;
        height: 12rem;
    }

    .campaigns-discount__item--form {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .campaigns-discount__item--form button {
        margin-right: 0.9375rem;
        margin-top: 0.9375rem;
        margin-left: 0.9375rem;
    }

    .campaigns-discount__item--form input {
        width: 100%;
    }

    .order-details header {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .order-details header h1 {
        width: 100%;
        text-align: center;
    }

    .order-details header a {
        box-ordinal-group: 0;
        order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .bot {
        bottom: 8rem;
    }

    .autopark-rightside {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .autopark-body .autopark-item__info .table {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .yukdashima_1 .loads {
        margin-left: 0;
        margin-right: 0;
    }

    .yukdashima-avtopark .carousel .autopark-item__info .table {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .onlinePayment-body__leftside .payment {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .onlinePayment-body__leftside .payment-item {
        margin-bottom: 20px;
    }

    .main-autopark__body--item {
        width: calc(100vw - 50px) !important;
        margin-left: 10px;
    }

    .service-item.serviceItemSecond {
        width: calc(100vw - 50px) !important;
        margin-left: 10px;
    }

    #autoparkWrapper .caroufredsel_wrapper {
        margin: 0 !important;
        width: 100% !important;
    }

    .how-work__body--item {
        margin-top: 1rem;
        padding: 5px;
    }

    .how-work__body--item p {
        width: 100%;
    }

    .about-mission__left {
        width: 100%;
        box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .about-mission__left>div {
        width: 50%;
    }

    .gallery-item {
        width: 50%;
        display: block;
        margin: 0;
        padding: 10px;
    }

    .gallery-item img {
        width: 100%;
    }

    .gallery-content {
        padding-bottom: 3rem;
    }

    .page-services__body {
        box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .service-item {
        width: 50%;
        padding: 10px;
    }

    .service-item img {
        width: 100%;
        height: 10rem;
    }
}

@media only screen and (max-width: 364px) {
    html {
        font-size: 84%;
    }

    .footer-contact {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .footer-contact p,
    .footer-contact ul {
        margin-left: 1.875rem;
        margin-right: 1.875rem;
    }

    .about-point {
        height: 410px;
    }

    .about-point__body div.container div {
        width: 100%;
        margin-top: 10px;
    }

    .about-mission__left {
        justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .onlinePayment-body {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .filter-inner ul {
        overflow-x: scroll;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .filter-inner ul li {
        white-space: nowrap;
    }

    /* #commentsCarousel .carousel-item .comments-body__item:last-child,
    #commentsCarousel .carousel-item .main-corporative__item:last-child {
        display: none;
    } */
    .login {
        padding-top: 0;
    }

    .login .header-container {
        display: none;
    }

    .login-post {
        display: none;
    }

    .login-right {
        width: 100%;
        position: unset;
        min-height: 100vh;
    }

    .main-slider {
        padding: 30px;
    }

    .main-slider__item {
        width: calc(100vw - 60px) !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
    .gallery-item {
        margin-left: 2.125rem;
        margin-right: 2.125rem;
    }

    .comments-body__item {
        width: 49%;
    }

    .main-corporative__item {
        height: 15rem;
    }

    .main-corporative__right-paragraph {
        height: 60px;
    }

    .main-slider__item {
        width: 40rem;
        margin-top: 24px;
    }

    .main-slider__document {
        height: 250px;
    }

    .main-send__body {
        width: calc(100% - 300px);
        width: calc(100% - 300px);
    }

    .main-type {
        margin-left: 2.1875rem;
        margin-right: 2.1875rem;
    }
}

@media only screen and (max-width: 992px) {
    .campaign-details-left {
        width: 100%;
    }

    .homeFirst-body__left {
        height: auto;
    }

    .homeFirst-body__left .body ul {
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        overflow: scroll;
    }

    .homeFirst-body__left .body ul li {
        margin-right: 16px;
    }

    .report-table__own {
        width: 865px;
    }

    .reportgps .report-table {
        overflow-x: scroll;
    }

    .reportgps .report-table__head {
        width: 865px;
    }

    .reportgps .report-table__body {
        width: 865px;
    }

    .loyalty .homeFirst-body__left {
        height: auto;
    }

    .loyalty-body {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .loyalty-body__right {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .campaign-details-container aside {
        width: 100%;
    }

    .campaign-details-aside {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
    .gallery-content__body {
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .comments-modal .comments-body__item {
        width: 45rem;
    }

    .main-comments__persons {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-corporative__body {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-corporative__item {
        width: 33.75rem;
    }

    .main-slider__item {
        width: 40rem;
        margin-top: 24px;
    }

    .main-slider__document {
        height: 250px;
    }

    .main-send__body {
        width: 100%;
    }

    .main-tabs__inner {
        justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .main-choose__item {
        width: 25%;
    }

    .main-blog {
        padding-top: 2.5rem;
    }

    .main-blog__body {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-blog__left {
        width: 100%;
    }

    .main-blog__right {
        width: 100%;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        box-flex: unset;
        flex-grow: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .main-blog__right-other {
        width: 100%;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-align: center;
        align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .main-blog__category {
        width: 100%;
        margin-top: 0;
        margin-bottom: 12px;
        padding: 12px;
    }

    .main-blog__category-menu {
        width: 100%;
        overflow-x: scroll;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
    }

    .main-blog__category-menu a {
        white-space: nowrap;
    }

    .main-review__comment {
        width: 100%;
    }

    .pagination {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagination-item__link {
        padding: 8px 13px;
    }

    .homeFirst-body {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .homeFirst-body__left {
        width: 100%;
        margin-bottom: 40px;
    }

    .homeFirst-body__right {
        width: 100%;
    }

    .user-desc {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    #bonus .blog-item {
        width: 40%;
    }

    #firstmodal .close,
    #secondmodal .close,
    #thirdmodal .close {
        padding: 6px 11px !important;
    }
}

@media only screen and (max-width: 768px) {

    #firstmodal .close,
    #secondmodal .close,
    #thirdmodal .close {
        padding: 7px 11px;
    }

    .gallery-content__body {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .comments-modal .comments-body__item {
        width: 45rem;
    }

    .main-comments__persons {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-corporative__body {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-corporative__item {
        width: 33.75rem;
    }

    .main-slider__item {
        width: 28rem;
        margin-top: 24px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-slider__document {
        width: 280px;
        height: 250px;
        margin: auto;
        margin-top: 3rem;
    }

    .main-slider__left {
        width: 100%;
        height: auto;
    }

    .main-slider__right {
        width: 100%;
        padding-right: 0;
        padding: 48px 24px;
    }

    .main-send__body {
        width: 100%;
    }

    .main-type {
        margin-left: 0.4375rem;
        margin-right: 0.4375rem;
    }

    .main-tabs__inner {
        margin-left: 0;
        margin-right: 0;
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-choose__item {
        width: 50%;
    }

    .main-blog {
        padding-top: 2.5rem;
    }

    .main-blog__body {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-blog__left {
        width: 100%;
    }

    .main-blog__right {
        width: 100%;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        box-flex: unset;
        flex-grow: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .main-blog__right-other {
        width: 100%;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-align: center;
        align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .main-blog__category {
        width: 100%;
        margin-top: 0;
        margin-bottom: 12px;
        padding: 12px;
    }

    .main-blog__category-menu {
        width: 100%;
        overflow-x: scroll;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
    }

    .main-blog__category-menu a {
        white-space: nowrap;
    }

    .main-review__comment {
        width: 100%;
    }

    .pagination {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagination-item__link {
        padding: 8px 10px;
    }

    .homeFirst-body {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .homeFirst-body__left {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .homeFirst-body__right {
        width: 100%;
    }

    .homeFirst-body__right .home {
        padding-top: 50px;
    }

    .homeFirst-body__right .home h4 {
        line-height: 12px;
    }

    .homeFirst-body__right .profile-body {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .homeFirst-body__right .profile-body__item {
        width: 48%;
        margin-right: 0;
    }

    .homeFirst-body__right .friends-body form {
        width: 100%;
    }

    .homeFirst-body__right .friends-body form .button-select {
        margin: 10px auto;
    }

    .homeFirst-body__right .xidmet-body form {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .homeFirst-body__right .homeCard {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .homeFirst-body__right .homeCard .homeCard-add {
        width: 100%;
    }

    .homeFirst-body__right .homeCard .homeCard-addNew {
        width: 100%;
    }

    .homeFirst-body__right .settings-body {
        padding: 35px 6px 110px 6px;
    }

    .homeFirst-body__right .settings-body__form form div.form-body {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .homeFirst-body__right .settings-body__form form div.form-body div {
        width: 100%;
    }

    .homeFirst-body__right .settings-body__form form .photo-save {
        margin-top: 50px;
        width: 100%;
    }

    .homeFirst-body__right .card {
        padding: 14px;
    }

    .homeFirst-body .friends div.info {
        padding-left: 14px;
        line-height: 13px;
        padding: 10px;
        height: auto;
    }

    .homeFirst-body .friends-body {
        padding: 50px 10px 123px 10px;
    }

    .homeFirst-body .body {
        height: auto;
    }

    .form-animated button span {
        margin-left: 1.625rem;
    }

    .userprofil .user1 span {
        font-size: 0.65rem;
    }

    .help h3 {
        text-align: center;
    }

    .help .help__form {
        text-align: center;
    }

    .help .help__form .search-submit {
        margin-top: 18px;
    }

    .help .home-accordion {
        padding: 14px !important;
    }

    .question {
        padding: 18px !important;
    }

    .question-body .question-link {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .user-desc {
        padding-left: 24px;
    }

    .loyalty-body__right {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .loyalty-data {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .comments-modal {
        overflow-y: scroll;
    }

    .comments-modal .comments-body__item {
        width: 100%;
        margin-top: 80px;
    }

    .comments-modal__close {
        top: 24px;
        right: 24px;
    }

    .pagination {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pagination-item {
        margin-top: 12px;
    }

    .pagination-item__link {
        padding: 8px 10px;
    }

    .main-corporative__body {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-corporative__item {
        width: 100%;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
    }

    .main-corporative__right {
        width: 100%;
        padding: 12px;
    }

    .main-corporative__right-logo {
        text-align: center;
    }

    .main-corporative__right-paragraph {
        height: 60px;
    }

    .main-slider__item {
        width: 15rem;
        margin-top: 24px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-slider__document {
        width: 150px;
        height: 150px;
        margin: auto;
        margin-top: 3rem;
    }

    .main-slider__left {
        width: 100%;
        height: auto;
        padding: 10px 15px;
    }

    .main-slider__right {
        width: 100%;
        padding-right: 0;
        padding: 10px 10px;
    }

    .main-document__file {
        width: 300px;
        height: 350px;
    }

    .main-send__group {
        width: 100%;
    }

    .main-send__phone {
        width: 100%;
    }

    .main-tabs__head {
        overflow-x: scroll;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
    }

    .main-tabs__inner {
        margin-left: 0;
        margin-right: 0;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-align: center;
        align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-tabs__button {
        white-space: nowrap;
    }

    .main-choose__item {
        width: 50%;
    }

    .main-opinion__person {
        width: 100%;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        box-align: center;
        align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px;
    }

    .main-opinion__person-reply {
        width: 100%;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        box-align: center;
        align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px;
    }

    .main-opinion__left {
        margin-bottom: 12px;
    }

    .main-opinion__right {
        width: 100%;
        padding: 0;
    }

    .main-opinion__name {
        overflow: hidden;
    }

    .main-opinion__name h4 {
        white-space: nowrap;
        width: calc(100% - 20px);
        width: calc(100% - 20px);
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .main-blog {
        padding-top: 2.5rem;
    }

    .main-blog__body {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-blog__left {
        width: 100%;
    }

    .main-blog__right {
        width: 100%;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        box-flex: unset;
        flex-grow: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .main-blog__right-other {
        width: 100%;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-align: center;
        align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .main-blog__category {
        width: 100%;
        margin-top: 0;
        margin-bottom: 12px;
        padding: 12px;
    }

    .main-blog__category-menu {
        width: 100%;
        /* overflow-x: scroll; */
        /* display: box; */
        display: flex;
        display: -ms-flexbox;
        display: flex;
    }

    .main-blog__category-menu a {
        white-space: nowrap;
    }

    .homeFirst-body__right .profile-body__item {
        width: 100%;
    }

    .loyalty-body__left {
        width: 100%;
    }

    .registration-right {
        padding: 32px;
    }

    .registration-right__content {
        padding-right: 0;
    }

    .registration-right__content .buttons-social {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .registration-right__content .buttons-social button {
        width: 100%;
        margin-bottom: 15px;
    }

    .registration-tabs {
        margin-right: 0;
    }

    .login-right {
        padding: 32px;
    }

    .login-right__content {
        padding-right: 0;
    }

    .login-right__content .buttons-social {
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .login-right__content .buttons-social button {
        width: 100%;
        margin-bottom: 15px;
    }

    .login-tabs {
        overflow: scroll;
        width: 100%;
    }

    .login-tabs a {
        white-space: nowrap;
    }
}

@media (min-width: 576px) {
    .header-container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .header-container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .header-container {
        max-width: 992px;
    }

    .newsAll-left>img {
        -o-object-position: top;
        object-position: top;
    }
}

@media (min-width: 1200px) {
    .header-container {
        max-width: 1220px;
    }

    .prev {
        left: -1.5625rem;
    }

    .next {
        right: -1.5625rem;
    }
}

.car-link {
    width: 9.375rem;
    height: 40px;
    
   
    background-color: #25D366;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: 0;
    cursor: pointer;
}

.car-link:focus {
    outline: 0;
}

.car-link:hover {
    text-decoration: none;
    color: #ffffff;
}

#autoparkWrapper {
    height: auto !important;
}

a:hover {
    text-decoration: none !important;
    /* color:#25D366 !important; */
}

button:focus {
    outline: 0 !important;
}

.form-animated button {
    box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vacancies-item a:hover {
    color: #ffffff !important;
}

.header-primary__left a:hover {
    color: var(--text-color);
}

/*.form-animated__over {
    position: unset;
}*/

.comments-header__right a {
    color: #ffffff !important;
}

#yukdashimaFilterButton li {
    padding: 8px 36px 10px 35px;
}

.header-profile__dropdown a:hover {
    color: var(--text-color);
}

a.button-all:hover {
    color: #333537;
}

.page-description a:hover {
    color: #ffffff;
}

.footer-profile__dropdown a:hover {
    color: #ffffff;
}

.autopark ul li {
    padding: 8px 25px;
}

.homeFirst-body__right .xidmet-body {
    height: unset;
    min-height: 8.375rem;
}

.homeFirst-body__right .xidmet-body form .form-row {
    padding: 20px;
}

.regInfo {
    width: 100%;
    height: 100%;
}

.regInfo-body {
    width: 100%;
    height: 100%;
    padding: 60px;
    display: box;
    display: -ms-flexbox;
    display: flex;
}

.regInfo-content {
    width: 100%;
    height: max-content;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #25D366;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 40px;
    display: box;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: auto;
}

.regInfo-content i {
    font-size: 60px;
    color: #25D366;
}

.regInfo-content span {
    color: #575962;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.07px;
    line-height: 20px;
    margin-top: 20px;
}

.regInfo-close {
    position: absolute;
    width: min-content;
    height: min-content;
    top: 4px;
    right: 13px;
    z-index: 1401;
    cursor: pointer;
}

.regInfo-close i {
    color: #6f7079;
    font-size: 12px;
}

.registration-right {
    padding: 2.75rem;
}

.register-body {
    padding: 0 4.75rem;
}

.registration-tabs {
    margin-right: 0;
}

.registration-right__content {
    padding-right: 0;
}

div[x-email-change-div],
div[x-phone-change-div] {
    margin-bottom: 20px;
}

div[x-email-change-div] .phone-confirm__button,
div[x-phone-change-div] .phone-confirm__button {
    box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div[x-email-change-div] .phone-confirm__button button:last-child,
div[x-phone-change-div] .phone-confirm__button button:last-child {
    margin-right: 0 !important;
}

.homeFirst-body__right .question-body #inputtext,
.homeFirst-body__right .question-body #text {
    padding: 1rem;
    
   
    background-color: #f7f7f7;
    border: unset;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    resize: none;
    height: 150px;
}

.homeFirst-body__right .question-body form .row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.homeFirst-body__right .home-accordion .faqFilterButton {
    overflow: scroll;
    overflow-y: hidden;
    display: box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

.homeFirst-body__right .home-accordion .faqFilterButton::scrollbar {
    width: 12px;
    height: 6px;
}

.homeFirst-body__right .home-accordion .faqFilterButton::scrollbar-track {
    background-color: #98999a;
   
}

.homeFirst-body__right .home-accordion .faqFilterButton::scrollbar-thumb {
   
    background-color: #25D366;
}

.homeFirst-body__right .home-accordion .faqFilterButton li a {
    white-space: nowrap;
}

.homeFirst-body__right .home-accordion .faqFilterButton li:after {
    display: none;
}

/* .homeFirst-body__right .home-accordion .faqFilterButton::scrollbar {
    display: none;
} */

.homeFirst-body__right .home-accordion .filter {
    padding-top: 0;
}

.contact-body__leftside form .row #text {
    padding: 1rem;
    
   
    background-color: #f7f7f7;
    border: unset;
    color: #333537;
    font-size: 0.75rem;
    font-weight: 400;
    resize: none;
    height: 150px;
}

.page-header {
    padding: 30px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1200px) {
    .homeFirst-body__right .settings-body__form .secondForm div.form-body {
        width: 400px;
    }

    /*.page-header {
        background-size: 100% 100%;
    }*/
}

@media only screen and (max-width: 992px) {
    .header-profile__dropdown--menu {
        transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        will-change: unset !important;
        left: unset !important;
        top: 40px !important;
        right: -12px !important;
    }

    .header-primary__right {
        padding: 24px;
        height: auto;
        max-height: 300px;
        overflow: scroll;
    }

    .header-primary__right a {
        white-space: nowrap;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .userprofil {
        margin-left: 0;
        margin-top: 0.9375rem;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
        background-color: transparent;
        padding-right: 0;
    }

    .userprofil .user1 {
        display: none;
    }

    .user-content {
        width: 100%;
        position: unset;
        display: block;
    }

    .user-content #triangle-up {
        display: none;
    }

    .user-content .user-profil {
        padding: 0;
        box-orient: vertical;
        box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .user-content .user-profil--pic {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border-radius: 50%;
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        box-align: center;
        -ms-flex-align: center;
        align-items: center;
        align-items: center;
        box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-content: center;
        background-color: var(--text-color);
        color: var(--primary-color);
        font-size: 0.875rem;
    }

    .user-content .user-profil--pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .user-content .user-profil--desc {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .user-content .user-links {
        margin: 0;
    }

    .user-content .user-links__item:first-child {
        padding: 8px 16px;
    }

    .user-content .user-links__item:last-child {
        padding: 8px 16px;
    }

    .user-content .user-desc {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .user-content .user-desc__item {
        margin: 0;
        padding: 0;
    }

    .user-content .user-desc__link {
        margin-top: 0;
        padding-right: 0;
        text-align: center;
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .user-content .user-profil--desc .user-profil__info {
        box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .user-content .user {
        box-shadow: unset;
        box-shadow: unset;
        background-color: transparent;
        padding: 0;
    }

    .autopark ul {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .autopark ul li {
        margin-bottom: 15px;
    }

    .autopark ul::scrollbar {
        width: 12px;
        height: 6px;
    }

    .autopark ul::scrollbar-track {
        background-color: #98999a;
       
    }

    .autopark ul::scrollbar-thumb {
       
        background-color: #25D366;
    }

    #yukdashimaFilterButton {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 15px;
    }

    #yukdashimaFilterButton::scrollbar {
        width: 12px;
        height: 6px;
    }

    #yukdashimaFilterButton::scrollbar-track {
        background-color: #98999a;
       
    }

    #yukdashimaFilterButton::scrollbar-thumb {
       
        background-color: #25D366;
    }

    .filter ul {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .filter ul li {
        margin-bottom: 15px;
    }

    .filter ul::scrollbar {
        width: 12px;
        height: 6px;
    }

    .filter ul::scrollbar-track {
        background-color: #98999a;
       
    }

    .filter ul::scrollbar-thumb {
       
        background-color: #25D366;
    }

    .homeFirst-body__right .xidmet-body form .form-row {
        box-orient: vertical;
        box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .homeFirst-body__right .xidmet-body form .form-row .nextButton,
    .homeFirst-body__right .xidmet-body form .form-row .services {
        width: 100%;
    }

    .regInfo-content {
        margin: auto;
    }

    .page-header {
        height: auto;
        min-height: 18.125rem;
    }

    .breadcrumb {
        height: auto;
        min-height: 2.875rem;
    }

    .lg-actions .lg-prev {
        left: 20px;
    }

    .lg-actions .lg-next {
        right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .homeFirst-body__right .settings-body__form .secondForm div.form-body {
        width: 100%;
    }

    div[x-email-change-div] .phone-confirm__button,
    div[x-phone-change-div] .phone-confirm__button {
        box-orient: vertical;
        box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    div[x-email-change-div] .phone-confirm__button button:last-child,
    div[x-phone-change-div] .phone-confirm__button button:last-child {
        margin-top: 15px;
    }

    .loads-item {
        width: 45% !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        height: auto !important;
    }

    .loads-item__img {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .regInfo-body {
        padding: 30px;
    }

    .register-body {
        padding: 0;
    }

    .settings-body__top {
        overflow: scroll;
        display: box;
        display: -ms-flexbox;
        display: flex;
    }

    .homeFirst-body__right .friends-container {
        width: 100%;
    }
}

#autoparkCarousel {
    height: auto !important;
}

#autoparkWrapper .main-autopark__body--item {
    height: auto;
}

#autoparkWrapper .caroufredsel_wrapper {
    max-height: 350px;
}

.main-autopark {
    padding-bottom: 2rem;
}

.report-table__empty {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #333537;
    font-size: 2rem;
    font-weight: 400;
}

.form-row--number label {
    white-space: unset !important;
}

.disableButton {
    pointer-events: none;
    opacity: 0.5;
}

#serviceCam {
    overflow: hidden;
}

.modal-content__width {
    max-width: 1160px;
}



@media only screen and (max-width: 992px) {
    #order-new {
        margin-left: auto;
    }

    .footer-profile .dropdown-menu {
        right: 0 !important;
    }

    .footer-profile .dropdown-menu:before {
        right: 0.7rem;
    }

    .about-point__body div.container h5 {
        font-size: 25px;
    }


}

@media only screen and (max-width: 576px) {



    .modal-service__content {
        padding: 2.5rem 1rem;
    }

    .about-point__body div.container {
        height: auto;
    }

    .about-point__body div.container div {
        width: 100%;
        margin-top: 10px;
    }

    .about-point {
        height: min-content;
        height: -moz-min-content;
        height: min-content
    }

    .about-point__body {
        position: relative;
        height: auto;
    }
}


@media only screen and (max-width: 600px) {
    .wrap_1b90 {
        right: -2% !important;
        bottom: 8% !important;
        z-index: 999999999 !important;
    }
}


/* slider */
.section-title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #000;
    letter-spacing: 0.3px;
    padding: 0;
}
.section-title::after {
    content: "";
    height: 3px;
    background: #fff;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
/****************/
/*	 BX-SLIDER 	*/
/****************/
section.client {
	padding:4em 0em;
	background-color: #eee;

}
section.client .section-title {
	margin-bottom: 6em;
}
.bx-controls {
	position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


footer{
    background-color: #205287 !important;
}








 .icon-bar {
    position: fixed;
    right:-5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999;
   
  }
  .yazi{
    position: fixed;
    right:0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999998;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    position: relative;
    color: white;
    right:0;
    margin: 5px;
    
  }
  .yazi a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    position: relative;
    color: white;
    right:-90px;
    margin: 5px;
    
  }
  

  
  .yazi a:hover {
    background-color: #000;
    right:0;
    
   
  }
  
 
  @media only screen and (min-width: 600px) {
    .numberofphone{
        display:none;
    }
  }
 @media only screen and (max-width: 600px) {

    .header-language__dropdown{
       left:90px;
    }
   
    .numberofphone{
        display:none;
        margin-top:5px;
        margin-right: 20px;
    }
    .order{
        width:100%;
    }
    .header-primary__left {
        /* background-color: #25D366; */
        display: box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        /* margin-left: 20%; */
        height: 100%;
        width:100%;
        overflow: hidden;
    }
    .header-logo img {
        width: 100px;
        height: 36px;
        margin: auto;
        
    }
    .main{
        /* margin-bottom:350px; */
    }
    .footer-secondary__center {
        width:49%;
        text-align: center;
    }
    .mobilesearhHide{
        display:none;
    }
    
    .header-search{
        width:80%;
        margin:auto;
    }
    .social-network2{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .icon-bar a {
        position:relative;
        display: block;
        text-align: center;
        padding: 10px;
        transition: all 0.3s ease;
        color: white;
        right:0px;
        margin: 5px;
        
      }

  }

  footer .list-unstyled>li>a{
      color:white ;
  }
  .footer-contact a{
       color:white !important;
  }
  .header-dropdown>a{
      color:black !important;
  }
  .social-network a{
      color: #205287 !important;
  }

  .star{
    color:#25D366
  }
  .font-14{
      font-size: 14px !important;
  }
  
  .digitalColor{
      color:rgb(105, 52, 70) !important
  }
  .digitalBack{
   background-color:palevioletred !important;
}

  .company{
    width:49%;margin:5px;
  }
  
  @media only screen and (max-width: 600px) {
    .marginBottom {
      margin-bottom: 300px ;
    }
    .company{
        width:100%;margin:5px;
      }
  }

  .colorRed{
      color:rgb(255, 0, 0) !important;
      font-size: 14px;
      font-weight: 700;
  }

  .select-service{
      outline: none;
  }


  .margin-180{
      margin-left:180px !important
  }
  @media only screen and (max-width: 600px) {
    .margin-180{
        margin-left:0px !important
    }
    .phone{
        display:none
    }
    .blog-item {
        margin-left: auto;
        margin-right: auto;
        width: 65%;
        padding: 10px;
    }
  }

   




 