html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
@media (max-width: 767px) {
    html {
        font-size: 0.875rem;
    }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
    display: block;
}
ol {
    padding-left: 16px;
    list-style: decimal;
}
ul {
    padding-left: 16px;
    list-style: disc;
}
.thumbnails {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-blocks {
    white-space: nowrap;
}
.tooltip.in {
    animation-name: jump;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}
@keyframes jump {
    0%,
    100% {
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@-webkit-keyframes jump {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-4px);
    }
}
.fa {
    font-size: 1rem;
}
h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa {
    font-size: inherit;
}
.text-gray {
    color: #757575;
}
.text-red {
    color: #f7232c;
}
.text-green {
    color: #2d8718;
}
.text-orange {
    color: #ffb71d;
}
.list-informations .li-name {
    color: #757575;
}
.line-height-normal {
    line-height: normal;
}
.product-item__heading a:hover,
.product-item__heading a:focus {
    text-decoration: none;
}
.product-item__rating {
    margin-bottom: 10px;
}
.top-panel__logo img {
    max-height: 40px;
}
.catalog .additional-categories {
    padding: 4px;
    margin-left: -4px;
}
.header-nav__catalog__menu {
    max-height: calc(100vh - 180px);
    gap: 1.5rem;
}
.header-submenu__col {
    overflow-x: hidden;
    overflow-y: auto;
}
.header-nav__catalog {
    padding: 1.5rem;
}
.catalog-sections .catalog-section__item:hover {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 5px 30px rgb(34 34 34 / 10%);
}
.category-banner__full img {
    border-radius: 0.75rem;
}
.container-push {
    position: relative;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .product-button__container {
        width: 100%;
    }
}
.product-item__amount .product-item__amount-input {
    width: 35px;
    appearance: none;
}
.price-tax {
    padding-bottom: 6px;
    font-size: 0.875rem;
    font-weight: 400;
}
.title-module {
    border-radius: 10px 10px 0 0;
    height: 40px;
    font-weight: 600;
    text-transform: unset;
    font-size: 1rem;
}
.text-dotted-border {
    border-bottom: 1px dotted;
}
.subcategory-counter {
    color: #252525;
    background: #f5f8f9;
    border-radius: 2px;
    font-weight: 500;
    border-top-right-radius: 8px;
}
.modal-content {
    border-radius: 3px;
}
.top-info__blocks .btn-group > button > strong {
    margin-right: 5px;
}
@media (max-width: 767px) {
    .product-price__current {
        font-size: 18px;
    }
    .product-item__price .price-old {
        font-size: 0.875rem;
        line-height: 14px;
    }
    .main-price {
        font-size: 23px;
    }
}
.cart-panel .minicart-total {
    display: block;
    box-shadow: none;
    position: relative;
    padding: 1rem;
}
.minicart-totals {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 26px;
}
.cart-panel .mini,
.cart-panel.top .mini {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}
.minicart-empty {
    margin: 20% auto;
}
.empty-icon__cart {
    padding-top: 0;
}
.product-buttons .btn {
    height: 39px;
}
.product-reward span {
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.product-reward .reward-modal__button {
    margin-left: 5px;
}
.cart-panel .mini,
.cart-panel.top .mini {
    border-bottom: 1px solid #eee;
}
.minicart-empty i {
    font-size: 160px;
}
.empty-cart__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem 0 0;
    color: #cdd4da;
}
.icon-special path {
    fill: #e10016;
}
#form-currency button.dropdown-toggle,
#form-language button.dropdown-toggle {
    background: #fff;
    border-radius: 0.75rem;
}
.manufacturer-logo h3 {
    margin-top: 0rem;
    margin-bottom: 10px;
    font-size: 1rem;
}
.xdstickers {
    padding: 5px 8px;
    border-radius: 0.75rem;
}
.xdstickers_wrapper .xdstickers {
    position: relative;
    padding: 0.25rem 0.45rem;
    border-radius: 0.4rem;
    font-size: 0.875rem;
    line-height: 1.16rem;
}
.product-card .xdstickers_wrapper .xdstickers {
    margin-bottom: 0;
}
.alert.alert-cart,
.alert.alert-comp,
.alert.alert-wish {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.035), 0 4px 25px rgb(0 0 0 / 0.07);
}
.text-last {
    margin-bottom: 1rem;
}
.text-last .text-last__form {
    display: flex;
    align-items: center;
}
.text-last i {
    font-size: 17px;
    color: #ff5200;
    vertical-align: middle;
}
.text-last__descr {
    color: #fd2837;
}
.manufacturer-logo i {
    font-size: 35px;
    opacity: 0.1;
}
@media (max-width: 1199px) {
    .pt-lg-10 {
        padding-top: 10px;
    }
    .pt-lg-15 {
        padding-top: 15px;
    }
    .pt-lg-20 {
        padding-top: 20px;
    }
    .pt-lg-25 {
        padding-top: 25px;
    }
    .pt-lg-30 {
        padding-top: 30px;
    }
    .pb-lg-10 {
        padding-bottom: 10px;
    }
    .pb-lg-15 {
        padding-bottom: 15px;
    }
    .pb-lg-20 {
        padding-bottom: 20px;
    }
    .pb-lg-25 {
        padding-bottom: 25px;
    }
    .pb-lg-30 {
        padding-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .pt-md-10 {
        padding-top: 10px;
    }
    .pt-md-15 {
        padding-top: 15px;
    }
    .pt-md-20 {
        padding-top: 20px;
    }
    .pt-md-25 {
        padding-top: 25px;
    }
    .pt-md-30 {
        padding-top: 30px;
    }
    .pb-md-10 {
        padding-bottom: 10px;
    }
    .pb-md-15 {
        padding-bottom: 15px;
    }
    .pb-md-20 {
        padding-bottom: 20px;
    }
    .pb-md-25 {
        padding-bottom: 25px;
    }
    .pb-md-30 {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .pt-sm-10 {
        padding-top: 10px;
    }
    .pt-sm-15 {
        padding-top: 15px;
    }
    .pt-sm-20 {
        padding-top: 20px;
    }
    .pt-sm-25 {
        padding-top: 25px;
    }
    .pt-sm-30 {
        padding-top: 30px;
    }
    .pb-sm-10 {
        padding-bottom: 10px;
    }
    .pb-sm-15 {
        padding-bottom: 15px;
    }
    .pb-sm-20 {
        padding-bottom: 20px;
    }
    .pb-sm-25 {
        padding-bottom: 25px;
    }
    .pb-sm-30 {
        padding-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .pt-xs-10 {
        padding-top: 10px;
    }
    .pt-xs-15 {
        padding-top: 15px;
    }
    .pt-xs-20 {
        padding-top: 20px;
    }
    .pt-xs-25 {
        padding-top: 25px;
    }
    .pt-xs-30 {
        padding-top: 30px;
    }
    .pb-xs-10 {
        padding-bottom: 10px;
    }
    .pb-xs-15 {
        padding-bottom: 15px;
    }
    .pb-xs-20 {
        padding-bottom: 20px;
    }
    .pb-xs-25 {
        padding-bottom: 25px;
    }
    .pb-xs-30 {
        padding-bottom: 30px;
    }
}
.cursor-pointer {
    cursor: pointer;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 6px 15px;
    clear: both;
    font-weight: 400;
    color: #252525;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff0;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #252525;
    background-color: #f5f8f9;
}
.header-links__text {
    cursor: pointer;
    color: #252525;
}
.header-links__text:hover {
    color: #e10016;
}
.header-links svg {
    transition: all 0.3s;
}
.header-links.open svg {
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }
    .text-sm-left {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .text-md-right {
        text-align: right;
    }
    .text-md-left {
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .text-lg-right {
        text-align: right;
    }
    .text-lg-left {
        text-align: left;
    }
}
@media (min-width: 1440px) {
    .text-xl-right {
        text-align: right;
    }
    .text-xl-left {
        text-align: left;
    }
}
.top-panel__phone .header-phone__menu {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 1rem;
    text-align: left;
    background: #fff;
    z-index: 102;
    min-width: 240px;
    max-width: 480px;
    display: none;
    white-space: normal;
}
.top-panel__phone:hover .header-phone__menu {
    display: block;
}
.phone-item .text-muted {
    font-size: 0.9375rem;
}
.main-slider {
    position: relative;
}
.number {
    width: 100%;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid #edeef2;
}
.number-minus,
.number-plus {
    width: 35px;
    line-height: 35px;
    display: block;
    background: #fff;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    border: 0;
    padding: 0;
    font-weight: 700;
    flex-shrink: 0;
}
.number-minus:hover,
.number-plus:hover {
    color: #252525;
    background: #f5f8f9;
}
.number-minus:active,
.number-minus:active:focus,
.number-plus:active,
.number-plus:active:focus {
    background: #ebedee;
    color: #252525;
}
.number-text {
    color: #252525;
    padding: 0;
    background: #fff;
    outline: none;
    border: none;
    width: 100%;
    height: 2.5rem;
    text-align: center;
}
.product-tools .number-text,
.product-tools .number-minus,
.product-tools .number-plus {
    height: 40px;
}
.navigation-content {
    position: relative;
    padding-top: 0;
}
@media (max-width: 767px) {
    .navigation-content:after {
        content: "";
        position: absolute;
        right: 0;
        background-image: linear-gradient(to right, transparent 0, #ffffff 100%);
        height: 25px;
        width: 25px;
        top: 0;
    }
}
.breadcrumb::-webkit-scrollbar {
    height: 0;
}
.fake-checkbox input:checked + label .option-name,
.fake-radio input:checked + label .option-name,
.fake-radio input:checked + label img,
.fake-radio input:checked + label img:hover {
    border-color: #252525;
    color: #252525;
    background: #fff0;
}
.navigation-button {
    align-items: center;
    background-color: #fff;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    box-shadow: 0 6px 19px rgb(34 34 34 / 9%);
    transition: all 0.3s;
}
.navigation-button:hover {
    background: #252525;
    color: #fff;
}
@media (max-width: 767px) {
    .navigation-button {
        height: 35px;
        width: 35px;
    }
}
.attribute-block ul li {
    color: #000;
    margin-bottom: 0.75rem;
    line-height: normal;
}
.attribute-block ul li p {
    display: inline-block;
    color: #757575;
    margin: 0;
}
.attribute-all {
    cursor: pointer;
    line-height: normal;
    display: block;
}
.attribute-all:hover {
    color: #e10016;
}
.short-description {
    color: #757575;
}
#accordion {
    margin-bottom: 20px;
}
.fake-checkbox .option-name:hover,
.fake-radio .option-name:hover {
    border-color: #c1c1c1;
}
.container-slide {
    position: relative;
}
.product-share:hover .dropdown-menu {
    display: block;
}
.sticky {
    position: sticky;
    z-index: 1;
}
@media (min-width: 576px) {
    .prodvar-item {
        width: calc(50% - 1rem);
    }
}
@media (min-width: 768px) {
    .prodvar-item {
        width: calc(33.3333% - 1rem);
    }
}
@media (min-width: 992px) {
    .prodvar-item {
        width: calc(25% - 1rem);
    }
}
@media (min-width: 1200px) {
    .prodvar-item {
        width: calc(20% - 1rem);
    }
}
@media (min-width: 1440px) {
    body.width-1540 .prodvar-item {
        width: calc(16.6666% - 10px);
    }
    body.width-1170 .prodvar-item {
        width: calc(25% - 1rem);
    }
}
.catalog-button .icon-close {
    display: none;
}
.catalog-button.active .icon-close {
    display: block;
}
.catalog-button.active .icon-grid {
    display: none;
}
@media (max-width: 1199px) {
    .catalog-button {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.top-10 {
    top: 10px;
}
.top-20 {
    top: 20px;
}
.top-30 {
    top: 30px;
}
.top-40 {
    top: 40px;
}
.top-50 {
    top: 50px;
}
.top-60 {
    top: 60px;
}
.top-70 {
    top: 70px;
}
.top-80 {
    top: 80px;
}
.top-90 {
    top: 90px;
}
.top-100 {
    top: 100px;
}
.text-underline {
    text-decoration: underline;
}
.text-overline {
    text-decoration: overline;
}
.text-dashed {
    text-decoration: dashed;
}
.text-line-through {
    text-decoration: line-through;
}
.text-none {
    text-decoration: none;
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.gap-5 {
    gap: 0.5rem;
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 1rem;
}
.gap-20 {
    gap: 20px;
}
.gap-25 {
    gap: 25px;
}
.gap-30 {
    gap: 1.875rem;
}
@media (min-width: 576px) {
    .gap-xs-5 {
        gap: 5px;
    }
    .gap-xs-10 {
        gap: 10px;
    }
    .gap-xs-15 {
        gap: 15px;
    }
    .gap-xs-20 {
        gap: 20px;
    }
    .gap-xs-25 {
        gap: 25px;
    }
    .gap-xs-30 {
        gap: 1.875rem;
    }
}
@media (min-width: 768px) {
    .gap-sm-5 {
        gap: 5px;
    }
    .gap-sm-10 {
        gap: 10px;
    }
    .gap-sm-15 {
        gap: 15px;
    }
    .gap-sm-20 {
        gap: 20px;
    }
    .gap-sm-25 {
        gap: 25px;
    }
    .gap-sm-30 {
        gap: 1.875rem;
    }
}
@media (min-width: 992px) {
    .gap-md-5 {
        gap: 5px;
    }
    .gap-md-10 {
        gap: 10px;
    }
    .gap-md-15 {
        gap: 15px;
    }
    .gap-md-20 {
        gap: 20px;
    }
    .gap-md-25 {
        gap: 25px;
    }
    .gap-md-30 {
        gap: 1.875rem;
    }
}
@media (min-width: 1200px) {
    .gap-lg-5 {
        gap: 5px;
    }
    .gap-lg-10 {
        gap: 10px;
    }
    .gap-lg-15 {
        gap: 15px;
    }
    .gap-lg-20 {
        gap: 20px;
    }
    .gap-lg-25 {
        gap: 25px;
    }
    .gap-lg-30 {
        gap: 1.875rem;
    }
}
@media (min-width: 1600px) {
    .gap-xl-5 {
        gap: 5px;
    }
    .gap-xl-10 {
        gap: 10px;
    }
    .gap-xl-15 {
        gap: 15px;
    }
    .gap-xl-20 {
        gap: 20px;
    }
    .gap-xl-25 {
        gap: 25px;
    }
    .gap-xl-30 {
        gap: 1.875rem;
    }
}
@media (min-width: 1920px) {
    .gap-xxl-5 {
        gap: 5px;
    }
    .gap-xxl-10 {
        gap: 10px;
    }
    .gap-xxl-15 {
        gap: 15px;
    }
    .gap-xxl-20 {
        gap: 20px;
    }
    .gap-xxl-25 {
        gap: 25px;
    }
    .gap-xxl-30 {
        gap: 1.875rem;
    }
}
.fs-5 {
    font-size: 5px;
}
.fs-6 {
    font-size: 6px;
}
.fs-7 {
    font-size: 7px;
}
.fs-8 {
    font-size: 8px;
}
.fs-9 {
    font-size: 9px;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 0.875rem;
}
.fs-13 {
    font-size: 1rem;
}
.fs-14 {
    font-size: 1rem;
}
.fs-15 {
    font-size: 0.9375rem;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-21 {
    font-size: 21px;
}
.fs-22 {
    font-size: 22px;
}
.fs-23 {
    font-size: 23px;
}
.fs-24 {
    font-size: 24px;
}
.fs-25 {
    font-size: 25px;
}
.fs-26 {
    font-size: 26px;
}
.fs-27 {
    font-size: 27px;
}
.fs-28 {
    font-size: 28px;
}
.fs-29 {
    font-size: 29px;
}
.fs-30 {
    font-size: 1.875rem;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-400 {
    max-width: 400px;
}
.max-width-600 {
    max-width: 600px;
}
.max-width-800 {
    max-width: 800px;
}
.max-width-1000 {
    max-width: 1000px;
}
.text-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
}
.text-line-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.text-line-3 {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
.text-line-4 {
    line-clamp: 4;
    -webkit-line-clamp: 4;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: #fff0;
}
a:not(.btn):hover,
a:not(.btn):active,
a:not(.btn):focus {
    outline: 0;
    color: #e10016;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    color: #252525;
    background: #ff0;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.4;
    filter: grayscale(1);
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 500;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    *,
    :after,
    :before {
        color: #252525 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #757575;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #252525 !important;
    }
    .label {
        border: 1px solid #252525;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #f5f8f9 !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #0099f7;
    transition: all 0.15s ease-out;
}
a:not(.btn):focus,
a:not(.btn):hover {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.img-responsive {
    margin-left: auto;
    margin-right: auto;
}
.img-rounded {
    border-radius: 3px;
}
.img-thumbnail {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #f5f8f9;
    border-radius: 0.75rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-thumbnail:hover {
    border-color: #ccc;
}
.img-circle {
    border-radius: 50%;
}
img,
svg {
    vertical-align: middle;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 81%;
    display: inline-block;
    line-height: normal;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #757575;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #dc3545;
}
.required .text-danger {
    font-size: 1rem;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #252525;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #252525;
    background-color: #f5f8f9;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    max-width: 1540px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xs-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xs-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xs-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xs-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xs-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xs-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xs-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-xs-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xs-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xs-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xs-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xs-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xs-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xs-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xs-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xs-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xs-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xs-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xs-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xs-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xs-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xs-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xs-0 {
        margin-left: 0;
    }
    .offset-xs-1 {
        margin-left: 8.333333%;
    }
    .offset-xs-2 {
        margin-left: 16.666667%;
    }
    .offset-xs-3 {
        margin-left: 25%;
    }
    .offset-xs-4 {
        margin-left: 33.333333%;
    }
    .offset-xs-5 {
        margin-left: 41.666667%;
    }
    .offset-xs-6 {
        margin-left: 50%;
    }
    .offset-xs-7 {
        margin-left: 58.333333%;
    }
    .offset-xs-8 {
        margin-left: 66.666667%;
    }
    .offset-xs-9 {
        margin-left: 75%;
    }
    .offset-xs-10 {
        margin-left: 83.333333%;
    }
    .offset-xs-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1440px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1600px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xxl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xxl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xxl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xxl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xxl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xxl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.666667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (max-width: 767px) {
    .flex-sm-column {
        flex-direction: column;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (max-width: 576px) {
    .flex-xs-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xs-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xs-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xs-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xs-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xs-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xs-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xs-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xs-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xs-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xs-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xs-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xs-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xs-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xs-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xs-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xs-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xs-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xs-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xs-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xs-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xs-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xs-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xs-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xs-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xs-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xs-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xs-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xs-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xs-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xs-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (max-width: 767px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lmd-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xlg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.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: 48px !important;
}
.pt-5,
.py-5 {
    padding-top: 48px !important;
}
.pr-5,
.px-5 {
    padding-right: 48px !important;
}
.pb-5,
.py-5 {
    padding-bottom: 48px !important;
}
.pl-5,
.px-5 {
    padding-left: 48px !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -48px !important;
}
.mt-n5,
.my-n5 {
    margin-top: -48px !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -48px !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -48px !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -48px !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: 48px !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 48px !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 48px !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 48px !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 48px !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: 48px !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 48px !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 48px !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 48px !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 48px !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -48px !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -48px !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -48px !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -48px !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -48px !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: 48px !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 48px !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 48px !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 48px !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 48px !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: 48px !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 48px !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 48px !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 48px !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 48px !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -48px !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -48px !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -48px !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -48px !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -48px !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: 48px !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 48px !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 48px !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 48px !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 48px !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: 48px !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 48px !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 48px !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 48px !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 48px !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -48px !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -48px !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -48px !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -48px !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -48px !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: 48px !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 48px !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 48px !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 48px !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 48px !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: 48px !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 48px !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 48px !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 48px !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 48px !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -48px !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -48px !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -48px !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -48px !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -48px !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;
    }
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #757575;
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #edeef2;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-weight: 600;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #edeef2;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #edeef2;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #edeef2;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: normal;
    color: #252525;
    font-weight: 500;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 14px;
    font-size: 1rem;
    height: 44px;
    font-weight: 400;
    line-height: 1.5;
    color: #252525;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.75rem;
    border: 1px solid #edeef2;
    background: #ffffff;
    background-color: #f5f8f9;
    padding: 0.5rem 1.125rem;
}
@media (max-width: 1024px) {
    .form-control {
        font-size: 1rem;
    }
}
.form-control-sm {
    height: 2.1875rem;
    padding: 0.25rem 0.625rem;
}
.form-control:focus {
    border-color: #838383;
    background: #fff;
}
.form-control::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #9b9b9b;
}
.form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 16px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 25px;
    padding: 5px 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #93a4b1;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 2rem;
    padding: 6px 10px;
    font-size: 0.875rem;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}
.has-success .form-control:focus {
    border-color: #99ca9a;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(103 177 104 / 45%);
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #e0874c;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}
.has-warning .form-control:focus {
    border-color: #ffc198;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(255 140 59 / 39%);
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #dc3545;
}
.has-error .form-control {
    background-color: rgb(250 59 59 / 8%);
    border-color: #dc3545;
    padding-right: calc(1.5em + 12px);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 3px) center;
    background-size: calc(0.75em + 6px) calc(0.75em + 6px);
}
.has-error select.form-control {
    padding-right: 4.128px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 12px center, center right 36px;
    background-size: 16px 12px, calc(0.75em + 6px) calc(0.75em + 6px);
}
.has-error .form-control:focus {
    background: transparent;
}
.has-error .input-group-addon {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.has-error .form-control-feedback {
    color: #dc3545;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #757575;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 4px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 0.875rem;
    }
}
.fa-caret-down {
    transition: transform 0.2s;
}
.open .fa-caret-down {
    transform: rotate(180deg);
}
.btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
    color: #252525;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.75rem;
    transition: all 0.2s;
}
.btn:active:not(:disabled) {
    transform: scale(0.98);
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #252525;
    background-color: #fff;
    border-color: #ddd;
}
a.btn-default:focus,
a.btn-default:hover {
    color: #252525;
}
.btn-default:hover {
    background-color: #f5f8f9;
    border-color: #dddddd;
}
.btn-default:active {
    background: #e4e4e4;
}
.btn-primary {
    color: #fff;
    background-color: #089eff;
    border-color: #089eff;
}
body.cerulean .btn-primary {
    background-color: #024869;
    border-color: #024869;
    color: #fff;
}
body.black .btn-primary {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}
body.menta .btn-primary {
    background: #3eb489;
    border-color: #3eb489;
    color: #fff;
}
body.carmine .btn-primary {
    background: #b03f35;
    border-color: #b03f35;
    color: #fff;
}
body.blue .btn-primary {
    background: #045eff;
    border-color: #045eff;
    color: #fff;
}
body.orange .btn-primary {
    background: #ff6700;
    border-color: #ff6700;
    color: #fff;
}
body.fuchsia .btn-primary {
    background: #da55bb;
    border-color: #da55bb;
    color: #fff;
}
body.mango .btn-primary {
    background: #ff8243;
    border-color: #ff8243;
    color: #fff;
}
body.persagreen .btn-primary {
    background: #00afae;
    border-color: #00afae;
    color: #fff;
}
body.green .btn-primary {
    background: #08a826;
    border-color: #08a826;
    color: #fff;
}
body.gold .btn-primary {
    background: gold;
    border-color: gold;
    color: #252525;
}
body.red .btn-primary {
    background: #e20000;
    border-color: #e20000;
    color: #fff;
}
body.coral .btn-primary {
    background: #ff462d;
    border-color: #ff462d;
    color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #2d8718;
}
a.btn-success:focus,
a.btn-success:hover {
    color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #007179;
}
a.btn-info:focus,
a.btn-info:hover {
    color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #ff6400;
}
a.btn-warning:focus,
a.btn-warning:hover {
    color: #fff;
}
.btn-danger {
    color: #dc3545;
    background-color: #fff2f3;
    border-color: #dc3545;
}
.btn-primary:hover:not(:disabled),
.btn-success:hover:not(:disabled),
.btn-danger:hover:not(:disabled),
.btn-warning:hover:not(:disabled),
.btn-info:hover:not(:disabled) {
    opacity: 0.8;
}
.btn-link {
    color: #e10016;
}
a.btn-link:focus,
a.btn-link:hover {
    color: #e10016;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    border-radius: 1rem;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 4px 8px;
    font-size: 1rem;
    border-radius: 0.5rem;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 4px 8px;
    font-size: 0.75rem;
    border-radius: 0.5rem;
}
.btn-block {
    display: flex;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid #fff0;
    border-left: 4px solid #fff0;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 8px;
    min-width: 160px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}
.dropdown-item {
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    line-height: 20px;
    font-size: 1rem;
    transition: all 0.3s;
    border-radius: 0.75rem;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
}
.dropdown-menu a {
    color: #252525;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #252525;
    background: #f5f8f9;
}
.dropdown-item:active {
    background: #e8eaed;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e10016;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #757575;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: #fff0;
    background-image: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #757575;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 3px;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.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:not(:first-child):not(:last-child) {
    border-radius: 3px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 3px;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #252525;
    text-align: center;
    background-color: #eee;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 0.875rem;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 3px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group .input-group-btn .btn {
    height: 44px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
}
.nav > li.disabled > a {
    color: #757575;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #757575;
    text-decoration: none;
    cursor: not-allowed;
    background-color: #fff0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #e10016;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #edeef2;
}
.nav-tabs > li {
    float: left;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid #fff0;
    border-radius: 10px 10px 0 0;
    margin-bottom: -1px;
    font-weight: 500;
    text-decoration: none;
}
.nav-tabs > li > a:hover {
    color: inherit;
    background: #eff1f2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #edeef2;
    border-bottom-color: #fff0;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #edeef2;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #edeef2;
        border-radius: 10px 10px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 3px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #e10016;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #f5f8f9;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #f5f8f9;
        border-radius: 10px 10px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 59px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 3px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #fff0;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 3px;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 3px;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 59px;
    padding: 15px;
    font-size: 17px;
    line-height: 22px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff0;
    background-image: none;
    border: 1px solid #fff0;
    border-radius: 3px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 0.5rem -10px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid #fff0;
    border-bottom: 1px solid #fff0;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1), 0 1px 0 rgb(255 255 255 / 0.1);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1), 0 1px 0 rgb(255 255 255 / 0.1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f5f8f9;
    border-color: #f5f8f9;
}
.navbar-default .navbar-brand {
    color: #757575;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: #fff0;
}
.navbar-default .navbar-text {
    color: #757575;
}
.navbar-default .navbar-nav > li > a {
    color: #757575;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #252525;
    background-color: #fff0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #f5f8f9;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: #fff0;
}
.navbar-default .navbar-toggle {
    border-color: #f5f8f9;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #f5f8f9;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #757575;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #f5f8f9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #f5f8f9;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #757575;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #252525;
        background-color: #fff0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #f5f8f9;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: #fff0;
    }
}
.navbar-default .navbar-link {
    color: #757575;
}
.navbar-default .navbar-link:hover {
    color: #252525;
}
.navbar-default .btn-link {
    color: #757575;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #252525;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #252525;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: #fff0;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #fff0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: #fff0;
}
.navbar-inverse .navbar-toggle {
    border-color: #252525;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #252525;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #fff0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: #fff0;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    list-style: none;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.breadcrumb > li {
    color: #757575;
    display: inline-block;
    font-size: 0.875rem;
}
.breadcrumb > li > a {
    color: #757575;
    text-decoration: none;
}
.breadcrumb > li:hover:not(:last-child) a {
    color: #e10016;
}
.breadcrumb li::after {
    content: "›";
    padding: 0 0.25rem 0 0.4375rem;
    font-size: 0.875rem;
}
.breadcrumb li:last-child::after {
    content: none;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #f5f8f9;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #757575;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #757575;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #e10016;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #4eba55;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #007179;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #252525;
    border-radius: 5px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #e10016;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 3px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #edeef2;
    border-radius: 0.75rem;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #252525;
}
.alert {
    font-size: 1rem;
    padding: 0.625rem 0.75rem;
    margin-bottom: 1.25rem;
    position: relative;
    border-radius: 0.75rem;
    border: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
    .alert {
        font-size: 1rem;
    }
}
.alert:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 2;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 500;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: inherit;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-info {
    color: #083862;
    background-color: #dff0ff;
    border-color: #b8d0e5;
}
.alert-light {
    color: #636464;
    background-color: #faf8f8;
    border-color: #f2eeee;
}
.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f8f9;
    border-radius: 0.75rem;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 0.1);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 0.875rem;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #e10016;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.15);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #4eba55;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #007179;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgb(255 255 255 / 0.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0.15) 50%, rgb(255 255 255 / 0.15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 15px;
}
.media-left,
.media > .pull-left {
    padding-right: 15px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.8rem 1rem;
    font-weight: 600;
    background-color: #fff;
    border-radius: 0.75rem;
    text-decoration: none;
}
a.list-group-item,
button.list-group-item {
    color: #252525;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #252525;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f8f9;
}
a.list-group-item:active {
    background-color: #ebecf0;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #757575;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #757575;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    font-weight: 700;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #e10016;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #e10016;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #e10016;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #e10016;
    border-color: #e10016;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-left {
    padding-left: 40px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 0.75rem;
}
.panel-body {
    padding: 1rem;
}
.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}
.panel-body:after {
    clear: both;
}
.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}
.panel-body:after {
    clear: both;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #edeef2;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-heading {
    padding: 1rem;
    border-bottom: 1px solid #fff0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}
.panel-title > a {
    color: inherit;
    text-decoration: none;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f8f9;
    border-top: 1px solid #edeef2;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.75rem;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #f5f8f9;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #edeef2;
}
.panel-default > .panel-heading {
    color: #252525;
    background-color: #ffffff;
    border-color: #f5f8f9;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f5f8f9;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eee;
}
.panel-primary {
    border-color: #e10016;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #e10016;
    border-color: #e10016;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #e10016;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #e10016;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #dc3545;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.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-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f9;
    border: 1px solid #f5f8f9;
    border-radius: 3px;
}
.well blockquote {
    border-color: #f5f8f9;
    border-color: rgb(0 0 0 / 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 3px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #252525;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #252525;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 12px;
    outline: 0;
    box-shadow: 8px 8px 45px rgb(0 0 0 / 15%);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #252525;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    position: relative;
    min-height: 16.5px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    font-weight: 300;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    padding: 1rem;
}
.modal-footer {
    padding: 1rem;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 59px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-md {
        width: 450px;
    }
    .modal-sm {
        width: 320px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 5100px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 1rem;
    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;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto;
}
.tooltip.in {
    opacity: 1;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 5px;
    margin-left: -3px;
}
.tooltip-inner {
    text-align: center;
    background-color: #252525;
    color: #fff;
    padding: 6px 12px;
    font-size: 1rem;
    max-width: 320px;
    box-sizing: border-box;
    line-height: 1.4;
    border-radius: 6px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: #fff0;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #252525;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #252525;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #252525;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #252525;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px;
    border-left-color: #252525;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px;
    border-bottom-color: #252525;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 5px 5px;
    border-bottom-color: #252525;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 5px 5px;
    border-bottom-color: #252525;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 17.28px;
    padding: 1px;
    font-size: 1rem;
    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;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(0 0 0 / 0.2);
    border-radius: 0.75rem;
    -webkit-box-shadow: 5px 10px rgb(0 0 0 / 0.2);
    box-shadow: 5px 10px rgb(0 0 0 / 0.2);
    line-break: auto;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -15px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f5f8f9;
    border-bottom: 1px solid #ebebeb;
    border-radius: 10px 10px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: #fff0;
    border-style: solid;
}
.popover > .arrow {
    border-width: 10px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-color: #93a4b1;
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -15px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-right-color: #93a4b1;
    border-right-color: rgb(0 0 0 / 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #93a4b1;
    border-bottom-color: rgb(0 0 0 / 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -15px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-right-width: 0;
    border-left-color: #93a4b1;
    border-left-color: rgb(0 0 0 / 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 640px;
        perspective: 640px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgb(0 0 0 / 0.5) 0, rgb(0 0 0 / 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgb(0 0 0 / 0.5) 0, rgb(0 0 0 / 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / 0.5)), to(rgb(0 0 0 / 0.0001)));
    background-image: linear-gradient(to right, rgb(0 0 0 / 0.5) 0, rgb(0 0 0 / 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgb(0 0 0 / 0.0001) 0, rgb(0 0 0 / 0.5) 100%);
    background-image: -o-linear-gradient(left, rgb(0 0 0 / 0.0001) 0, rgb(0 0 0 / 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / 0.0001)), to(rgb(0 0 0 / 0.5)));
    background-image: linear-gradient(to right, rgb(0 0 0 / 0.0001) 0, rgb(0 0 0 / 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -15px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -62.438rem;
    cursor: pointer;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    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;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: #fff0;
    text-shadow: none;
    background-color: #fff0;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
:focus {
    outline: 0 !important;
}
@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    border: 1px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 16px;
    height: 16px;
    border-width: 0.2em;
}
body {
    font-family: "Inter", sans-serif;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #252525;
    margin: 0;
    background-color: #f5f8f9;
    min-width: 320px;
}
body.overflow-hidden {
    overflow: hidden;
}
h1,
.h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: normal;
}
@media (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 1.5rem;
    }
}
h2,
.h2 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
@media (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 1.25rem;
    }
}
h3,
.h3 {
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 1rem;
}
@media (max-width: 820px) {
    h3,
    .h3 {
        font-size: 1.125rem;
    }
}
h4,
.h4 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
@media (max-width: 820px) {
    h4,
    .h4 {
        font-size: 1.125rem;
    }
}
h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1rem;
}
h6,
.h6 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
[stroke*="#"] {
    stroke: currentcolor;
}
.clear-button {
    padding: 0;
    border: 0;
    font: inherit;
    background-color: #fff0;
    cursor: pointer;
}
div.required .control-label:before {
    color: #dc3545;
    content: "* ";
    font-size: 1rem;
}
.top-header {
    width: 100%;
    position: relative;
}
.header-middle {
    position: relative;
    z-index: 11;
}
@media (max-width: 991px) {
    .top-menu__wrapper {
        display: none;
    }
    .headermenu {
        padding-top: 15px;
    }
    .home-content .swiper-slideshow {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .top-header {
        z-index: 100;
        background: #fff;
    }
    .top-menu__wrapper {
        height: 3rem;
        display: flex;
        align-items: center;
    }
}
.top-panel__phone {
    position: relative;
    text-align: right;
}
.horizontal-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.horizontal-menu > li > a {
    display: block;
    color: #252525;
    font-size: 1rem;
    text-decoration: none;
}
.horizontal-menu > li > a:active,
.horizontal-menu > li > a:hover {
    color: #e10016;
}
.top-info__blocks .btn-group > button > img {
    position: relative;
    top: -1px;
}
.horizontal-menu > li > a > i {
    margin-left: 12px;
    font-size: 1rem;
    color: #d0e0e3;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.horizontal-multilevel-dropdown-menu {
    position: absolute;
    left: -9999px;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e3ecef;
    -webkit-box-shadow: 0 0 24px rgb(61 75 82 / 0.16);
    -moz-box-shadow: 0 0 24px rgb(61 75 82 / 0.16);
    box-shadow: 0 0 24px rgb(61 75 82 / 0.16);
    background: #fff;
}
.horizontal-multilevel-dropdown-menu > li {
    position: relative;
}
.horizontal-multilevel-dropdown-menu > li + li {
    border-top: 1px solid #e3ecef;
}
.horizontal-multilevel-dropdown-menu > li > a {
    display: flex;
    align-items: center;
    padding: 15px 16px 14px;
    color: #252525;
    text-decoration: none;
    white-space: nowrap;
}
.top-panel.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 6%);
    border-radius: 0 0 1rem 1rem;
    background: #fff;
    transition: box-shadow 0.3s;
}
.top-panel__cols {
    display: flex;
    align-items: center;
}
.top-panel__col .icon-box i {
    display: inline-flex;
    vertical-align: middle;
    font-size: 20px;
    color: #252525;
}
.top-panel__title {
    line-height: 1;
    color: #252525;
}
@media (max-width: 991px) {
    .top-panel__title {
        display: none;
    }
}
.catalog-button {
    position: relative;
    z-index: 101;
    background: #dc3545;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    border: 0;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 1rem;
}
.catalog-button span {
    font-weight: 500;
}
body.cerulean .catalog-button {
    background: #024869;
}
body.black .catalog-button {
    background: #252525;
}
body.menta .catalog-button {
    background: #3eb489;
}
body.carmine .catalog-button {
    background: #b03f35;
}
body.blue .catalog-button {
    background: #045eff;
}
body.orange .catalog-button {
    background: #ff6700;
}
body.fuchsia .catalog-button {
    background: #da55bb;
}
body.mango .catalog-button {
    background: #ff8243;
}
body.persagreen .catalog-button {
    background: #00afae;
}
body.green .catalog-button {
    background: #08a826;
}
body.gold .catalog-button {
    background: gold;
    color: #252525;
}
body.red .catalog-button {
    background: #e20000;
}
body.coral .catalog-button {
    background: #ff462d;
}
.catalog-button:hover {
    opacity: 0.8;
}
.catalog-button:active {
    box-shadow: none;
}
@media (max-width: 1199px) {
    .catalog-button span {
        display: none;
    }
}
.top-panel__menu-icon-container {
    text-align: center;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.top-panel__logo .logo-text {
    max-width: 250px;
    font-weight: 700;
    color: inherit;
    font-size: 2rem;
}
@media (max-width: 991px) {
    .top-panel > .top-panel__cols {
        display: block;
    }
    .top-panel__cols .top-panel__logo {
        height: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .top-panel__btn-catalog {
        display: none;
    }
}
.top-panel__search-btn:link,
.top-panel__search-btn:visited {
    text-decoration: none;
}
.top-panel__search .input-group {
    width: 100%;
}
.top-panel__search .btn {
    position: absolute;
    right: 0;
    height: 3rem;
    color: inherit;
    background: transparent !important;
    padding: 0.5rem 0.8125rem;
    font-size: 1rem;
}
.top-panel__search .btn:hover:active {
    box-shadow: none;
}
.top-panel__search .search-form {
    height: 3rem;
}
.top-panel__search input[type="text"] {
    width: 100%;
    margin: 0;
    padding: 1rem;
    padding-right: 4.5rem;
    border-right: 0;
    border-radius: 0.75rem;
    appearance: none;
    transition: all 0.3s;
    position: relative;
    background: #f5f8f9;
    border: 0;
}
.top-panel__search input[type="text"]:focus {
    border-color: #757575;
}
.top-panel__contacts-block {
    height: 4.8px;
    display: table;
    padding: 0 18px;
}
.top-panel__contacts-block:hover {
    background-color: #f5f8f9;
}
@media (max-width: 991px) {
    .top-panel__contacts-block {
        width: 100%;
        height: 56px;
        padding: 0 0 0 1px;
        position: relative;
    }
    .top-panel__contacts-block:before {
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-color: #f5f8f9;
    }
    .top-panel__contacts-icon {
        text-align: center;
    }
}
.top-panel__contacts-caption {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px;
}
.top-panel__contacts .top-panel__contact-link {
    text-decoration: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.top-panel__contacts-descr,
.top-panel__contacts-title {
    display: block;
}
.top-panel__contacts-title {
    font-size: 20px;
    color: #252525;
    white-space: nowrap;
    font-weight: 500;
    line-height: 24px;
}
.top-panel__contacts-descr {
    font-size: 1rem;
    color: #a4a9b8;
    line-height: 17px;
}
.top-panel__contacts-icon:last-child > i {
    font-size: 25px;
    color: #b2c7cb;
}
@media (max-width: 991px) {
    .panel-compare {
        text-align: center;
        padding: 0 0 0 1px;
        position: relative;
    }
}
.panel-compare:link,
.panel-compare:visited {
    text-decoration: none;
}
.mini-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: inherit;
    height: inherit;
}
@media (min-width: 992px) {
    .mini-cart.not-title .mini-cart__link {
        padding: 10px;
        border-radius: 0.75rem;
        background: #ffffff;
    }
    .mini-cart.not-title .mini-cart__link:hover,
    .mini-cart.not-title .mini-cart__link:focus {
        background: #f5f8f9;
    }
    .mini-cart.not-title .mini-cart__link:active,
    .mini-cart.not-title .mini-cart__link:active:focus {
        background: #e2e4e9;
    }
}

.icon-box {
    position: relative;
    color: #252525;
}
.count {
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 0.7rem;
    width: 16px;
    text-align: center;
    color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 50%;
    background-color: #3ba2fe;
    padding: 0;
}
body.cerulean .count {
    background-color: #024869;
}
body.black .count {
    background-color: #2d8718;
}
body.menta .count {
    background: #3eb489;
}
body.carmine .count {
    background: #b03f35;
}
body.blue .count {
    background: #045eff;
}
body.orange .count {
    background: #ff6700;
}
body.fuchsia .count {
    background: #da55bb;
}
body.mango .count {
    background: #ff8243;
}
body.persagreen .count {
    background: #00afae;
}
body.green .count {
    background: #08a826;
}
body.gold .count {
    background: gold;
    color: #252525;
}
body.red .count {
    background: #e20000;
}
body.coral .count {
    background: #ff462d;
}
@media (max-width: 991px) {
    .top-panel__head {
        z-index: 1;
    }
    .top-panel__bottom {
        transition: transform 0.4s;
    }
    .top-panel__menu-icon-container {
        height: 56px;
        width: 67px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .fixed-panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 2px 3px 0 rgb(0 0 0 / 9%);
    }
}
.top-panel__col {
    background: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 1rem;
    border-radius: 1rem;
    overflow: hidden;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem;
    background: #fff;
}
.card-body img {
    border-radius: 0.625rem;
}
.card-text {
    font-size: 0.875rem;
    color: #757575;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .blog-layout {
        padding: 1rem;
        margin: 0;
    }
}
.blog-layout .product-item {
    border: 1px solid #edeef2;
}
.catalog-list,
.catalog-grid {
    display: grid;
    grid-auto-flow: dense;
}
.catalog-list {
    gap: 20px;
}
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
    .catalog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog-grid.one-column {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog-grid.two-column {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (min-width: 992px) {
    .catalog-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .catalog-grid.one-column {
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog-grid.two-column {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1200px) {
    .catalog-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .catalog-grid.one-column {
        grid-template-columns: repeat(4, 1fr);
    }
    body.width-1170 .catalog-grid:not(.one-column) {
        grid-template-columns: repeat(4, 1fr);
    }
    body.width-1360 .catalog-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    body.width-1360 .catalog-grid.one-column {
        grid-template-columns: repeat(3, 1fr);
    }
    body.width-1540 .catalog-grid.one-column {
        grid-template-columns: repeat(4, 1fr);
    }
    body.width-2000 .catalog-grid.one-column,
    .width-90 .catalog-grid.one-column,
    .width-95 .catalog-grid.one-column {
        grid-template-columns: repeat(5, 1fr);
    }
    body.width-100 .catalog-grid.one-column {
        grid-template-columns: repeat(6, 1fr);
    }
    .catalog-grid.two-column {
        grid-template-columns: repeat(3, 1fr);
    }
    body.width-1540 .col-xl-20,
    body.width-2000 .col-xl-20,
    body.width-90 .col-xl-20,
    body.width-95 .col-xl-20,
    body.width-100 .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.catalog-container .product-layout {
    position: relative;
}
.product-item__container {
    height: 100%;
}
@media (min-width: 768px) {
    .catalog-grid-column-gap {
        gap: 1rem;
    }
}
.container-shadow-gray .product-item__container {
    border-color: transparent;
}
.product-item {
    width: 100%;
    position: relative;
    background-color: #fff;
    transition: all 0.15s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    padding: 1rem;
    gap: 1rem;
}
.product-item.card .card-body,
.product-item.card div:last-child {
    padding: 0 !important;
}
.article-date-views {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.shadow-hover-no-bordered:hover {
    border-color: #fff;
}
.product-item .xdstickers {
    float: none;
    display: table;
}
.product-item__image {
    position: relative;
}
.product-item.card img {
    border-radius: 0.75rem;
}
.product-item__image .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.75rem;
}
.product-item__image a img {
    border-radius: 0.5rem;
}
.product-item .product-item__info {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-item__caption-block {
    margin-top: auto;
    flex-shrink: 0;
}
.price-login-required {
    font-size: 0.875rem;
}
.product-item .btn-cart {
    flex-grow: 1;
}
.product-item .product-rating {
    border-radius: 0.75rem;
    white-space: nowrap;
    padding: 0.5rem;
    background: #f5f8f9;
    max-width: fit-content;
}
.product-item .product-rating .reviews-value {
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .catalog-container .product-layout {
        min-width: 0;
    }
}
.product-item__title a {
    color: #252525;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 500;
    text-decoration: none;
}
.product-item__title a:focus,
.product-item__title a:hover {
    color: #e10016;
    text-decoration: none;
}
.product-item__heading a {
    display: block;
    color: inherit;
}
.product-item__heading a:hover {
    color: #e10016;
}
.short-attribute__list {
    display: flex;
    font-size: 1rem;
}
.short-attribute__list + .short-attribute__list {
    padding-top: 5px;
}
.short-attr__left {
    padding-right: 5px;
    color: #757575;
}
.price-old {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #959595;
    font-size: 1.5rem;
    text-decoration: line-through;
    font-weight: 400;
}
.product-item .price-old {
    font-size: 1rem;
    line-height: 1;
}
.price-old:before {
    background: #252525;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-5deg);
    width: 100%;
}
.price-main {
    font-size: 1.5rem;
    font-weight: 600;
}
.product-item__quantity {
    line-height: 1;
}
@media (max-width: 576px) {
    .product-item__markers,
    .product-busket {
        display: none;
    }
}
.product-item .price-economy {
    padding: 0.25rem 0.35rem;
    font-size: 0.875rem;
}
.product-item__markers {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.price-economy,
.product-item__marker {
    position: relative;
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
    background-color: #252525;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
}
.product-item__marker {
    color: #252525;
    background-color: #ffe300;
    font-weight: 600;
    line-height: 1;
    display: block;
}
.product-item__quantity span {
    font-size: 1rem;
}
.product-item__quantity-icon {
    font-size: 1rem;
    display: inline-flex;
    height: 100%;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.product-item__amount {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    position: relative;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0.75rem;
    overflow: hidden;
}
.product-item__amount .stock_warning {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 5px 12px rgb(0 0 0 / 0.14);
    border-radius: 0.75rem;
    font-size: 0.875rem;
}
.product-item__container.hover .product-item__hidden {
    display: block;
}
.product-item__amount-btn-minus,
.product-item__amount-btn-plus {
    color: #252525;
    text-align: center;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    font-size: 1rem;
    padding: 8px 14px;
    line-height: normal;
    user-select: none;
    border: 0;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-item__amount-btn-disabled {
    color: #d0e0e3;
    cursor: default;
}
.product-item__amount .product-item__amount-input {
    padding: 0;
    font-size: 1rem;
    color: #252525;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
}
.product-item__amount-btn-minus:not(.product-item__amount-btn-disabled):active,
.product-item__amount-btn-minus:not(.product-item__amount-btn-disabled):hover,
.product-item__amount-btn-plus:not(.product-item__amount-btn-disabled):active,
.product-item__amount-btn-plus:not(.product-item__amount-btn-disabled):hover {
    color: #e10016;
    border-color: #eee;
    background-color: #f5f8f9;
}
.product-item__amount-btn-minus:not(.product-item__amount-btn-disabled):active,
.product-item__amount-btn-plus:not(.product-item__amount-btn-disabled):active {
    background-color: #ececec;
}
.product-button__container .btn > i {
    font-size: 19px;
}
.product-item__container.hover .product-item__hidden {
    display: block;
}
@media (max-width: 767px) {
    .product-item {
        padding: 0.5rem;
        gap: 0.5rem;
    }
    .product-item__caption.mt-3,
    .product-busket.mt-3 {
        margin-top: 0.5rem !important;
    }
    .product-item__title {
        margin-top: 0;
    }
    .product-item__title a {
        font-size: 1rem;
    }
    .swiper-wrapper .product-item {
        flex-direction: column;
    }
    .swiper-wrapper .product-item__image,
    .swiper-wrapper .product-item__info {
        width: auto;
    }
}
@media (min-width: 992px) {
    .catalog-list .product-item {
        flex-direction: row;
        gap: 1rem;
    }
    .catalog-list .product-item__image {
        padding: 0;
        width: 200px;
        flex-shrink: 0;
    }
    .catalog-list .product-item__basket {
        position: relative;
        flex-grow: 1;
    }
    .catalog-list .product-item__title,
    .catalog-list .product-item__caption-block,
    .catalog-list .product-item__caption,
    .catalog-list .price-login-required {
        margin-top: 0 !important;
    }
    .catalog-list .product-item__info {
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .catalog-list .product-attributes {
        margin-bottom: 0;
    }
    .catalog-list .product-item__caption-block {
        max-width: 219px;
    }
    .header-middle {
        position: relative;
        padding: 1rem 0;
    }
}
.rating .star-empty {
    color: #dadde0;
}
.rating .star {
    color: #ffb71d;
}
.reviews-value__text {
    margin-left: 5px;
}
.rating .value {
    font-weight: 700;
}
.rating-value svg {
    vertical-align: top;
}
#scroll-up {
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    left: 10px;
    text-decoration: none;
    z-index: 999;
    transition: bottom 0.3s ease-out, -webkit-bottom 0.3s ease-out;
}
@media (min-width: 992px) {
    #scroll-up {
        left: 20px;
        bottom: 20px;
    }
}
.btn-scroll__up {
    border: 0px;
    background: #252525;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    box-shadow: none;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    box-shadow: none !important;
    padding: 0;
}
.btn-scroll__up .icon-arrow-up {
    color: #fff;
}
.svg-progress {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    width: 46px;
    height: 46px;
}
.svg-progress.svg-progress__circle {
    transform: rotate(-90deg);
}
.svg-progress circle {
    stroke-linecap: round;
}
.svg-progress circle,
.svg-progress rect {
    stroke: #45e3b6;
    stroke-dasharray: 289px, 289px;
}
.wrapper-middle {
    padding: 15px 0;
    min-height: 100vh;
}
.site-footer {
    position: relative;
    background: #262629;
    font-size: 1rem;
}
.footer-column {
    padding: 25px 10px;
}
@media (min-width: 1540px) {
    .footer-column {
        padding: 40px 0 20px;
    }
}
.footer-column__list-item {
    flex: 1;
}
.bottom-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.bottom-menu li a {
    text-decoration: none;
}
.bottom-menu li a:hover {
    color: #fff;
}
.footer-column__title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.footer-column__phone {
    position: relative;
}
.footer-column__phone .phone-body a {
    color: #a8a8a8;
    transition: color 0.3s;
}
.footer-column__phone .phone-body div a {
    font-size: 24px;
}
.footer-column__phone .phone-body a:hover {
    color: #fff;
}
.footer-column .icon-contacts i {
    color: #9b9b9b;
}
.bottom-menu li a,
.footer-bottom__text,
.footer-bottom__powered p,
.footer-comment,
.footer-column__email a,
.footer-column__address,
.footer-column__phone-contacts .icon-contacts i,
.footer-bottom__powered,
.footer-column__open {
    color: #9b9b9b;
}
.footer-bottom__text,
.footer-bottom__powered {
    font-size: 0.875rem;
}
.footer-column__email a:hover,
.footer-column__email a:focus {
    color: #fff;
    text-decoration: none;
}
.footer-column__payment img {
    max-height: 18px;
}
.footer-column__phone-contacts .icon-contacts i {
    font-size: 17px;
    display: inline-flex;
    vertical-align: middle;
}
.footer-column__social-title {
    font-weight: 700;
    font-size: 24px;
    color: #dadbdc;
    padding-bottom: 30px;
}
.footer-column__payment-title {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding: 0 0 10px;
}
.footer-column__payment-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
.footer-column__payment-body span {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 0;
    height: 59px;
    margin-right: 20px;
}
.footer-column__payment-body span img {
    width: 50px;
    max-width: 50px;
}
@media (max-width: 1200px) {
    .footer-column__list-item {
        flex: auto;
    }
}
.footer-column hr {
    border-top: 1px solid #2b2d2f;
}
.footer-column__phone-contacts .icon-contacts svg {
    fill: #9b9b9b;
}
.contact-items + .contact-items {
    margin-top: 1.5rem;
}
.config-facebook.social-color {
    background: #4267b2;
}
.config-vk.social-color {
    background: #07f;
}
.config-telegram.social-color {
    background: #3390ec;
}
.config-instagram.social-color {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.config-whatsapp.social-color {
    background: #00bb5f;
}
.config-youtube.social-color {
    background: red;
}
.footer-column__social-item a svg {
    fill: #fff;
}
.footer-column__payment img {
    margin: 0 10px 10px 0;
}
@media (min-width: 992px) {
    .catalog-wrapper.sort.active {
        padding-top: 50px;
    }
}
.toolbar-form__sort,
.toolbar-form__limit {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.toolbar-form__input__title {
    font-weight: 600;
    line-height: 1;
}
.toolbar-form__input + .toolbar-form__input {
    margin-left: 1rem;
}
.toolbar-form__input .form-control {
    border: 1px solid #ededed;
    border-radius: 0.5rem;
    height: 2.5rem;
    cursor: pointer;
    background-color: #fff;
}
.navigation-title h1 {
    margin: 0 0 1.5rem;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 600;
}
.catalog-section {
    position: relative;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .catalog-section .catalog-grid {
        gap: 5px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 991px) {
    .navigation-title h1 {
        font-size: 20px;
        line-height: normal;
    }
    .navigation-items h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .catalog-wrapper.active {
        padding-top: 50px;
    }
    .top-panel__bottom.is-top {
        transform: translateY(64px);
        border-radius: 1rem;
        overflow: hidden;
        width: calc(100% - 1rem);
        left: 0.5rem;
    }
    .top-panel__bottom.is-top.active {
        transform: translateY(0);
    }
}
.catalog-sort-active {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0.75rem;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 35px;
    line-height: 18px;
    padding: 7px 17px;
    position: relative;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    vertical-align: middle;
    z-index: 30;
    text-transform: lowercase;
    letter-spacing: 0;
}
.catalog-sort-active:hover {
    background: #fafafa;
}
.catalog-section-sort-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-section-sort-text {
    user-select: none;
    padding-right: 15px;
}
.catalog-section-sort-arrow {
    display: inline-flex;
    align-items: center;
}
.catalog-section-sort-arrow i,
.catalog-section-sort-text {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.catalog-section-sort-arrow i {
    display: inherit;
    font-size: 10px;
}
.catalog-sort-active.open .catalog-section-sort-arrow i {
    transform: rotate(180deg);
}
.catalog-section-sort-popup {
    text-align: left;
    border: 0;
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 8px 48px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 8px 48px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 8px 48px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    margin: 0;
    padding: 0;
    transform: translateY(15px);
    transition: all 0.3s;
    min-width: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.catalog-sort-active.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.catalog-section-sort-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}
.catalog-section-sort-popup ul li a {
    display: block;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    color: #70707a;
    text-decoration: none;
    line-height: 17px;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .catalog-section-sort-popup ul li a {
        padding-top: 9px;
        padding-bottom: 10px;
    }
}
.catalog-section-sort.open .dropdown-menu {
    display: block;
}
.catalog-section-sort-popup ul li + li {
    border-top: 1px solid #f0f0f0;
}
.catalog-section-sort-popup ul li a:active,
.catalog-section-sort-popup ul li a:hover,
.catalog-section-sort-popup ul li.active a {
    color: #252525;
    background: #f5f8f9;
}
.category-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(204px, 1fr));
    grid-auto-flow: dense;
    gap: 1rem;
}
.category-section a {
    display: flex;
    position: relative;
    text-decoration: none;
    color: #252525;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    border-radius: 1rem;
    transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
    background: #ffffff;
    overflow: hidden;
    font-size: 1rem;
}
.category-section a:hover {
    border-color: #fff;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
    z-index: 1;
}
.category-section a:active {
    top: 2px;
    transform: scale(0.98);
}
.show-more button {
    border-radius: 0.75rem;
    height: 100%;
    font-weight: 500;
}
.category-section a:hover:after {
    opacity: 1;
}
@media (max-width: 767px) {
    .container-push .catalog-section__list .catalog-sections [class*="col-"] {
        width: 100%;
    }
}
.catalog-section__item__count {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
    font-size: 10px;
    color: #fff;
    transition: all 0.15s ease;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 3px;
    border-radius: 12px;
    background: #67737e;
    min-width: 16px;
}
.catalog-section-item__image > img {
    transition: transform 0.4s;
    mix-blend-mode: multiply;
}
.grayscale:hover {
    -webkit-filter: grayscale(0);
    opacity: 1;
    filter: grayscale(0);
}
@media (max-width: 767px) {
    .catalog-section-item__image > img {
        max-width: 36px;
        max-height: 36px;
    }
}
@media (max-width: 767px) {
    .category-section-item {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (min-width: 768px) {
    .catalog-sections .catalog-section__item:hover img {
        transform: scale(1.1);
    }
    .catalog-section__item__title.catalog-title__absolute {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.subcategory-name {
    flex-grow: 1;
    word-break: break-word;
    line-height: 20px;
}
.catalog-section-item__image {
    margin-left: auto;
    flex-shrink: 0;
}
.catalog-toolbar__panel.fixed {
    background: #f5f8f9;
    box-shadow: 0 0 30px rgb(61 75 82 / 0.16);
}
.catalog-section-pagination {
    text-align: center;
    margin: 30px 0;
}
.container-push .catalog-section-pagination .pagination {
    margin-top: 30px;
}
.pagination {
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}
.pagination > li > a,
.pagination > li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    color: #252525;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 0.75rem;
    border: 1px solid #edeef2;
    text-decoration: none;
}
.pagination > li.first > a,
.pagination > li.first > span,
.pagination > li.last > a,
.pagination > li.last > span {
    color: #d0e0e3;
}
.pagination li:hover,
.pagination li:hover a,
.pagination li:hover span {
    border: 0;
    color: #252525;
}
.pagination li.active span {
    color: #fff;
    float: none;
}
.pagination li:first-child a {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.pagination li:last-child a {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
    border-color: transparent;
}
body.default .pagination > .active > a,
body.default .pagination > .active > a:focus,
body.default .pagination > .active > a:hover,
body.default .pagination > .active > span,
body.default .pagination > .active > span:focus,
body.default .pagination > .active > span:hover {
    background-color: #089eff;
}
body.red .pagination > .active > a,
body.red .pagination > .active > a:focus,
body.red .pagination > .active > a:hover,
body.red .pagination > .active > span,
body.red .pagination > .active > span:focus,
body.red .pagination > .active > span:hover {
    background-color: #e20000;
}
body.coral .pagination > .active > a,
body.coral .pagination > .active > a:focus,
body.coral .pagination > .active > a:hover,
body.coral .pagination > .active > span,
body.coral .pagination > .active > span:focus,
body.coral .pagination > .active > span:hover {
    background-color: #ff462d;
}
body.gold .pagination > .active > a,
body.gold .pagination > .active > a:focus,
body.gold .pagination > .active > a:hover,
body.gold .pagination > .active > span,
body.gold .pagination > .active > span:focus,
body.gold .pagination > .active > span:hover {
    background-color: gold;
    color: #252525;
}
body.green .pagination > .active > a,
body.green .pagination > .active > a:focus,
body.green .pagination > .active > a:hover,
body.green .pagination > .active > span,
body.green .pagination > .active > span:focus,
body.green .pagination > .active > span:hover {
    background-color: #08a826;
}
body.persagreen .pagination > .active > a,
body.persagreen .pagination > .active > a:focus,
body.persagreen .pagination > .active > a:hover,
body.persagreen .pagination > .active > span,
body.persagreen .pagination > .active > span:focus,
body.persagreen .pagination > .active > span:hover {
    background-color: #00afae;
}
body.mango .pagination > .active > a,
body.mango .pagination > .active > a:focus,
body.mango .pagination > .active > a:hover,
body.mango .pagination > .active > span,
body.mango .pagination > .active > span:focus,
body.mango .pagination > .active > span:hover {
    background-color: #ff8243;
}
body.fuchsia .pagination > .active > a,
body.fuchsia .pagination > .active > a:focus,
body.fuchsia .pagination > .active > a:hover,
body.fuchsia .pagination > .active > span,
body.fuchsia .pagination > .active > span:focus,
body.fuchsia .pagination > .active > span:hover {
    background-color: #da55bb;
}
body.orange .pagination > .active > a,
body.orange .pagination > .active > a:hover,
body.orange .pagination > .active > span,
body.orange .pagination > .active > span:focus,
body.orange .pagination > .active > span:hover {
    background-color: #ff6700;
}
body.blue .pagination > .active > a,
body.blue .pagination > .active > a:focus,
body.blue .pagination > .active > a:hover,
body.blue .pagination > .active > span,
body.blue .pagination > .active > span:focus,
body.blue .pagination > .active > span:hover {
    background-color: #045eff;
}
body.carmine .pagination > .active > a,
body.carmine .pagination > .active > a:focus,
body.carmine .pagination > .active > a:hover,
body.carmine .pagination > .active > span,
body.carmine .pagination > .active > span:focus,
body.carmine .pagination > .active > span:hover {
    background-color: #b03f35;
}
body.menta .pagination > .active > a,
body.menta .pagination > .active > a:focus,
body.menta .pagination > .active > a:hover,
body.menta .pagination > .active > span,
body.menta .pagination > .active > span:focus,
body.menta .pagination > .active > span:hover {
    background-color: #3eb489;
}
body.black .pagination > .active > a,
body.black .pagination > .active > a:focus,
body.black .pagination > .active > a:hover,
body.black .pagination > .active > span,
body.black .pagination > .active > span:focus,
body.black .pagination > .active > span:hover {
    background-color: #252525;
}
body.cerulean .pagination > .active > a,
body.cerulean .pagination > .active > a:focus,
body.cerulean .pagination > .active > a:hover,
body.cerulean .pagination > .active > span,
body.cerulean .pagination > .active > span:focus,
body.cerulean .pagination > .active > span:hover {
    background-color: #024869;
    color: #fff;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #f0f2f4;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #f5f8f9;
}
.buttons {
    margin: 1em 0;
}
.buttons .btn + .btn {
    margin-left: 5px;
}
.btn-rounded {
    border-radius: 160px !important;
}
.authform h1 {
    margin-bottom: 30px;
}
.authform-label-container {
    display: block;
    line-height: 1.4;
}
.authform-buttons-container {
    display: flex;
    align-items: center;
}
.authform-buttons-container .btn {
    margin-right: 16px;
}
.contacts-item__caption {
    position: relative;
    background: #fff;
    flex-grow: 1;
}
.contacts-item {
    margin-bottom: 16px;
}
.contact-page img {
    border-radius: 0.75rem;
    margin-left: inherit;
}
.contacts-item-title {
    padding: 24px 30px;
    background: #f5f8f9;
    color: #252525;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}
.contacts-item__row {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.contacts-item__icon {
    margin-right: 10px;
}
.contacts-item__address .contacts-item__icon {
    align-self: flex-start;
}
.contacts-item__text {
    width: 100%;
}
.contacts-item__title h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
}
.address-geo {
    font-size: 1rem;
}
.store-list {
    position: relative;
    margin-bottom: 30px;
}
.store-image {
    margin: 0 20px 20px 0;
}
.store-address {
    display: flex;
    margin-top: 12px;
}
@media (min-width: 768px) {
    .store-caption h3 {
        margin-top: 0;
    }
}
.store-address > .store-text,
.store-hours > .store-text {
    color: #757575;
}
.store-hours {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 1rem;
    line-height: 17px;
}
.store-phone {
    margin-top: 17px;
}
.store-fax > span,
.store-phone > span {
    font-weight: 600;
    font-size: 17px;
}
.store-title-icon {
    display: flex;
    align-items: center;
    height: 1.628px;
    margin-bottom: 10px;
}
.store-title-icon > i {
    margin-right: 9px;
}
@media (max-width: 768px) {
    .catalog-section__product {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.shadow-title {
    font-size: 34px;
    color: #ececec;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    line-height: normal;
    margin-bottom: -20px;
    height: 59px;
    text-shadow: 1px 2px 2px #757575;
}
@media (max-width: 640px) {
    .text-title .shadow-title {
        font-size: 21px;
        margin-bottom: -35px;
    }
    .text-title .content-title {
        font-size: 20px;
    }
}
.product .back-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
}
.product .button-back {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    height: 30px;
    color: #757575;
    background: url(image/catalog/icon-svg/arrows/arrow-back.svg) no-repeat 9px center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    font-size: 1rem;
}
.product .button-back::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border: 2px solid #b6c4cb;
    border-radius: 50%;
}
.product .button-back:hover {
    opacity: 0.7;
}
.product-top-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.product-item__code span {
    background-color: #cdf3ff;
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    height: 1.625rem;
    line-height: 1rem;
    padding: 0 0.375rem;
    border-radius: 0.5rem;
    margin-bottom: 0.375rem;
    color: #000;
}
.product-stock.not-available span {
    color: #dc3545;
}
.product-option {
    margin-top: 1rem;
}
.product-stock span {
    position: relative;
    display: inline-block;
    line-height: normal;
    user-select: none;
    font-size: 1rem;
}
.product-stock.in-stock span {
    color: #2d8718;
}
.product-sku span {
    color: #252525;
}
.product-rating .rating-all {
    color: #e10016;
    padding-left: 5px;
    cursor: pointer;
}
.product-share {
    position: relative;
    cursor: pointer;
    width: 42px;
    height: 42px;
    padding: 0;
    line-height: 16px;
    border-radius: 0.75rem;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #252525;
    background: #f5f8f9;
}
.product-share .dropdown-toggle {
    display: flex;
    align-items: center;
}
.product-share__block:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid #fff0;
    border-bottom-color: #fff;
    left: 0.7rem;
    top: -1rem;
}
.product-share__block ul {
    margin-bottom: 0;
}
.product-share__block ul li.ya-share2__item {
    margin-right: 5px !important;
    margin-top: 5px !important;
}
@media (max-width: 440px) {
    .btn-addtools button span {
        display: none;
    }
}
.btn-addtools button {
    width: 42px;
    height: 42px;
    padding: 0;
    line-height: 16px;
    border-radius: 0.75rem;
    border: 0;
    font-size: 20px;
    color: #252525;
    background: #f5f8f9;
}
.btn-addtools button:hover,
.product-share:hover,
.product-share.open .dropdown-toggle {
    background: #e6e9eb;
    color: inherit;
}
.btn-addtools button:active,
.product-share:active,
.product-share.open .dropdown-toggle {
    background: #ebedee;
}
.product-top-info .xdstickers_wrapper.position_upleft {
    position: static;
    padding-right: 0;
}
.product-prices {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-prices .price {
    position: relative;
    width: 100%;
}
.price-new {
    color: #fd2837;
}
.image-container {
    display: flex;
    height: 100%;
}
.thumbnail-item {
    flex: 1;
}
.product-item__image .image-link {
    display: block;
}
.product-card .price-main {
    font-size: 2.125rem;
}
.product-reward {
    display: inline-block;
    line-height: normal;
    user-select: none;
}
.product-reward .reward-modal__button i {
    color: #707070;
}
.product-reward .reward-modal__button:hover i {
    color: #9ea5ab;
}
.product-rewards .reward-description {
    padding: 1rem;
    color: #252525;
    line-height: 1.5;
    background: #fff;
    position: absolute;
    width: 100%;
    max-width: 320px;
    z-index: 99;
    top: 100%;
    left: 0;
    margin-top: 5px;
    display: none;
    border-radius: 0.75rem;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 9%);
}
.product-rewards .bonus-text__value {
    display: inline-block;
    margin-right: 5px;
    color: #29ad2e;
}
.product-rewards .reward-description h3 {
    margin-top: 0;
}
.product-rewards .modal-dialog {
    max-width: 480px;
}
.product-rewards .reward-description svg {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1rem;
    display: inline-flex;
    vertical-align: middle;
    text-shadow: none;
    transition: all 0.4s;
    cursor: pointer;
}
.product-rewards .reward-description svg:hover {
    transform: rotate(180deg);
}
.product-offers {
    position: relative;
    margin-bottom: 10px;
}
.product-rewards i {
    transition: all 0.3s;
    vertical-align: middle;
}
.product-rewards.open i {
    transform: rotate(180deg);
}
.reward-description p {
    margin-bottom: 0;
}
.product-minimum {
    display: flex;
    gap: 0.5rem;
    color: #252525;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: #ffefdb;
    margin: 1rem 0;
    align-items: center;
    font-size: 1rem;
}
.product-minimum p {
    margin-bottom: 0;
    line-height: normal;
}
.product-buy {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.product-image {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.product-images {
    display: none;
}
@media (min-width: 768px) {
    .product-images {
        width: 74px;
        display: block;
        flex-shrink: 0;
    }
}
.product-image__thumb {
    list-style: none;
}
.product-images__additional {
    box-sizing: border-box;
    transition: opacity 0.2s, border-color 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1rem;
    background-color: #fff0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 74px !important;
    height: 74px !important;
    margin-bottom: 12px;
    padding: 4px;
    cursor: pointer;
    border: 2px solid #f5f8f9;
}
.btn-previous {
    top: -1rem;
}
.btn-next {
    bottom: -1rem;
}
.btn-sliders {
    border: 0;
    outline: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 12%);
}
.product-image .product-image__mains {
    position: relative;
    flex-grow: 1;
    width: 100%;
}
@media (min-width: 768px) {
    .product-image .product-image__mains {
        max-width: calc(100% - 94px);
        margin-left: 20px;
        padding-bottom: 0;
    }
}
.product-images__thumb img {
    border-radius: 0.75rem;
    cursor: zoom-in;
}
.product-images__thumb.slick-current.slick-active {
    box-shadow: none !important;
    border: none !important;
}
.btn-sliders span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
    color: #28292d;
    line-height: normal;
    display: block;
    height: inherit;
    transform: rotate(90deg);
    width: 100%;
}
.product-right__block {
    position: relative;
    width: 100%;
}
.cart-panel,
.top-panel__phone .header-phone__menu,
.dropdown-menu {
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 9%);
}
.cart-panel,
.top-panel__phone .header-phone__menu,
.dropdown-menu {
    border-radius: 1rem;
}
.product-share__block {
    border-radius: 0.5rem;
}
.product-quantity {
    margin-right: 20px;
    width: 100px;
}
.product-entry-qty {
    margin-bottom: 5px;
    display: block;
}
@media (max-width: 767px) {
    .btn-addtools {
        justify-content: flex-start !important;
    }
    .btn-addtools button,
    .product-share {
        background: #f5f8f9;
    }
}
#buyoneclick {
    width: 100%;
}
.buy-one-click {
    margin-top: 15px;
    width: 100%;
}
.buy-one-click .boc_order_btn {
    color: #252525;
    background-color: #fff;
    border-color: #2d3e54;
}
.discount {
    min-width: 160px;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0.75rem;
    margin-bottom: 7px;
}
.card-percent {
    position: absolute;
    top: 0;
    right: 0;
}
.discount .price-discount {
    display: flex;
    align-items: center;
    padding: 10px;
}
.discount .price-discount:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
.discount-item {
    width: 48%;
}
.discount-item-value {
    width: 52%;
    text-align: right;
}
.discount h4 {
    margin-top: 0;
}
.discount-item-bg {
    font-weight: 600;
    color: #252525;
    display: inline-block;
}
.product-options .checkbox,
.product-options .radio {
    display: inline-block;
    margin: 0 5px 9px 0;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}
.fake-checkbox input[type="checkbox"],
.fake-radio input[type="radio"] {
    margin-left: 16px;
    display: none;
}
.fake-checkbox .option-btn,
.fake-radio .option-btn {
    padding-left: 0;
}
.fake-checkbox .option-image,
.fake-radio .option-image {
    display: block;
}
@media (min-width: 768px) {
    .fake-checkbox .option-btn img:hover,
    .fake-radio .option-btn img:hover {
        border-color: #c1c1c1;
    }
}
.fake-checkbox .option-value,
.fake-radio .option-value {
    font-weight: 500;
}
.fake-checkbox .option-name,
.fake-radio .option-name {
    font-size: 1rem;
    padding: 0.5rem 0.8rem;
    background: #fff;
    border-radius: 0.75rem;
    color: #252525;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    border: 2px solid #eef1f3;
}
.fake-radio input:checked + label {
    cursor: default;
}
.fake-checkbox .option-price,
.fake-radio .option-price {
    color: #757575;
    font-size: 0.9375rem;
    display: block;
}
.product-tabs {
    position: relative;
}
.product-tabs__wrap {
    border-bottom: 0;
}
.product-tabs__wrap li + li {
    margin-left: 1rem;
}
.product-tabs__wrap li a {
    align-items: center;
    background: #f5f8f9;
    border-radius: 0.75rem;
    color: #252525;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 0;
    margin: 0;
}
.product-tabs__wrap li.active > a,
.product-tabs__wrap li.active > a:focus,
.product-tabs__wrap li.active > a:hover {
    background: #252525;
    color: #fff;
    border: 0;
}
.tab-reviews__title {
    padding-bottom: 30px;
}
body.default .product-tabs .nav-tabs > li.active > a,
body.default .product-tabs .nav-tabs > li.active > a:focus,
body.default .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #089eff;
}
body.cerulean .product-tabs .nav-tabs > li.active > a,
body.cerulean .product-tabs .nav-tabs > li.active > a:focus,
body.cerulean .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #024869;
}
body.black .product-tabs .nav-tabs > li.active > a,
body.black .product-tabs .nav-tabs > li.active > a:focus,
body.black .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #252525;
}
body.menta .product-tabs .nav-tabs > li.active > a,
body.menta .product-tabs .nav-tabs > li.active > a:focus,
body.menta .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #3eb489;
}
body.carmine .product-tabs .nav-tabs > li.active > a,
body.carmine .product-tabs .nav-tabs > li.active > a:focus,
body.carmine .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #b03f35;
}
body.blue .product-tabs .nav-tabs > li.active > a,
body.blue .product-tabs .nav-tabs > li.active > a:focus,
body.blue .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #045eff;
}
body.orange .product-tabs .nav-tabs > li.active > a,
body.orange .product-tabs .nav-tabs > li.active > a:focus,
body.orange .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #ff6700;
}
body.fuchsia .product-tabs .nav-tabs > li.active > a,
body.fuchsia .product-tabs .nav-tabs > li.active > a:focus,
body.fuchsia .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #da55bb;
}
body.mango .product-tabs .nav-tabs > li.active > a,
body.mango .product-tabs .nav-tabs > li.active > a:focus,
body.mango .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #ff8243;
}
body.persagreen .product-tabs .nav-tabs > li.active > a,
body.persagreen .product-tabs .nav-tabs > li.active > a:focus,
body.persagreen .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #00afae;
}
body.green .product-tabs .nav-tabs > li.active > a,
body.green .product-tabs .nav-tabs > li.active > a:focus,
body.green .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #08a826;
}
body.gold .product-tabs .nav-tabs > li.active > a,
body.gold .product-tabs .nav-tabs > li.active > a:focus,
body.gold .product-tabs .nav-tabs > li.active > a:hover {
    background-color: gold;
    color: #252525;
}
body.red .product-tabs .nav-tabs > li.active > a,
body.red .product-tabs .nav-tabs > li.active > a:focus,
body.red .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #e20000;
}
body.coral .product-tabs .nav-tabs > li.active > a,
body.coral .product-tabs .nav-tabs > li.active > a:focus,
body.coral .product-tabs .nav-tabs > li.active > a:hover {
    background-color: #ff462d;
}
.product-tabs .nav-tabs li sup {
    font-size: 100%;
    font-style: italic;
    font-weight: 400;
}
@media (max-width: 767px) {
    .product-tabs__wrap {
        background: #fff;
        display: flex;
        overflow: auto;
    }
}
.cart-panel {
    background: #fff;
    display: none;
    overflow: hidden;
    right: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 203;
    position: absolute;
    width: 400px;
    top: 100%;
}
.cart-panel .minicart-name {
    font-size: 0.875rem;
}
.cart-panel .mini-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cart-panel .mini-list li {
    padding: 15px;
    position: relative;
    border-top: 1px solid #eee;
}
.cart-panel .mini-list li:first-child {
    border: 0;
}
.cart-panel .mini-list .delete {
    min-width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    line-height: 1;
    background: aliceblue;
}
.cart-panel .mini-list .delete:hover {
    color: #dc3545;
}
.cart-panel .mini-list .minicart-img img {
    max-height: 2.938rem;
    max-width: 2.938rem;
}
.cart-panel .mini-list .minicart-info .minicart-article {
    color: #6c7576;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.minicart-amount .badge {
    font-weight: 400;
    font-size: 10px;
    padding: 2px 5px;
    line-height: 14px;
}
.minicart-totals__container:last-child {
    font-size: 17px;
    font-weight: 600;
}
.minicart-totals .minicart-text {
    margin-left: auto;
}
.top-panel__mini-cart:hover:after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
}
.minicart-empty {
    text-align: center;
}
.empty-icon__cart {
    padding-top: 1rem;
}
.empty-icon__cart i {
    font-size: 320px;
}
.empty-message {
    font-size: 2rem;
    color: #cdd4da;
    line-height: normal;
}
.alert.alert-cart,
.alert.alert-comp,
.alert.alert-wish {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.035), 0 4px 25px rgb(0 0 0 / 0.07);
    background: #fff;
    z-index: 1100;
    padding-left: 50px;
    margin: 15px;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .alert.alert-cart,
    .alert.alert-comp,
    .alert.alert-wish {
        width: auto;
    }
}
.alert.alert-cart i,
.alert.alert-comp i,
.alert.alert-wish i {
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px 0 0 10px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    color: #23a623;
    background: #e7eced;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    justify-content: center;
}
.catalog-mobile-menu {
    background: #fff;
}
.slide-header {
    display: none;
    justify-content: start;
    align-items: center;
    background-color: #f5f8f9;
    border-bottom: 1px solid #f5f8f9;
    position: relative;
    padding: 1rem 1.5rem;
}
@media (max-width: 991px) {
    .slide-search.active {
        width: 100%;
    }
    .slide-header {
        display: flex;
    }
}
.slide-title {
    font-size: 1.125rem;
    font-weight: 600;
}
.slide-close {
    width: 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.scroll-wrapper {
    height: 100%;
    overflow: hidden;
}
.scroll-wrapper,
.slide-search .search-input,
.slide-search__content {
    position: relative;
}
@media (max-width: 991px) {
    .menu-mobile-list {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .menu-fixed,
    .catalog-category,
    .slide-search {
        position: fixed;
        top: 56px;
        right: 0;
        bottom: -56px;
        left: 0;
        background: #fff;
        border-radius: 1rem 1rem 0 0;
        z-index: 1051;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: opacity 0.15s linear 0.1s, -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out, opacity 0.15s linear 0.1s, -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out, opacity 0.15s linear 0.1s;
        overflow: hidden;
    }
    .menu-fixed.active,
    .catalog-category.active,
    .slide-search.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        bottom: 0;
        opacity: 1;
    }
    .mobile-catalog {
        position: absolute;
        width: 100%;
        top: 0;
        right: -100%;
        height: 100%;
    }
    .menu-information-container {
        margin: 0;
        height: 100%;
        background: #fff;
    }
    .menu-mobile__informations .title-information {
        padding: 1rem 1.5rem 0.39rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    .menu-mobile__informations a {
        display: block;
        color: #252525;
        text-decoration: none;
    }
    .item-information a,
    .contact-details a,
    .information-job,
    .header-social {
        padding: 0.5rem 1.5rem;
    }
    .menu-information-container .menu-info__item {
        border-bottom: 1px solid #f5f1f1;
    }
    .menu-informations-blocks {
        overflow-y: auto;
        height: calc(100% - 56px);
    }
    .top-panel__search {
        margin: 10px;
    }
}
@media (min-width: 992px) {
    .catalog-mobile-menu {
        display: none;
    }
}
.w100 {
    width: 100px;
}
.w200 {
    width: 200px;
}
.w300 {
    width: 300px;
}
.w400 {
    width: 400px;
}
.w500 {
    width: 500px;
}
.white-space-nowrap {
    white-space: nowrap;
}
.table-total .totals-info:last-child {
    font-size: 19px;
    font-weight: 700;
}
.totals-info + .totals-info {
    margin-top: 10px;
}
.show-special {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    line-height: 1;
    font-style: italic;
    color: #00bfff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
@media (min-width: 992px) {
    .show-special {
        left: 0;
        bottom: 0;
    }
}
.stars-rating label {
    display: block;
}
.stars-rating .wrap {
    display: flex;
}
.stars-rating .wrap span {
    font-size: 54px;
    cursor: pointer;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.stars-rating .wrap span svg {
    color: #e0e0e0;
}
.stars-rating .wrap:hover span svg {
    color: #ffb020;
}
.stars-rating .wrap:hover span:hover ~ span svg {
    color: #e0e0e0;
}
.stars-rating .wrap[data-rate="1"] span:nth-child(-n + 1) svg,
.stars-rating .wrap[data-rate="2"] span:nth-child(-n + 2) svg,
.stars-rating .wrap[data-rate="3"] span:nth-child(-n + 3) svg,
.stars-rating .wrap[data-rate="4"] span:nth-child(-n + 4) svg,
.stars-rating .wrap[data-rate="5"] span:nth-child(-n + 5) svg {
    color: #ffb020;
}
.menu-button__icon .line {
    height: 2px;
    background: #252525;
    margin-bottom: 5px;
    border-radius: 10px;
}
.menu-button__icon .short.line {
    margin-bottom: 0;
}
.viewed-module {
    margin-bottom: 50px;
}
.wrapper-brands__new {
    margin-bottom: 50px;
}
.wrapper-brands__new .brands-new__show__all p {
    text-align: right;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    padding: 5px 20px;
    vertical-align: middle;
    border-radius: 50px;
    margin: 0;
}
body.blue .wrapper-brands__new .brands-new__show__all p {
    background: #045eff;
}
body.orange .wrapper-brands__new .brands-new__show__all p {
    background: #ff6700;
}
body.default .wrapper-brands__new .brands-new__show__all p {
    background: #089eff;
}
body.red .wrapper-brands__new .brands-new__show__all p {
    background: #e20000;
}
body.coral .wrapper-brands__new .brands-new__show__all p {
    background: #ff462d;
}
body.gold .wrapper-brands__new .brands-new__show__all p {
    background: gold;
    color: #252525;
}
body.green .wrapper-brands__new .brands-new__show__all p {
    background: #08a826;
}
body.persagreen .wrapper-brands__new .brands-new__show__all p {
    background: #00afae;
}
body.mango .wrapper-brands__new .brands-new__show__all p {
    background: #ff8243;
}
body.fuchsia .wrapper-brands__new .brands-new__show__all p {
    background: #da55bb;
}
body.carmine .wrapper-brands__new .brands-new__show__all p {
    background: #b03f35;
}
body.menta .wrapper-brands__new .brands-new__show__all p {
    background: #3eb489;
}
body.black .wrapper-brands__new .brands-new__show__all p {
    background: #252525;
}
body.cerulean .wrapper-brands__new .brands-new__show__all p {
    background: #024869;
}
.wrapper-brands__new .brands-new__show__all p:hover {
    opacity: 0.8;
}
.brands-new__item {
    padding-bottom: 1rem;
}
.brands-new .brand-link {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 1rem;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    color: #252525;
    font-size: 1rem;
    line-height: 1rem;
    transition: all 0.3s;
}
.brands-new .brand-link:hover {
    -webkit-box-shadow: 0 7px 24px 0 rgb(8 9 10 / 8%);
    box-shadow: 0 7px 24px 0 rgb(8 9 10 / 8%);
    border-color: #fff;
}
.brands-new .brand-link img {
    mix-blend-mode: multiply;
}
@media (max-width: 767px) {
    .brands-new__show__all a {
        display: block;
        width: 100%;
    }
    .wrapper-brands__new .brands-new__show__all p {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
.wrapper-brands__header {
    margin-bottom: 10px;
}
.text-company {
    font-size: 17px;
    padding: 30px;
}
.text-company h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
}
@media (min-width: 992px) {
    .text-company {
        padding: 43px;
    }
    .text-company h1 {
        font-size: 44px;
    }
}
.text-company h1:first-letter {
    color: #0989d2;
}
.contacts h4:first-child {
    margin-top: 0;
}
.contacts table {
    border: 0;
    border-collapse: collapse;
}
.contacts table td {
    vertical-align: top;
    padding: 8px 0;
}
.contacts table td span {
    color: #252525;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}
.big-icon {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center;
}
body.cerulean .big-icon {
    background: #024869;
}
body.black .big-icon {
    background: #252525;
}
body.menta .big-icon {
    background: #3eb489;
}
body.carmine .big-icon {
    background: #b03f35;
}
body.blue .big-icon {
    background: #045eff;
}
body.orange .big-icon {
    background: #ff6700;
}
body.fuchsia .big-icon {
    background: #da55bb;
}
body.mango .big-icon {
    background: #ff8243;
}
body.persagreen .big-icon {
    background: #00afae;
}
body.green .big-icon {
    background: #08a826;
}
body.gold .big-icon {
    background: gold;
    color: #252525;
}
body.red .big-icon {
    background: #e20000;
}
body.coral .big-icon {
    background: #ff462d;
}
.big-icon.s45 {
    height: 3rem;
    width: 3rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts table td .big-icon {
    margin-right: 1rem;
}
.maps-size {
    width: 100%;
    height: 400px;
}
.tags-container {
    margin-top: 25px;
}
.tags-title {
    color: #252525;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 16px;
}
.product-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
    padding: 1rem;
    background: #fff;
    border-radius: 1rem;
}
.product-tags a {
    padding: 6px 16px;
    color: #252525;
    border-radius: 0.5rem;
    background: #f5f8f9;
    word-break: break-word;
}
.grayscale {
    -webkit-filter: grayscale(1);
    opacity: 0.4;
    filter: grayscale(1);
    filter: gray;
}
.viewed-layout {
    padding-bottom: 20px;
}
.viewed-caption {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 0.75rem;
    color: #252525;
    transition: all 0.3s;
    height: 100%;
    background: #fff;
    gap: 1rem;
}
.viewed-picture {
    margin-bottom: auto;
}
.viewed-image img {
    border-radius: 0.75rem;
    max-width: 75px;
}
.flex-group {
    display: flex;
}
@media (max-width: 480px) {
    .checkout-btns .btn {
        display: block;
    }
    .checkout-btns .btn + .btn {
        margin: 10px 0 0;
    }
}
.review-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px 0;
}
.review-card__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: opacity 0.6s ease;
}
.review-card__wrap .review-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}
.review-card__wrap .review-img {
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 12px;
}
.review-card__wrap .review-name {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 1rem;
    line-height: 16px;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #93a4b1;
}
.review-card__wrap .review-text {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #252525;
}
.reviews-subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #53595e;
}
.reviews-title__header .close-btn {
    display: flex;
    align-items: center;
    z-index: 99;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff0;
    border: none;
    color: #53595e;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    padding: 10px;
}
.reviews-title__header .close-btn:hover {
    background-color: #f5f8f9;
}
.reviews-title__header .close-btn:active {
    background-color: #e6e6e6;
}
.form-review__card {
    padding-top: 20px;
}
.close-icon__cross {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-cross__image {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC42NDY0IDYuNzUzNTVDMTguODQxNyA2LjU1ODI5IDE4Ljg0MTcgNi4yNDE3MSAxOC42NDY0IDYuMDQ2NDVMMTcuOTUzNiA1LjM1MzU1QzE3Ljc1ODMgNS4xNTgyOSAxNy40NDE3IDUuMTU4MjkgMTcuMjQ2NCA1LjM1MzU1TDEyIDEwLjZMNi43NTM1NSA1LjM1MzU1QzYuNTU4MjkgNS4xNTgyOSA2LjI0MTcxIDUuMTU4MjkgNi4wNDY0NSA1LjM1MzU1TDUuMzUzNTUgNi4wNDY0NUM1LjE1ODI5IDYuMjQxNzEgNS4xNTgyOSA2LjU1ODI5IDUuMzUzNTUgNi43NTM1NUwxMC42IDEyTDUuMzUzNTUgMTcuMjQ2NEM1LjE1ODI5IDE3LjQ0MTcgNS4xNTgyOSAxNy43NTgzIDUuMzUzNTUgMTcuOTUzNkw2LjA0NjQ1IDE4LjY0NjRDNi4yNDE3MSAxOC44NDE3IDYuNTU4MjkgMTguODQxNyA2Ljc1MzU1IDE4LjY0NjRMMTIgMTMuNEwxNy4yNDY0IDE4LjY0NjRDMTcuNDQxNyAxOC44NDE3IDE3Ljc1ODMgMTguODQxNyAxNy45NTM2IDE4LjY0NjRMMTguNjQ2NCAxNy45NTM2QzE4Ljg0MTcgMTcuNzU4MyAxOC44NDE3IDE3LjQ0MTcgMTguNjQ2NCAxNy4yNDY0TDEzLjQgMTJMMTguNjQ2NCA2Ljc1MzU1WiIgZmlsbD0iIzlFOUI5OCIvPgo8L3N2Zz4K);
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.form-label {
    font-style: normal;
    font-stretch: normal;
    padding: 5px 10px 0 0;
    margin-bottom: 0;
    width: 170px;
}
.form-input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 767px) {
    .flex-wrap-media {
        flex-wrap: wrap;
    }
    .form-label {
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }
}
#button-cart.btn-warning {
    background: #ec8700 !important;
    -webkit-box-shadow: 0 1px 6px rgb(195 103 0 / 0.55) !important;
    box-shadow: 0 1px 6px rgb(195 103 0 / 0.55) !important;
}
.section-block__horizontal {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
}
.section-block__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    vertical-align: top;
}
@media (min-width: 768px) {
    .section-block__item {
        width: 50%;
    }
}
.section-block__img {
    margin-right: 20px;
    width: 70px;
    float: left;
}
.section-block__text {
    display: inline-block;
    width: calc(100% - 50px - 40px);
}
.section-block__annotation {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    color: #4e5357;
    max-width: 395px;
}
.section-block__container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.section-block-main__title {
    width: 100%;
}
.section-block-main__title h2 {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    line-height: normal;
    font-size: 36px;
    margin-bottom: 30px;
    color: #252525;
}
.ToTopIcon {
    fill: #fff;
}
.remove-wishlist {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #252525;
    width: 30px;
    height: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 0.75rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remove-wishlist:active,
.remove-wishlist:active:focus,
.remove-wishlist:focus,
.remove-wishlist:hover {
    color: #e10016;
    background: #eff0f2;
}
.remove-wishlist i {
    font-size: 19px;
    height: 24px;
}
.order-list-info .order-item {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-radius: 1rem;
}
.order-list-info .order-title {
    padding: 1rem;
}
.order-list-info .order-name {
    font-size: 17px;
    display: block;
    font-weight: 700;
    line-height: 24px;
}
.order-list-info .order-block {
    padding: 1rem;
}
.order-list-info .order-block:not(:last-child) {
    border-bottom: 1px solid #edeef2;
}
.order-list-info .order-options-title {
    font-weight: 500;
    color: #252525;
}
.order-list-info .order-inline {
    color: #757575;
}
.order-list-info .products-order-price-title {
    font-size: 0.875rem;
}
.order-list-info .products-order-price {
    font-size: 1rem;
}
.order-list-info .product-total-amount {
    display: inline-flex;
    align-items: baseline;
    font-size: 21px;
    font-weight: 500;
}
.order-list-info .products-order-total-title {
    margin-right: 10px;
    font-size: 1rem;
    font-weight: 400;
}
.order-list-info .products-order-total {
    font-size: 2rem;
    color: #252525;
}
.product-order__bottom {
    border-top: 1px solid #f5f8f9;
    padding-top: 20px;
}
.account-section {
    padding: 30px 0 20px;
    margin-left: 44px;
    border-top: 1px solid #f5f8f9;
}
.account .form-group {
    margin-bottom: 10px;
}
.my-account {
    border-top: 0;
}
.account-section,
.account-title {
    position: relative;
}
.account-section a {
    color: inherit;
    font-size: 1.125rem;
    text-decoration: none;
}
.account-section a:hover,
.account-section a:focus {
    color: #e10016;
}
.account-section .accoun-title__head {
    color: #252525;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}
.icon-my__account {
    background-image: url(image/catalog/icon-png/account/user_32_32.png);
}
.icon-credit__card {
    background-image: url(image/catalog/icon-png/account/credit-card_32_32.png);
}
.icon-my__orders {
    background-image: url(image/catalog/icon-png/account/order_32_32.png);
}
.icon-my__affiliate {
    background-image: url(image/catalog/icon-png/account/partner_32_32.png);
}
.icon-my__newsletter {
    background-image: url(image/catalog/icon-png/account/newsletter_32_32.png);
}
.icon-my__logout {
    background-image: url(image/catalog/icon-png/account/exit_32_32.png);
}
.accoun-title__icon {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -44px;
}
.scrollbar {
    height: 100%;
    overflow-x: hidden;
}
.stars-rating .wrap span:before {
    color: #e0e0e0;
    width: inherit;
    height: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
}
.list-module {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 0.75rem;
    border: 1px solid #eee;
    word-break: break-word;
}
.list-module__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list-module__link {
    color: inherit;
    text-decoration: none;
}
.list-module-item.active {
    padding: 3px 10px;
    border-radius: 0.75rem;
    background: #f5f8f9;
}
.list-child {
    list-style: none;
    padding: 0;
}
.list-module-item {
    display: inline-block;
    font-size: 1rem;
}
.account-module .list-module-item {
    display: block;
    padding: 0.625rem 1rem;
    border-radius: 0.75rem;
}
.account-module .list-module-item:hover {
    background: #f5f8f9;
    color: inherit;
}
.account-module .list-module-item:focus,
.account-module .list-module-item:active {
    background: #e7e9eb;
}
.list-child li a {
    padding: 4px 9px;
    margin-left: 18px;
    color: #252525;
    text-decoration: none;
    border-radius: 0.75rem;
}
.list-child li a:hover,
.list-child li a:focus {
    color: #252525;
    background-color: #f5f8f9;
}
.title-module {
    background: #e10016;
    color: #fff;
    border-radius: 10px 10px 0 0;
    height: 54px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}
.scrollbar {
    height: calc(100% - 7rem);
    overflow-y: scroll;
}
.rewad-info__block {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}
.reward-text__total {
    color: #757575;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
}
.reward-total {
    font-size: 1.438rem;
    line-height: normal;
    font-weight: 600;
}
.reward-history {
    display: block;
    line-height: 54px;
}
.product-description {
    margin-bottom: 30px;
}
.product-description h2:first-child,
.product-description h3:first-child,
.product-description h4:first-child {
    margin-top: 0;
}
.ftr-module {
    margin-bottom: 50px;
}
.ftr-cat a img {
    mix-blend-mode: darken;
}
.ftr-cat a {
    display: block;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s;
}
.ftr-cat a:hover {
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
}
.ftr-cat__name {
    white-space: normal;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    display: block;
    overflow: hidden;
    margin-top: 0.5rem;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
}
.ftr-module .ftr-cat-col {
    padding-bottom: 1rem;
}
#column-left .product-layout,
#column-right .product-layout {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
}
.reviews-count {
    font-size: 1rem;
    white-space: nowrap;
    line-height: 16px;
}
@media (max-width: 575px) {
    .reviews-count .counter-text {
        display: none;
    }
}
@media (max-width: 767px) {
    .product-price__current {
        font-size: 1rem;
    }
    .product-item__quantity-val {
        font-size: 1rem;
    }
    .product-button__container .btn {
        width: 40px;
        height: 40px;
    }
    .reviews-count {
        font-size: 1rem;
    }
    .product-button__container .btn > i {
        font-size: 1rem;
    }
    .product-item__amount-btn-minus,
    .product-item__amount-btn-plus {
        padding: 2px 7px;
    }
    .product-item__amount .product-item__amount-input {
        height: 1.78px;
        font-size: 0.875rem;
    }
    .toolbar-form__input__title {
        font-size: 0.875rem;
    }
    .ftr-cat__name {
        font-size: 1rem;
    }
}
.pb-30 {
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    #boc_order .modal-body {
        padding: 24px 40px 46px;
    }
}
#boc_order .boc_product_input i {
    font-size: 20px;
}
#boc_order_title {
    font-size: 30px;
    line-height: normal;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 10px;
    font-weight: 600;
    margin: 0;
}
#boc_order .form-group label {
    color: #424b5a;
    display: block;
    font-size: 1rem;
    line-height: 21px;
    font-weight: 500;
    margin-top: 8px;
    text-transform: none;
}
#boc_submit {
    width: 100%;
}
#boc_order .boc-close {
    padding: 0;
    border: 0;
    background: 0;
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    transition: transform 0.25s;
}
#boc_order .boc-close:hover {
    transform: rotate(180deg);
}
#boc_order .boc-close i {
    font-size: 20px;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}
