.top-blocks {
    white-space: nowrap
}

.tooltip.in {
    animation: .3s ease 0 normal none 1 running jump
}

@keyframes jump {
    0%, 100% {
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-0.25rem);
        -o-transform: translateY(-0.25rem);
        -ms-transform: translateY(-0.25rem);
        transform: translateY(-0.25rem);
    }
}

@-webkit-keyframes jump {
    0%, 100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-0.25rem);
    }
}

.fa {
    font-size: 0.875rem;
}

.text-gray {
    color: #767676
}

.text-red {
    color: #dc3545
}

.text-green {
    color: #008900
}

.text-orange {
    color: orange
}

.list-informations .li-name {
    color: #767676
}

.line-height-normal {
    line-height: normal;
}

.product-item__heading a:hover,.product-item__heading a:focus {
    text-decoration: none
}

.product-item__rating {
    margin-bottom: 0.625rem;
}

.top-panel__logo img {
    max-height: 44px;
}

.catalog .additional-categories {
    padding: 0.25rem;
    margin-left: -0.25rem;
}

.header-nav__catalog__menu {
    max-height: calc(100vh - 180px);
}

.header-submenu__leftside {
    padding-right: 15px;
}

.header-submenu__col {
    overflow-x: hidden;
    overflow-y: auto;
}

.header-nav__catalog {
    padding: 0.9375rem;
}

.catalog-sections .catalog-section__item:hover {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 0.3125rem 1.875rem rgb(34 34 34 / 10%);
}

.category-banner__full img {
    border-radius: 8px;
}

.container-push {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product-button__container {
        width: 100%;
    }
}

.product-item__amount .product-item__amount-input {
    width: 2.1875rem;
    appearance: none;
}

.header-submenu__col--grey {
    border-right: 0.0625rem solid #eee;
}

.price-tax {
    padding-bottom: 0.375rem;
    margin-top: -0.1875rem;
    font-size: 0.75rem;
    font-weight: 400;
}

.header-submenu__subchild__item a:hover, .submenu-link:hover, .submenu-link:focus, .child-link:hover, .child-link:focus {
    color: #075ed1;
}

.title-module {
    border-radius: 0.5rem 0.5rem 0 0;
    height: 2.75rem;
    font-weight: 600;
    text-transform: unset;
    font-size: 15px;
}

.toolbar-form__input__title {
    font-size: 14px;
    font-weight: 500;
}

.product-item__delay i:active, .product-item__delay i:hover {
    color: #5a5a5a;
}

.text-dotted-border {
    border-bottom: 0.0625rem dotted;
}

.subcategory-counter {
    color: #212529;
    background: #f3f5f7;
    border-radius: 0.125rem;
    font-weight: 500;
    border-top-right-radius: 0.5rem;
}

.modal-content {
    border-radius: 0.1875rem;
}

.top-info__blocks .btn-group>button>strong {
    margin-right: 0.3125rem;
}

.product-item__delay:hover i {
    color: #212529;
}

@media (max-width: 767px) {
    .product-price__current {
        font-size: 1.125rem;
    }

    .price-old {
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .main-price {
        font-size: 1.4375rem;
    }

    .product-right {
        padding-top: 0.9375rem;
    }
}

.brands-new .brand-link {
    margin-bottom: 1.25rem;
}

.cart-panel .minicart-total {
    display: block;
    box-shadow: none;
    position: relative;
    padding: 0.9375rem;
}

.minicart-totals {
    margin-bottom: 1.25rem;
}

.cart-panel .mini, .cart-panel.top .mini {
    max-height: 37.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.minicart-empty {
    margin: 20% auto;
}

.empty-icon__cart {
    padding-top: 0;
}

.product-buttons .btn {
    height: 2.4375rem;
}

.product-reward span {
    display: flex;
    align-items: center;
}

.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: 10rem;
}

.empty-cart__title {
    font-size: 1.375rem;
    font-weight: 500;
    margin: 1.875rem 0 0;
}

.icon-special path {
    fill: #ea0005;
}

#form-currency button.dropdown-toggle, #form-language button.dropdown-toggle {
    background: #fff;
    border-radius: 0.5rem;
}

.manufacturer-logo h3 {
    margin-top: 0rem;
    margin-bottom: 0.625rem;
    font-size: 15px;
}

.xdstickers {
    padding: 0.3125rem 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.375rem 0.75rem rgb(0 0 0 / 12%);
}

@media (min-width: 992px) {
    .language-select,.currency-select {
        margin: 0.313rem
    }

    .language-select img,.currency-select img {
        vertical-align: baseline
    }
}

.xdstickers_wrapper .xdstickers {
    position: relative;
    padding: 3px 6px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    box-shadow: none;
}

.product-card .xdstickers_wrapper .xdstickers {
    margin-bottom: 0
}

.alert.alert-cart,.alert.alert-comp,.alert.alert-wish {
    box-shadow: 0 0 0 0.063rem rgb(0 0 0 / .035),0 0.25rem 1.563rem rgb(0 0 0 / .07)
}

.text-last {
    margin-bottom: 1rem
}

.text-last .text-last__form {
    display: flex;
    align-items: center
}

.text-last i {
    font-size: 1.063rem;
    color: #ff5200;
    vertical-align: middle
}

.text-last__descr {
    flex-grow: 1;
    max-width: 20rem;
    color: #212529
}

.manufacturer-logo i {
    font-size: 2.188rem;
    opacity: .1
}

@media (max-width: 1199px) {
    .pt-lg-10 {
        padding-top: 0.625rem;
    }

    .pt-lg-15 {
        padding-top: 0.9375rem;
    }

    .pt-lg-20 {
        padding-top: 1.25rem;
    }

    .pt-lg-25 {
        padding-top: 1.5625rem;
    }

    .pt-lg-30 {
        padding-top: 1.875rem;
    }

    .pb-lg-10 {
        padding-bottom: 0.625rem;
    }

    .pb-lg-15 {
        padding-bottom: 0.9375rem;
    }

    .pb-lg-20 {
        padding-bottom: 1.25rem;
    }

    .pb-lg-25 {
        padding-bottom: 1.5625rem;
    }

    .pb-lg-30 {
        padding-bottom: 1.875rem;
    }
}

@media (max-width: 991px) {
    .pt-md-10 {
        padding-top: 0.625rem;
    }

    .pt-md-15 {
        padding-top: 0.9375rem;
    }

    .pt-md-20 {
        padding-top: 1.25rem;
    }

    .pt-md-25 {
        padding-top: 1.5625rem;
    }

    .pt-md-30 {
        padding-top: 1.875rem;
    }

    .pb-md-10 {
        padding-bottom: 0.625rem;
    }

    .pb-md-15 {
        padding-bottom: 0.9375rem;
    }

    .pb-md-20 {
        padding-bottom: 1.25rem;
    }

    .pb-md-25 {
        padding-bottom: 1.5625rem;
    }

    .pb-md-30 {
        padding-bottom: 1.875rem;
    }
}

@media (max-width: 767px) {
    .pt-sm-10 {
        padding-top: 0.625rem;
    }

    .pt-sm-15 {
        padding-top: 0.9375rem;
    }

    .pt-sm-20 {
        padding-top: 1.25rem;
    }

    .pt-sm-25 {
        padding-top: 1.5625rem;
    }

    .pt-sm-30 {
        padding-top: 1.875rem;
    }

    .pb-sm-10 {
        padding-bottom: 0.625rem;
    }

    .pb-sm-15 {
        padding-bottom: 0.9375rem;
    }

    .pb-sm-20 {
        padding-bottom: 1.25rem;
    }

    .pb-sm-25 {
        padding-bottom: 1.5625rem;
    }

    .pb-sm-30 {
        padding-bottom: 1.875rem;
    }
}

@media (max-width: 576px) {
    .pt-xs-10 {
        padding-top: 0.625rem;
    }

    .pt-xs-15 {
        padding-top: 0.9375rem;
    }

    .pt-xs-20 {
        padding-top: 1.25rem;
    }

    .pt-xs-25 {
        padding-top: 1.5625rem;
    }

    .pt-xs-30 {
        padding-top: 1.875rem;
    }

    .pb-xs-10 {
        padding-bottom: 0.625rem;
    }

    .pb-xs-15 {
        padding-bottom: 0.9375rem;
    }

    .pb-xs-20 {
        padding-bottom: 1.25rem;
    }

    .pb-xs-25 {
        padding-bottom: 1.5625rem;
    }

    .pb-xs-30 {
        padding-bottom: 1.875rem;
    }
}

.cursor-pointer {
    cursor: pointer
}

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

.dropdown-item:focus,.dropdown-item:hover {
    color: #212529;
    background-color: #f3f5f7
}

.header-links__text {
    cursor: pointer
}

.header-links__text:hover, .currency-links:hover, .language-links:hover {
    color: #075ed1
}

.header-links svg {
    transition: all .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: 1.25rem;
    text-align: left;
    background: #fff;
    z-index: 102;
    min-width: 15rem;
    max-width: 30rem;
    display: none;
    white-space: normal;
}

.top-panel__phone:hover .header-phone__menu {
    display: block
}

.header-phone__menu .phone-item+.phone-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.main-slider {
    position: relative
}

.pagination {
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0.625rem
}

.pagination>li>a,.pagination>li>span {
    color: #212529;
    background-color: #fff;
    padding: 0.5rem 0.625rem;
    border-radius: 0.5rem;
    border: 1px solid #eee
}

.number {
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #eee;
    flex-grow: 1
}

.number-minus,.number-plus {
    width: 2.188rem;
    line-height: 2.188rem;
    display: block;
    background: #fff;
    font-size: 0.875rem;
    text-align: center;
    font-family: arial;
    color: #6d6d6d;
    text-decoration: none;
    border: 0;
    padding: 0;
    font-weight: 700
}

.number-minus:hover,.number-plus:hover {
    color: #212529;
    background: #f3f5f7
}

.number-minus:active,.number-minus:active:focus,.number-plus:active,.number-plus:active:focus {
    background: #ebedee;
    color: #212529
}

.number-text {
    color: #212529;
    padding: 0;
    background: #fff;
    outline: none;
    border: none;
    width: 100%;
    height: 2.188rem;
    text-align: center
}

.btn-buy i {
    display: inline-flex;
    vertical-align: -.2rem;
}

.product-tools .number-text,.product-tools .number-minus,.product-tools .number-plus {
    height: 2.5rem
}

.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: 1.563rem;
        width: 1.563rem;
        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: #212529;
    color: #212529;
    background: #fff0
}

.navigation-button {
    align-items: center;
    background-color: #fff;
    border-radius: 2.5rem;
    box-shadow: 0 0.438rem 1.5rem 0 rgb(8 9 10 / 8%);
    cursor: pointer;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    justify-content: center
}

.navigation-button:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 39%)
}

@media (max-width: 767px) {
    .navigation-button {
        height: 2.188rem;
        width: 2.188rem
    }
}

.attribute-block {
    margin-bottom: 1.25rem
}

.attribute-table {
    width: 100%;
    margin-bottom: 5px;
    margin-left: -3px;
}

.attribute-item {
    padding: 3px;
    line-height: 20px;
    vertical-align: top;
}

.attribute-parent {
    margin-left: -4px;
    border-bottom: 1px solid #ebebeb;
}

.attribute-item__feature {
    width: 60%;
}

.attribute-all {
    display: inline-block;
    color: #075ed1;
    cursor: pointer
}

#accordion {
    margin-bottom: 1.25rem
}

.product-item__description {
    margin-bottom: 0.625rem;
    font-size: .875em;
}

.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% - 0.625rem);
    }
}

@media (min-width: 768px) {
    .prodvar-item {
        width: calc(33.3333% - 0.625rem);
    }
}

@media (min-width: 992px) {
    .prodvar-item {
        width: calc(25% - 0.625rem);
    }
}

@media (min-width: 1200px) {
    .prodvar-item {
        width: calc(20% - 0.625rem);
    }
}

@media (min-width: 1440px) {
    .prodvar-item {
        width: calc(16.6666% - 0.625rem);
    }

    body.width-1170 .prodvar-item {
        width: calc(20% - 0.625rem);
    }
}

.product-item__icons .product-item__delay {
    padding: 0;
    width: 2.188rem;
    height: 2.188rem
}

.product-item__icons .product-item__delay svg {
    fill: #b9b9b9
}

.product-item__icons .product-item__delay:hover svg {
    fill: #212529
}

.product-item__icons .product-item__delay:active {
    background: #f3f5f7
}

.product-item__delay:hover {
    border-color: #ccc
}

.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: 0.625rem;
        padding-right: 0.625rem
    }
}

.top-10 {
    top: 0.625rem
}

.top-20 {
    top: 1.25rem
}

.top-30 {
    top: 1.875rem
}

.top-40 {
    top: 2.5rem
}

.top-50 {
    top: 3.125rem
}

.top-60 {
    top: 3.75rem
}

.top-70 {
    top: 4.375rem
}

.top-80 {
    top: 5rem
}

.top-90 {
    top: 5.625rem
}

.top-100 {
    top: 6.25rem
}

.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.3125rem;
}

.gap-10 {
    gap: 0.625rem;
}

.gap-15 {
    gap: 0.9375rem;
}

.gap-20 {
    gap: 1.25rem;
}

.gap-25 {
    gap: 1.5625rem;
}

.gap-30 {
    gap: 1.875rem;
}

@media (min-width: 576px) {
    .gap-xs-5 {
        gap: 0.3125rem;
    }

    .gap-xs-10 {
        gap: 0.625rem;
    }

    .gap-xs-15 {
        gap: 0.9375rem;
    }

    .gap-xs-20 {
        gap: 1.25rem;
    }

    .gap-xs-25 {
        gap: 1.5625rem;
    }

    .gap-xs-30 {
        gap: 1.875rem;
    }
}

@media (min-width: 768px) {
    .gap-sm-5 {
        gap: 0.3125rem;
    }

    .gap-sm-10 {
        gap: 0.625rem;
    }

    .gap-sm-15 {
        gap: 0.9375rem;
    }

    .gap-sm-20 {
        gap: 1.25rem;
    }

    .gap-sm-25 {
        gap: 1.5625rem;
    }

    .gap-sm-30 {
        gap: 1.875rem;
    }
}

@media (min-width: 992px) {
    .gap-md-5 {
        gap: 0.3125rem;
    }

    .gap-md-10 {
        gap: 0.625rem;
    }

    .gap-md-15 {
        gap: 0.9375rem;
    }

    .gap-md-20 {
        gap: 1.25rem;
    }

    .gap-md-25 {
        gap: 1.5625rem;
    }

    .gap-md-30 {
        gap: 1.875rem;
    }
}

@media (min-width: 1200px) {
    .gap-lg-5 {
        gap: 0.3125rem;
    }

    .gap-lg-10 {
        gap: 0.625rem;
    }

    .gap-lg-15 {
        gap: 0.9375rem;
    }

    .gap-lg-20 {
        gap: 1.25rem;
    }

    .gap-lg-25 {
        gap: 1.5625rem;
    }

    .gap-lg-30 {
        gap: 1.875rem;
    }
}

@media (min-width: 1600px) {
    .gap-xl-5 {
        gap: 0.3125rem;
    }

    .gap-xl-10 {
        gap: 0.625rem;
    }

    .gap-xl-15 {
        gap: 0.9375rem;
    }

    .gap-xl-20 {
        gap: 1.25rem;
    }

    .gap-xl-25 {
        gap: 1.5625rem;
    }

    .gap-xl-30 {
        gap: 1.875rem;
    }
}

@media (min-width: 1920px) {
    .gap-xxl-5 {
        gap: 0.3125rem;
    }

    .gap-xxl-10 {
        gap: 0.625rem;
    }

    .gap-xxl-15 {
        gap: 0.9375rem;
    }

    .gap-xxl-20 {
        gap: 1.25rem;
    }

    .gap-xxl-25 {
        gap: 1.5625rem;
    }

    .gap-xxl-30 {
        gap: 1.875rem;
    }
}

.fs-5 {
    font-size: 0.3125rem;
}

.fs-6 {
    font-size: 0.375rem;
}

.fs-7 {
    font-size: 0.4375rem;
}

.fs-8 {
    font-size: 0.5rem;
}

.fs-9 {
    font-size: 0.5625rem;
}

.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 15px;
}

.fs-17 {
    font-size: 1.0625rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-19 {
    font-size: 1.1875rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-21 {
    font-size: 1.3125rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-23 {
    font-size: 1.4375rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-25 {
    font-size: 1.5625rem;
}

.fs-26 {
    font-size: 1.625rem;
}

.fs-27 {
    font-size: 1.6875rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.fs-29 {
    font-size: 1.8125rem;
}

.fs-30 {
    font-size: 1.875rem;
}

.max-width-200 {
    max-width: 12.5rem;
}

.max-width-400 {
    max-width: 25rem;
}

.max-width-600 {
    max-width: 37.5rem;
}

.max-width-800 {
    max-width: 50rem;
}

.max-width-1000 {
    max-width: 62.5rem;
}

.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:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 0.063rem dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    color: #212529;
    background: #ff0
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 2.5rem
}

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: .4
}

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: .35em .625em .75em;
    margin: 0 0.125rem;
    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: #212529!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 #767676;
        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: #212529!important
    }

    .label {
        border: 1px solid #212529
    }

    .table {
        border-collapse: collapse!important
    }

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

    .table-bordered td,.table-bordered th {
        border: 1px solid #f3f5f7!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: #075ed1;
    text-decoration: none;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out
}

a:not(.btn):focus,a:not(.btn):hover {
    color: #075ed1;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 0.313rem 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: 0.188rem
}

.img-thumbnail {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0.25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    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
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #212529;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #767676
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 1.25rem;
    margin-bottom: 1rem
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
    text-align: center;
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 30px;
        text-align: center;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 31px;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 27px;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 22px;
    }
}

h5, .h5 {
    font-size: 21px;
}

h6, .h6 {
    font-size: 15px;
}

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

.lead {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width: 768px) {
    .lead {
        font-size: 1.313rem
    }
}

.small, small {
    font-size: .875em;
}

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

.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: #767676;
}

.text-primary {
    color: #7431f8
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #29ad2e
}

a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #dc3545
}

a.text-danger:focus,a.text-danger:hover {
    color: #b31818
}

.text-xs {
    font-size: 0.75rem
}

.text-sm {
    font-size: 0.875rem
}

.text-md {
    font-size: 15px
}

.text-lg {
    font-size: 1.063rem
}

.text-xl {
    font-size: 1.188rem
}

.bg-primary {
    color: #fff;
    background-color: #7431f8
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 0.563rem;
    margin: 2.5rem 0 1.25rem;
    border-bottom: 1px solid #eee
}

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

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

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

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

.list-inline>li {
    display: inline-block;
    padding-right: 0.313rem;
    padding-left: 0.313rem
}

dl {
    margin-top: 0;
    margin-bottom: 1.25rem
}

dd,dt {
    line-height: 1.5
}

dt {
    font-weight: 500
}

dd {
    margin-left: 0
}

@media(min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 10rem;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 11.25rem
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 0.063rem dotted #767676
}

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

blockquote {
    padding: 0.625rem 1.25rem;
    margin: 0 0 1.25rem;
    font-size: 1.094rem;
    border-left: 0.313rem solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #767676
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 0.938rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.313rem solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 1.25rem;
    font-style: normal;
    line-height: 1.5
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 0.125rem 0.25rem;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0.188rem
}

kbd {
    padding: 0.125rem 0.25rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.5rem;
    -webkit-box-shadow: inset 0 -0.063rem 0 rgb(0 0 0 / .25);
    box-shadow: inset 0 -0.063rem 0 rgb(0 0 0 / .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 0.594rem;
    margin: 0 0 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #212529;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f3f4f6;
    border: 1px solid #ccc;
    border-radius: 0.188rem
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: #fff0;
    border-radius: 0.188rem
}

.pre-scrollable {
    max-height: 21.25rem;
    overflow-y: scroll
}

.container {
    width: 100%;
    max-width: 96.25rem;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
    margin-right: auto;
    margin-left: auto;
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.938rem;
    margin-left: -0.938rem
}

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

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

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-20,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-20,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-20,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-20,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-20,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-20,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-auto,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-20,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto,.col-xxxl,.col-xxxl-1,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-2,.col-xxxl-20,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9,.col-xxxl-auto {
    position: relative;
    width: 100%;
    min-height: 0.063rem;
    padding-right: 0.938rem;
    padding-left: 0.938rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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%
    }

    .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-xxl-10 {
        margin-left: 83.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxxl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-xxxl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.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(min-width: 1920px) {
    .d-xxl-none {
        display:none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

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

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

@media(min-width: 3000px) {
    .d-xxxl-none {
        display:none!important
    }

    .d-xxxl-inline {
        display: inline!important
    }

    .d-xxxl-inline-block {
        display: inline-block!important
    }

    .d-xxxl-block {
        display: block!important
    }

    .d-xxxl-table {
        display: table!important
    }

    .d-xxxl-table-row {
        display: table-row!important
    }

    .d-xxxl-table-cell {
        display: table-cell!important
    }

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

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

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 576px) {
    .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: 768px) {
    .flex-md-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xxxl-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: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important;
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.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: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.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: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.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: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.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: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media(min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.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: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

table {
    background-color: #fff0
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #767676;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25rem
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 0.5rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0.125rem solid #f3f5f7
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 1px solid #ddd;
}

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

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 0.313rem
}

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

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 0.125rem
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f5f7
}

.table-hover>tbody>tr:hover {
    background-color: #f3f4f6
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f3f4f6
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #eee
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 1rem;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #f3f5f7
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

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

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: normal;
    color: #212529;
    font-weight: 500
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.313rem;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    margin: 0.25rem 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: 0.313rem auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 0.438rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    height: 44px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
}

.form-control-sm {
    height: 2.188rem;
    padding: 0.25rem 0.625rem;
}

.form-control:focus {
    border-color: #a1a1a1
}

.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: 1.875rem
    }

    .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: 2.875rem
    }
}

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

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
}

.checkbox label,.radio label {
    min-height: 1.25rem;
    padding-left: 1.25rem;
    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: -1.25rem
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0.625rem
}

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: 2.125rem;
    padding-top: 0.438rem;
    padding-bottom: 0.438rem;
    margin-bottom: 0
}

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

.input-sm {
    height: 2.063rem;
    padding: 0.313rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.188rem
}

select.input-sm {
    height: 1.875rem;
    line-height: 1.875rem
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 1.875rem;
    padding: 0.313rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #93a4b1;
    border-radius: 0.188rem
}

.form-group-sm select.form-control {
    height: 1.875rem;
    line-height: 1.875rem
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 1.875rem;
    min-height: 2rem;
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5
}

.input-lg {
    height: 2.875rem;
    padding: 0.625rem 1rem;
    font-size: 1.063rem;
    line-height: 1.3333333;
    border-radius: 0.188rem
}

select.input-lg {
    height: 2.875rem;
    line-height: 2.875rem
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 2.875rem;
    padding: 0.625rem 1rem;
    font-size: 1.063rem;
    line-height: 1.3333333;
    border-radius: 0.188rem
}

.form-group-lg select.form-control {
    height: 2.875rem;
    line-height: 2.875rem
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 2.875rem;
    min-height: 2.375rem;
    padding: 0.688rem 1rem;
    font-size: 1.063rem;
    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: 2.125rem;
    height: 2.125rem;
    line-height: 2.125rem;
    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: 2.875rem;
    height: 2.875rem;
    line-height: 2.875rem
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem
}

.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 0.063rem 0.063rem rgb(0 0 0 / .075);
    box-shadow: inset 0 0.063rem 0.063rem rgb(0 0 0 / .075)
}

.has-success .form-control:focus {
    border-color: #99ca9a;
    outline: 0;
    box-shadow: 0 0 0 0.188rem 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 0.063rem 0.063rem rgb(0 0 0 / .075);
    box-shadow: inset 0 0.063rem 0.063rem rgb(0 0 0 / .075)
}

.has-warning .form-control:focus {
    border-color: #ffc198;
    outline: 0;
    box-shadow: 0 0 0 0.188rem 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 {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    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 + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.has-error select.form-control {
    padding-right: 4.125rem;
    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 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.has-error .form-control:focus {
    border-color: #212529
}

.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: 1.563rem
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 0.313rem;
    margin-bottom: 0.625rem;
    color: #767676
}

@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: 0.438rem;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 1.688rem
}

.form-horizontal .form-group {
    margin-right: -0.938rem;
    margin-left: -0.938rem;
    display: flex;
    flex-wrap: wrap
}

@media(min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0.938rem
}

@media(min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.33px;
        font-size: 1.125rem
    }
}

@media(min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 0.75rem
    }
}

.fa-caret-down {
    transition: transform .2s;
}

.open .fa-caret-down {
    transform: rotate(180deg);
}

.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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.375rem 0.75rem;
    font-size: 15px;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ripple {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(10);
        opacity: 0;
    }
}

.btn:active {
    box-shadow: none
}

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

.btn-default {
    color: #212529;
    background-color: #fff;
    border-color: #ddd;
}

a.btn-default:focus,a.btn-default:hover {
    color: #212529
}

.btn-default:hover {
    background-color: #eaecee;
    border-color: #eee
}

.btn-default:active {
    background: #e4e4e4
}

.btn-primary {
    color: #fff;
    background-color: #7431f8;
    border-color: #7431f8
}

body.cerulean .btn-primary {
    background-color: #075ed1;
    border-color: #075ed1;
    color: #fff
}

body.black .btn-primary {
    background-color: #212529;
    border-color: #212529;
    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: #212529
}

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: #4eba55
}

a.btn-success:focus,a.btn-success:hover {
    color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de
}

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-link {
    color: #0050de
}

a.btn-link:focus,a.btn-link:hover {
    color: #0050de
}

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

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

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

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

.btn-block+.btn-block {
    margin-top: 0.313rem
}

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .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: .35s;
    -o-transition-duration: .35s;
    transition-duration: .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: 0.125rem;
    vertical-align: middle;
    border-top: 0.25rem dashed;
    border-right: 0.25rem solid #fff0;
    border-left: 0.25rem 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-menu-item {
    display: block;
    padding: 9px 14px 10px 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    line-height: normal;
}

.dropdown-menu a {
    color: #212529;
}

.dropdown-menu a:focus,.dropdown-menu a:hover {
    color: #075ed1
}

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

.dropdown-menu .divider {
    height: 0.063rem;
    margin: 0.563rem 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: #7431f8;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #767676
}

.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: 0.188rem 1.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #767676;
    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: 0.25rem dashed
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem
}

@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: -0.063rem
}

.btn-toolbar {
    margin-left: -0.313rem
}

.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: 0.313rem
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0.188rem
}

.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: 0.188rem
}

.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: 0.5rem;
    padding-left: 0.5rem
}

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

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0.188rem 0.313rem rgb(0 0 0 / .125);
    box-shadow: inset 0 0.188rem 0.313rem rgb(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: 0.313rem 0.313rem 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0.313rem 0.313rem
}

.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: -0.063rem;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0.188rem
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0.25rem;
    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: 0.25rem
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0.188rem
}

.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: 2.875rem;
    padding: 0.625rem 1rem;
    font-size: 1.063rem;
    line-height: 1.3333333;
    border-radius: 0.188rem
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 2.875rem;
    line-height: 2.875rem
}

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: 1.875rem;
    padding: 0.313rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.188rem
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 1.875rem;
    line-height: 1.875rem
}

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: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: center;
    background-color: #eee;
    border: 1px solid #d8d8d8;
    border-radius: 0.188rem
}

.input-group-addon.input-sm {
    padding: 0.313rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 0.188rem
}

.input-group-addon.input-lg {
    padding: 0.625rem 1rem;
    font-size: 1.063rem;
    border-radius: 0.188rem
}

.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: -0.063rem
}

.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: -0.063rem
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -0.063rem
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0.625rem 0.9375rem;
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none
}

.nav>li.disabled>a {
    color: #767676
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #767676;
    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: #7431f8
}