.store-image {
    margin: 0 0 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.swiper-pager .swiper-button-next,
.swiper-pager .swiper-button-prev {
    -moz-background-size: 19px 44px;
    -webkit-background-size: 19px 44px;
    background-size: 19px 44px;
}
.blog-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-item__container {
    height: 100%;
}
.blog-link {
    display: block;
    background: #f5f8f9;
    color: inherit !important;
    height: 100%;
}
.blog-link:hover {
    background: #e6e8e9;
}
.blog-link,
.blog-image {
    border-radius: 20px;
    overflow: hidden;
}
.blog-card__content {
    padding: 15px;
    flex-grow: 1;
}
.blog-card__group {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-description {
    font-size: 1rem;
    line-height: 24px;
}
.mobile-language .btn-group,
.mobile-currency .btn-group,
.mobile-language .dropdown-toggle,
.mobile-currency .dropdown-toggle {
    width: 100%;
}
.mobile-language .dropdown-toggle,
.mobile-currency .dropdown-toggle {
    color: inherit;
    background: #f5f8f9;
    display: none;
}
.mobile-language .dropdown-menu,
.mobile-currency .dropdown-menu {
    width: 100%;
    margin: 0;
    display: block;
    position: static;
    box-shadow: none;
    padding: 0;
}
.mobile-language .dropdown-menu li,
.mobile-currency .dropdown-menu li {
    margin-bottom: 0;
}
.mobile-language .language-select,
.mobile-currency .currency-select {
    padding: 10px 24px;
    border: 0;
}
.mobile-language .dropdown-toggle span,
.mobile-currency .dropdown-toggle span {
    display: block !important;
    padding: 0 4px;
}
.product-item__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
}
.review-table {
    margin-bottom: 24px;
}
.review-author,
.review-rating,
.review-date {
    margin-bottom: 10px;
}
.review-date {
    color: #757575;
}
.review-answer {
    margin: 0.9375rem 1rem;
    padding: 1.25rem;
    padding-left: 1.25rem;
    border-radius: 0.75rem;
    background: #f5f8f9;
}
.review-text p {
    font-size: 1.125rem;
    margin-bottom: 0;
}
.answer-admin p:last-child {
    margin-bottom: 0;
    font-size: 1.125rem;
}
.promo-list-items {
    margin: 0 -0.5rem;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.promo-list-items > * {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 33.333333%;
    margin-bottom: 1rem;
    min-height: 210px;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.promo-list-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: initial;
    z-index: 1;
}
.promo-list-caption {
    font-size: 44px;
    line-height: 49px;
    max-width: 346px;
    font-weight: 600;
}
.promo-list-items > * > * {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    background-color: #172126;
    box-sizing: border-box;
    min-height: 300px;
    padding: 30px 30px 24px;
    border-radius: 20px;
}
@media (max-width: 1024px) {
    .promo-list-items > * {
        width: 50%;
    }
}
@media (max-width: 640px) {
    .promo-list-items > * {
        width: 100%;
        min-height: 320px;
    }
}
@media (max-width: 380px) {
    .promo-list-items > * {
        min-height: calc(100vw - 40px);
    }
}
@media (max-width: 1250px) {
    .promo-list-caption {
        font-size: 30px;
        line-height: 36px;
    }
}
.prodvar {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}
.prodvar-item {
    margin: 0 1rem 1rem 0;
}
@media (max-width: 576px) {
    .prodvar-item {
        width: 100%;
        margin: 0 0 10px;
    }
}
.prodvar-price {
    padding-top: 5px;
}
.prodvar-price__current {
    font-weight: 600;
    color: #252525;
}
.prodvar-item__form {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.prodvar-link {
    display: flex;
    border-radius: 0.75rem;
    padding: 1rem;
    min-height: 100%;
    transition: transform ease 0.2s, box-shadow ease 0.2s, border-color ease 0.2s;
    background: #fff;
    text-decoration: none;
}
.prodvar-name {
    flex-grow: 1;
}
.prodvar-image {
    flex-shrink: 0;
}
.prodvar-image img {
    mix-blend-mode: multiply;
}
.prodvar-name__text {
    color: #252525;
}
.html-content {
    width: 100%;
}
.promo-2 {
    border: 1px solid #edeef2;
    border-radius: 0.75rem;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 20px;
}
.promo__item,
.promo__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.promo__item {
    color: #252525;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px;
    margin-left: 30px;
    position: relative;
    text-decoration: none;
    width: calc(33.33% - 30px);
}
.promo-2 .promo__item {
    border: 0;
    border-radius: 0.75rem;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
}
.promo-2 .promo__item + .promo__item {
    border-top: 1px solid #edeef2;
}
.promo__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    width: 60px;
    height: 60px;
}
@media (max-width: 991px) {
    .promo-2 .promo__item {
        flex-direction: column;
    }
}
.promo-2 .promo__icon {
    width: 40px;
    height: 40px;
}
.promo__icon img {
    border-radius: 0.75rem;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.promo__info {
    -ms-flex: 1;
    flex: 1;
}
.promo__title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.promo-2 .promo__title {
    font-size: 1rem;
}
.promo__text {
    color: gray;
    display: block;
    font-size: 1rem;
    line-height: 1.6;
}
.promo-2 .promo__text {
    font-size: 0.875rem;
}
.minicart-totals .minicart-text {
    white-space: nowrap;
}
.container-middle-header {
    position: relative;
}
.headermenu {
    position: relative;
    padding-bottom: 1rem;
}
.header-nav__submenu__content {
    margin: 0 auto;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
}
.header-nav__submenu {
    position: absolute;
    width: calc(100% + 40px);
    z-index: 101;
    top: 100%;
    left: -20px;
    border-top: 1px solid #f5f8f9;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}
.header-nav__submenu.active {
    opacity: 1;
    visibility: visible;
}
.header-submenu__rightside {
    position: relative;
}
.not-children__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}
.header-submenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-submenu .category-link {
    word-break: break-word;
    margin-right: 0;
    color: #252525;
    width: 276px;
    font-size: 1rem;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s all;
    padding: 0.875rem 1rem;
    border-radius: 0.75rem;
}
.header-submenu__item.active .category-link {
    background-color: #f5f8f9;
}
.header-submenu .category-link:focus,
.header-submenu .category-link:active {
    background-color: #ebecf0;
}
.header-submenu__item.has-children .header-submenu__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border: 1px solid gray;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.header-submenu__item.active .category-link:after {
    border-color: #252525;
}
.header-submenu .category-link img {
    margin-right: 15px;
    flex-shrink: 0;
    mix-blend-mode: multiply;
}
.header-submenu .category-link span {
    flex-grow: 1;
    line-height: 1.3;
    padding-right: 1rem;
}
.header-submenu__container {
    column-count: 3;
}
.width-1170 .header-submenu__container {
    column-count: 2;
}
.header-submenu__inner {
    width: 100%;
    word-break: break-word;
    break-inside: avoid-column;
    padding-bottom: 1.5rem;
}
.header-submenu__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #252525;
    font-weight: 600;
}
.submenu-link {
    display: block;
    color: #252525;
    font-size: 1.1rem;
    text-decoration: none;
}
.submenu-link:focus,
.submenu-link:hover {
    color: #e10016;
}
.link-bold {
    font-weight: 600;
}
.header-submenu__subchild__item {
    margin-bottom: 5px;
}
@media (max-width: 991px) {
    .header-submenu__rightside {
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .header-submenu__close {
        display: none;
    }
    .header-submenu__inner {
        flex-direction: column;
        width: 100%;
    }
    .header-submenu__parent > .header-submenu__title {
        display: none;
    }
    .top-panel__users {
        width: 100%;
    }
    .top-users {
        position: relative;
        height: 3.375rem;
        width: inherit;
    }
    .top-panel__search-container .mini-cart:before {
        display: none;
    }
}
.child-link {
    color: #53595e;
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    text-decoration: none;
}
.child-link:active,
.child-link:hover {
    color: #e10016;
}
.child-link + .child-link {
    margin-top: 6px;
}
.show-more button svg {
    fill: currentColor;
}
.content-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #252525;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    line-height: normal;
}
.headline-title .content-title {
    font-size: 1rem;
    text-align: left;
}
@media (max-width: 480px) {
    .content-title {
        font-size: 1.7rem;
    }
}
.block-goods > .container {
    padding-top: 30px;
}
.main-wrapper .swiper-viewport {
    box-shadow: none;
    border: 0;
    border-radius: 3px;
}
.main-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgb(0 0 0 / 25%);
    box-shadow: none;
}
.main-wrapper .swiper-pagination-bullet-active {
    background: #31c77f;
}
.main-wrapper .swiper-pagination-bullet:hover {
    background: rgb(49, 199, 127 / 50%);
}
.mobile-catalog__panel {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #f5f8f9;
    border-bottom: 1px solid #f5f8f9;
    position: relative;
    padding: 1rem 1.5rem;
    gap: 1rem;
}
.mobile-catalog__title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 0 !important;
}
.mobile-catalog__close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #2d3e54;
    appearance: none;
    flex-shrink: 0;
}
.mobile-catalog__inner {
    height: 100%;
}
.mobile-catalog__list {
    list-style: none;
    margin: 0;
    background-color: #fff;
    padding: 0;
    height: calc(100% - 56px);
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-catalog__item + .mobile-catalog__item {
    border-top: 1px solid #f5f8f9;
}
.mobile-item {
    display: block;
    padding: 0.75rem 1.5rem;
}
.mobile-item:focus {
    background-color: rgba(0, 0, 255, 0.1);
}
.mobile-catalog__name {
    display: block;
}
.mobile-catalog__back {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #252525;
    appearance: none;
    flex-shrink: 0;
}
.mobile-catalog__image img {
    max-width: 30px;
}
.mobile-catalog__icon__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
#list-view,
#grid-view {
    width: 2.375rem;
    height: 2.375rem;
    background: no-repeat center;
    border-radius: 0.5rem;
    cursor: pointer;
}
#grid-view + #list-view {
    margin-left: 4px;
}
#list-view.active,
#grid-view.active {
    background-color: #ffffff;
    border: 1px solid #ededed;
}
#list-view.active svg,
#grid-view.active svg {
    fill: #252525;
}
#list-view {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iI2IyYjJiMiI+PHBhdGggZD0iTTAgMTBoM3YzSDB6bTUgMGg4djNINXpNMCA1aDN2M0gwem01IDBoOHYzSDV6TTAgMGgzdjNIMHptNSAwaDh2M0g1eiIvPjwvc3ZnPg==);
}
#list-view.active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iIzJiMmIyYiI+PHBhdGggZD0iTTAgMTBoM3YzSDB6bTUgMGg4djNINXpNMCA1aDN2M0gwem01IDBoOHYzSDV6TTAgMGgzdjNIMHptNSAwaDh2M0g1eiIvPjwvc3ZnPg==);
}
#grid-view {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iI2IyYjJiMiI+PHBhdGggZD0iTTAgMGg2djZIMHptNyAwaDZ2Nkg3em0wIDdoNnY2SDd6TTAgN2g2djZIMHoiLz48L3N2Zz4=);
}
#grid-view.active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iIzJiMmIyYiI+PHBhdGggZD0iTTAgMGg2djZIMHptNyAwaDZ2Nkg3em0wIDdoNnY2SDd6TTAgN2g2djZIMHoiLz48L3N2Zz4=);
}
.d-inb {
    display: inline-block;
}
.product-item__wishlist {
    height: 100%;
}
.bg-gray {
    background-color: #fbfbfe;
}
.rating-average {
    padding-bottom: 20px;
}
.rating-average__wrapper {
    max-width: 340px;
}
.rating-average__title {
    font-size: 1rem;
    font-weight: 600;
}
.rating-average__grade {
    display: flex;
    align-items: center;
    line-height: 22px;
    margin-bottom: -1px;
}
.rating-average__num {
    margin-bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
}
.rating-average__rail {
    flex-grow: 1;
    height: 9px;
    background: #ebebeb;
    border-radius: 13px;
}
.rating-average__track {
    height: 100%;
    background: #ffb71d;
    border-radius: 45px;
    max-width: 100%;
}
.rating-average__total {
    margin-bottom: 0;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
}
.rating-average__info {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .product-item__amount {
        display: none;
    }
    .category-footer {
        display: none;
    }
    .category-body {
        display: flex;
        align-items: center;
    }
}
.counter-style-1 .counter-input {
    border-radius: 3px;
}
.product-quantity {
    margin-right: 15px;
}
#button-one-click {
    border-color: transparent;
    border-width: 1px;
    background: #fff;
    margin-top: 10px;
    background: rgb(244 245 246);
    text-transform: none;
}
.swiper-pager .swiper-prev,
.swiper-pager .swiper-next {
    position: absolute;
    top: calc(50% - 36px / 2 - 0px);
    z-index: 910;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: none;
}
.swiper-pager .swiper-prev {
    left: 0;
}
.swiper-pager .swiper-next {
    right: 0;
    transform: rotate(180deg);
}
.swiper-pager .swiper-prev:before,
.swiper-pager .swiper-next:before,
.swiper-pager .swiper-prev:after,
.swiper-pager .swiper-next:after {
    content: " ";
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
}
.swiper-pager .swiper-prev:before,
.swiper-pager .swiper-next:before {
    transition-property: opacity;
    transition-duration: 1s, 1s;
    opacity: 0.1;
    background: #252525;
    border-radius: 48px;
}
.swiper-pager .swiper-prev:after,
.swiper-pager .swiper-next:after {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.94997 18L1.94997 9.99999L9.94998 1.99999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
        no-repeat 10px center;
}
@media (min-width: 768px) {
    .swiper-pager .swiper-prev,
    .swiper-pager .swiper-next {
        top: calc(50% - 48px / 2 - 0px);
        width: 48px;
        height: 48px;
    }
    .swiper-pager .swiper-prev:before,
    .swiper-pager .swiper-next:before,
    .swiper-pager .swiper-prev:after,
    .swiper-pager .swiper-next:after {
        width: 48px;
        height: 48px;
    }
    .swiper-pager .swiper-prev:after,
    .swiper-pager .swiper-next:after {
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.94997 18L1.94997 9.99999L9.94998 1.99999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
            no-repeat 18px center;
    }
}
.promo-list-caption {
    max-width: 320px;
}
.brand-categories {
    font-size: 0;
}
.brand-categories .btn {
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
}
.brand-categories .btn:hover {
    border-color: #b5b5b5;
}
.short-descr__btn {
    border: 0;
    border-radius: 0.5rem;
    background: #f5f8f9;
    padding: 2px 8px;
    font-size: 1rem;
}
.short-descr__btn:hover {
    background: #d7dadd;
}
body.width-1540 .product-article {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
body.width-2000 .product-article,
body.width-90 .product-article,
body.width-95 .product-article,
body.width-100 .product-article {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.img-pay {
    margin-bottom: 10px;
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}
.title-mini {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}
#form-currency button.dropdown-toggle,
#form-language button.dropdown-toggle {
    color: #252525;
    border: 0;
}
#overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000080;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
}
#overlay.active {
    opacity: 1;
    visibility: visible;
}
.product-item__sticker span {
    font-size: 0.875rem;
    line-height: 1.3;
    display: block;
}
.attributes-block {
    max-width: 30rem;
}
.text-link {
    color: #0099f7;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .viewed-caption:hover .viewed-name {
        color: #e10016;
    }
    .prodvar-link:hover {
        border-color: #fff;
        box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
    }
    .prodvar-link:hover .prodvar-name__text {
        color: #e10016;
    }
    .viewed-caption:hover {
        border-color: #fff;
        box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
    }
}
.category-wall .category-blocks a.category-count {
    font-size: 1rem;
}
.category-wall .category-blocks .category-card {
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0.035), 0 4px 25px rgb(0 0 0 / 0.07);
    border-radius: 20px;
}
.category-wall .category-blocks .category-list a:not(.category-count) {
    color: #757575;
}
.mini-cart__link {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-decoration: none;
}
.mini-cart__link:hover .top-panel__title {
    opacity: 0.7;
}
.prod-container .short-description button {
    color: #e10016;
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent !important;
    line-height: normal;
}
.product-option h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1rem;
}
.sitemap ul.sitemap-child a {
    position: relative;
    font-weight: 400;
    color: #252525;
    font-size: 1.15rem;
    text-decoration: none;
    padding-left: 2rem;
    display: block;
}
.sitemap ul.sitemap-child a:hover {
    text-decoration: underline;
}
.sitemap ul.sitemap-child a:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #757575;
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    text-align: center;
    position: absolute;
    left: 0.5rem;
}
.sitemap ul.sitemap-level > li > a {
    font-weight: 700;
    color: #252525;
    font-size: 1.7rem;
    margin: 1rem 0 1.5rem;
    display: block;
}
.sitemap ul.sitemap-child {
    padding-bottom: 20px;
}
@media (min-width: 1200px) {
    .sitemap ul.sitemap-child {
        column-count: 2;
    }
}
@media (min-width: 1400px) {
    .sitemap ul.sitemap-child {
        column-count: 3;
    }
}
@media (min-width: 1600px) {
    .sitemap ul.sitemap-child {
        column-count: 4;
    }
}
.sitemap ul.sitemap-child > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
.sitemap ul {
    padding: 0;
    list-style: none;
}
.sitemap ul li {
    margin-bottom: 10px;
}
.sitemap ul li ul li ul {
    padding: 20px;
}
.manufacturer-image {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin-right: 12px;
}
.manufacturer-name a {
    color: #252525;
}
.manufacturer-name__text-brand {
    line-height: 1;
    font-size: 1rem;
}
.icon-menu__toggle div {
    font-size: 11px;
    line-height: normal;
}
.site-main.fixed .product-img__container {
    top: 100px;
}
@media (max-width: 767px) {
    .prod-content {
        display: flex;
        flex-direction: column;
    }
}
.category-wall-col p {
    font-weight: 700;
}
.reviews-scroll {
    cursor: pointer;
}
.reviews-scroll:hover {
    color: #767676;
}
.manufacturer-list {
    margin-bottom: 16px;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
}
.manufacturer-list__item {
    display: inline-block;
    margin: 0 4px 4px 0;
}
.manufacturer-list__item img {
    transition: all 0.3s;
}
.manufacturer-list__item:hover img {
    border-color: #ccc;
}
.category-wall2 .category-wall__item {
    padding-bottom: 1rem;
}
.category-wall2 .category-wall__tab a {
    position: relative;
    padding: 1rem;
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    color: #252525;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-decoration: none;
    height: 100%;
}
.category-wall2 .category-wall__tab a:hover {
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
}
.category-wall2 .category-wall__tab p {
    position: relative;
    color: #252525;
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 0;
    word-break: break-word;
}
.category-wall2 .category-wall__tab img {
    margin-top: auto;
}
@media (min-width: 1200px) {
    .category-wall2 .category-wall__item.col-lg-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 767px) {
    .category-wall2 .category-wall__tab a {
        gap: 0.625rem;
    }
    .category-wall2 .category-wall__tab a {
        padding: 0.625rem;
    }
}
.headermenu-list {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
}
.headermenu-item {
    flex-shrink: 0;
}
.headermenu-link {
    color: #252525;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    text-decoration: none;
}
.site-main .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
@media (max-width: 767px) {
    .site-main .swiper-extension .product-layout {
        max-width: 250px;
    }
}
.site-main .swiper-wrapper .product-layout {
    height: auto;
}
.site-main .swiper-slideshow {
    margin-top: 0;
}
.site-main .swiper-nav-next,
.swiper-nav-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.site-main .swiper-nav-next {
    right: 0;
}
.site-main .swiper-nav-prev {
    left: 0;
}
@media (min-width: 1400px) {
    .site-main .swiper-nav-next {
        right: -1rem;
    }
    .site-main .swiper-nav-prev {
        left: -1rem;
    }
}
.site-main .swiper-button-disabled {
    display: none;
}
@media (max-width: 767px) {
    .site-main .swiper-buttons,
    .site-main .navigation-button {
        display: none;
    }
}
.site-main .swiper-viewport {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: none;
    border: 0;
    margin: 0;
    width: 100%;
}
.site-main .swiper-pagination {
    bottom: -30px;
}
.site-main .swiper-pagination-bullet {
    background: rgb(186 186 186 / 50%);
    box-shadow: none;
}
.site-main .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.9);
}
.icon-facebook-color {
    color: #3a5894;
}
.icon-vk-color {
    color: #0077ff;
}
.icon-telegram-color {
    color: #2aabee;
}
.icon-instagram-color {
    color: #c13584;
}
.icon-youtube-color {
    color: red;
}
.icon-whatsapp-color {
    color: #25d366;
}
.input-group-icon:after {
    content: "";
    position: absolute;
    top: 8px;
    height: 25px;
    right: 0;
    border-right: 1px solid #edeef2;
}
label.checkbox {
    display: block;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
label.checkbox .check {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}
label.checkbox input:checked ~ .check {
    background-color: #252525;
    border: none;
}
label.checkbox .check:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.checkbox input:checked ~ .check:after {
    display: block;
}
label.radio {
    display: block;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
label.radio .check {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
}
label.radio input:checked ~ .check {
    background-color: #252525;
    border: none;
}
label.radio .check:after {
    content: "";
    position: absolute;
    display: none;
}
label.radio .check:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
label.radio input:checked ~ .check:after {
    display: block;
}
.viewed-thumb .viewed-link {
    text-decoration: none;
    color: inherit;
}
.bd-heading {
    color: #252525;
    text-decoration: none;
}
.top-panel__phone .phone-link {
    color: #252525;
    text-decoration: none;
}
.checkout-items {
    display: grid;
    grid-template-columns: minmax(0, 90px) minmax(0, 320px) 1fr auto;
    gap: 30px;
}
@media (max-width: 768px) {
    .checkout-items {
        grid-template-columns: auto;
    }
}
.basket-remove {
    cursor: pointer;
    display: block;
    height: 24px;
}
.basket-remove:hover {
    color: #757575;
}
.extension {
    position: relative;
}
.container-indent-80 {
    padding: 80px 0;
    background: #f5f8f9;
}
.container-indent-top-80 {
    padding-top: 80px;
}
.container-indent-bottom-80 {
    padding-bottom: 80px;
}
.container-shadow-gray {
    background: #f5f8f9;
}
.container-shadow-white {
    background: #fff;
}
.quick-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: none;
}
.quick-view .quickview-btn {
    background: rgba(255, 255, 255, 0.94);
    border: none;
    color: #252525;
    text-shadow: none;
    white-space: nowrap;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    font-weight: 400;
}
@media (min-width: 768px) {
    .product-item__image:hover .quick-view {
        display: block;
    }
    .quick-view .quickview-btn:hover {
        background-color: #262629;
        color: #fff;
        opacity: 1;
    }
}
#modal-quickview .logo-brand a {
    display: inline-block;
    text-align: center;
}
.quickview-product-title {
    line-height: 1.3;
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
.quickview-btn.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}
.quickview-btn.loading::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid transparent;
    border-top-color: #767676;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