.nav .nav-divider {
    height: 0.063rem;
    margin: 0.563rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

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

.nav-tabs>li {
    float: left;
}

.nav-tabs>li>a {
    margin-right: 0.125rem;
    line-height: 1.5;
    border: 1px solid #fff0;
    border-radius: 0.5rem 0.5rem 0 0;
    margin-bottom: -1px;
}

.nav-tabs>li>a:hover {
    color: inherit
}

.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 #eee;
    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: 0.313rem;
    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: 0.188rem
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #eee
}

@media(min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #eee;
        border-radius: 0.5rem 0.5rem 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: 0.188rem
}

.nav-pills>li+li {
    margin-left: 0.125rem
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #7431f8
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 0.125rem;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 0.313rem;
    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: 0.188rem
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #f3f5f7
}

@media(min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #f3f5f7;
        border-radius: 0.5rem 0.5rem 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: -0.063rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 3.688rem;
    margin-bottom: 1.25rem;
    border: 1px solid #fff0
}

@media(min-width: 768px) {
    .navbar {
        border-radius:3px
    }
}

@media(min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #fff0;
    -webkit-box-shadow: inset 0 0.063rem 0 rgb(255 255 255 / .1);
    box-shadow: inset 0 0.063rem 0 rgb(255 255 255 / .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: -0.938rem;
    margin-left: -0.938rem
}

@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 0.063rem
}

@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 0.063rem
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 0.063rem 0 0
}

.navbar-brand {
    float: left;
    height: 3.688rem;
    padding: 0.938rem;
    font-size: 1.063rem;
    line-height: 1.375rem
}

.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:-0.625rem
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0.563rem 0.625rem;
    margin-top: 0.5rem;
    margin-right: 0.938rem;
    margin-bottom: 0.5rem;
    background-color: #fff0;
    background-image: none;
    border: 1px solid #fff0;
    border-radius: 0.188rem
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 1.375rem;
    height: 0.125rem;
    border-radius: 0.063rem
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0.25rem
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 0.469rem -0.625rem
}

.navbar-nav>li>a {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    line-height: 1.375rem
}

@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: 0.3125rem 0.9375rem 0.3125rem 1.5625rem;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1.375rem
    }

    .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: 0.938rem;
        padding-bottom: 0.938rem
    }
}

.navbar-form {
    padding: 0.625rem 0.9375rem;
    margin-top: 0.5rem;
    margin-right: -0.938rem;
    margin-bottom: 0.5rem;
    margin-left: -0.938rem;
    border-top: 1px solid #fff0;
    border-bottom: 1px solid #fff0;
    -webkit-box-shadow: inset 0 0.063rem 0 rgb(255 255 255 / .1),0 0.063rem 0 rgb(255 255 255 / .1);
    box-shadow: inset 0 0.063rem 0 rgb(255 255 255 / .1),0 0.063rem 0 rgb(255 255 255 / .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: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

.navbar-btn.btn-sm {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
}

.navbar-btn.btn-xs {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem
}

.navbar-text {
    margin-top: 0.938rem;
    margin-bottom: 1rem
}

@media(min-width: 768px) {
    .navbar-text {
        float:left;
        margin-right: 0.938rem;
        margin-left: 0.938rem
    }
}

@media(min-width: 768px) {
    .navbar-left {
        float: left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -0.625rem
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f3f5f7;
    border-color: #f3f5f7
}

.navbar-default .navbar-brand {
    color: #767676
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: #fff0
}

.navbar-default .navbar-text {
    color: #767676
}

.navbar-default .navbar-nav>li>a {
    color: #767676
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #212529;
    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: #f3f5f7
}

.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: #f3f5f7
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #f3f5f7
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #767676
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #f3f5f7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #f3f5f7
}

@media(max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#767676
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #212529;
        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: #f3f5f7
    }

    .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: #767676
}

.navbar-default .navbar-link:hover {
    color: #212529
}

.navbar-default .btn-link {
    color: #767676
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #212529
}

.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: #212529;
    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: #212529
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #212529
}

.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: #767676;
    display: inline-block;
}

.breadcrumb>li>a {
    color: #767676;
}

.breadcrumb>li>a>svg {
    fill: #999;
    margin: 0 5px;
}

.breadcrumb>li:hover:not(:last-child) a {
    color: #075ed1
}

.pager {
    padding-left: 0;
    margin: 1.25rem 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 0.313rem 0.875rem;
    background-color: #fff;
    border: 1px solid #f3f5f7;
    border-radius: 0.938rem
}

.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: #767676;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -0.063rem
}

.label-default {
    background-color: #767676
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #7431f8
}

.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: #5bc0de
}

.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: 0.625rem;
    padding: 0.188rem 0.438rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #212529;
    border-radius: 0.313rem;
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -0.063rem
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 0.063rem 0.313rem
}

a.badge:focus,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #7431f8;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 0.313rem
}

.nav-pills>li>a>.badge {
    margin-left: 0.188rem
}

.jumbotron {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 1rem;
    font-size: 1.313rem;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 0.188rem
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-right: 3.75rem;
        padding-left: 3.75rem
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 3.938rem
    }
}

.thumbnail {
    display: block;
    padding: 0.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #0050de
}

.thumbnail .caption {
    padding: 0.563rem;
    color: #212529
}

.alert {
    padding: 0.625rem 0.75rem;
    margin-bottom: 1.25rem;
    position: relative;
    border-radius: 0.5rem;
    font-size: 15px;
    border: 1px solid #fff0;
}

@media(max-width: 991px) {
    .alert {
        font-size: 15px
    }
}

.alert:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 0.313rem;
    z-index: 2
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 500
}

.alert a[href] {
    text-decoration: underline
}

.alert a[href]:hover {
    text-decoration: none;
    color: #1256ca
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 0.313rem
}

.alert-dismissable,.alert-dismissible {
    padding-right: 2.188rem
}

.alert-dismissable .close,.alert-dismissible .close {
    position: absolute;
    top: 0.313rem;
    right: 0.625rem;
    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: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.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: 2.5rem 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 2.5rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 2.5rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1.25rem;
    margin-bottom: 1.25rem;
    overflow: hidden;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    -webkit-box-shadow: inset 0 0.063rem 0.125rem rgb(0 0 0 / .1);
    box-shadow: inset 0 0.063rem 0.125rem rgb(0 0 0 / .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 0.75rem;
    line-height: 1.375rem;
    color: #fff;
    text-align: center;
    background-color: #7431f8;
    -webkit-box-shadow: inset 0 -0.063rem 0 rgb(0 0 0 / .15);
    box-shadow: inset 0 -0.063rem 0 rgb(0 0 0 / .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    -webkit-background-size: 2.5rem 2.5rem;
    background-size: 2.5rem 2.5rem
}

.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 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .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 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .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 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 0.938rem
}

.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: 0.938rem
}

.media-left,.media>.pull-left {
    padding-right: 0.938rem
}

.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: 0.313rem
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 1.25rem
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1.25rem;
    margin-bottom: -0.063rem;
    background-color: #fff;
    border: 1px solid #eee
}

.list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-bottom: 0
}

a.list-group-item,button.list-group-item {
    color: #212529
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #212529
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    color: #0050de;
    text-decoration: none;
    background-color: #f3f5f7
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    color: #767676;
    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: #767676
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #0050de;
    font-weight: 500
}

.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: #7431f8;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #7431f8
}

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: #7431f8;
    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: #7431f8;
    border-color: #7431f8
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 0.313rem
}

.list-group-left {
    padding-left: 2.5rem
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 1.25rem;
    background-color: #fff;
    border: 1px solid #fff0;
    border-radius: 0.5rem;
}

.panel-body {
    padding: 0.938rem
}

.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: 0.063rem 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 #eee
}

.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: 0.625rem;
    border-bottom: 1px solid #fff0;
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 0.625rem 0.9375rem;
    background-color: #f3f5f7;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 0.188rem;
    border-bottom-left-radius: 0.188rem
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.375rem;
}

.panel-group .panel+.panel {
    margin-top: 0.313rem
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #eee
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #eee
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #212529;
    background-color: #f3f5f7;
    border-color: #ccc;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eee
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eee
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.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: #a94442;
    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: 1.25rem;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: #f8f8f9;
    border: 1px solid #f3f5f7;
    border-radius: 0.188rem
}

.well blockquote {
    border-color: #f3f5f7;
    border-color: rgb(0 0 0 / .15)
}

.well-lg {
    padding: 1.5rem;
    border-radius: 0.188rem
}

.well-sm {
    padding: 0.563rem;
    border-radius: 0.188rem
}

.close {
    float: right;
    font-size: 1.313rem;
    font-weight: 500;
    line-height: 1;
    color: #212529;
    text-shadow: 0 0.063rem 0 #fff;
    opacity: .2
}

.close:focus,.close:hover {
    color: #212529;
    text-decoration: none;
    cursor: pointer;
    opacity: .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 .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .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: 0.625rem
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0.5rem;
    outline: 0;
    box-shadow: 0.5rem 0.5rem 2.813rem rgb(0 0 0 / 15%)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #212529
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    position: relative;
    min-height: 1.027rem;
    padding: 0.938rem;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    position: absolute;
    right: 0.938rem;
    top: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5rem;
    background: #fff;
    opacity: 1;
    font-size: 1.875rem;
    font-weight: 300
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 1.25rem
}

.modal-footer {
    padding: 0.938rem;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 0.313rem
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -0.063rem
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 3.125rem;
    height: 3.688rem;
    overflow: scroll
}

@media(min-width: 768px) {
    .modal-dialog {
        width: 37.5rem;
        margin: 1.875rem auto
    }

    .modal-md {
        width: 28.125rem
    }

    .modal-sm {
        width: 18.75rem
    }
}

@media(min-width: 992px) {
    .modal-lg {
        width: 56.25rem
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 0.875rem;
    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: 0.313rem 0;
    margin-top: -0.188rem
}

.tooltip.right {
    padding: 0.313rem;
    margin-left: 0.188rem
}

.tooltip.bottom {
    padding: 0.313rem 0;
    margin-top: 0.188rem
}

.tooltip.left {
    padding: 0.313rem;
    margin-left: -0.188rem
}

.tooltip-inner {
    text-align: center;
    background-color: #212529;
    color: #fff;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    max-width: 20rem;
    box-sizing: border-box;
    line-height: 1.4;
    border-radius: 0.375rem
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: #fff0;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.313rem;
    border-width: 0.313rem 0.313rem 0;
    border-top-color: #212529
}

.tooltip.top-left .tooltip-arrow {
    right: 0.313rem;
    bottom: 0;
    margin-bottom: -0.313rem;
    border-width: 0.313rem 0.313rem 0;
    border-top-color: #212529
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 0.313rem;
    margin-bottom: -0.313rem;
    border-width: 0.313rem 0.313rem 0;
    border-top-color: #212529
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.313rem;
    border-width: 0.313rem 0.313rem 0.313rem 0;
    border-right-color: #212529
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.313rem;
    border-width: 0.313rem 0.313rem 0.313rem;
    border-left-color: #212529
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.313rem;
    border-width: 0.313rem 0.313rem;
    border-bottom-color: #212529
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 0.313rem;
    margin-top: -0.313rem;
    border-width: 0.313rem 0.313rem;
    border-bottom-color: #212529
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 0.313rem;
    margin-top: -0.313rem;
    border-width: 0.313rem 0.313rem;
    border-bottom-color: #212529
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 17.25rem;
    padding: 0.063rem;
    font-size: 0.875rem;
    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 / .2);
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.313rem 0.625rem rgb(0 0 0 / .2);
    box-shadow: 0.313rem 0.625rem rgb(0 0 0 / .2);
    line-break: auto
}

.popover.top {
    margin-top: -0.625rem
}

.popover.right {
    margin-left: 0.625rem
}

.popover.bottom {
    margin-top: 0.625rem
}

.popover.left {
    margin-left: -0.938rem
}

.popover-title {
    padding: 0.5rem 0.875rem;
    margin: 0;
    font-size: 0.875rem;
    background-color: #f3f5f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0.5rem 0.5rem 0 0
}

.popover-content {
    padding: 0.563rem 0.875rem
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: #fff0;
    border-style: solid
}

.popover>.arrow {
    border-width: 0.688rem
}

.popover>.arrow:after {
    content: "";
    border-width: 0.625rem
}

.popover.top>.arrow {
    bottom: -0.688rem;
    left: 50%;
    margin-left: -0.688rem;
    border-top-color: #93a4b1;
    border-top-color: rgb(0 0 0 / .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 0.063rem;
    margin-left: -0.938rem;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -0.688rem;
    margin-top: -0.688rem;
    border-right-color: #93a4b1;
    border-right-color: rgb(0 0 0 / .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -0.625rem;
    left: 0.063rem;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -0.688rem;
    left: 50%;
    margin-left: -0.688rem;
    border-top-width: 0;
    border-bottom-color: #93a4b1;
    border-bottom-color: rgb(0 0 0 / .25)
}

.popover.bottom>.arrow:after {
    top: 0.063rem;
    margin-left: -0.938rem;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -0.688rem;
    margin-top: -0.688rem;
    border-right-width: 0;
    border-left-color: #93a4b1;
    border-left-color: rgb(0 0 0 / .25)
}

.popover.left>.arrow:after {
    right: 0.063rem;
    bottom: -0.625rem;
    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: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .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 .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 62.5rem;
        perspective: 62.5rem;
    }

    .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: 1.25rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0.063rem 0.125rem rgb(0 0 0 / .6);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgb(0 0 0 / .5) 0,rgb(0 0 0 / .0001) 100%);
    background-image: -o-linear-gradient(left,rgb(0 0 0 / .5) 0,rgb(0 0 0 / .0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgb(0 0 0 / .5)),to(rgb(0 0 0 / .0001)));
    background-image: linear-gradient(to right,rgb(0 0 0 / .5) 0,rgb(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 / .0001) 0,rgb(0 0 0 / .5) 100%);
    background-image: -o-linear-gradient(left,rgb(0 0 0 / .0001) 0,rgb(0 0 0 / .5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgb(0 0 0 / .0001)),to(rgb(0 0 0 / .5)));
    background-image: linear-gradient(to right,rgb(0 0 0 / .0001) 0,rgb(0 0 0 / .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: -0.625rem
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -0.938rem
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -0.938rem
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 1.25rem;
    height: 1.25rem;
    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: 0.625rem;
    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: 0.625rem;
    height: 0.625rem;
    margin: 0.063rem;
    text-indent: -62.438rem;
    cursor: pointer;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 0.625rem
}

.carousel-indicators .active {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    z-index: 10;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0.063rem 0.125rem rgb(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: 1.875rem;
        height: 1.875rem;
        margin-top: -0.938rem;
        font-size: 1.875rem
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -0.938rem
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -0.938rem
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 1.875rem
    }

    .carousel-indicators {
        bottom: 1.25rem
    }
}

.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: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

body {
    font-family: "Inter", serif;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin: 0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body.overflow-hidden {
    overflow: hidden
}

[stroke*='#'] {
    stroke: currentcolor
}

.clear-button {
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    background-color: #fff0;
    cursor: pointer
}

div.required .control-label:before {
    color: #dc3545;
    content: "* ";
    font-size: 15px
}

.site-main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 100
}

.header-middle {
    position: relative;
    z-index: 11;
}

@media (min-width: 992px) {
    .top-panel__wrapper {
        box-shadow: 0 5px 5px #1111110a;
    }
}

@media (max-width: 991px) {
    .top-menu__wrapper {
        display:none
    }

    .headermenu {
        padding-top: 0.938rem;
    }

    .home-content .swiper-slideshow {
        margin-top: 0;
    }
}

.top-panel__phone {
    position: relative;
    text-align: right
}

.horizontal-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.horizontal-menu>li>a {
    display: block;
    color: #212529
}

.horizontal-menu>li>a.special-link {
    color: #ea0005;
    border-radius: 6px;
    background: #fff4ec;
    padding: 0 5px;
}

.horizontal-menu>li>a.special-link:hover {
    background: #f8e7e2
}

.horizontal-menu .blog-menu__text {
    padding: 0;
    background: #fff0;
    gap: 0.313rem
}

.language-select,.currency-select {
    display: block;
    padding: 9px 14px 10px 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    line-height: normal;
    margin: 0;
    border: 0;
    color: #212529;
    text-align: left;
}

.top-info__blocks .btn-group>button>img {
    position: relative;
    top: -0.063rem;
    margin-right: 0.313rem
}

@media (min-width: 992px) {
    .language-select:focus,.language-select:hover,.currency-select:focus,.currency-select:hover {
        opacity:1!important;
        color: #0050de
    }
}

.top-info__blocks .phone-link:hover,.horizontal-menu>li:hover>a:not(.special-link) {
    color: #075ed1
}

.horizontal-menu>li>a>i {
    margin-left: 0.75rem;
    font-size: 0.875rem;
    color: #d0e0e3;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .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 1.5rem rgb(61 75 82 / .16);
    -moz-box-shadow: 0 0 1.5rem rgb(61 75 82 / .16);
    box-shadow: 0 0 1.5rem rgb(61 75 82 / .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: 0.9375rem 1rem 0.875rem;
    color: #212529;
    text-decoration: none;
    white-space: nowrap
}

.top-panel.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 5px 5px #1111110a;
    background: #fff;
}

.top-panel__cols {
    display: flex;
    align-items: center
}

.top-panel__col .icon-box i {
    display: inline-flex;
    vertical-align: middle;
    font-size: 1.25rem;
    color: #212529
}

.top-panel__title {
    line-height: 20px;
    color: #212529
}

@media (max-width: 991px) {
    .top-panel__title {
        display:none
    }
}

.catalog-button {
    position: relative;
    z-index: 101;
    background: #7431f8;
    color: #fff;
    padding: 0.625rem 1.25rem;
    border-radius: 0.5rem;
    border: 0;
    cursor: pointer;
    transition: all .2s
}

body.cerulean .catalog-button {
    background: #075ed1
}

body.black .catalog-button {
    background: #212529
}

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: #212529
}

body.red .catalog-button {
    background: #e20000
}

body.coral .catalog-button {
    background: #ff462d
}

.catalog-button:hover {
    opacity: .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 .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.top-panel__menu-icon-container:active,.top-panel__menu-icon-container:hover {
    background: #f3f5f7
}

.top-panel__logo .logo-text {
    max-width: 250px;
    line-height: normal;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .top-panel__search-btn {
        display:table-cell;
        vertical-align: middle;
        text-align: center
    }

    .top-panel>.top-panel__cols {
        display: block
    }

    .top-panel__cols .top-panel__logo {
        height: 3.5rem;
        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: 44px;
    line-height: normal;
    border: none;
    color: inherit;
    background: transparent !important;
    padding: 0.5rem 0.813rem;
}

body.cerulean .top-panel__search .btn {
    background: #075ed1;
    border-color: #075ed1
}

body.black .top-panel__search .btn {
    background: #212529;
    border-color: #212529
}

body.menta .top-panel__search .btn {
    background: #3EB489;
    border-color: #3EB489
}

body.carmine .top-panel__search .btn {
    background: #B03F35;
    border-color: #B03F35
}

body.blue .top-panel__search .btn {
    background: #045eff;
    border-color: #045eff
}

body.orange .top-panel__search .btn {
    background: #ff6700;
    border-color: #ff6700
}

body.fuchsia .top-panel__search .btn {
    background: #da55bb;
    border-color: #da55bb
}

body.mango .top-panel__search .btn {
    background: #FF8243;
    border-color: #FF8243
}

body.persagreen .top-panel__search .btn {
    background: #00AFAE;
    border-color: #00AFAE
}

body.green .top-panel__search .btn {
    background: #08a826;
    border-color: #08a826
}

body.gold .top-panel__search .btn {
    background: gold;
    border-color: gold;
    color: #212529
}

body.red .top-panel__search .btn {
    background: #e20000;
    border-color: #e20000
}

body.coral .top-panel__search .btn {
    background: #ff462d;
    border-color: #ff462d
}

.top-panel__search .btn:hover:active {
    box-shadow: none
}

.top-panel__search .search-form {
    height: 44px;
}

.top-panel__search input[type=text] {
    width: 100%;
    margin: 0;
    padding: 10px 100px 10px 10px;
    border-right: 0;
    border-radius: 0.5rem;
    appearance: none;
    transition: all .3s;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
}

.top-panel__search input[type=text]:focus {
    border-color: #999
}

.top-panel__contacts-block {
    height: 4.5rem;
    display: table;
    padding: 0 1.125rem
}

.top-panel__contacts-block:hover {
    background-color: #f3f5f7
}

@media (max-width: 991px) {
    .top-panel__contacts-block {
        width: 100%;
        height: 3.5rem;
        padding: 0 0 0 0.063rem;
        position: relative
    }

    .top-panel__contacts-block:before {
        width: 0.063rem;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-color: #f3f5f7
    }

    .top-panel__contacts-icon {
        text-align: center
    }
}

.top-panel__contacts-caption {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.75rem
}

.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: 1.25rem;
    color: #212529;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.5rem
}

.top-panel__contacts-descr {
    font-size: 0.875rem;
    color: #a4a9b8;
    line-height: 1.063rem;
}

.top-panel__contacts-icon:last-child>i {
    font-size: 1.563rem;
    color: #b2c7cb
}

@media (max-width: 991px) {
    .panel-compare {
        text-align:center;
        padding: 0 0 0 0.063rem;
        position: relative
    }
}

.panel-compare:link,.panel-compare:visited {
    text-decoration: none
}

.mini-cart {
    position: relative;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 992px) {
    .mini-cart.not-title .mini-cart__link {
        padding: 10px;
        border-radius: 8px;
        background: #ffffff;
    }

    .mini-cart.not-title .mini-cart__link:hover,.mini-cart.not-title .mini-cart__link:focus {
        background: #f3f5f7;
    }

    .mini-cart.not-title .mini-cart__link:active,.mini-cart.not-title .mini-cart__link:active:focus {
        background: #e2e4e9
    }
}

.mini-cart .compare-empty span,.mini-cart .wishlist-empty span,.mini-cart .cart-empty span {
    display: none
}

.icon-box {
    position: relative;
    width: 24px;
    height: 24px;
}

.count {
    position: absolute;
    top: -0.438rem;
    right: -0.563rem;
    font-size: 0.688rem;
    width: 1rem;
    text-align: center;
    color: #fff;
    line-height: 1rem;
    border-radius: 50%;
    background-color: #7431f8;
    padding: 0;
    height: 1rem
}

body.cerulean .count {
    background-color: #075ed1
}

body.black .count {
    background-color: #212529
}

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: #212529
}

body.red .count {
    background: #e20000
}

body.coral .count {
    background: #ff462d
}

.top-info__panels {
    padding-top: 15px;
    margin-left: -30px;
}

@media (max-width: 991px) {
    .top-panel__head {
        z-index: 1
    }

    .top-panel__bottom {
        transition: transform .4s
    }

    .top-panel__menu-icon-container {
        width: 65px;
        height: 56px;
        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 0.125rem 0.188rem 0 rgb(0 0 0 / 6%);
    }
}

.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;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: .5rem;
}

.card-text {
    font-size: 14px;
}

@media (max-width: 575px) {
    .blog-layout {
        padding: 0.625rem;
        margin: 0
    }
}

.blog-layout .product-item {
    border: 1px solid #eee
}

.catalog-list, .catalog-grid {
    display: grid;
    grid-auto-flow: dense;
}

.catalog-list {
    gap: 20px;
}

.catalog-grid-column-gap {
    grid-column-gap: 10px;
    grid-row-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);
    }

    .catalog-grid.two-column {
        grid-template-columns: repeat(3, 1fr);
    }
}

.catalog-container .product-layout {
    position: relative;
}

.product-item__container {
    height: 100%;
    border-radius: 12px;
    transition: box-shadow ease .3s, border ease .3s, background ease .3s;
    background: #fff;
    padding: 10px;
}

@media (min-width: 768px) {
    .product-item__container:hover {
        border-color: #fff;
        box-shadow: 0 5px 15px #0000001c;
    }

    .catalog-container .product-layout:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #eeeeee;
    }
}

.container-shadow-gray .product-item__container {
    border-color: transparent;
}

.product-item {
    width: 100%;
    position: relative;
    background-color: #fff;
    transition: all .15s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.swiper-wrapper .product-layout .product-item {
    border: 0
}

.product-item .xdstickers {
    float: none;
    display: table
}

@media (min-width: 768px) {
    .category-banner__full {
        margin-bottom: 1.875rem
    }
}

.product-item__image {
    position: relative;
    padding-top: 100%;
}

.product-item__image a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.product-item__image .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
}

.product-item__image a img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.product-item__markers {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.product-item__marker {
    color: #212529;
    background-color: #ffe300;
    border-radius: 6px;
    padding: 2px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    height: 22px;
}

.product-item__icons {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    transition: all .3s
}

@media (min-width: 768px) {
    .price-container {
        box-shadow: 0 2px 7px #11111124;
        padding: 30px;
        border-radius: 12px;
    }
}

@media (min-width: 1200px) {
    .product-item__icons {
        opacity:0;
        visibility: hidden
    }
}

.product-item__delay {
    padding: 0.5rem;
    background: #fff;
    border-color: #f0f0f0;
    border-radius: 0.375rem
}

.product-item__delay i {
    font-size: 0.875rem;
    cursor: pointer;
    color: #767676
}

.product-item__delay i:active,.product-item__delay i:hover {
    color: #959595
}

.product-item__title {
    margin: 0.75rem 0 0.313rem
}

.product-item__title a {
    color: #000;
    line-height: normal;
    text-align: center;
}

.product-item__title a:focus,.product-item__title a:hover {
    color: #075ed1;
    text-decoration: none
}

.product-item__heading a {
    display: block;
    color: inherit
}

.product-item__heading a:hover {
    color: #7431f8
}

.catalog-grid .product-item__description,.catalog-grid .product-item__attribute {
    display: none
}

.short-attribute__list {
    display: flex;
    font-size: 15px
}

.short-attribute__list+.short-attribute__list {
    padding-top: 0.313rem
}

.short-attr__left {
    padding-right: 0.313rem;
    color: #767676
}

.product-item__info {
    margin-top: auto
}

.price-old {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #767676;
    line-height: normal;
    font-size: 14px;
}

.price-old:before {
    content: "";
    background: #b50000;
    display: block;
    height: 0.063rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-5deg);
    width: 100%;
}

.price-tax {
    font-size: 0.75rem;
    padding-top: 0.25rem
}

.price-economy {
    position: relative;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 4px;
    border-radius: 6px;
    background-color: #212529;
    color: #fff;
    margin-left: 5px;
}

.product-item__sku .product-item__text_sku {
    line-height: normal;
    display: block
}

.product-item__quantity {
    margin-top: 0.313rem;
}

.product-item__quantity-icon {
    font-size: 0.875rem;
    display: inline-flex;
    height: 100%;
    align-items: center;
    width: 0.938rem;
    height: 0.938rem;
    margin-right: 0.313rem
}

.product-item__amount {
    display: inline-flex;
    align-items: center;
    margin-top: 0.938rem;
    position: relative;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0.5rem;
    overflow: hidden
}

.product-item__amount .stock_warning {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0.313rem 0.625rem;
    box-shadow: 0.313rem 0.75rem rgb(0 0 0 / .14);
    border-radius: 0.5rem;
    font-size: 0.75rem
}

.product-item__container.hover .product-item__hidden {
    display: block
}

.product-item__amount-btn-minus,.product-item__amount-btn-plus {
    color: #212529;
    text-align: center;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    font-size: 0.875rem;
    padding: 0.5rem 0.875rem;
    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: 0.875rem;
    color: #212529;
    width: 2.188rem;
    height: 2.188rem;
    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: #7431f8;
    border-color: #eee;
    background-color: #f3f5f7
}

.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: 1.188rem
}

@media (max-width: 991px) {
    .container-push>h3 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
}

.product-item__container.hover .product-item__hidden {
    display: block
}

@media (min-width: 992px) {
    .catalog-list .product-item {
        flex-direction:row;
        gap: 30px;
    }

    .catalog-list .product-item__image {
        padding: 0;
        width: 197px;
        height: 197px;
        flex-shrink: 0;
    }

    .catalog-list .product-item__basket {
        position: relative;
        flex-grow: 1;
    }

    .catalog-list .product-item__title {
        margin-top: 0;
    }

    .catalog-list .product-item__title a {
        font-weight: 500;
    }

    .catalog-list .product-item__info {
        margin-top: initial;
        width: 100%;
        max-width: 200px;
    }

    .header-middle {
        position: relative;
        height: 80px;
    }
}