#modal-quickview .review-total {
    padding-left: 4px;
}
#modal-quickview .rating .fa-star-o {
    color: #ccc;
}
#modal-quickview .rating-stars {
    display: flex;
    direction: row;
    justify-content: flex-start;
}
#modal-quickview .rating-stars input {
    display: none;
}
#modal-quickview .rating-stars label {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}
#modal-quickview .rating-stars input:checked ~ label {
    color: #ffb71d;
}
#modal-quickview .rating-stars label:hover,
#modal-quickview .rating-stars label:hover ~ label {
    color: #ffb71d;
}
#modal-quickview .rating-stars input:checked + label:hover,
#modal-quickview .rating-stars input:checked + label:hover ~ label {
    color: #ffb71d;
}
#modal-quickview .product-details {
    margin-top: 30px;
}
#modal-quickview .quickview-buttons {
    display: flex;
    gap: 15px;
}
#modal-quickview .quickview-buttons .button-group-order {
    max-width: 154px;
}
#modal-quickview .quickview-buttons .btn-incart {
    flex-grow: 1;
}
#modal-quickview .quickview-images .thumb img {
    border-radius: 0.75rem;
    margin-left: auto;
    margin-right: auto;
}
#modal-quickview .purchases-count span {
    padding-left: 4px;
}
#modal-quickview .price-block__summary {
    text-align: left;
}
#modal-quickview .price-block__base {
    font-size: 2.125rem;
    font-weight: 600;
}
#modal-quickview .economy-text {
    margin-right: 5px;
}
#modal-quickview .price-tax {
    padding-top: 4px;
    font-size: 0.875rem;
    color: #666;
}
#modal-quickview .price-percent {
    padding: 2px 6px;
    border-radius: 4px;
    color: #252525;
    background: gold;
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
}
#modal-quickview .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border: 0;
    background: transparent;
    padding: 10px 18px;
    line-height: normal;
}
#modal-quickview .modal-close:hover {
    opacity: 0.8;
}
#modal-quickview .modal-close i {
    font-size: 20px;
}
#modal-quickview .modal-dialog {
    width: 95%;
    max-width: 940px;
}
#modal-quickview .modal-body {
    padding: 0;
}
#modal-quickview .tabs-container {
    padding: 15px 15px 0;
}
#modal-quickview .tabs-container .nav {
    margin-bottom: 15px;
}
#modal-quickview .tabs-container .nav-pills > li > a {
    line-height: normal;
}
#modal-quickview .quickview-content {
    display: flex;
}
#modal-quickview .quickview-image {
    text-align: center;
}
#modal-quickview #additional-images {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#modal-quickview .quickview-image,
#modal-quickview .quickview-product {
    width: 50%;
}
#modal-quickview .quickview-image,
#modal-quickview .quickview-product,
#modal-quickview .tab-container {
    max-height: 750px;
    padding: 15px;
}
@media (min-width: 992px) {
    #modal-quickview .quickview-image,
    #modal-quickview .quickview-product,
    #modal-quickview .tab-container {
        padding: 0 30px 30px;
    }
    #modal-quickview .tabs-container {
        padding: 30px 30px 0;
    }
    #modal-quickview .tabs-container .nav {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