.rating .star-empty {
    color: #e0e0e0
}

.rating .star {
    color: orange
}

.reviews-value__text {
    margin-left: 0.313rem
}

.rating .value {
    margin-right: 5px;
    font-weight: 700;
}

#scroll-up {
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0.625rem;
    left: 0.625rem;
    text-decoration: none;
    z-index: 999;
    transition: bottom .3s ease-out, -webkit-bottom .3s ease-out;
}

@media (min-width: 992px) {
    #scroll-up {
        left: 1.25rem;
        bottom: 1.25rem;
    }
}

.btn-scroll__up {
    border: 0px;
    background: #333;
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 3.125rem;
    box-shadow: none;
    line-height: 1.813rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    box-shadow: none !important;
}

.btn-scroll__up .icon-arrow-up {
    color: #fff;
}

.svg-progress {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
    width: 2.875rem;
    height: 2.875rem;
}

.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;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.wrapper-middle {
    flex: 1 1 auto;
    padding: 15px 0;
}

.site-footer {
    position: relative;
    background: #222
}

.footer-column {
    padding: 1.563rem 0.625rem
}

@media (min-width: 1540px) {
    .footer-column {
        padding: 2.5rem 0 1.25rem
    }
}

.footer-column__list-item {
    flex: 1
}

.bottom-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.bottom-menu li a:hover {
    color: #fff
}

.footer-column__title {
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.footer-column__phone {
    position: relative
}

.footer-column__phone .phone-body a {
    color: #a8a8a8;
    transition: color .3s
}

.footer-column__phone .phone-body div a {
    font-size: 1.625rem
}

.footer-column__phone .phone-body a:hover {
    color: #fff
}

.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-column__email a:hover,.footer-column__email a:focus {
    color: #fff;
    text-decoration: none
}

.footer-column__payment img {
    max-height: 1.125rem
}

.footer-column__phone-contacts .icon-contacts i {
    font-size: 1.063rem;
    display: inline-flex;
    vertical-align: middle
}

.footer-column__social-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #dadbdc;
    padding-bottom: 1.875rem
}

.footer-column__payment-title {
    font-weight: 500;
    font-size: 1.063rem;
    color: #fff;
    padding: 0 0 0.625rem
}

.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: 3.688rem;
    margin-right: 1.25rem
}

.footer-column__payment-body span img {
    width: 3.125rem;
    max-width: 3.125rem
}

@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;
}

.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 0.625rem 0.625rem 0
}

@media (min-width: 992px) {
    .catalog-wrapper.sort.active {
        padding-top:50px
    }

    .wrapper-middle {
        padding: 30px 0;
    }
}

.catalog-toolbar__sort {
    padding: 1.438rem 0
}

.toolbar-form__input__title {
    margin-top: -24px;
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
}

.toolbar-form__input+.toolbar-form__input {
    margin-left: 1.438rem
}

.toolbar-form__input .form-control {
    border: 1px solid #eee;
    border-radius: 8px;
    height: 38px;
    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;
}

@media (max-width: 767px) {
    .catalog-section {
        margin-left: -10px;
        margin-right: -10px;
    }

    .catalog-section .catalog-grid {
        gap: 0;
    }

    .catalog-container .product-item__container {
        border-radius: 0;
    }
}

@media (max-width: 991px) {
    .navigation-title h1 {
        font-size: 1.25rem;
        line-height: normal
    }

    .navigation-items h1 {
        font-size: 1.25rem;
        line-height: 1.563rem
    }

    .catalog-wrapper.active {
        padding-top: 3.125rem
    }

    .top-panel__bottom.is-top {
        transform: translateY(56px);
    }

    .top-panel__bottom.is-top.active {
        transform: translateY(0);
    }
}

.catalog-sort-active {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    height: 2.188rem;
    line-height: 1.125rem;
    padding: 0.438rem 1.063rem;
    position: relative;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .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: 0.938rem
}

.catalog-section-sort-arrow {
    display: inline-flex;
    align-items: center
}

.catalog-section-sort-arrow i,.catalog-section-sort-text {
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.catalog-section-sort-arrow i {
    display: inherit;
    font-size: 0.688rem
}

.catalog-sort-active.open .catalog-section-sort-arrow i {
    transform: rotate(180deg)
}

.catalog-section-sort-popup {
    text-align: left;
    border: 0;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.5rem 3rem 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 0.5rem 3rem 0 rgb(0 0 0 / 16%);
    box-shadow: 0 0.5rem 3rem 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    margin: 0;
    padding: 0;
    transform: translateY(0.938rem);
    transition: all .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: 0.625rem 0.9375rem;
    cursor: pointer;
    position: relative;
    font-size: 0.875rem;
    color: #70707a;
    text-decoration: none;
    line-height: 1.063rem;
    ; white-space: nowrap
}

@media (max-width: 991px) {
    .catalog-section-sort-popup ul li a {
        padding-top:9px;
        padding-bottom: 0.625rem
    }
}

.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: #212529;
    background: #f3f5f7
}

.category-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(203px, 1fr));
    grid-auto-flow: dense;
    gap: 1rem;
}

.category-section a {
    display: flex;
    position: relative;
    text-decoration: none;
    color: #212529;
    align-items: center;
    padding: 10px 15px;
    gap: 15px;
    border-radius: 8px;
    transition: box-shadow ease .3s,border ease .3s,background ease .3s;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.category-section a:hover {
    border-color: #fff;
    box-shadow: 0 0.438rem 1.5rem 0 rgb(8 9 10 / 8%);
    z-index: 1;
}

.show-more button {
    border-radius: 8px;
    height: 100%;
}

.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: 0.5rem;
    top: 0.5rem;
    z-index: 2;
    font-size: 0.688rem;
    color: #fff;
    transition: all .15s ease;
    line-height: 0.75rem;
    text-align: center;
    display: inline-block;
    padding: 0.125rem 0.188rem;
    border-radius: 1rem;
    background: #67737e;
    min-width: 1rem
}

.catalog-section-item__image>img {
    transition: transform .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: 2.25rem
    }
}

@media (max-width: 767px) {
    .category-section-item {
        margin-left:-0.625rem;
        margin-right: -0.625rem
    }
}

@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;
}

.catalog-section-item__image {
    margin-left: auto;
    flex-shrink: 0;
}

.catalog-toolbar__panel.fixed {
    background: #f3f5f7;
    box-shadow: 0 0 1.875rem rgb(61 75 82 / .16)
}

.catalog-section-pagination {
    text-align: center;
    margin: 30px 0
}

.container-push .catalog-section-pagination .pagination {
    margin-top: 1.875rem
}

.pagination>li>a,.pagination>li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 40px;
    height: 40px;
}

.pagination>li.first>a,.pagination>li.first>span,.pagination>li.last>a,.pagination>li.last>span {
    color: #d0e0e3
}

.pagination li:hover {
    border: 0
}

.pagination li.active span {
    color: #fff;
    float: none;
    border: 0
}

.pagination li:hover a {
    color: #212529;
    border: 0
}

.pagination li:first-child a {
    border-right: 1px solid rgb(0 0 0 / .05)
}

.pagination li:last-child a {
    border-left: 1px solid rgb(0 0 0 / .05)
}

.pagination li:first-child a:hover {
    border-right: 1px solid #fff0
}

.pagination li:last-child a:hover {
    border-left: 1px solid #fff0
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: #212529;
    border: 0
}

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: #7431f8
}

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: #212529
}

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: #212529
}

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: #075ed1;
    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: #f3f5f7
}

@media (max-width: 767px) {
    .text-empty {
        padding: 1.563rem 1.563rem 0
    }
}

.buttons {
    margin: 1em 0;
    overflow: hidden
}

.buttons .btn+.btn {
    margin-left: 0.313rem
}

.btn-rounded {
    border-radius: 10rem!important
}

.authform h1 {
    margin-bottom: 1.875rem
}

.authform-label-container {
    display: block;
    line-height: 1.4
}

.authform-buttons-container {
    display: flex;
    align-items: center
}

.authform-buttons-container .btn {
    margin-right: 1rem
}

.login-container {
    margin-bottom: 1.875rem
}

.contacts-item__caption {
    position: relative;
    background: #fff;
    flex-grow: 1
}

.contacts-item {
    margin-bottom: 1rem
}

.contact-page img {
    border-radius: 0.5rem;
    margin-left: inherit
}

.contacts-item-title {
    padding: 1.5rem 1.875rem;
    background: #f3f5f7;
    color: #212529;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: normal;
}

.contacts-item__row {
    display: flex;
    align-items: center;
    padding-bottom: 0.938rem
}

.contacts-item__icon {
    margin-right: 0.625rem
}

.contacts-item__address .contacts-item__icon {
    align-self: flex-start
}

.contacts-item__text {
    width: 100%
}

.contacts-item__title h3 {
    margin-bottom: 0.625rem;
    margin-top: 0;
    font-weight: 600
}

.address-geo {
    font-size: 15px
}

.store-list {
    position: relative;
    margin-bottom: 1.875rem
}

.store-image {
    margin: 0 1.25rem 1.25rem 0
}

.store-address {
    display: flex;
    margin-top: 0.75rem
}

@media (min-width: 768px) {
    .store-caption h3 {
        margin-top: 0
    }
}

.store-address>.store-text,.store-hours>.store-text {
    color: #767676
}

.store-hours {
    display: flex;
    align-items: center;
    margin-top: 0.313rem;
    font-size: 0.875rem;
    line-height: 1.063rem;
}

.store-phone {
    margin-top: 1.063rem
}

.store-fax>span,.store-phone>span {
    font-weight: 600;
    font-size: 1.063rem
}

.store-title-icon {
    display: flex;
    align-items: center;
    height: 1.625rem;
    margin-bottom: 0.688rem
}

.store-title-icon>i {
    margin-right: 0.563rem
}

@media (max-width: 768px) {
    .catalog-section__product {
        margin-left: -0.625rem;
        margin-right: -0.625rem
    }
}

.shadow-title {
    font-size: 2.125rem;
    color: #ececec;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    line-height: normal;
    margin-bottom: -1.25rem;
    height: 3.688rem;
    text-shadow: 0.063rem 0.125rem 0.125rem #767676
}

@media (max-width: 640px) {
    .text-title .shadow-title {
        font-size: 1.313rem;
        margin-bottom: -2.188rem
    }

    .text-title .content-title {
        font-size: 1.25rem
    }
}

.product .back-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.813rem
}

.product .button-back {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 2.375rem;
    height: 1.875rem;
    color: #767676;
    background: url(/image/catalog/icon-svg/arrows/arrow-back.svg) no-repeat 0.563rem center;
    transition: .25s ease-in-out;
    cursor: pointer
}

.product .button-back::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1.875rem;
    width: 1.875rem;
    border: 0.125rem solid #b6c4cb;
    border-radius: 50%
}

.product .button-back:hover {
    opacity: .7
}

.product .main-title {
    font-size: 25px;
    margin: 0 0 15px;
    line-height: 30px;
    font-weight: 700;
    word-break: break-word;
}

.product-top-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9375rem;
    margin-bottom: 1.25rem
}

.product-stock.not-available span {
    color: #dc3545
}

.product-stock span {
    position: relative;
    display: inline-block;
    line-height: normal;
    user-select: none
}

.product-stock.in-stock span {
    color: #29ad2e
}

.product-sku span {
    color: #212529
}

.product-rating .rating-all {
    color: #075ed1;
    padding-left: 0.313rem;
    cursor: pointer
}

.product-share {
    position: relative;
    cursor: pointer;
    padding: 0.5rem 0.688rem;
    line-height: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #eee;
    display: flex;
    align-items: center
}

.product-share .dropdown-toggle {
    display: flex;
    align-items: center
}

.product-share__block {
    padding: 0.625rem 0.25rem 0.625rem 0.625rem;
    white-space: normal;
    border-radius: 0.5rem;
}

.product-share__block:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0.688rem solid #fff0;
    border-bottom-color: #fff;
    right: 0.625rem;
    top: -1.125rem
}

@media (max-width: 767px) {
    .product-share__block {
        white-space:normal
    }
}

.product-share__block ul {
    margin-bottom: 0
}

.product-share__block ul li.ya-share2__item {
    margin-right: 0.313rem!important;
    margin-top: 0.313rem!important
}

@media (max-width: 440px) {
    .btn-addtools button span {
        display:none
    }
}

.btn-addtools button {
    padding: 0.5rem 0.688rem;
    line-height: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #eee
}

.btn-addtools button:hover,.product-share:hover,.product-share.open .dropdown-toggle {
    background: #f3f5f7
}

.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-main {
    font-size: 1.125rem;
    line-height: 1.375rem;
    display: inline-block;
}

.price-new {
    color: #ee4848;
}

.product-card .price-main {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-bottom: 0.313rem;
}

.product-reward {
    display: inline-block;
    line-height: normal;
    user-select: none
}

.product-reward .reward-modal__button svg {
    color: #707070;
}

.product-reward .reward-modal__button:hover svg {
    color: #9ea5ab
}

.product-rewards .reward-description {
    padding: 15px;
    color: #212529;
    line-height: 1.5;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 100%;
    left: 0;
    margin-top: 5px;
    display: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.438rem 1.5rem 0 rgb(8 9 10 / 8%);
}

.product-rewards .bonus-text__value {
    display: inline-block;
    margin-right: 0.313rem;
    color: #29ad2e
}

.product-rewards .reward-description h3 {
    margin-top: 0
}

.product-rewards .modal-dialog {
    max-width: 480px
}

.product-rewards .reward-description i {
    position: absolute;
    right: 0.938rem;
    top: 0.938rem;
    font-size: 0.875rem;
    display: inline-flex;
    vertical-align: middle;
    width: 0.938rem;
    height: 0.938rem;
    line-height: 0.938rem;
    text-shadow: none;
    transition: all .4s;
    cursor: pointer
}

.product-rewards .reward-description i:hover {
    transform: rotate(180deg)
}

.product-offers {
    position: relative;
    margin-bottom: 0.625rem;
}

.product-rewards i {
    transition: all .3s;
    vertical-align: middle
}

.product-rewards.open i {
    transform: rotate(180deg)
}

.reward-description p {
    margin-bottom: 0
}

.product-minimum {
    display: flex;
    color: #212529;
    padding: 0.75rem 0.875rem;
    border-radius: 0.5rem;
    background: #ffefdb;
    margin-bottom: 1.25rem;
    align-items: center;
    font-size: 0.875rem;
}

.product-minimum i {
    font-size: 20px;
    margin-right: 0.75rem;
    color: #ff5c32;
    display: inline-flex;
}

.price-points {
    padding: 0.188rem 0
}

.all-tech {
    display: block
}

.product-buy {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.product-left {
    position: sticky;
    top: 11.25rem
}

.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 .2s,border-color .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0.5rem;
    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: 4.625rem!important;
    height: 4.625rem!important;
    margin-bottom: 0.75rem;
    padding: 0.375rem;
    cursor: pointer;
    border: 1px solid #eee
}

.btn-previous {
    top: -0.938rem
}

.btn-next {
    bottom: -0.938rem
}

.btn-sliders {
    border: 0;
    outline: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    height: 1.875rem;
    width: 1.875rem;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.188rem rgb(0 0 0 / 12%),0 0.125rem 0.25rem 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-image__mains:after {
    content: "";
    display: block;
    clear: both
}

.product-images__thumb img {
    border-radius: 8px;
    mix-blend-mode: darken
}

.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 2px 7px #11111124;
}

.cart-panel, .top-panel__phone .header-phone__menu, .dropdown-menu {
    border-radius: 0.75rem
}

.product-quantity {
    margin-right: 1.25rem;
    width: 6.25rem
}

.product-entry-qty {
    margin-bottom: 0.313rem;
    display: block
}

@media (max-width: 767px) {
    .btn-addtools button,.product-share {
        background: #fff
    }
}

.product-buy__btn {
    flex-grow: 1;
    overflow: hidden;
    margin-top: auto
}

.product-buy__btn button {
    height: 48px;
}

#buyoneclick {
    width: 100%
}

.buy-one-click {
    margin-top: 0.938rem;
    width: 100%
}

.buy-one-click .boc_order_btn {
    color: #212529;
    background-color: #fff;
    border-color: #2d3e54
}

.add-cart-block button.btn i {
    display: inline-flex;
    vertical-align: sub;
    margin-right: 0.625rem;
    font-size: 1.5rem;
}

.discount {
    min-width: 10rem;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 0.438rem
}

.discount-title {
    margin-bottom: 0.625rem;
    font-weight: 700;
    margin-top: 0.5rem;
}

.card-percent {
    position: absolute;
    top: 0;
    right: 0
}

.discount .price-discount {
    display: flex;
    align-items: center;
    padding: 0.625rem
}

.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: #212529;
    display: inline-block
}

.product-options .checkbox,.product-options .radio {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle;
    transition: all .2s ease-in-out
}

.fake-checkbox input[type=checkbox],.fake-radio input[type=radio] {
    margin-left: 1rem;
    display: none
}

.fake-checkbox .option-btn,.fake-radio .option-btn {
    padding-left: 0
}

.fake-checkbox .option-image,.fake-radio .option-image {
    display: block;
}

.fake-checkbox .option-image .img-thumbnail,.fake-radio .option-image .img-thumbnail {
    border-color: #eee
}

@media (min-width: 768px) {
    .fake-checkbox .option-btn img:hover,.fake-radio .option-btn img:hover {
        border-color: #d9d9d9
    }
}

.fake-checkbox .option-name,.fake-radio .option-name {
    font-size: 0.875rem;
    padding: 0.563rem 0.9375rem;
    background: #fff;
    border-radius: 0.5rem;
    color: #212529;
    display: inline-flex;
    align-items: center;
    transition: all .2s ease-in-out;
    border: 1px solid #eee;
}

.fake-radio input:checked+label {
    cursor: default
}

.product-tabs {
    margin: 1.875rem auto 1.875rem;
    position: relative
}

.product-tabs__wrap {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    border-bottom: 0;
}

.product-tabs__wrap li+li {
    margin-left: 15px;
}

.product-tabs__wrap li a {
    align-items: center;
    background: #f3f5f7;
    border-radius: 0.5rem;
    color: #212529;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding: 0.5rem 1rem;
    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: #212529;
    color: #fff;
    border: 0
}

.tab-reviews__title {
    padding-bottom: 1.875rem
}

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: #7431f8
}

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: #075ed1
}

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: #212529
}

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: #212529
}

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
    }
}

.attributes-group {
    width: 100%;
    padding: 30px 0;
}

.attributes {
    width: 100%
}

.attributes-group__name {
    font-size: 1.25rem;
    line-height: 1.563rem;
    font-weight: 700;
    margin-bottom: 0;
}

.attributes-group__item {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #eee
}

.attributes-name {
    position: relative;
    flex-shrink: 0;
    width: 50%;
    max-width: 360px
}

.attributes-name span {
    color: #767676;
}

.attributes-group__item+.attributes-group__item {
    margin-top: 0.625rem
}

.alert-top {
    position: fixed;
    top: 3.875rem;
    z-index: 1057;
    padding: 0.9375rem 2.1875rem 0.9375rem 0.9375rem;
    max-width: 360px;
    right: 2.75rem;
    margin-left: 0.625rem;
    border-radius: 0.5rem;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-box-shadow: 0 0.063rem 0.188rem rgb(0 0 0 / .28);
    -moz-box-shadow: 0 0.063rem 0.188rem rgb(0 0 0 / .28);
    box-shadow: 0 0.063rem 0.188rem rgb(0 0 0 / .28);
    cursor: pointer
}

@media (min-width: 1024px) {
    .alert-top {
        top:44px
    }
}

@media (max-width: 767px) {
    .alert-top {
        margin-right:0.625rem;
        right: 0
    }
}

.cart-panel {
    background: #fff;
    display: none;
    overflow: hidden;
    right: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 203;
    position: absolute;
    width: 393px;
    top: 100%;
}

.cart-panel .mini-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cart-panel .mini-list li {
    padding: 0.938rem;
    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: 8px;
    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: 0.875rem;
    margin: 0;
    padding: 0;
    display: inline-block
}

.minicart-amount .badge {
    font-weight: 400;
    font-size: 0.688rem;
    padding: 0.125rem 0.313rem;
    line-height: 0.875rem
}

.minicart-totals__container:last-child {
    font-size: 1.063rem;
    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: 1.25rem
}

.empty-icon__cart i {
    font-size: 20rem
}

.empty-message {
    font-size: 2.125rem;
    color: #cdcdcd;
    line-height: normal
}

.alert.alert-cart,.alert.alert-comp,.alert.alert-wish {
    margin: 0;
    position: fixed;
    top: -100%;
    right: 2.5rem;
    width: 20rem;
    box-shadow: 0 0 0 0.063rem rgb(0 0 0 / .035),0 0.25rem 1.563rem rgb(0 0 0 / .07);
    background: #fff;
    z-index: 1100;
    padding-left: 3.125rem
}

@media (max-width: 767px) {
    .alert.alert-cart,.alert.alert-comp,.alert.alert-wish {
        width:auto;
        right: 0;
        margin: 0.9375rem 0.9375rem 0rem;
    }
}

.alert.alert-cart i,.alert.alert-comp i,.alert.alert-wish i {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.625rem 0 0 0.625rem;
    font-size: 1.063rem;
    display: inline-flex;
    align-items: center;
    color: #23a623;
    background: #e7eced;
    border-radius: 3.125rem;
    width: 1.875rem;
    height: 1.875rem;
    justify-content: center
}

.catalog-mobile-menu {
    background: #fff
}

.slide-header {
    display: none;
    justify-content: start;
    align-items: center;
    height: 3.5rem;
    min-height: 3.5rem;
    background-color: #f3f5f7;
    padding-left: 1.5rem;
    border-bottom: 1px solid #f3f5f7;
    position: relative
}

@media (max-width: 991px) {
    .slide-search.active {
        width:100%
    }

    .slide-header {
        display: flex
    }
}

.slide-title {
    font-size: 1.063rem;
    font-weight: 700;
    line-height: normal
}

.slide-close {
    width: 3.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.slide-close>i {
    font-size: 1.375rem;
    display: inline-flex;
    color: #93a3a6;
    transition: all .15s ease
}

.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: 3.5rem;
        right: 0;
        bottom: -56px;
        left: 0;
        background: #fff;
        border-radius: 0.75rem 0.75rem 0 0;
        z-index: 1051;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: opacity .15s linear .1s,-webkit-transform .3s ease-out;
        transition: transform .3s ease-out,opacity .15s linear .1s,-webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out,opacity .15s linear .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: 0.9375rem 1.5rem 0.39rem;
        font-weight: 700;
        line-height: normal;
    }

    .menu-mobile__informations a {
        display: block;
        color: #212529
    }

    .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% - 3.5rem)
    }

    .top-panel__search {
        margin: 0.625rem;
    }
}

@media (min-width: 992px) {
    .catalog-mobile-menu {
        display:none
    }
}

.w100 {
    width: 6.25rem
}

.w200 {
    width: 12.5rem
}

.w300 {
    width: 18.75rem
}

.w400 {
    width: 25rem
}

.w500 {
    width: 31.25rem
}

.white-space-nowrap {
    white-space: nowrap
}

.table-total .totals-info:last-child {
    font-size: 19px;
    font-weight: 600;
}

.totals-info+.totals-info {
    margin-top: 0.625rem
}

.show-special {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    line-height: 1;
    font-style: italic;
    color: #00bfff;
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem
}

@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: 3.375rem;
    cursor: pointer;
    display: inline-flex;
    height: 3.75rem;
    align-items: center;
    justify-content: center
}

.stars-rating .wrap span:before {
    content: "\2605";
    color: #e0e0e0
}

.stars-rating .wrap:not([data-rate="0"]) span:before {
    content: "\2605"
}

.stars-rating .wrap:hover span:before {
    content: "\2605";
    color: #ffa500
}

.stars-rating .wrap:hover span:hover~span:before {
    color: #e0e0e0
}

.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before,.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before,.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before,.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before,.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before {
    color: #ffa500
}

.menu-button__icon .line {
    height: 0.125rem;
    background: #212529;
    margin-bottom: 0.313rem;
    border-radius: 0.625rem
}

.menu-button__icon .short.line {
    margin-bottom: 0
}

.viewed-module {
    margin-bottom: 3.125rem
}

.wrapper-brands__new {
    margin-bottom: 3.125rem
}

.wrapper-brands__new .brands-new__show__all p {
    text-align: right;
    display: inline-block;
    color: #fff;
    font-size: 0.875rem;
    padding: 0.313rem 1.25rem;
    vertical-align: middle;
    border-radius: 3.125rem;
    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: #7431f8
}

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: #212529
}

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: #212529
}

body.cerulean .wrapper-brands__new .brands-new__show__all p {
    background: #075ed1
}

.wrapper-brands__new .brands-new__show__all p:hover {
    opacity: .8
}

.brands-new .brand-link {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0.5rem;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    color: #212529;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    transition: all .3s
}

.brands-new .brand-link:hover {
    -webkit-box-shadow: 0 0.438rem 1.5rem 0 rgb(8 9 10 / 8%);
    box-shadow: 0 0.438rem 1.5rem 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: 0.625rem
    }

    .wrapper-brands__new .wrapper-brands__header .content-title {
        font-size: 1.313rem
    }
}

.wrapper-brands__header {
    margin-bottom: 0.625rem
}

.text-company {
    font-size: 1.063rem;
    padding: 1.875rem
}

.text-company h1 {
    margin-top: 0;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: normal
}

@media (min-width: 992px) {
    .text-company {
        padding:43px
    }

    .text-company h1 {
        font-size: 2.75rem
    }
}

.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;
}

.contacts table td span {
    color: #212529;
    font-size: 1.063rem;
    line-height: 1.563rem;
    font-weight: 600
}

.big-icon {
    height: 3.375rem;
    width: 3.375rem;
    line-height: 3.375rem;
    font-size: 1.813rem;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center
}

body .big-icon {
    background: #7431f8
}

body.cerulean .big-icon {
    background: #075ed1
}

body.black .big-icon {
    background: #212529
}

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: #212529
}

body.red .big-icon {
    background: #e20000
}

body.coral .big-icon {
    background: #ff462d
}

.big-icon.s45 {
    height: 2.813rem;
    width: 2.813rem;
    font-size: 1.063rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.contacts table td .big-icon {
    margin: 0 1.25rem 1.25rem 0
}

.maps-size {
    width: 100%;
    height: 400px
}

.tags-container {
    margin-top: 2.063rem
}

.tags-title {
    color: #212529;
    font-size: 1.563rem;
    font-weight: 300;
    margin-bottom: 1rem
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.625rem
}

.product-tags a {
    padding: 0.375rem 1rem;
    color: #212529;
    border-radius: 3.125rem;
    background: #f3f5f7;
    word-break: break-word
}

.product-tags a:hover {
    color: #004ed6
}

.grayscale {
    -webkit-filter: grayscale(1);
    opacity: .4;
    filter: grayscale(1);
    filter: gray
}

.viewed-layout {
    padding-bottom: 1.25rem
}

.viewed-caption {
    padding: 0.938rem;
    border-radius: 0.5rem;
    border: 1px solid #eee;
    color: #212529;
    transition: all .3s;
    height: 100%;
}

.flex-group {
    display: flex
}

.bg-container {
    background-color: #f3f5f7;
    background-color: #fff
}

@media (max-width: 480px) {
    .checkout-btns .btn {
        display:block
    }

    .checkout-btns .btn+.btn {
        margin: 0.625rem 0 0
    }
}

.text-empty {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    flex-direction: column
}

.review-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1.875rem 0
}

.review-card__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: opacity .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: 0.75rem
}

.review-card__wrap .review-name {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 0.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #93a4b1
}

.review-card__wrap .review-text {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #212529;
}

.reviews-subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #767676
}

.reviews-title__header .close-btn {
    display: flex;
    align-items: center;
    z-index: 99;
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    background-color: #fff0;
    border: none;
    color: #767676;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    padding: 0.625rem
}