#modal-quickview .product-content .price-block__summary .price-block__base {
    position: relative;
    margin: 0;
    font-size: 27px;
    line-height: 31px;
    font-weight: 700;
}
#modal-quickview .quickview-image {
    padding-right: 15px;
}
#modal-quickview .quickview-product {
    padding-left: 1rem;
}
#modal-quickview .price-block .plus-minus {
    margin-right: 1rem;
}
#modal-quickview .price-block-economy {
    margin-top: 10px;
    color: green;
}
#modal-quickview .product-content .price-block__old-price {
    position: relative;
    padding: 0;
    font-size: 18px;
    text-decoration: line-through;
    color: #666;
    display: inline-block;
}
#modal-quickview #additional-images .img-thumbnail.active {
    border-color: #252525;
}
#modal-quickview #additional-images .img-thumbnail:hover,
#modal-quickview #additional-images .img-thumbnail.active {
    opacity: 1;
}
.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollbar:not(.scroller) {
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar,
.scrolled::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scrollbar::-webkit-scrollbar-track,
.scrolled::-webkit-scrollbar-track {
    border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb,
.scrolled::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
    border: 1px solid #fff;
}
.scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb,
.scrolled::-webkit-scrollbar-thumb:window-inactive-thumb {
    background: #ccc;
    border: 2px solid #fff;
}
.scrollbar.scrollbar--horizontal {
    overflow: hidden;
    overflow-x: auto;
    overscroll-behavior: auto;
}
.scrollbar.scrollbar--overscroll-auto {
    overscroll-behavior: auto;
}
.alert-fixed {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 100%;
    max-width: 320px;
    z-index: 9999;
}
.product-item .thumbnail-item img {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.product-item .thumbnail-item.active img {
    opacity: 1;
}
.description-content {
    overflow: hidden;
    position: relative;
}
.show-gradient::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    transition: top 0.5s ease-in-out;
}
#hide-desc,
#show-desc {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    width: 100%;
    max-width: 200px;
    border-radius: 0.75rem;
    background: #f5f8f9;
    font-weight: 700;
}
#hide-desc:hover,
#show-desc:hover {
    background: #eff1f2;
}
@media (max-width: 767px) {
    #hide-desc,
    #show-desc {
        max-width: none;
    }
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 1rem;
}
.toast-title {
    font-weight: 700;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #fff;
}
.toast-message a:hover {
    color: #ccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=80);
    line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
    color: #252525;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    border-radius: 0.75rem;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 2px 7px #11111124;
    -webkit-box-shadow: 0 2px 7px #11111124;
    box-shadow: 0 2px 7px #11111124;
    color: #fff;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=80);
}
#toast-container > div a {
    text-decoration: underline;
}
#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}
#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #252525;
    -webkit-box-shadow: 0 0 12px #252525;
    box-shadow: 0 0 12px #252525;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #252525;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px;
    }
}
.social-icons {
    position: fixed;
    bottom: 10px;
    z-index: 999;
}
.social-icons.right {
    right: 10px;
}
.social-icons.left {
    left: 10px;
}
@media (min-width: 992px) {
    .social-icons {
        bottom: 20px;
    }
    .social-icons.right {
        right: 20px;
    }
    .social-icons.left {
        left: 20px;
    }
}
.social-widget-button {
    position: relative;
    width: 70px;
    height: 70px;
    bottom: 0;
    background-color: #00bb5f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 21%) 0px 3px 28px 0px;
    z-index: 1;
}
@keyframes rotateIcon {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes rotateIcon {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
.social-widget-icon {
    height: 30px;
    animation-name: rotateIcon;
    -webkit-animation-name: rotateIcon;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.social-widget-close {
    display: none;
}
.social-widget-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.social-widget-icons svg {
    vertical-align: middle;
    color: #fff;
}
.social-icons .social-icons-container {
    position: absolute;
    left: 0;
    bottom: 80px;
    border-radius: 0.75rem;
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    padding: 15px;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 0 0.25rem #b1babf8c;
}
.social-icons .social-icons-container.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.social-widget-icon.hide-social-btn {
    display: none;
}
.social-widget-close.show-close-btn {
    display: block;
}
.social-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #252525;
}
.social-link + .social-link {
    margin-top: 10px;
}
.social-icons-block {
    position: relative;
}
.social-icon-img img {
    transition: all 0.3s;
}
.social-icon-img img:hover {
    transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
    .xdstickers {
        font-size: 0.875rem !important;
        line-height: 1rem !important;
    }
}
.btn-wishlist,
.btn-compare {
    width: 2.625rem;
    height: 2.625rem;
    padding: 0;
    border: 0;
    font-size: 1.25rem;
    color: #757575;
    background: #f5f8f9;
}
.product-price__special {
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    line-height: 1;
}
@media (max-width: 475px) {
    .product-busket-add button span {
        display: none;
    }
}
.product-basket__buttons .product-tools {
    margin-bottom: 0.5rem;
}
.prod-container-sticky {
    top: 6rem;
}
.bootstrap-datetimepicker-widget.bottom:before {
    border-bottom: 7px solid #ffffff !important;
}
.forgot-link {
    display: inline-block;
    margin-top: 0.5rem;
}
body.default #button-cart {
    color: #fff;
    background-color: #8f50ee;
    border-color: #8f50ee;
}
#button-cart,
#button-one-click,
#button-wishlist,
#button-compare {
    height: 3.25rem;
}
#button-wishlist,
#button-compare {
    flex-shrink: 0;
}
.checkout-cart + .checkout-cart {
    border-top: 1px solid #f5f8f9;
    padding-top: 2rem;
}