.reviews-title__header .close-btn:hover {
    background-color: #f3f4f6
}

.reviews-title__header .close-btn:active {
    background-color: #e6e6e6
}

.form-review__card {
    padding-top: 1.25rem
}

.close-icon__cross {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background-size: 1.5rem 1.5rem;
    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: 0.313rem 0.625rem 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: 0.313rem
    }
}

#button-cart.btn-warning {
    background: #ec8700!important;
    -webkit-box-shadow: 0 0.063rem 0.375rem rgb(195 103 0 / .55)!important;
    box-shadow: 0 0.063rem 0.375rem rgb(195 103 0 / .55)!important
}

.section-block__horizontal {
    margin-bottom: 3.75rem;
    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: 3.75rem;
    vertical-align: top
}

@media (min-width: 768px) {
    .section-block__item {
        width:50%
    }
}

.section-block__img {
    margin-right: 1.25rem;
    width: 4.375rem;
    float: left
}

.section-block__text {
    display: inline-block;
    width: calc(100% - 3.125rem - 2.5rem)
}

.section-block__title {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    line-height: normal;
    font-size: 21px;
    color: #212529;
    margin-bottom: 15px;
}

.section-block__annotation {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 1.5rem;
    color: #767676;
    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: #212529;
}

.ToTopIcon {
    fill: #fff
}

.remove-wishlist {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    color: #212529;
    width: 1.875rem;
    height: 1.875rem;
    z-index: 1;
    text-align: center;
    border-radius: 0.5rem;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.remove-wishlist:active,.remove-wishlist:active:focus,.remove-wishlist:focus,.remove-wishlist:hover {
    color: #7431f8;
    background: #eff0f2
}

.remove-wishlist i {
    font-size: 1.188rem;
    height: 1.5rem
}

.order-list-info .order-item {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    border-radius: 0.375rem
}

.order-list-info .order-title {
    background: #f3f5f7;
    padding: 0.625rem
}

.order-list-info .order-name {
    font-size: 1.063rem;
    display: block;
    font-weight: 700;
    line-height: 1.5rem
}

.order-list-info .order-block {
    padding: 1.25rem
}

.order-list-info .order-block:not(:last-child) {
    border-bottom: 1px solid #eee
}

.order-list-info .order-options-title {
    font-weight: 500;
    color: #212529
}

.order-list-info .order-inline {
    color: #767676
}

.order-list-info .products-order-price-title {
    font-size: 0.75rem
}

.order-list-info .products-order-price {
    font-size: 15px
}

.order-list-info .product-total-amount {
    display: inline-flex;
    align-items: baseline;
    font-size: 1.313rem;
    font-weight: 500
}

.order-list-info .products-order-total-title {
    margin-right: 0.625rem;
    font-size: 0.875rem;
    font-weight: 400
}

.order-list-info .products-order-total {
    font-size: 2rem;
    color: #212529
}

.product-order__bottom {
    border-top: 1px solid #eee;
    padding-top: 1.25rem
}

.account-section {
    padding: 1.875rem 0 1.25rem;
    margin-left: 2.75rem;
    border-top: 1px solid #eee
}

.account .form-group {
    margin-bottom: 0.625rem
}

.my-account {
    border-top: 0
}

.account-section,.account-title {
    position: relative
}

.account-section a {
    color: inherit
}

.account-section a:hover {
    color: #045eff
}

.account-section .accoun-title__head {
    color: #212529;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.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: 8px;
    border: 1px solid #eee;
}

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

.list-module__item+.list-module__item {
    margin-top: 0.938rem
}

.list-module__link {
    color: inherit
}

.list-module-item.active {
    padding: 0.188rem 0.625rem;
    border-radius: 0.5rem;
    background: #f3f5f7;
}

.list-child {
    list-style: none;
    padding: 0;
}

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

.list-child li a {
    padding: 0.25rem 0.563rem;
    margin-left: 1.125rem;
    color: #212529;
    text-decoration: none;
    border-radius: 0.5rem;
}

.list-child li a:hover, .list-child li a:focus {
    color: #000;
    background-color: #f3f5f7;
}

.title-module {
    background: #7431f8;
    color: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
    height: 3.375rem;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    text-transform: uppercase;
    transition: all .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: 0.625rem
}

.reward-text__total {
    color: #767676;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem
}

.reward-total {
    font-size: 1.438rem;
    line-height: normal;
    font-weight: 600
}

.reward-history {
    display: block;
    line-height: 3.375rem
}

.orders-table .table>tbody>tr>td,.orders-table .table>thead>tr>th,.reward-table .table>tbody>tr>td,.reward-table .table>thead>tr>th {
    vertical-align: middle;
    border-width: 0.063rem;
    padding: 0.9375rem 0
}

.product-description {
    margin-bottom: 1.875rem
}

.product-description h2:first-child,.product-description h3:first-child,.product-description h4:first-child {
    margin-top: 0
}

.ftr-module {
    margin-bottom: 3.125rem
}

.ftr-cat a img {
    mix-blend-mode: darken
}

.ftr-cat a {
    display: block;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    border: 1px solid #eee;
    transition: all .3s
}

.ftr-cat a:hover {
    -webkit-box-shadow: 0 0.438rem 1.5rem 0 rgb(8 9 10 / 8%);
    box-shadow: 0 0.438rem 1.5rem 0 rgb(8 9 10 / 8%);
    border-color: #fff
}

.ftr-cat__name {
    height: 2.5rem;
    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.75rem;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

#column-left .product-layout,#column-right .product-layout {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.reviews-count {
    font-size: 0.875rem;
    white-space: nowrap;
    line-height: 1rem
}

@media (max-width: 575px) {
    .reviews-count .counter-text {
        display:none
    }
}

@media (max-width: 767px) {
    .product-price__current {
        font-size:0.938rem
    }

    .product-item__quantity-val,.product-item__sku .product-item__text_sku {
        font-size: 15px
    }

    .product-button__container .btn {
        width: 2.5rem;
        height: 2.5rem
    }

    .reviews-count {
        font-size: 15px
    }

    .product-button__container .btn>i {
        font-size: 15px
    }

    .product-item__amount-btn-minus,.product-item__amount-btn-plus {
        padding: 0.125rem 0.438rem
    }

    .product-item__amount .product-item__amount-input {
        height: 1.75rem;
        font-size: 0.75rem
    }

    .toolbar-form__input__title {
        font-size: 0.75rem
    }

    .ftr-cat__name {
        font-size: 0.875rem;
        line-height: 1rem
    }
}

.pb-30 {
    padding-bottom: 1.875rem
}

@media (min-width: 768px) {
    #boc_order .modal-body {
        padding: 1.5rem 2.5rem 2.875rem
    }
}

#boc_order .boc_product_input i {
    font-size: 1.25rem
}

#boc_order_title {
    font-size: 1.875rem;
    line-height: normal;
    text-align: center;
    padding-bottom: 1.563rem;
    padding-top: 0.625rem;
    font-weight: 600;
    margin: 0
}

#boc_order .form-group label {
    color: #424b5a;
    display: block;
    font-size: 0.875rem;
    line-height: 1.313rem;
    font-weight: 500;
    margin-top: 0.5rem;
    text-transform: none
}

#boc_submit {
    width: 100%;
}

#boc_order .boc-close {
    padding: 0;
    border: 0;
    background: 0;
    font-size: 0;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    z-index: 1;
    transition: transform .25s
}

#boc_order .boc-close:hover {
    transform: rotate(180deg)
}

#boc_order .boc-close i {
    font-size: 1.25rem;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center
}

.store-image {
    margin: 0 0 1.25rem
}

.pt-20 {
    padding-top: 1.25rem
}

.pt-30 {
    padding-top: 1.875rem
}

.swiper-pager .swiper-button-next,.swiper-pager .swiper-button-prev {
    -moz-background-size: 1.188rem 2.75rem;
    -webkit-background-size: 1.188rem 2.75rem;
    background-size: 1.188rem 2.75rem;
}

.blog-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-item__container {
    height: 100%;
}

.blog-link {
    display: block;
    background: #f3f5f7;
    color: inherit!important;
    height: 100%;
}

.blog-link:hover {
    background: #e6e8e9;
}

.blog-link, .blog-image {
    border-radius: 1.25rem;
    overflow: hidden;
}

.blog-card__content {
    padding: 0.938rem;
    flex-grow: 1;
}

.blog-card__group {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-description {
    font-size: 15px;
    line-height: 1.5rem;
}

.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: #f3f5f7;
    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: 0.625rem 1.5rem;
    border: 0
}

.mobile-language .dropdown-toggle span,.mobile-currency .dropdown-toggle span {
    display: block!important;
    padding: 0 0.25rem
}

.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: 1.5rem
}

.review-author,.review-rating,.review-date {
    margin-bottom: 0.625rem
}

.review-date {
    color: #767676
}

.review-answer {
    margin: 0.9375rem 1.25rem;
    border-left: 1px solid;
    padding-left: 1.25rem
}

.review-text p {
    margin-bottom: 0
}

.promo-list-items {
    margin: 0 -0.625rem;
    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: 1.875rem;
    min-height: 20.625rem;
    padding: 0 0.625rem;
    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: 2.75rem;
    line-height: 3.063rem;
    max-width: 21.625rem;
    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;
    padding: 1.875rem 1.875rem 1.5rem;
    border-radius: 1.25rem
}

@media (max-width: 1024px) {
    .promo-list-items>* {
        width: 50%
    }
}

@media (max-width: 640px) {
    .promo-list-items>* {
        width: 100%;
        min-height: 20rem
    }
}

@media (max-width: 380px) {
    .promo-list-items>* {
        min-height:calc(100vw - 2.5rem)
    }
}

@media (max-width: 1250px) {
    .promo-list-caption {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.prodvar {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap
}

.prodvar-item {
    margin: 0 0.625rem 0.625rem 0
}

@media (max-width: 576px) {
    .prodvar-item {
        width:100%;
        margin: 0 0 0.625rem
    }
}

.prodvar-price {
    padding-top: 0.313rem
}

.prodvar-price__current {
    font-weight: 600;
    color: #212529
}

.prodvar-item__form {
    display: flex;
    align-items: center
}

.prodvar-link {
    display: flex;
    border-radius: 0.5rem;
    padding: 0.625rem 0.75rem;
    min-height: 100%;
    border: 1px solid #ebebeb;
    transition: transform ease .2s,box-shadow ease .2s,border-color ease .2s
}

.prodvar-name {
    flex-grow: 1;
    padding-left: 0.75rem
}

.prodvar-image {
    flex-shrink: 0
}

.prodvar-image img {
    mix-blend-mode: multiply
}

.prodvar-name__text {
    color: #212529;
    line-height: 1.375rem
}

.html-content {
    width: 100%
}

.promo-2 {
    border: 1px solid #eee;
    border-radius: 0.5rem;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 1.25rem
}

.promo__item,.promo__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promo__item {
    color: #212529;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0.938rem;
    margin-left: 1.875rem;
    position: relative;
    text-decoration: none;
    width: calc(33.33% - 1.875rem)
}

.promo-2 .promo__item {
    border: 0;
    border-radius: 0.5rem;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%
}

.promo-2 .promo__item+.promo__item {
    border-top: 1px solid #eee
}

.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: 0.938rem;
    width: 3.75rem;
    height: 3.75rem
}

@media (max-width: 991px) {
    .promo-2 .promo__item {
        flex-direction:column
    }
}

.promo-2 .promo__icon {
    width: 2.5rem;
    height: 2.5rem
}

.promo__icon img {
    border-radius: 0.5rem;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
}

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

.promo__title {
    display: block;
    font-size: 1.063rem;
    font-weight: 500;
    margin-bottom: 0.313rem
}

.promo-2 .promo__title {
    font-size: 15px
}

.promo__text {
    color: gray;
    display: block;
    font-size: 0.875rem;
    line-height: 1.6
}

.promo-2 .promo__text {
    font-size: 0.75rem
}

.minicart-totals .minicart-text {
    white-space: nowrap
}

.open-menu-shadow {
    background-color: #11111169;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.container-middle-header {
    position: relative;
}

.headermenu {
    padding-bottom: 15px;
}

.header-nav__submenu__content {
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px #00000040;
}

.header-nav__submenu {
    position: absolute;
    width: 100%;
    z-index: 101;
    top: 100%;
    margin-top: 20px;
    left: 0;
    display: none;
}

.header-nav__submenu.active {
    display: block
}

.header-submenu__rightside {
    position: relative;
    padding-left: 15px;
}

.not-children__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.header-submenu__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-submenu .category-link {
    display: flex;
    align-items: center;
    word-break: break-word;
    position: relative;
    padding: 10px 30px 10px 12px;
    border-radius: 0.5rem;
    margin-right: 0;
    color: #212529;
    width: 15.438rem;
    font-weight: 700;
}

.header-submenu__item.active .category-link {
    background-color: #f3f5f7;
    color: #212529
}

.header-submenu__item.has-children .header-submenu__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.938rem;
    width: 0.375rem;
    height: 0.375rem;
    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: #212529
}

.header-submenu .category-link img {
    margin-right: 0.938rem;
    flex-shrink: 0;
    mix-blend-mode: multiply
}

.header-submenu .category-link span {
    flex-grow: 1;
    line-height: 1.313rem
}

.header-submenu__container {
    column-count: 3;
}

.header-submenu__inner {
    width: 100%;
    word-break: break-word;
    break-inside: avoid-column;
    padding-bottom: 30px;
}

.header-submenu__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.submenu-link {
    color: #000;
}

.link-bold {
    font-weight: 600
}

.header-submenu__subchild__item {
    margin-bottom: 0.313rem
}

@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;
        flex: 1;
        height: 3.5rem
    }

    .top-users:before {
        content: "";
        background-color: #f3f5f7;
        width: 0.063rem;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .top-panel__search-container .mini-cart:before {
        display: none
    }
}

.child-link {
    color: #212529;
    display: block;
}

.child-link+.child-link {
    margin-top: 0.313rem;
}

.show-more button svg {
    fill: currentColor
}

.content-title {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6875rem;
    font-weight: 600;
    font-size: 1.4375rem;
    color: #000;
}

.block-goods>.container {
    padding-top: 1.875rem
}

.main-wrapper .swiper-viewport {
    box-shadow: none;
    border: 0;
    border-radius: 0.188rem
}

.main-wrapper .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    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;
    height: 3.5rem;
    min-height: 3.5rem;
    background-color: #f3f5f7;
    border-bottom: 1px solid #f3f5f7;
    position: relative
}

.mobile-catalog__title {
    font-size: 1.063rem;
    line-height: normal;
    font-weight: 700;
}

.mobile-catalog__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    color: #2d3e54;
    transform: rotate(180deg);
    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% - 3.5rem);
    overflow-x: hidden;
    overflow-y: auto
}

.mobile-catalog__item+.mobile-catalog__item {
    border-top: 1px solid #f3f5f7
}

.mobile-item {
    display: block;
    padding: 0.625rem 1rem;
}

.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;
    width: 3rem;
    height: 3rem;
    color: #212529;
    appearance: none;
    flex-shrink: 0
}

.mobile-catalog__image img {
    max-width: 1.875rem;
}

.mobile-catalog__icon__arrow {
    display: flex;
    align-items: center;
    justify-content: center
}

#list-view,#grid-view {
    width: 38px;
    height: 38px;
    background: no-repeat center;
    border-radius: 8px;
    cursor: pointer
}

#grid-view+#list-view {
    margin-left: 0.25rem
}

#list-view.active,#grid-view.active {
    background-color: #ffffff;
    border: 1px solid #eee;
}

#list-view.active svg,#grid-view.active svg {
    fill: #212529
}

#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
}

.O4qn {
    padding-left: 1.25rem
}

.product-item__wishlist {
    height: 100%
}

.bg-gray {
    background-color: #fbfbfe
}

.pb-15 {
    padding-bottom: 0.938rem
}

.rating-average {
    padding-bottom: 1.25rem
}

.rating-average__wrapper {
    max-width: 340px
}

.rating-average__title {
    font-size: 1.5rem;
    font-weight: 600;
}

.rating-average__grade {
    display: flex;
    align-items: center;
    line-height: 1.375rem;
    margin-bottom: -0.063rem
}

.rating-average__num {
    margin-right: 1rem;
    margin-bottom: 0
}

.rating-average__rail {
    flex-grow: 1;
    height: 0.5rem;
    background: #eeeff2;
    border-radius: 0.813rem
}

.rating-average__track {
    height: 100%;
    background: #ffa500;
    border-radius: 2.813rem;
    max-width: 100%
}

.rating-average__total {
    margin-bottom: 0;
    font-size: 47px;
    line-height: normal;
    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: 0.188rem
}

.product-quantity {
    margin-right: 0.938rem
}

#button-one-click {
    border-color: transparent;
    border-width: 0.063rem;
    background: #fff;
    margin-top: 0.625rem;
    color: #075ed1;
    background: rgb(235 247 255);
    text-transform: none;
    font-size: 15px;
}

.swiper-pager .swiper-prev,.swiper-pager .swiper-next {
    position: absolute;
    top: calc(50% - 2.25rem / 2 - 0px);
    z-index: 910;
    width: 2.25rem;
    height: 2.25rem;
    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: 2.25rem;
    height: 2.25rem;
    display: block;
    position: absolute;
    top: 0
}

.swiper-pager .swiper-prev:before,.swiper-pager .swiper-next:before {
    transition-property: opacity;
    transition-duration: 1s,1s;
    opacity: .1;
    background: #212529;
    border-radius: 3rem
}

.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 0.688rem center
}

@media (min-width: 768px) {
    .swiper-pager .swiper-prev,.swiper-pager .swiper-next {
        top:calc(50% - 3rem / 2 - 0px);
        width: 3rem;
        height: 3rem
    }

    .swiper-pager .swiper-prev:before,.swiper-pager .swiper-next:before,.swiper-pager .swiper-prev:after,.swiper-pager .swiper-next:after {
        width: 3rem;
        height: 3rem
    }

    .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 1.125rem center
    }
}

.promo-list-caption {
    max-width: 20rem
}

.brand-categories {
    font-size: 0
}

.brand-categories .btn {
    font-weight: 600;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem
}

.brand-categories .btn:hover {
    border-color: #767676
}

.headline-strong {
    font-weight: 700;
}

.short-descr__btn {
    border: 0;
    border-radius: 0.5rem;
    background: #f3f5f7;
    padding: 0.125rem 0.5rem;
}

.short-descr__btn:hover {
    background: #d7dadd
}

.img-pay {
    margin-bottom: 0.625rem;
    min-height: 4.375rem;
    display: inline-flex;
    align-items: center;
    margin-top: 1.25rem
}

.title-mini {
    margin-bottom: 0.625rem;
    font-weight: 600;
    font-size: 1.25rem
}

#form-currency button.dropdown-toggle,#form-language button.dropdown-toggle {
    color: #212529;
    border: 0;
}

#overlay {
    background: #fff0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
    -webkit-backdrop-filter: blur(0.188rem);
    backdrop-filter: blur(0.188rem);
}

#overlay.active {
    background: rgb(0 0 0 / .4);
    z-index: 1000;
    visibility: visible
}

.product-item__sku span, .product-item__model span {
    font-size: .875em;
    color: #767676;
    display: block
}

.text-link {
    color: #075ed1
}

@media (hover: hover) and (pointer:fine) {
    .viewed-caption:hover .viewed-name {
        color: #075ed1
    }

    .product-item:hover .product-item__icons {
        opacity: 1;
        visibility: visible
    }

    .prodvar-link:hover {
        border-color: #fff;
        box-shadow: 0 0.375rem 1.25rem 0 rgb(0 0 0 / 10%)
    }

    .prodvar-link:hover .prodvar-name__text {
        color: #075ed1
    }

    .viewed-caption:hover {
        border-color: #fff;
        box-shadow: 0 0.375rem 1.25rem 0 rgb(0 0 0 / 10%)
    }
}

.category-wall .category-blocks a.category-count {
    font-size: 15px
}

.category-wall .category-blocks .category-card {
    transition: all .3s ease-in-out;
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 0 0.063rem rgb(0 0 0 / .035),0 0.25rem 1.563rem rgb(0 0 0 / .07);
    border-radius: 1.25rem
}

.category-wall .category-blocks .category-list a:not(.category-count) {
    color: #767676
}

.mini-cart__link {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mini-cart__link:hover .top-panel__title {
    opacity: .8
}

.prod-container .short-description button {
    color: #075ed1;
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent!important;
    line-height: normal
}

.product-option h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px
}

.sitemap ul.sitemap-child a {
    position: relative;
    font-weight: 400;
    color: #090a0b;
    font-size: 15px;
    text-decoration: none;
    padding-left: 3.125rem;
    display: block
}

.sitemap ul.sitemap-child a:hover {
    text-decoration: underline
}

.sitemap ul.sitemap-child a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #767676;
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    text-align: center;
    position: absolute;
    left: 1.25rem
}

.sitemap ul.sitemap-level>li>a {
    font-weight: 700;
    color: #075ed1;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    display: block
}

.sitemap ul.sitemap-child {
    padding-bottom: 1.25rem
}

@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: 0.625rem
}

.sitemap ul li ul li ul {
    padding: 1.25rem
}

.sitemap>ul>li>ul>li>a {
    font-weight: 700!important
}

.product-item__code {
    padding: 3px 8px;
    border-radius: 6px;
    background: #ffffff;
    font-size: 13px;
    border: 1px solid #eee;
}

.manufacturer-image {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin-right: 0.75rem
}

.manufacturer-image img {
    padding: 0.25rem
}

.manufacturer-image__link {
    position: relative;
    height: inherit;
    width: inherit;
    display: flex;
    align-items: center
}

.manufacturer-logo__img img {
    margin: unset
}

.manufacturer-name a {
    color: #212529
}

.manufacturer-name__text-brand {
    line-height: 1;
    font-size: 0.875rem
}

.gray-substrate {
    border-radius: 0.5rem;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #eee;
}

.icon-menu__toggle div {
    font-size: 0.75rem;
    line-height: 0.813rem;
}

.product-img__container {
    position: sticky;
    top: 0;
}

.site-main.fixed .product-img__container {
    top: 100px;
}

.prod-content {
    display: grid;
    grid-template-columns: minmax(0px, 1fr);
    column-gap: 30px;
}

@media (min-width: 768px) {
    .prod-content {
        column-gap: 40px;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}

@media (min-width: 1024px) {
    .prod-content {
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
}

@media (min-width: 1200px) {
    .prod-content {
        grid-template-columns: 400px minmax(0px, 1fr) minmax(0px, 1fr);
        column-gap: 30px;
    }
}

@media (min-width: 1440px) {
    .prod-content {
        grid-template-columns: 508px minmax(0px, 1fr) minmax(0px, 400px);
        column-gap: 60px;
    }

    .width-1170 .prod-content {
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
}

@media (max-width: 1023px) {
    .prod-container.product-features {
        grid-row: 2;
        padding-top: 30px;
        grid-column: 1 / 3;
    }
}

@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 .text-muted {
    color: #075ed1
}

.manufacturer-list {
    margin-bottom: 1rem;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
}

.manufacturer-list__item {
    display: inline-block;
    margin: 0 0.25rem 0.25rem 0;
}

.manufacturer-list__item img {
    transition: all .3s
}

.manufacturer-list__item:hover img {
    border-color: #ccc
}

.category-wall2 .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.category-wall2 .category-wall__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 1.25rem;
}

.category-wall2 .category-wall__tab a {
    position: relative;
    padding: 0.625rem;
    background: #f3f5f7;
    min-height: 8rem;
    border-radius: 1.25rem;
    overflow: hidden;
    color: #212529;
    display: block;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms
}

.category-wall2 .category-wall__tab a:hover {
    background: #e7e9ea;
}

.category-wall2 .category-wall__tab p {
    font-weight: 700;
    max-width: 9.188rem;
    position: relative;
    z-index: 3;
    color: #000;
}

.category-wall2 .category-wall__tab img {
    position: absolute;
    z-index: 0;
    right: -1.25rem;
    bottom: -1.25rem;
    mix-blend-mode: multiply;
}

@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 (min-width: 1440px) {
    .category-wall2 .category-wall__item.col-lg-3 {
        -ms-flex:0 0 16.6666%;
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
}

@media (min-width: 768px) {
    .category-wall2 .category-wall__tab a {
        padding: 0.875rem 1.25rem
    }
}

.headermenu-list {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 15px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
}

.headermenu-item {
    flex-shrink: 0;
}

.headermenu-link {
    color: #212529;
    display: flex;
    gap: 0.313rem;
    align-items: center;
}

@media (min-width: 768px) {
    .headermenu-list {
        gap: 30px;
    }
}

/* Swiper CSS */
.site-main .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.site-main .swiper-extension {
    padding: 15px;
    margin: -15px;
}

@media (max-width: 767px) {
    .site-main .swiper-extension .product-layout {
        max-width: 200px;
    }
}

.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
}

.site-main .swiper-button-disabled {
    display: none
}

@media (max-width: 767px) {
    .site-main .swiper-buttons, .site-main .navigation-button {
        display:none
    }
}

.site-main .swiper {
    margin-bottom: 50px
}

.site-main .swiper-viewport {
    border-radius: 12px;
    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: 0.5rem;
    height: 1.563rem;
    right: 0;
    border-right: 1px solid #ddd;
}

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

.input-group-icon {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.input-group-icon i {
    line-height: 0;
}

.input-group-flex .has-icon {
    padding-left: 3.625rem;
}

label.checkbox {
    display: block;
    position: relative;
    padding-left: 2.188rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    font-size: 15px;
    -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: 0;
    left: 0;
    height: 1.563rem;
    width: 1.563rem;
    background-color: #fff;
    border: 1px solid #ddd;
}

label.checkbox input:checked ~ .check {
    background-color: #212529;
    border: none;
}

label.checkbox .check:after {
    content: "";
    position: absolute;
    display: none;
    left: 0.625rem;
    top: 0.375rem;
    width: 0.375rem;
    height: 0.625rem;
    border: solid white;
    border-width: 0 0.188rem 0.188rem 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: 2.188rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    font-size: 15px;
    -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: 0;
    left: 0;
    height: 1.563rem;
    width: 1.563rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}

label.radio input:checked ~ .check {
    background-color: #212529;
    border: none;
}

label.radio .check:after {
    content: "";
    position: absolute;
    display: none;
}

label.radio .check:after {
    top: 0.5625rem;
    left: 0.5625rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: white;
}

label.radio input:checked ~ .check:after {
    display: block;
}

.viewed-thumb, .viewed-thumb > a {
    height: 100%;
}

.bd-heading {
    color: #000;
}

.article-date-views i {
    display: inline-flex;
    vertical-align: -2px;
}

.checkout-name {
    font-weight: 600;
}

.checkout-cart, .total-container {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.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;
    }
}

.cart-count>* {
    height: 38px;
    line-height: normal;
}

.basket-remove {
    cursor: pointer;
    display: block;
    height: 24px;
}

.basket-remove:hover {
    color: #999;
}

.extension {
    position: relative;
}

.container-indent-80 {
    padding: 80px 0;
    background: #f3f5f7;
}

.container-indent-top-80 {
    padding-top: 80px;
}

.container-indent-bottom-80 {
    padding-bottom: 80px;
}

.container-shadow-gray {
    background: #f3f5f7;
}

.container-shadow-white {
    background: #fff;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}

* {
    scrollbar-width: thin;
}
.center-block {
text-align: center;

.promotions-m-container {
            max-width: 1540px;
            margin: 0 auto;
            padding: 20px;
            box-sizing: border-box;
        }
.promotions-m-grid {
            display: flex;
            justify-content: space-between;
            gap: 20px;
        }
        
        .promotion-m-item {
            width: 480px;
            height: 320px;
            border-radius: 10px;
            overflow: hidden;
        }
        
        .promotion-m-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
        
        @media (max-width: 768px) {
            .promotions-m-grid {
                flex-direction: column;
                gap: 15px;
            }
            
            .promotion-m-item {
                width: 100%;
                height: auto;
                aspect-ratio: 480/320;
                 }
}