.xdstickers_wrapper {
    position:
    absolute;
    z-index:10;
    color:#fff;
    line-height:1.75;
    font-size:13px;
    padding-right: 50px
}
.xdstickers_wrapper.position_upleft {
    top:1rem;
    left:1rem;
    right:auto
}
.xdstickers_wrapper.position_upright {
    top:1rem;
    right:1rem;
    left:auto
}
.xdstickers {
    padding:3px 7px;
    margin:0 4px 4px 0;
    border-radius:2px;
    float:left;
    font-size: 13px;
    line-height: 15px
}
@media only screen and (max-width: 767px) {
    .xdstickers {
        font-size: 12px;
        line-height: 13px
    }
}
.xdsticker_sale {
	background-color:#e10017;
	color:#ffffff;
}
.xdsticker_bestseller {
	background-color:#00817b;
	color:#ffffff;
}
.xdsticker_novelty {
	background-color:#2963ab;
	color:#ffffff;
}
.xdsticker_0 {
	background-color:#2aad06;
	color:#ffffff;
}
.prod-container-sticky {
    top: 8.5rem;
}


.toolbar-form__sort a { color: #000; text-decoration: none; }
.checkout-name a { text-decoration: none; color: #252525; }

.msFavoriterToggle._active_ path { fill: #fd2837; stroke: #fd2837; }


.phone-button {
    position: fixed;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #337AB7;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-phone'%3e%3cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3e%3c/path%3e%3c/svg%3e");
    background-size: 50%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.phone-button:before,
.phone-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #337AB7;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.phone-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
																