.top-blocks {
    white-space: nowrap;
    font-size: 15px;
}

.tooltip.in {
    animation-name: jump;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

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

    50% {
        -moz-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

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

    50% {
        -webkit-transform: translateY(-4px);
    }
}

.fa {
    font-size: 16px;
}

h1 .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa {
    font-size: inherit;
}

/* Text */
.text-gray {
    color: #999
}

.text-red {
    color: #f7232c;
}

.text-green {
    color: #04ae00
}

.text-orange {
    color: orange
}

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

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

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

.product-item__rating {
    margin-bottom: 10px;
}

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

.catalog .additional-categories {
    padding: 4px;
    margin-left: -4px;
}

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

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

.header-nav__catalog {
    padding: 30px 30px 50px;
}

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

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

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

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

.product-item__amount .product-item__amount-input {
    width: 35px;
    appearance: none;
}

.price-tax {
    padding-bottom: 6px;
    margin-top: -3px;
    font-size: 12px;
    font-weight: 400;
}

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

.title-module {
    border-radius: 10px 10px 0 0;
    height: 44px;
    font-weight: 600;
    text-transform: unset;
    font-size: 16px;
}

.toolbar-form__input__title {
    font-size: 16px;
}

.text-dotted-border {
    border-bottom: 1px dotted;
}

.subcategory-counter {
    color: #333;
    background: #f5f5f5;
    border-radius: 2px;
    font-weight: 500;
    border-top-right-radius: 8px;
}

.modal-content {
    border-radius: 3px;
}

.top-info__blocks .btn-group>button>strong {
    margin-right: 5px;
}

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

    .product-item__price .price-old {
        font-size: 12px;
        line-height: 14px;
    }

    .main-price {
        font-size: 23px;
    }

    .product-right {
        padding-top: 15px;
    }
}

.brands-new .brand-link {
    margin-bottom: 20px;
}

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

.minicart-totals {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}

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

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

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

.product-buttons .btn {
    height: 39px;
}

.product-reward span {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.product-reward .reward-modal__button {
    margin-left: 5px;
}

.cart-panel .mini, .cart-panel.top .mini {
    border-bottom: 1px solid #eee;
}

.minicart-empty i {
    font-size: 160px;
}

.empty-cart__title {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 0;
}

.icon-special path {
    fill: #089eff;
}

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

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

.xdstickers {
    padding: 5px 8px;
    border-radius: 10px;
    box-shadow: 0px 5px 14px #00000024;
}

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

    .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: 17px;
}

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

.alert.alert-cart,.alert.alert-comp,.alert.alert-wish {
    box-shadow: 0 0 0 1px rgb(0 0 0 / .035),0 4px 25px rgb(0 0 0 / .07)
}

.text-last {
    margin-bottom: 16px
}

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

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

.text-last__descr {
    flex-grow: 1;
    max-width: 320px;
    color: #333
}

.manufacturer-logo i {
    font-size: 35px;
    opacity: .1
}

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

    .pt-lg-15 {
        padding-top: 15px;
    }

    .pt-lg-20 {
        padding-top: 20px;
    }

    .pt-lg-25 {
        padding-top: 25px;
    }

    .pt-lg-30 {
        padding-top: 30px;
    }

    .pb-lg-10 {
        padding-bottom: 10px;
    }

    .pb-lg-15 {
        padding-bottom: 15px;
    }

    .pb-lg-20 {
        padding-bottom: 20px;
    }

    .pb-lg-25 {
        padding-bottom: 25px;
    }

    .pb-lg-30 {
        padding-bottom: 30px;
    }
}

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

    .pt-md-15 {
        padding-top: 15px;
    }

    .pt-md-20 {
        padding-top: 20px;
    }

    .pt-md-25 {
        padding-top: 25px;
    }

    .pt-md-30 {
        padding-top: 30px;
    }

    .pb-md-10 {
        padding-bottom: 10px;
    }

    .pb-md-15 {
        padding-bottom: 15px;
    }

    .pb-md-20 {
        padding-bottom: 20px;
    }

    .pb-md-25 {
        padding-bottom: 25px;
    }

    .pb-md-30 {
        padding-bottom: 30px;
    }
}

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

    .pt-sm-15 {
        padding-top: 15px;
    }

    .pt-sm-20 {
        padding-top: 20px;
    }

    .pt-sm-25 {
        padding-top: 25px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pb-sm-10 {
        padding-bottom: 10px;
    }

    .pb-sm-15 {
        padding-bottom: 15px;
    }

    .pb-sm-20 {
        padding-bottom: 20px;
    }

    .pb-sm-25 {
        padding-bottom: 25px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }
}

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

    .pt-xs-15 {
        padding-top: 15px;
    }

    .pt-xs-20 {
        padding-top: 20px;
    }

    .pt-xs-25 {
        padding-top: 25px;
    }

    .pt-xs-30 {
        padding-top: 30px;
    }

    .pb-xs-10 {
        padding-bottom: 10px;
    }

    .pb-xs-15 {
        padding-bottom: 15px;
    }

    .pb-xs-20 {
        padding-bottom: 20px;
    }

    .pb-xs-25 {
        padding-bottom: 25px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }
}

.cursor-pointer {
    cursor: pointer
}

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

.dropdown-item:focus,.dropdown-item:hover {
    color: #333;
    background-color: #f5f5f5
}

.header-links__text {
    cursor: pointer;
    color: #8C8C8C;
    font-size: 13px;
    font-weight: 600;
}

.header-links__text:hover {
    color: #089eff;
}

.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: 20px;
    text-align: left;
    background: #fff;
    z-index: 102;
    min-width: 240px;
    max-width: 480px;
    display: none;
    white-space: normal;
}

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

.header-phone__menu .phone-item+.phone-item {
    padding-top: 15px;
}

.phone-item .text-muted {
    font-size: 15px;
    line-height: 20px;
}

.main-slider {
    position: relative
}

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

.pagination>li>a,.pagination>li>span {
    color: #333;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #ddd
}

.number {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.number-minus,.number-plus {
    width: 35px;
    line-height: 35px;
    display: block;
    background: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: 0;
    padding: 0;
    font-weight: 700;
    flex-shrink: 0;
}

.number-minus:hover,.number-plus:hover {
    color: #333;
    background: #f5f5f5
}

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

.number-text {
    color: #333;
    padding: 0;
    background: #fff;
    outline: none;
    border: none;
    width: 100%;
    height: 35px;
    text-align: center
}

.product-tools .number-text,.product-tools .number-minus,.product-tools .number-plus {
    height: 40px
}

.navigation-content {
    position: relative;
    padding-top: 0
}

@media (max-width: 767px) {
    .navigation-content:after {
        content:"";
        position: absolute;
        right: 0;
        background-image: linear-gradient(to right,transparent 0,#ffffff 100%);
        height: 25px;
        width: 25px;
        top: 0
    }
}

.breadcrumb::-webkit-scrollbar {
    height: 0
}

.fake-checkbox input:checked+label .option-name,.fake-radio input:checked+label .option-name,.fake-radio input:checked+label img,.fake-radio input:checked+label img:hover {
    border-color: #333;
    color: #333;
    background: #fff0
}

.navigation-button {
    align-items: center;
    background-color: #fff;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    box-shadow: 0 6px 19px rgb(34 34 34 / 9%);
    transition: all .3s;
}

.navigation-button:hover {
    background: #ebebeb;
    color: #000000;
}

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

.attribute-block {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .attribute-block {
        display: none;
    }
}

.attribute-table {
    width: 100%;
    margin-bottom: 10px;
}

.attribute-item {
    vertical-align: top;
    font-size: 15px;
    padding-bottom: 4px;
}

.attribute-feature {
    position: relative;
}

.attribute-feature span {
    background: #fff;
    display: inline;
    z-index: 1;
    position: relative;
    color: #999;
}

.attribute-feature:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px dotted rgb(0 0 0 / 10%);
    left: 0;
    top: 15px;
}

.attribute-item__feature {
    width: 230px;
}

.attribute-all {
    display: inline;
    cursor: pointer;
    text-decoration: underline dotted 1px;
    text-underline-offset: .15em;
    font-size: 16px;
}

.short-description {
    font-size: 16px;
    color: #666;
}

#accordion {
    margin-bottom: 20px
}

.product-item__description {
    margin-bottom: 10px;
    color: #333;
    padding: 4px 8px;
    border-radius: 10px;
    background: #f5f5f5;
}

.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% - 10px);
    }
}

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

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

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

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

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

.catalog-button .icon-close {
    display: none
}

.catalog-button.active .icon-close {
    display: block
}

.catalog-button.active .icon-grid {
    display: none
}

@media (max-width: 1199px) {
    .catalog-button {
        padding-left: 10px;
        padding-right: 10px
    }
}

.top-10 {
    top: 10px
}

.top-20 {
    top: 20px
}

.top-30 {
    top: 30px
}

.top-40 {
    top: 40px
}

.top-50 {
    top: 50px
}

.top-60 {
    top: 60px
}

.top-70 {
    top: 70px
}

.top-80 {
    top: 80px
}

.top-90 {
    top: 90px
}

.top-100 {
    top: 100px
}

.text-underline {
    text-decoration: underline
}

.text-overline {
    text-decoration: overline
}

.text-dashed {
    text-decoration: dashed
}

.text-line-through {
    text-decoration: line-through
}

.text-none {
    text-decoration: none
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

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

    .gap-xs-10 {
        gap: 10px;
    }

    .gap-xs-15 {
        gap: 15px;
    }

    .gap-xs-20 {
        gap: 20px;
    }

    .gap-xs-25 {
        gap: 25px;
    }

    .gap-xs-30 {
        gap: 30px;
    }
}

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

    .gap-sm-10 {
        gap: 10px;
    }

    .gap-sm-15 {
        gap: 15px;
    }

    .gap-sm-20 {
        gap: 20px;
    }

    .gap-sm-25 {
        gap: 25px;
    }

    .gap-sm-30 {
        gap: 30px;
    }
}

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

    .gap-md-10 {
        gap: 10px;
    }

    .gap-md-15 {
        gap: 15px;
    }

    .gap-md-20 {
        gap: 20px;
    }

    .gap-md-25 {
        gap: 25px;
    }

    .gap-md-30 {
        gap: 30px;
    }
}

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

    .gap-lg-10 {
        gap: 10px;
    }

    .gap-lg-15 {
        gap: 15px;
    }

    .gap-lg-20 {
        gap: 20px;
    }

    .gap-lg-25 {
        gap: 25px;
    }

    .gap-lg-30 {
        gap: 30px;
    }
}

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

    .gap-xl-10 {
        gap: 10px;
    }

    .gap-xl-15 {
        gap: 15px;
    }

    .gap-xl-20 {
        gap: 20px;
    }

    .gap-xl-25 {
        gap: 25px;
    }

    .gap-xl-30 {
        gap: 30px;
    }
}

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

    .gap-xxl-10 {
        gap: 10px;
    }

    .gap-xxl-15 {
        gap: 15px;
    }

    .gap-xxl-20 {
        gap: 20px;
    }

    .gap-xxl-25 {
        gap: 25px;
    }

    .gap-xxl-30 {
        gap: 30px;
    }
}

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

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

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

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

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

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

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

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

.fs-13 {
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-width-200 {
    max-width: 200px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-1000 {
    max-width: 1000px;
}

.text-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal
}

.text-line-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2
}

.text-line-3 {
    line-clamp: 3;
    -webkit-line-clamp: 3
}

.text-line-4 {
    line-clamp: 4;
    -webkit-line-clamp: 4
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],template {
    display: none
}

a {
    background-color: #fff0
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    color: #333;
    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 40px
}

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

pre {
    overflow: auto
}

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

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

button[disabled],html input[disabled] {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .4;
    filter: grayscale(1);
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

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

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

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

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 500
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0
}

@media print {
    *,:after,:before {
        color: #333!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 #999;
        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: #333!important
    }

    .label {
        border: 1px solid #333
    }

    .table {
        border-collapse: collapse!important
    }

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

    .table-bordered td,.table-bordered th {
        border: 1px solid #f5f5f5!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: #089eff;
    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: #089eff;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto
}

.img-responsive {
    margin-left: auto;
    margin-right: auto
}

.img-rounded {
    border-radius: 3px
}

.img-thumbnail {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    -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: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

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

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: normal;
    line-height: 1;
    color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 15px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

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

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

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

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

small, .small {
    font-size: 85%;
}

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

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #337ab7;
}

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

.text-success {
    color: #3c763d;
}

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

.text-info {
    color: #31708f;
}

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

.text-warning {
    color: #8a6d3b;
}

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

.text-danger {
    color: #dc3545;
}

.required .text-danger {
    font-size: 16px;
}

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

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

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

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

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

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

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

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

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

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

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

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

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

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xs-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xs-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xs-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xs-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xs-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xs-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xxl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xxl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xxl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xxl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xxl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xxl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 48px !important;
}

.mt-5, .my-5 {
    margin-top: 48px !important;
}

.mr-5, .mx-5 {
    margin-right: 48px !important;
}

.mb-5, .my-5 {
    margin-bottom: 48px !important;
}

.ml-5, .mx-5 {
    margin-left: 48px !important;
}

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

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 48px !important;
}

.pt-5, .py-5 {
    padding-top: 48px !important;
}

.pr-5, .px-5 {
    padding-right: 48px !important;
}

.pb-5, .py-5 {
    padding-bottom: 48px !important;
}

.pl-5, .px-5 {
    padding-left: 48px !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -48px !important;
}

.mt-n5, .my-n5 {
    margin-top: -48px !important;
}

.mr-n5, .mx-n5 {
    margin-right: -48px !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -48px !important;
}

.ml-n5, .mx-n5 {
    margin-left: -48px !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 48px !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 48px !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 48px !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 48px !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 48px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 48px !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 48px !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 48px !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 48px !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 48px !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -48px !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -48px !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -48px !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -48px !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -48px !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 48px !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 48px !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 48px !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 48px !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 48px !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 48px !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 48px !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 48px !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 48px !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 48px !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -48px !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -48px !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -48px !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -48px !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -48px !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 48px !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 48px !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 48px !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 48px !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 48px !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 48px !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 48px !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 48px !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 48px !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 48px !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -48px !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -48px !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -48px !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -48px !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -48px !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 48px !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 48px !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 48px !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 48px !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 48px !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 48px !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 48px !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 48px !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 48px !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 48px !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -48px !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -48px !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -48px !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -48px !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -48px !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

table {
    background-color: #fff0
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.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: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

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

.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: 5px
}

.table-bordered {
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.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: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5
}

.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: 16px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #f5f5f5
    }

    .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: 20px;
    font-size: 20px;
    line-height: normal;
    color: #333;
    font-weight: 600
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 14px;
    font-size: 16px;
    height: 44px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #ffffff;
}

@media (max-width: 1024px) {
    .form-control {
        font-size: 16px;
    }
}

.form-control-sm {
    height: 35px;
    padding: 4px 10px;
}

.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: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 16px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #93a4b1;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 2rem;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075)
}

.has-success .form-control:focus {
    border-color: #99ca9a;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(103 177 104 / 45%)
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #e0874c;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075)
}

.has-warning .form-control:focus {
    border-color: #ffc198;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(255 140 59 / 39%)
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #dc3545
}

.has-error .form-control {
    border-color: #dc3545;
    padding-right: calc(1.5em + 12px);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 3px) center;
    background-size: calc(0.75em + 6px) calc(0.75em + 6px);
}

.has-error select.form-control {
    padding-right: 4.1280px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 12px center, center right 36px;
    background-size: 16px 12px, calc(0.75em + 6px) calc(0.75em + 6px);
}

.has-error .form-control:focus {
    border-color: #333
}

.has-error .input-group-addon {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.has-error .form-control-feedback {
    color: #dc3545
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999
}

@media(min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

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

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    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: 15px
}

@media(min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14px;
        font-size: 18px
    }
}

@media(min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.fa-caret-down {
    transition: transform .2s;
}

.open .fa-caret-down {
    transform: rotate(180deg);
}

.btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 400;
    color: #333;
    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: 7px 16px;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -ms-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    -webkit-transition: background-color 0.1s ease;
}

.btn i {
    display: inline-flex;
}

.btn:active {
    box-shadow: none
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

a.btn-default:focus,a.btn-default:hover {
    color: #333
}

.btn-default:hover {
    background-color: #ececec;
    border-color: #eee
}

.btn-default:active {
    background: #e4e4e4
}

.btn-primary {
    color: #fff;
    background-color: #089eff;
    border-color: #089eff
}

body.cerulean .btn-primary {
    background-color: #024869;
    border-color: #024869;
    color: #fff
}

body.black .btn-primary {
    background-color: #232f3e;
    border-color: #232f3e;
    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: #333
}

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: #47ca50
}

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: #089eff
}

a.btn-link:focus,a.btn-link:hover {
    color: #089eff
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 4px 8px;
    font-size: 15px;
    border-radius: 6px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 4px;
}

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

.btn-block+.btn-block {
    margin-top: 5px
}

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .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: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid #fff0;
    border-left: 4px solid #fff0
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 8px;
    min-width: 160px;
    text-align: left;
    list-style: none;
    background-color: #fff
}

.dropdown-menu-item {
    display: block;
    /* padding: 10px 15px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    line-height: 20px;
    font-size: 15px;
    transition: all .3s;
    border-radius: 10px;
}

.dropdown-menu a {
    color: #333;
}

.dropdown-menu a:focus,.dropdown-menu a:hover {
    color: #333;
    background: #f5f5f5;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #089eff;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #999
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: #fff0;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #999;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

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

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2
}

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

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px
}

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

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

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

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 3px
}

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

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

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / .125);
    box-shadow: inset 0 3px 5px 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: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

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

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 3px
}

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 3px
}

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 3px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-align: center;
    background-color: #eee;
    border: 1px solid #d8d8d8;
    border-radius: 3px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 3px
}

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

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

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group .input-group-btn .btn {
    height: 44px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #999;
    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: #089eff
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

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

.nav-tabs>li {
    float: left;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid #fff0;
    border-radius: 10px 10px 0 0;
    margin-bottom: -1px;
    font-weight: 700;
}

.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 #ddd;
    border-bottom-color: #fff0;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media(min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 10px 10px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 3px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #089eff
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #f5f5f5
}

@media(min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #f5f5f5;
        border-radius: 10px 10px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

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

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

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

.navbar {
    position: relative;
    min-height: 59px;
    margin-bottom: 20px;
    border: 1px solid #fff0
}

@media(min-width: 768px) {
    .navbar {
        border-radius:3px
    }
}

@media(min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #fff0;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / .1);
    box-shadow: inset 0 1px 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: -15px;
    margin-left: -15px
}

@media(min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width: 768px) {
    .navbar-static-top {
        border-radius: 3px
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius: 3px
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 59px;
    padding: 15px;
    font-size: 17px;
    line-height: 22px
}

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

.navbar-brand>img {
    display: block
}

@media(min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-10px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff0;
    background-image: none;
    border: 1px solid #fff0;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 0.469rem -10px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media(max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media(min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid #fff0;
    border-bottom: 1px solid #fff0;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / .1),0 1px 0 rgb(255 255 255 / .1);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .1),0 1px 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: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 16px
}

@media(min-width: 768px) {
    .navbar-text {
        float:left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width: 768px) {
    .navbar-left {
        float: left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -10px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.navbar-default .navbar-brand {
    color: #999
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: #fff0
}

.navbar-default .navbar-text {
    color: #999
}

.navbar-default .navbar-nav>li>a {
    color: #999
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    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: #f5f5f5
}

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

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #f5f5f5
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #999
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #f5f5f5
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #f5f5f5
}

@media(max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#999
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        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: #f5f5f5
    }

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

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #999
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

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

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.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: #bbbbbb;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.breadcrumb>li>a {
    color: #777;
}

.breadcrumb>li>a>svg {
    fill: #999;
}

.breadcrumb>li:hover:not(:last-child) a {
    color: #089eff;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #999;
    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: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #089eff
}

.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: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #333;
    border-radius: 5px;
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #089eff;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 3px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    -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: #089eff
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 10px 12px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

@media(max-width: 991px) {
    .alert {
        font-size: 16px
    }
}

.alert:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 2
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 500
}

.alert 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: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: inherit
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-info {
    color: #055160;
    background-color: #e0f9ff;
    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: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f3f4f6;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / .1);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #089eff;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / .15);
    box-shadow: inset 0 -1px 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: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #4eba55
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgb(255 255 255 / .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: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 15px
}

.media-left,.media>.pull-left {
    padding-right: 15px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 16px 20px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #eee;
}

.list-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0
}

a.list-group-item,button.list-group-item {
    color: #333
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    color: #089eff;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    color: #999;
    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: #999
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    font-weight: 700
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #089eff;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #089eff
}

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: #089eff;
    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: #089eff;
    border-color: #089eff
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-left {
    padding-left: 40px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.panel-body {
    padding: 15px
}

.panel-body:before,.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-body:before,.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.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: 12px 15px;
    border-bottom: 1px solid #fff0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 10px;
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #eee;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    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: #089eff
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #089eff;
    border-color: #089eff
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #089eff
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #089eff
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #dc3545;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f9;
    border: 1px solid #f5f5f5;
    border-radius: 3px
}

.well blockquote {
    border-color: #f5f5f5;
    border-color: rgb(0 0 0 / .15)
}

.well-lg {
    padding: 24px;
    border-radius: 3px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,.close:hover {
    color: #333;
    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: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 12px;
    outline: 0;
    box-shadow: 8px 8px 45px rgb(0 0 0 / 15%)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #333
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    position: relative;
    min-height: 16.5px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    font-weight: 300
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 30px
}

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 59px;
    overflow: scroll
}

@media(min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-md {
        width: 450px
    }

    .modal-sm {
        width: 320px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        width: 5100px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    opacity: 1
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 5px;
    margin-left: -3px
}

.tooltip-inner {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    max-width: 320px;
    box-sizing: border-box;
    line-height: 1.4;
    border-radius: 6px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: #fff0;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #333
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px;
    border-left-color: #333
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px;
    border-bottom-color: #333
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 5px 5px;
    border-bottom-color: #333
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 5px 5px;
    border-bottom-color: #333
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 17.280px;
    padding: 1px;
    font-size: 16px;
    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: 10px;
    -webkit-box-shadow: 5px 10px rgb(0 0 0 / .2);
    box-shadow: 5px 10px rgb(0 0 0 / .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -15px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
    border-radius: 10px 10px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: #fff0;
    border-style: solid
}

.popover>.arrow {
    border-width: 10px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-color: #93a4b1;
    border-top-color: rgb(0 0 0 / .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -15px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-right-color: #93a4b1;
    border-right-color: rgb(0 0 0 / .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #93a4b1;
    border-bottom-color: rgb(0 0 0 / .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -15px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-right-width: 0;
    border-left-color: #93a4b1;
    border-left-color: rgb(0 0 0 / .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .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: 640px;
        perspective: 640px;
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / .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: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -15px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -15px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -62.438rem;
    cursor: pointer;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: #fff0;
    text-shadow: none;
    background-color: #fff0;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
    display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media(min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

@media(min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

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

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

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

:focus {
    outline: 0!important
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    border: 1px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 16px;
    height: 16px;
    border-width: .2em;
}

body {
    font-family: "Roboto", sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    margin: 0;
    background-color: #fff;
}

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: 16px
}

.site-main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-header {
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #33333314;
    z-index: 100
}

.header-middle {
    position: relative;
    z-index: 11;
}

@media (max-width: 991px) {
    .top-menu__wrapper {
        display:none
    }

    .headermenu {
        padding-top: 15px;
    }

    .home-content .swiper-slideshow {
        margin-top: 0;
    }
}

.top-panel__phone {
    position: relative;
    text-align: right
}

.horizontal-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.horizontal-menu>li>a {
    display: block;
    color: #8C8C8C;
    font-size: 13px;
    font-weight: 600;
}

.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: #333;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.top-info__blocks .btn-group>button>img {
    position: relative;
    top: -1px;
    margin-right: 5px
}

@media (min-width: 992px) {
    .language-select:focus,.language-select:hover,.currency-select:focus,.currency-select:hover {
        opacity:1!important;
        color: #089eff
    }
}

.currency-links, .language-links {
    color: #fff;
}

.horizontal-menu>li>a>i {
    margin-left: 12px;
    font-size: 16px;
    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 24px rgb(61 75 82 / .16);
    -moz-box-shadow: 0 0 24px rgb(61 75 82 / .16);
    box-shadow: 0 0 24px 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: 15px 16px 14px;
    color: #333;
    text-decoration: none;
    white-space: nowrap
}

.top-panel.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
    background: #fff;
}

.top-panel__cols {
    display: flex;
    align-items: center
}

.top-panel__col .icon-box i {
    display: inline-flex;
    vertical-align: middle;
    font-size: 20px;
    color: #089eff;
}

.top-panel__title {
    font-size: 13px;
    line-height: normal;
    color: #333;
    font-weight: 700;
}

@media (max-width: 991px) {
    .top-panel__title {
        display:none
    }
}

.catalog-button {
    position: relative;
    z-index: 101;
    background: #089eff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    transition: all .2s;
    font-size: 16px;
    line-height: normal;
}

body.cerulean .catalog-button {
    background: #024869
}

body.black .catalog-button {
    background: #232f3e
}

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: #333
}

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: #f5f5f5
}

.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: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .top-panel__btn-catalog {
        display: none
    }
}

.top-panel__search-btn:link,.top-panel__search-btn:visited {
    text-decoration: none
}

.top-panel__search .input-group {
    width: 100%;
}

.top-panel__search .btn {
    position: absolute;
    right: 0;
    height: 44px;
    line-height: normal;
    border: none;
    color: inherit;
    background: transparent !important;
    padding: 8px 13px;
    font-size: 16px;
}

body.cerulean .top-panel__search .btn {
    background: #024869;
    border-color: #024869
}

body.black .top-panel__search .btn {
    background: #232f3e;
    border-color: #232f3e
}

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: #333
}

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 13px;
    border-right: 0;
    border-radius: 10px;
    appearance: none;
    transition: all .3s;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}

.top-panel__search input[type=text]:focus {
    border-color: #999
}

.top-panel__contacts-block {
    height: 4.80px;
    display: table;
    padding: 0 18px
}

.top-panel__contacts-block:hover {
    background-color: #f5f5f5
}

@media (max-width: 991px) {
    .top-panel__contacts-block {
        width: 100%;
        height: 56px;
        padding: 0 0 0 1px;
        position: relative
    }

    .top-panel__contacts-block:before {
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-color: #f5f5f5
    }

    .top-panel__contacts-icon {
        text-align: center
    }
}

.top-panel__contacts-caption {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px
}

.top-panel__contacts .top-panel__contact-link {
    text-decoration: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.top-panel__contacts-descr,.top-panel__contacts-title {
    display: block
}

.top-panel__contacts-title {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    font-weight: 500;
    line-height: 24px
}

.top-panel__contacts-descr {
    font-size: 16px;
    color: #a4a9b8;
    line-height: 17px;
}

.top-panel__contacts-icon:last-child>i {
    font-size: 25px;
    color: #b2c7cb
}

@media (max-width: 991px) {
    .panel-compare {
        text-align:center;
        padding: 0 0 0 1px;
        position: relative
    }
}

.panel-compare:link,.panel-compare:visited {
    text-decoration: none
}

.mini-cart {
    position: relative;
    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: 10px;
        background: #ffffff;
    }

    .mini-cart.not-title .mini-cart__link:hover,.mini-cart.not-title .mini-cart__link:focus {
        background: #f5f5f5;
    }

    .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: -3px;
    right: -7px;
    font-size: 10px;
    width: 16px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    border-radius: 50%;
    background-color: #d00000;
    padding: 0;
    height: 16px
}

body.cerulean .count {
    background-color: #024869
}

body.black .count {
    background-color: orange;
}

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: #333
}

body.red .count {
    background: #e20000
}

body.coral .count {
    background: #ff462d
}

.top-info__panels {
    padding-top: 8px;
    padding-bottom: 8px;
}

@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 2px 3px 0 rgb(0 0 0 / 6%);
    }
}

.top-panel__col {
    background: #f5f5f5;
}

.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: 10px;
    overflow: hidden;
}

.card-body {
    flex: 1 1 auto;
    padding: 16px 16px;
}

.card-text {
    font-size: 16px;
    color: #666;
}

@media (max-width: 575px) {
    .blog-layout {
        padding: 10px;
        margin: 0
    }
}

.blog-layout .product-item {
    border: 1px solid #ddd
}

.catalog-list, .catalog-grid {
    display: grid;
    grid-auto-flow: dense;
}

.catalog-list {
    gap: 20px;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .catalog-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog-grid.one-column {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-grid.two-column {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 992px) {
    .catalog-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .catalog-grid.one-column {
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog-grid.two-column {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .catalog-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .catalog-grid.one-column {
        grid-template-columns: repeat(4, 1fr);
    }

    .catalog-grid.two-column {
        grid-template-columns: repeat(3, 1fr);
    }
}

.catalog-container .product-layout {
    position: relative;
}

.product-item__container {
    height: 100%;
    border-radius: 10px;
    transition: box-shadow ease .2s, border ease .2s, background ease .2s;
    background: #fff;
    padding: 12px;
}

@media (min-width: 768px) {
    .catalog-grid-column-gap {
        gap: 15px;
    }
}

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

.shadow-hover:hover {
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 10%);
}

.shadow-hover-no-bordered:hover {
    border-color: #fff;
}

.swiper-wrapper .product-layout .product-item {
    border: 0
}

.product-item .xdstickers {
    float: none;
    display: table
}

@media (min-width: 768px) {
    .category-banner__full {
        margin-bottom: 30px
    }
}

.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: 10px;
    overflow: hidden;
}

.product-item__image .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.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 .product-rating {
    border-radius: 8px;
    white-space: nowrap;
    padding: 6px 8px;
    border: none;
    background: #f7f7f7;
    font-size: 15px;
    display: inline-block;
    width: min-content;
    margin: 5px 0 14px 0!important;
}

.product-item .product-rating .reviews-value {
    color: #717171;
}

@media (max-width: 767px) {
    .catalog-container .product-layout {
        margin: 0px -1px -1px 0px;
        min-width: 0px;
    }
}

@media (min-width: 768px) {
    .price-container {
        box-shadow: 0 0 29px 0 rgba(0, 0, 0, .07);
        padding: 24px;
        border-radius: 12px;
    }
}

@media (min-width: 1200px) {
    .price-container {
        padding: 32px;
    }
}

.product-item__title {
    margin: 9px 0 3px;
}

.product-item__title a {
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.product-item__title a:focus,.product-item__title a:hover {
    color: #089eff;
    text-decoration: none
}

.product-item__heading a {
    display: block;
    color: inherit
}

.product-item__heading a:hover {
    color: #089eff
}

.catalog-grid .product-item__description,.catalog-grid .product-item__attribute {
    font-size: 12px;
}

.short-attribute__list {
    display: flex;
    font-size: 16px
}

.short-attribute__list+.short-attribute__list {
    padding-top: 5px
}

.short-attr__left {
    padding-right: 5px;
    color: #999
}

.product-item__info {
    margin-top: auto
}

.price-old {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    line-height: 20px;
    font-size: 14px;
    text-decoration: line-through;
}

.price-old:before {
    background: #333;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-5deg);
    width: 100%;
}

.price-tax {
    font-size: 12px;
    padding-top: 4px
}

.product-item__markers {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.price-economy, .product-item__marker {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 4px;
    border-radius: 4px;
    background-color: #232f3e;
    color: #fff;
}

.product-item__marker {
    color: #333;
    background-color: #ffe300;
}

.product-item__sku .product-item__text_sku {
    line-height: normal;
    display: block
}

.product-item__quantity span {
    font-size: 14px;
}

.product-item__quantity-icon {
    font-size: 16px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.product-item__amount {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    position: relative;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    overflow: hidden
}

.product-item__amount .stock_warning {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 5px 12px rgb(0 0 0 / .14);
    border-radius: 10px;
    font-size: 12px
}

.product-item__container.hover .product-item__hidden {
    display: block
}

.product-item__amount-btn-minus,.product-item__amount-btn-plus {
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 14px;
    line-height: normal;
    user-select: none;
    border: 0;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.product-item__amount-btn-disabled {
    color: #d0e0e3;
    cursor: default
}

.product-item__amount .product-item__amount-input {
    padding: 0;
    font-size: 16px;
    color: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    background: #fff
}

.product-item__amount-btn-minus:not(.product-item__amount-btn-disabled):active,.product-item__amount-btn-minus:not(.product-item__amount-btn-disabled):hover,.product-item__amount-btn-plus:not(.product-item__amount-btn-disabled):active,.product-item__amount-btn-plus:not(.product-item__amount-btn-disabled):hover {
    color: #089eff;
    border-color: #eee;
    background-color: #f5f5f5
}

.product-item__amount-btn-minus:not(.product-item__amount-btn-disabled):active,.product-item__amount-btn-plus:not(.product-item__amount-btn-disabled):active {
    background-color: #ececec
}

.product-button__container .btn>i {
    font-size: 19px
}

@media (max-width: 991px) {
    .container-push>h3 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.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__info {
        margin-top: initial;
        width: 100%;
        max-width: 200px;
    }

    .header-middle {
        position: relative;
        height: 110px;
    }
}

.rating .star-empty {
    color: #e0e0e0
}

.rating .star {
    color: orange
}

.reviews-value__text {
    margin-left: 5px
}

.rating .value {
    font-weight: 700;
}

#scroll-up {
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    left: 10px;
    text-decoration: none;
    z-index: 999;
    transition: bottom .3s ease-out, -webkit-bottom .3s ease-out;
}

@media (min-width: 992px) {
    #scroll-up {
        left: 20px;
        bottom: 20px;
    }
}

.btn-scroll__up {
    border: 0px;
    background: #089eff;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    box-shadow: none;
    line-height: 29px;
    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: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    width: 46px;
    height: 46px;
}

.svg-progress.svg-progress__circle {
    transform: rotate(-90deg);
}

.svg-progress circle {
    stroke-linecap: round;
}

.svg-progress circle, .svg-progress rect {
    stroke: #45e3b6;
    stroke-dasharray: 289px, 289px;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.wrapper-middle {
    flex: 1 1 auto;
    padding: 30px 0;
}

.site-footer {
    position: relative;
    background: #f5f5f5;
    font-size: 16px;
}

.footer-column {
    padding: 25px 10px
}

@media (min-width: 1540px) {
    .footer-column {
        padding: 40px 0 20px
    }
}

.footer-column__list-item {
    flex: 1
}

.bottom-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.bottom-menu li a:hover {
    color: #888888;
}

.footer-column__title {
    color: #000000;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer-column__phone {
    position: relative
}

.footer-column__phone .phone-body a {
    color: #333;
    transition: color .3s
}

.footer-column__phone .phone-body div a {
    font-size: 24px
}

.footer-column__phone .phone-body a:hover {
    color: #888888;
}

.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: #333;
    font-size: 14px;
}

.footer-bottom__text,
.footer-bottom__powered {
    font-size: 13px;
    margin-bottom: 5px !important;
}

.footer-column__email a:hover,.footer-column__email a:focus {
    color: #888888;
    text-decoration: none
}

.footer-column__payment img {
    max-height: 18px
}

.footer-column__phone-contacts .icon-contacts i {
    font-size: 17px;
    display: inline-flex;
    vertical-align: middle
}

.footer-column__social-title {
    font-weight: 700;
    font-size: 24px;
    color: #dadbdc;
    padding-bottom: 30px
}

.footer-column__payment-title {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding: 0 0 10px
}

.footer-column__payment-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0
}

.footer-column__payment-body span {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 0;
    height: 59px;
    margin-right: 20px
}

.footer-column__payment-body span img {
    width: 50px;
    max-width: 50px
}

@media (max-width: 1200px) {
    .footer-column__list-item {
        flex: auto
    }
}

.footer-column hr {
    border-top: 1px solid #2b2d2f
}

.footer-column__phone-contacts .icon-contacts svg {
    fill: #9b9b9b;
}

.config-facebook.social-color {
    background: #4267b2
}

.config-vk.social-color {
    background: #07f
}

.config-telegram.social-color {
    background: #3390ec
}

.config-instagram.social-color {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)
}

.config-whatsapp.social-color {
    background: #00bb5f
}

.config-youtube.social-color {
    background: red
}

.footer-column__social-item a svg {
    fill: #fff
}

.footer-column__payment img {
    margin: 0 10px 10px 0
}

@media (min-width: 992px) {
    .catalog-wrapper.sort.active {
        padding-top: 50px
    }
}

.catalog-toolbar__sort {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.toolbar-form__input__title {
    margin-top: -15px;
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
}

.toolbar-form__input+.toolbar-form__input {
    margin-left: 15px
}

.toolbar-form__input .form-control {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 38px;
    cursor: pointer;
    background-color: #fff;
}

.navigation-title h1 {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600
}

.catalog-section {
    position: relative;
}

@media (max-width: 767px) {
    .catalog-section .catalog-grid {
        gap: 0;
    }

    .catalog-container .product-item__container {
        border-radius: 0;
        border: 1px solid #eee;
    }
}

@media (max-width: 991px) {
    .navigation-title h1 {
        font-size: 20px;
        line-height: normal
    }

    .navigation-items h1 {
        font-size: 20px;
        line-height: 25px
    }

    .catalog-wrapper.active {
        padding-top: 50px
    }

    .top-panel__bottom.is-top {
        transform: translateY(56px);
    }

    .top-panel__bottom.is-top.active {
        transform: translateY(0);
    }
}

.catalog-sort-active {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 18px;
    padding: 7px 17px;
    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: 15px
}

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

.catalog-sort-active.open .catalog-section-sort-arrow i {
    transform: rotate(180deg)
}

.catalog-section-sort-popup {
    text-align: left;
    border: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 48px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 8px 48px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 8px 48px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    margin: 0;
    padding: 0;
    transform: translateY(15px);
    transition: all .3s;
    min-width: auto;
    display: block;
    opacity: 0;
    visibility: hidden
}

.catalog-sort-active.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.catalog-section-sort-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto
}

.catalog-section-sort-popup ul li a {
    display: block;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #70707a;
    text-decoration: none;
    line-height: 17px;
    ; white-space: nowrap
}

@media (max-width: 991px) {
    .catalog-section-sort-popup ul li a {
        padding-top:9px;
        padding-bottom: 10px
    }
}

.catalog-section-sort.open .dropdown-menu {
    display: block
}

.catalog-section-sort-popup ul li+li {
    border-top: 1px solid #f0f0f0
}

.catalog-section-sort-popup ul li a:active,.catalog-section-sort-popup ul li a:hover,.catalog-section-sort-popup ul li.active a {
    color: #333;
    background: #f5f5f5
}

.category-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(203px, 1fr));
    grid-auto-flow: dense;
    gap: 16px;
}

.category-section a {
    display: flex;
    position: relative;
    text-decoration: none;
    color: #333;
    align-items: center;
    padding: 10px 15px;
    gap: 15px;
    border-radius: 10px;
    transition: box-shadow ease .3s,border ease .3s,background ease .3s;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #ededed;
    font-size: 16px;
}

.category-section a:hover {
    border-color: #fff;
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 10%);
    z-index: 1;
}

.show-more button {
    border-radius: 10px;
    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: 8px;
    top: 8px;
    z-index: 2;
    font-size: 10px;
    color: #fff;
    transition: all .15s ease;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 3px;
    border-radius: 12px;
    background: #67737e;
    min-width: 16px
}

.catalog-section-item__image>img {
    transition: transform .4s;
    mix-blend-mode: multiply
}

.grayscale:hover {
    -webkit-filter: grayscale(0);
    opacity: 1;
    filter: grayscale(0)
}

@media (max-width: 767px) {
    .catalog-section-item__image>img {
        max-width:36px;
        max-height: 36px
    }
}

@media (max-width: 767px) {
    .category-section-item {
        margin-left:-10px;
        margin-right: -10px
    }
}

@media (min-width: 768px) {
    .catalog-sections .catalog-section__item:hover img {
        transform:scale(1.1)
    }

    .catalog-section__item__title.catalog-title__absolute {
        position: absolute;
        top: 0;
        left: 0
    }
}

.subcategory-name {
    flex-grow: 1;
    word-break: break-word;
    line-height: 20px;
}

.catalog-section-item__image {
    margin-left: auto;
    flex-shrink: 0;
}

.catalog-toolbar__panel.fixed {
    background: #f5f5f5;
    box-shadow: 0 0 30px rgb(61 75 82 / .16)
}

.catalog-section-pagination {
    text-align: center;
    margin: 30px 0
}

.container-push .catalog-section-pagination .pagination {
    margin-top: 30px
}

.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: #333;
    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: #333;
    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: #089eff
}

body.red .pagination>.active>a, body.red .pagination>.active>a:focus, body.red .pagination>.active>a:hover, body.red .pagination>.active>span, body.red .pagination>.active>span:focus, body.red .pagination>.active>span:hover {
    background-color: #e20000
}

body.coral .pagination>.active>a, body.coral .pagination>.active>a:focus, body.coral .pagination>.active>a:hover, body.coral .pagination>.active>span, body.coral .pagination>.active>span:focus, body.coral .pagination>.active>span:hover {
    background-color: #ff462d
}

body.gold .pagination>.active>a, body.gold .pagination>.active>a:focus, body.gold .pagination>.active>a:hover, body.gold .pagination>.active>span, body.gold .pagination>.active>span:focus, body.gold .pagination>.active>span:hover {
    background-color: gold;
    color: #333
}

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: #232f3e
}

body.cerulean .pagination>.active>a, body.cerulean .pagination>.active>a:focus, body.cerulean .pagination>.active>a:hover, body.cerulean .pagination>.active>span, body.cerulean .pagination>.active>span:focus, body.cerulean .pagination>.active>span:hover {
    background-color: #024869;
    color: #fff
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    border-color: #f0f2f4
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #f5f5f5
}

@media (max-width: 767px) {
    .text-empty {
        padding: 25px 25px 0
    }
}

.buttons {
    margin: 1em 0;
    overflow: hidden
}

.buttons .btn+.btn {
    margin-left: 5px
}

.btn-rounded {
    border-radius: 160px!important
}

.authform h1 {
    margin-bottom: 30px
}

.authform-label-container {
    display: block;
    line-height: 1.4
}

.authform-buttons-container {
    display: flex;
    align-items: center
}

.authform-buttons-container .btn {
    margin-right: 16px
}

.login-container {
    margin-bottom: 30px
}

.contacts-item__caption {
    position: relative;
    background: #fff;
    flex-grow: 1
}

.contacts-item {
    margin-bottom: 16px
}

.contact-page img {
    border-radius: 10px;
    margin-left: inherit
}

.contacts-item-title {
    padding: 24px 30px;
    background: #f5f5f5;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.contacts-item__row {
    display: flex;
    align-items: center;
    padding-bottom: 15px
}

.contacts-item__icon {
    margin-right: 10px
}

.contacts-item__address .contacts-item__icon {
    align-self: flex-start
}

.contacts-item__text {
    width: 100%
}

.contacts-item__title h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600
}

.address-geo {
    font-size: 16px
}

.store-list {
    position: relative;
    margin-bottom: 30px
}

.store-image {
    margin: 0 20px 20px 0
}

.store-address {
    display: flex;
    margin-top: 12px
}

@media (min-width: 768px) {
    .store-caption h3 {
        margin-top: 0
    }
}

.store-address>.store-text,.store-hours>.store-text {
    color: #999
}

.store-hours {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 16px;
    line-height: 17px;
}

.store-phone {
    margin-top: 17px
}

.store-fax>span,.store-phone>span {
    font-weight: 600;
    font-size: 17px
}

.store-title-icon {
    display: flex;
    align-items: center;
    height: 1.6280px;
    margin-bottom: 10px
}

.store-title-icon>i {
    margin-right: 9px
}

@media (max-width: 768px) {
    .catalog-section__product {
        margin-left: -10px;
        margin-right: -10px
    }
}

.shadow-title {
    font-size: 34px;
    color: #ececec;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    line-height: normal;
    margin-bottom: -20px;
    height: 59px;
    text-shadow: 1px 2px 2px #999
}

@media (max-width: 640px) {
    .text-title .shadow-title {
        font-size: 21px;
        margin-bottom: -35px
    }

    .text-title .content-title {
        font-size: 20px
    }
}

.product .back-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px
}

.product .button-back {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    height: 30px;
    color: #999;
    background: url(/image/catalog/icon-svg/arrows/arrow-back.svg) no-repeat 9px center;
    transition: .25s ease-in-out;
    cursor: pointer;
    font-size: 16px;
}

.product .button-back::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border: 2px solid #b6c4cb;
    border-radius: 50%
}

.product .button-back:hover {
    opacity: .7
}

.product .main-title {
    font-size: 24px;
    margin: 0 0 15px;
    word-break: break-word;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}

.product-top-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px
}

.product-stock.not-available span {
    color: #dc3545
}

.product-stock span {
    position: relative;
    display: inline-block;
    line-height: normal;
    user-select: none;
    font-size: 16px;
}

.product-stock.in-stock span {
    color: #29ad2e
}

.product-sku span {
    color: #333
}

.product-rating .rating-all {
    color: #089eff;
    padding-left: 5px;
    cursor: pointer
}

.product-share {
    position: relative;
    cursor: pointer;
    width: 42px;
    height: 42px;
    padding: 0;
    line-height: 16px;
    border-radius: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #999;
}

.product-share .dropdown-toggle {
    display: flex;
    align-items: center
}

.product-share__block {
    padding: 10px 4px 10px 10px;
    white-space: normal;
    border-radius: 8px!important;
}

.product-share__block:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid #fff0;
    border-bottom-color: #fff;
    right: 10px;
    top: -18px
}

@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: 5px!important;
    margin-top: 5px!important
}

@media (max-width: 440px) {
    .btn-addtools button span {
        display:none
    }
}

.btn-addtools button {
    width: 42px;
    height: 42px;
    padding: 0;
    line-height: 16px;
    border-radius: 10px;
    border: 0;
    font-size: 20px;
    color: #999;
}

.btn-addtools button:hover,.product-share:hover,.product-share.open .dropdown-toggle {
    background: transparent;
    color: inherit;
}

.btn-addtools button:active,.product-share:active,.product-share.open .dropdown-toggle {
    background: #ebedee
}

.product-top-info .xdstickers_wrapper.position_upleft {
    position: static;
    padding-right: 0
}

.product-prices {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-prices .price {
    position: relative;
    width: 100%
}

.price-main {
    font-size: 19px;
    font-weight: 500;
}

.price-new {
    color: #ff6600;
}

.product-card .price-main {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px;
}

.product-reward {
    display: inline-block;
    line-height: normal;
    user-select: none
}

.product-reward .reward-modal__button i {
    color: #707070;
}

.product-reward .reward-modal__button:hover i {
    color: #9ea5ab
}

.product-rewards .reward-description {
    padding: 15px;
    color: #333;
    line-height: 1.5;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 100%;
    left: 0;
    margin-top: 5px;
    display: none;
    border-radius: 10px;
    box-shadow: 0 2px 7px #11111124;
}

.product-rewards .bonus-text__value {
    display: inline-block;
    margin-right: 5px;
    color: #29ad2e
}

.product-rewards .reward-description h3 {
    margin-top: 0
}

.product-rewards .modal-dialog {
    max-width: 480px
}

.product-rewards .reward-description i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    display: inline-flex;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-shadow: none;
    transition: all .4s;
    cursor: pointer
}

.product-rewards .reward-description i:hover {
    transform: rotate(180deg)
}

.product-offers {
    position: relative;
    margin-bottom: 10px;
}

.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: #333;
    padding: 10px 15px;
    border-radius: 10px;
    background: #ffefdb;
    margin-bottom: 15px;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

.product-minimum i {
    font-size: 20px;
    margin-right: 12px;
    color: #ff5c32;
    display: inline-flex;
}

.price-points {
    padding: 5px 0;
    font-size: 16px;
}

.product-buy {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.product-left {
    position: sticky;
    top: 120px
}

.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: 10px;
    background-color: #fff0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 74px!important;
    height: 74px!important;
    margin-bottom: 12px;
    padding: 6px;
    cursor: pointer;
    border: 2px solid #eee;
}

.btn-previous {
    top: -15px
}

.btn-next {
    bottom: -15px
}

.btn-sliders {
    border: 0;
    outline: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 12%),0 2px 4px rgb(0 0 0 / 12%)
}

.product-image .product-image__mains {
    position: relative;
    flex-grow: 1;
    width: 100%;
}

@media (min-width: 768px) {
    .product-image .product-image__mains {
        max-width: calc(100% - 94px);
        margin-left: 20px;
        padding-bottom: 0
    }
}

.product-images__thumb img {
    border-radius: 10px;
    cursor: zoom-in;
}

.product-images__thumb.slick-current.slick-active {
    box-shadow: none!important;
    border: none!important
}

.btn-sliders span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
    color: #28292d;
    line-height: normal;
    display: block;
    height: inherit;
    transform: rotate(90deg);
    width: 100%;
}

.product-right__block {
    position: relative;
    width: 100%
}

.cart-panel, .top-panel__phone .header-phone__menu, .dropdown-menu {
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .07);
}

.cart-panel, .top-panel__phone .header-phone__menu, .dropdown-menu {
    border-radius: 12px
}

.product-quantity {
    margin-right: 20px;
    width: 100px
}

.product-entry-qty {
    margin-bottom: 5px;
    display: block
}

@media (max-width: 767px) {
    .btn-addtools button,.product-share {
        background: #fff
    }
}

.product-buy__btn {
    flex-grow: 1;
    overflow: hidden;
    margin-top: auto
}

#buyoneclick {
    width: 100%
}

.buy-one-click {
    margin-top: 15px;
    width: 100%
}

.buy-one-click .boc_order_btn {
    color: #333;
    background-color: #fff;
    border-color: #2d3e54
}

.add-cart-block button.btn i {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 19px;
}

.discount {
    min-width: 160px;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    margin-bottom: 7px
}

.discount-title {
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 8px;
}

.card-percent {
    position: absolute;
    top: 0;
    right: 0
}

.discount .price-discount {
    display: flex;
    align-items: center;
    padding: 10px
}

.discount .price-discount:not(:last-child) {
    border-bottom: 1px solid #ececec
}

.discount-item {
    width: 48%
}

.discount-item-value {
    width: 52%;
    text-align: right
}

.discount h4 {
    margin-top: 0
}

.discount-item-bg {
    font-weight: 600;
    color: #333;
    display: inline-block
}

.product-options .checkbox,.product-options .radio {
    display: inline-block;
    margin: 0 5px 9px 0;
    vertical-align: middle;
    transition: all .2s ease-in-out
}

.fake-checkbox input[type=checkbox],.fake-radio input[type=radio] {
    margin-left: 16px;
    display: none
}

.fake-checkbox .option-btn,.fake-radio .option-btn {
    padding-left: 0
}

.fake-checkbox .option-image,.fake-radio .option-image {
    display: block;
}

@media (min-width: 768px) {
    .fake-checkbox .option-btn img:hover,.fake-radio .option-btn img:hover {
        border-color: #c1c1c1
    }
}

.fake-checkbox .option-name,.fake-radio .option-name {
    font-size: 16px;
    padding: 9px 15px;
    background: #fff;
    border-radius: 8px;
    color: #333;
    display: inline-flex;
    align-items: center;
    transition: all .2s ease-in-out;
    border: 1px solid #ddd;
}

.fake-radio input:checked+label {
    cursor: default
}

.product-tabs {
    margin: 30px auto 30px;
    position: relative
}

.product-tabs__wrap {
    margin-bottom: 16px;
    margin-top: 8px;
    border-bottom: 0;
}

.product-tabs__wrap li+li {
    margin-left: 15px;
}

.product-tabs__wrap li a {
    align-items: center;
    background: #f5f5f5;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    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: #333;
    color: #fff;
    border: 0
}

.tab-reviews__title {
    padding-bottom: 30px
}

body.default .product-tabs .nav-tabs>li.active>a,body.default .product-tabs .nav-tabs>li.active>a:focus,body.default .product-tabs .nav-tabs>li.active>a:hover {
    background-color: #089eff
}

body.cerulean .product-tabs .nav-tabs>li.active>a,body.cerulean .product-tabs .nav-tabs>li.active>a:focus,body.cerulean .product-tabs .nav-tabs>li.active>a:hover {
    background-color: #024869
}

body.black .product-tabs .nav-tabs>li.active>a,body.black .product-tabs .nav-tabs>li.active>a:focus,body.black .product-tabs .nav-tabs>li.active>a:hover {
    background-color: #232f3e
}

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: #333
}

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: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.attributes-group__item {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.attributes-name {
    position: relative;
    flex-shrink: 0;
    width: 50%;
    max-width: 360px
}

.attributes-name span {
    color: #1d191382;
}

.attributes-group__item+.attributes-group__item {
    margin-top: 10px
}

.cart-panel {
    background: #fff;
    display: none;
    overflow: hidden;
    right: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 203;
    position: absolute;
    width: 400px;
    top: 100%;
}

.cart-panel .minicart-name {
    font-size: 15px;
}

.cart-panel .mini-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cart-panel .mini-list li {
    padding: 15px;
    position: relative;
    border-top: 1px solid #eee;
}

.cart-panel .mini-list li:first-child {
    border: 0
}

.cart-panel .mini-list .delete {
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
    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: 16px;
    margin: 0;
    padding: 0;
    display: inline-block
}

.minicart-amount .badge {
    font-weight: 400;
    font-size: 10px;
    padding: 2px 5px;
    line-height: 14px
}

.minicart-totals__container:last-child {
    font-size: 17px;
    font-weight: 600
}

.minicart-totals .minicart-text {
    margin-left: auto
}

.top-panel__mini-cart:hover:after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%
}

.minicart-empty {
    text-align: center
}

.empty-icon__cart {
    padding-top: 20px
}

.empty-icon__cart i {
    font-size: 320px
}

.empty-message {
    font-size: 34px;
    color: #999;
    line-height: normal
}

.alert.alert-cart,.alert.alert-comp,.alert.alert-wish {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / .035),0 4px 25px rgb(0 0 0 / .07);
    background: #fff;
    z-index: 1100;
    padding-left: 50px;
    margin: 15px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .alert.alert-cart,.alert.alert-comp,.alert.alert-wish {
        width:auto;
    }
}

.alert.alert-cart i,.alert.alert-comp i,.alert.alert-wish i {
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px 0 0 10px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    color: #23a623;
    background: #e7eced;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    justify-content: center
}

.catalog-mobile-menu {
    background: #fff
}

.slide-header {
    display: none;
    justify-content: start;
    align-items: center;
    height: 56px;
    min-height: 56px;
    background-color: #f5f5f5;
    padding-left: 24px;
    border-bottom: 1px solid #f5f5f5;
    position: relative
}

@media (max-width: 991px) {
    .slide-search.active {
        width: 100%
    }

    .slide-header {
        display: flex
    }
}

.slide-title {
    font-size: 17px;
    font-weight: 700;
    line-height: normal
}

.slide-close {
    width: 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.scroll-wrapper {
    height: 100%;
    overflow: hidden
}

.scroll-wrapper,.slide-search .search-input,.slide-search__content {
    position: relative
}

@media (max-width: 991px) {
    .menu-mobile-list {
        background:#fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .menu-fixed,.catalog-category,.slide-search {
        position: fixed;
        top: 56px;
        right: 0;
        bottom: -56px;
        left: 0;
        background: #fff;
        border-radius: 12px 12px 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: 15px 24px 0.39rem;
        font-weight: 600;
        line-height: normal;
    }

    .menu-mobile__informations a {
        display: block;
        color: #333;
    }

    .item-information a, .contact-details a, .information-job, .header-social {
        padding: 8px 24px;
    }

    .menu-information-container .menu-info__item {
        border-bottom: 1px solid #f5f1f1
    }

    .menu-informations-blocks {
        overflow-y: auto;
        height: calc(100% - 56px)
    }

    .top-panel__search {
        margin: 10px;
    }
}

@media (min-width: 992px) {
    .catalog-mobile-menu {
        display:none
    }
}

.w100 {
    width: 100px
}

.w200 {
    width: 200px
}

.w300 {
    width: 300px
}

.w400 {
    width: 400px
}

.w500 {
    width: 500px
}

.white-space-nowrap {
    white-space: nowrap
}

.table-total .totals-info:last-child {
    font-size: 19px;
    font-weight: 700;
}

.totals-info+.totals-info {
    margin-top: 10px
}

.show-special {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    line-height: 1;
    font-style: italic;
    color: #00bfff;
    position: absolute;
    left: 20px;
    bottom: 20px
}

@media (min-width: 992px) {
    .show-special {
        left:0;
        bottom: 0
    }
}

.stars-rating label {
    display: block
}

.stars-rating .wrap {
    display: flex
}

.stars-rating .wrap span {
    font-size: 54px;
    cursor: pointer;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center
}

.stars-rating .wrap span: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: #ffb020
}

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

.menu-button__icon .line {
    height: 2px;
    background: #333;
    margin-bottom: 5px;
    border-radius: 10px
}

.menu-button__icon .short.line {
    margin-bottom: 0
}

.viewed-module {
    margin-bottom: 50px
}

.wrapper-brands__new {
    margin-bottom: 50px
}

.wrapper-brands__new .brands-new__show__all p {
    text-align: right;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    vertical-align: middle;
    border-radius: 50px;
    margin: 0
}

body.blue .wrapper-brands__new .brands-new__show__all p {
    background: #045eff
}

body.orange .wrapper-brands__new .brands-new__show__all p {
    background: #ff6700
}

body.default .wrapper-brands__new .brands-new__show__all p {
    background: #089eff
}

body.red .wrapper-brands__new .brands-new__show__all p {
    background: #e20000
}

body.coral .wrapper-brands__new .brands-new__show__all p {
    background: #ff462d
}

body.gold .wrapper-brands__new .brands-new__show__all p {
    background: gold;
    color: #333
}

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: #232f3e
}

body.cerulean .wrapper-brands__new .brands-new__show__all p {
    background: #024869
}

.wrapper-brands__new .brands-new__show__all p:hover {
    opacity: .8
}

.brands-new .brand-link {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    transition: all .3s;
    background: #f5f5f5;
    min-height: 226px;
}

.brands-new .brand-link:hover {
    -webkit-box-shadow: 0 7px 24px 0 rgb(8 9 10 / 8%);
    box-shadow: 0 7px 24px 0 rgb(8 9 10 / 35%);
    /* border-color: #fff; */
}

.brands-new .brand-link img {
    mix-blend-mode: multiply;
}

@media (max-width: 767px) {
    .brands-new__show__all a {
        display:block;
        width: 100%
    }

    .wrapper-brands__new .brands-new__show__all p {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .wrapper-brands__new .wrapper-brands__header .content-title {
        font-size: 21px
    }
}

.wrapper-brands__header {
    margin-bottom: 10px
}

.text-company {
    font-size: 17px;
    padding: 30px
}

.text-company h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: normal
}

@media (min-width: 992px) {
    .text-company {
        padding:43px
    }

    .text-company h1 {
        font-size: 44px
    }
}

.text-company h1:first-letter {
    color: #0989d2
}

.contacts h4:first-child {
    margin-top: 0
}

.contacts table {
    border: 0;
    border-collapse: collapse
}

.contacts table td {
    vertical-align: top;
}

.contacts table td span {
    color: #333;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600
}

.big-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 29px;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center
}

body .big-icon {
    background: #089eff
}

body.cerulean .big-icon {
    background: #024869
}

body.black .big-icon {
    background: #232f3e
}

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: #333
}

body.red .big-icon {
    background: #e20000
}

body.coral .big-icon {
    background: #ff462d
}

.big-icon.s45 {
    height: 45px;
    width: 45px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contacts table td .big-icon {
    margin: 0 20px 20px 0
}

.maps-size {
    width: 100%;
    height: 400px
}

.tags-container {
    margin-top: 25px
}

.tags-title {
    color: #333;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 16px
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px
}

.product-tags a {
    padding: 6px 16px;
    color: #333;
    border-radius: 50px;
    background: #f5f5f5;
    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: 20px
}

.viewed-caption {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    color: #333;
    transition: all .3s;
    height: 100%;
}

.viewed-picture {
    margin-bottom: auto;
    padding-bottom: 5px;
}

.flex-group {
    display: flex
}

.bg-container {
    background-color: #f5f5f5;
    background-color: #fff
}

@media (max-width: 480px) {
    .checkout-btns .btn {
        display:block
    }

    .checkout-btns .btn+.btn {
        margin: 10px 0 0
    }
}

.review-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px 0
}

.review-card__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: opacity .6s ease;
}

.review-card__wrap .review-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.review-card__wrap .review-img {
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 12px
}

.review-card__wrap .review-name {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #93a4b1
}

.review-card__wrap .review-text {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.reviews-subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999
}

.reviews-title__header .close-btn {
    display: flex;
    align-items: center;
    z-index: 99;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff0;
    border: none;
    color: #999;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    padding: 10px
}

.reviews-title__header .close-btn:hover {
    background-color: #f3f4f6
}

.reviews-title__header .close-btn:active {
    background-color: #e6e6e6
}

.form-review__card {
    padding-top: 20px
}

.close-icon__cross {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center
}

.icon-cross__image {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC42NDY0IDYuNzUzNTVDMTguODQxNyA2LjU1ODI5IDE4Ljg0MTcgNi4yNDE3MSAxOC42NDY0IDYuMDQ2NDVMMTcuOTUzNiA1LjM1MzU1QzE3Ljc1ODMgNS4xNTgyOSAxNy40NDE3IDUuMTU4MjkgMTcuMjQ2NCA1LjM1MzU1TDEyIDEwLjZMNi43NTM1NSA1LjM1MzU1QzYuNTU4MjkgNS4xNTgyOSA2LjI0MTcxIDUuMTU4MjkgNi4wNDY0NSA1LjM1MzU1TDUuMzUzNTUgNi4wNDY0NUM1LjE1ODI5IDYuMjQxNzEgNS4xNTgyOSA2LjU1ODI5IDUuMzUzNTUgNi43NTM1NUwxMC42IDEyTDUuMzUzNTUgMTcuMjQ2NEM1LjE1ODI5IDE3LjQ0MTcgNS4xNTgyOSAxNy43NTgzIDUuMzUzNTUgMTcuOTUzNkw2LjA0NjQ1IDE4LjY0NjRDNi4yNDE3MSAxOC44NDE3IDYuNTU4MjkgMTguODQxNyA2Ljc1MzU1IDE4LjY0NjRMMTIgMTMuNEwxNy4yNDY0IDE4LjY0NjRDMTcuNDQxNyAxOC44NDE3IDE3Ljc1ODMgMTguODQxNyAxNy45NTM2IDE4LjY0NjRMMTguNjQ2NCAxNy45NTM2QzE4Ljg0MTcgMTcuNzU4MyAxOC44NDE3IDE3LjQ0MTcgMTguNjQ2NCAxNy4yNDY0TDEzLjQgMTJMMTguNjQ2NCA2Ljc1MzU1WiIgZmlsbD0iIzlFOUI5OCIvPgo8L3N2Zz4K)
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.form-label {
    font-style: normal;
    font-stretch: normal;
    padding: 5px 10px 0 0;
    margin-bottom: 0;
    width: 170px
}

.form-input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 767px) {
    .flex-wrap-media {
        flex-wrap:wrap
    }

    .form-label {
        width: 100%;
        padding: 0;
        margin-bottom: 5px
    }
}

#button-cart.btn-warning {
    background: #ec8700!important;
    -webkit-box-shadow: 0 1px 6px rgb(195 103 0 / .55)!important;
    box-shadow: 0 1px 6px rgb(195 103 0 / .55)!important
}

.section-block__horizontal {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start
}

.section-block__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    vertical-align: top
}

@media (min-width: 768px) {
    .section-block__item {
        width: 50%
    }
}

.section-block__img {
    margin-right: 20px;
    width: 70px;
    float: left
}

.section-block__text {
    display: inline-block;
    width: calc(100% - 50px - 40px)
}

.section-block__title {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    line-height: normal;
    font-size: 21px;
    color: #333;
    margin-bottom: 15px;
}

.section-block__annotation {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    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: #333;
}

.ToTopIcon {
    fill: #fff
}

.remove-wishlist {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #333;
    width: 30px;
    height: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 10px;
    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: #089eff;
    background: #eff0f2
}

.remove-wishlist i {
    font-size: 19px;
    height: 24px
}

.order-list-info .order-item {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-radius: 6px
}

.order-list-info .order-title {
    background: #f5f5f5;
    padding: 10px
}

.order-list-info .order-name {
    font-size: 17px;
    display: block;
    font-weight: 700;
    line-height: 24px
}

.order-list-info .order-block {
    padding: 20px
}

.order-list-info .order-block:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.order-list-info .order-options-title {
    font-weight: 500;
    color: #333
}

.order-list-info .order-inline {
    color: #999
}

.order-list-info .products-order-price-title {
    font-size: 12px
}

.order-list-info .products-order-price {
    font-size: 16px
}

.order-list-info .product-total-amount {
    display: inline-flex;
    align-items: baseline;
    font-size: 21px;
    font-weight: 500
}

.order-list-info .products-order-total-title {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400
}

.order-list-info .products-order-total {
    font-size: 2rem;
    color: #333
}

.product-order__bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px
}

.account-section {
    padding: 30px 0 20px;
    margin-left: 44px;
    border-top: 1px solid #ddd
}

.account .form-group {
    margin-bottom: 10px
}

.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: #333;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px
}

.icon-my__account {
    background-image: url(/image/catalog/icon-png/account/user_32_32.png)
}

.icon-credit__card {
    background-image: url(/image/catalog/icon-png/account/credit-card_32_32.png)
}

.icon-my__orders {
    background-image: url(/image/catalog/icon-png/account/order_32_32.png)
}

.icon-my__affiliate {
    background-image: url(/image/catalog/icon-png/account/partner_32_32.png)
}

.icon-my__newsletter {
    background-image: url(/image/catalog/icon-png/account/newsletter_32_32.png)
}

.icon-my__logout {
    background-image: url(/image/catalog/icon-png/account/exit_32_32.png)
}

.accoun-title__icon {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -44px
}

.scrollbar {
    height: 100%;
    overflow-x: hidden
}

.stars-rating .wrap span:before {
    color: #e0e0e0;
    width: inherit;
    height: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0
}

.list-module {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    word-break: break-word;
}

.list-module__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.list-module__link {
    color: inherit
}

.list-module-item.active {
    padding: 3px 10px;
    border-radius: 10px;
    background: #f5f5f5;
}

.list-child {
    list-style: none;
    padding: 0;
}

.list-module-item {
    display: inline-block;
    font-size: 16px;
}

.account-module .list-module-item {
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
}

.account-module .list-module-item:hover {
    background: #f5f5f5;
}

.list-child li a {
    padding: 4px 9px;
    margin-left: 18px;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
}

.list-child li a:hover, .list-child li a:focus {
    color: #333;
    background-color: #f5f5f5;
}

.title-module {
    background: #089eff;
    color: #fff;
    border-radius: 10px 10px 0 0;
    height: 54px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .2s ease-out
}

.scrollbar {
    height: calc(100% - 7rem);
    overflow-y: scroll
}

.rewad-info__block {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    border-radius: 10px
}

.reward-text__total {
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
}

.reward-total {
    font-size: 1.438rem;
    line-height: normal;
    font-weight: 600
}

.reward-history {
    display: block;
    line-height: 54px
}

.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: 1px;
    padding: 15px 0
}

.product-description {
    margin-bottom: 30px
}

.product-description h2:first-child,.product-description h3:first-child,.product-description h4:first-child {
    margin-top: 0
}

.ftr-module {
    margin-bottom: 50px
}

.ftr-cat a img {
    mix-blend-mode: darken
}

.ftr-cat a {
    display: block;
    padding: 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
    overflow: hidden;
    text-align: center;
    /* border: 1px solid #eee; */
    transition: all .3s
}

.ftr-cat a:hover {
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 10%);
    border-color: #fff;
    background: white;
}

.ftr-cat__name {
    height: 60px;
    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: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-weight: 600;
}

#column-left .product-layout,#column-right .product-layout {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
}

.reviews-count {
    font-size: 16px;
    white-space: nowrap;
    line-height: 16px
}

@media (max-width: 575px) {
    .reviews-count .counter-text {
        display:none
    }
}

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

    .product-item__quantity-val,.product-item__sku .product-item__text_sku {
        font-size: 16px
    }

    .product-button__container .btn {
        width: 40px;
        height: 40px
    }

    .reviews-count {
        font-size: 16px
    }

    .product-button__container .btn>i {
        font-size: 16px
    }

    .product-item__amount-btn-minus,.product-item__amount-btn-plus {
        padding: 2px 7px
    }

    .product-item__amount .product-item__amount-input {
        height: 1.780px;
        font-size: 12px
    }

    .toolbar-form__input__title {
        font-size: 12px
    }

    .ftr-cat__name {
        font-size: 16px;
        line-height: 16px
    }
}

.pb-30 {
    padding-bottom: 30px
}

@media (min-width: 768px) {
    #boc_order .modal-body {
        padding: 24px 40px 46px
    }
}

#boc_order .boc_product_input i {
    font-size: 20px
}

#boc_order_title {
    font-size: 30px;
    line-height: normal;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 10px;
    font-weight: 600;
    margin: 0
}

#boc_order .form-group label {
    color: #424b5a;
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 8px;
    text-transform: none
}

#boc_submit {
    width: 100%;
}

#boc_order .boc-close {
    padding: 0;
    border: 0;
    background: 0;
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    transition: transform .25s
}

#boc_order .boc-close:hover {
    transform: rotate(180deg)
}

#boc_order .boc-close i {
    font-size: 20px;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center
}

.store-image {
    margin: 0 0 20px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.swiper-pager .swiper-button-next,.swiper-pager .swiper-button-prev {
    -moz-background-size: 19px 44px;
    -webkit-background-size: 19px 44px;
    background-size: 19px 44px;
}

.blog-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-item__container {
    height: 100%;
}

.blog-link {
    display: block;
    background: #f5f5f5;
    color: inherit!important;
    height: 100%;
}

.blog-link:hover {
    background: #e6e8e9;
}

.blog-link, .blog-image {
    border-radius: 20px;
    overflow: hidden;
}

.blog-card__content {
    padding: 15px;
    flex-grow: 1;
}

.blog-card__group {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-description {
    font-size: 16px;
    line-height: 24px;
}

.mobile-language .btn-group,.mobile-currency .btn-group,.mobile-language .dropdown-toggle,.mobile-currency .dropdown-toggle {
    width: 100%
}

.mobile-language .dropdown-toggle,.mobile-currency .dropdown-toggle {
    color: inherit;
    background: #f5f5f5;
    display: none
}

.mobile-language .dropdown-menu,.mobile-currency .dropdown-menu {
    width: 100%;
    margin: 0;
    display: block;
    position: static;
    box-shadow: none;
    padding: 0
}

.mobile-language .dropdown-menu li,.mobile-currency .dropdown-menu li {
    margin-bottom: 0
}

.mobile-language .language-select,.mobile-currency .currency-select {
    padding: 10px 24px;
    border: 0
}

.mobile-language .dropdown-toggle span,.mobile-currency .dropdown-toggle span {
    display: block!important;
    padding: 0 4px
}

.product-item__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
}

.review-table {
    margin-bottom: 24px
}

.review-author,.review-rating,.review-date {
    margin-bottom: 10px
}

.review-date {
    color: #999
}

.review-answer {
    margin: 15px 20px;
    border-left: 1px solid;
    padding-left: 20px
}

.review-text p {
    max-width: 760px;
    margin-bottom: 0
}

.promo-list-items {
    margin: 0 -10px;
    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: 25%;
    margin-bottom: 30px;
    min-height: 210px;
    padding: 0 10px;
    box-sizing: border-box
}

.promo-list-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: initial;
    z-index: 1
}

.promo-list-caption {
    font-size: 44px;
    line-height: 49px;
    max-width: 346px;
    font-weight: 600
}

.promo-list-items>*>* {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    background-color: #172126;
    box-sizing: border-box;
    padding: 30px 30px 24px;
    border-radius: 20px
}

@media (max-width: 1024px) {
    .promo-list-items>* {
        width: 50%
    }
}

@media (max-width: 640px) {
    .promo-list-items>* {
        width: 100%;
        min-height: 320px
    }
}

@media (max-width: 380px) {
    .promo-list-items>* {
        min-height: calc(68vw - 40px);
    }
}

@media (max-width: 1250px) {
    .promo-list-caption {
        font-size: 30px;
        line-height: 36px
    }
}

.prodvar {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap
}

.prodvar-item {
    margin: 0 10px 10px 0
}

@media (max-width: 576px) {
    .prodvar-item {
        width: 100%;
        margin: 0 0 10px
    }
}

.prodvar-price {
    padding-top: 5px
}

.prodvar-price__current {
    font-weight: 600;
    color: #333
}

.prodvar-item__form {
    display: flex;
    align-items: center
}

.prodvar-link {
    display: flex;
    border-radius: 10px;
    padding: 10px 12px;
    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: 12px
}

.prodvar-image {
    flex-shrink: 0
}

.prodvar-image img {
    mix-blend-mode: multiply
}

.prodvar-name__text {
    color: #333;
    line-height: 20px;
}

.html-content {
    width: 100%
}

.promo-2 {
    border: 1px solid #ddd;
    border-radius: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 20px
}

.promo__item,.promo__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promo__item {
    color: #333;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px;
    margin-left: 30px;
    position: relative;
    text-decoration: none;
    width: calc(33.33% - 30px)
}

.promo-2 .promo__item {
    border: 0;
    border-radius: 10px;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%
}

.promo-2 .promo__item+.promo__item {
    border-top: 1px solid #ddd
}

.promo__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    width: 60px;
    height: 60px
}

@media (max-width: 991px) {
    .promo-2 .promo__item {
        flex-direction:column
    }
}

.promo-2 .promo__icon {
    width: 40px;
    height: 40px
}

.promo__icon img {
    border-radius: 10px;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
}

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

.promo__title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px
}

.promo-2 .promo__title {
    font-size: 16px
}

.promo__text {
    color: gray;
    display: block;
    font-size: 16px;
    line-height: 1.6
}

.promo-2 .promo__text {
    font-size: 12px
}

.minicart-totals .minicart-text {
    white-space: nowrap
}

.open-menu-shadow {
    background-color: #11111145;
    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: 13px;
    background: white;
    padding-top: 13px;
}

.header-nav__submenu__content {
    margin: 0 auto;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.header-nav__submenu {
    position: absolute;
    width: 100%;
    z-index: 101;
    top: 100%;
    left: 0;
    display: none;
}

.header-nav__submenu.active {
    display: block
}

.header-submenu__rightside {
    position: relative;
}

.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: 9px 30px 9px 12px;
    border-radius: 10px;
    margin-right: 0;
    color: #333;
    width: 276px;
    font-size: 16px;
}

.header-submenu__item.active .category-link {
    background-color: #f5f5f5;
}

.header-submenu__item.has-children .header-submenu__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border: 1px solid gray;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.header-submenu__item.active .category-link:after {
    border-color: #333
}

.header-submenu .category-link img {
    margin-right: 15px;
    flex-shrink: 0;
    mix-blend-mode: multiply
}

.header-submenu .category-link span {
    flex-grow: 1;
    line-height: 21px
}

.header-submenu__container {
    column-count: 1;
}

.header-submenu__inner {
    width: 100%;
    word-break: break-word;
    break-inside: avoid-column;
    padding-bottom: 5px;
}

.header-submenu__title {
    font-size: 24px;
    margin-bottom: 26px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
}

.submenu-link {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.link-bold {
    font-weight: 600
}

.header-submenu__subchild__item {
    margin-bottom: 5px
}

@media (max-width: 991px) {
    .header-submenu__rightside {
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .header-submenu__close {
        display: none
    }

    .header-submenu__inner {
        flex-direction: column;
        width: 100%
    }

    .header-submenu__parent>.header-submenu__title {
        display: none
    }

    .top-panel__users {
        width: 100%;
        background: white;
    }

    .top-users {
        position: relative;
        flex: 1;
        height: 56px
    }

    .top-users:before {
        content: "";
        background-color: #f5f5f5;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .top-panel__search-container .mini-cart:before {
        display: none
    }
}

.child-link {
    color: #595959;
    display: block;
    font-size: 15px;
}

.child-link+.child-link {
    margin-top: 6px;
}

.show-more button svg {
    fill: currentColor
}

.content-title {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 29px;
    font-size: 25px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

@media (max-width: 480px) {
    .content-title {
        font-size: 20px;
        line-height: 24px;
    }
}

.block-goods>.container {
    padding-top: 30px
}

.main-wrapper .swiper-viewport {
    box-shadow: none;
    border: 0;
    border-radius: 3px
}

.main-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgb(0 0 0 / 25%);
    box-shadow: none
}

.main-wrapper .swiper-pagination-bullet-active {
    background: #31c77f
}

.main-wrapper .swiper-pagination-bullet:hover {
    background: rgb(49,199,127 / 50%)
}

.mobile-catalog__panel {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 56px;
    min-height: 56px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: relative
}

.mobile-catalog__title {
    font-size: 17px;
    line-height: normal;
    font-weight: 700;
}

.mobile-catalog__close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #2d3e54;
    appearance: none;
    flex-shrink: 0;
    margin-right: 15px;
}

.mobile-catalog__inner {
    height: 100%
}

.mobile-catalog__list {
    list-style: none;
    margin: 0;
    background-color: #fff;
    padding: 0;
    height: calc(100% - 56px);
    overflow-x: hidden;
    overflow-y: auto
}

.mobile-catalog__item+.mobile-catalog__item {
    border-top: 1px solid #f5f5f5
}

.mobile-item {
    display: block;
    padding: 10px 16px;
}

.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: 48px;
    height: 48px;
    color: #333;
    appearance: none;
    flex-shrink: 0
}

.mobile-catalog__image img {
    max-width: 30px;
}

.mobile-catalog__icon__arrow {
    display: flex;
    align-items: center;
    justify-content: center
}

#list-view,#grid-view {
    width: 38px;
    height: 38px;
    background: no-repeat center;
    border-radius: 10px;
    cursor: pointer
}

#grid-view+#list-view {
    margin-left: 4px
}

#list-view.active,#grid-view.active {
    background-color: #ffffff;
    border: 1px solid #ddd;
}

#list-view.active svg,#grid-view.active svg {
    fill: #333
}

#list-view {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iI2IyYjJiMiI+PHBhdGggZD0iTTAgMTBoM3YzSDB6bTUgMGg4djNINXpNMCA1aDN2M0gwem01IDBoOHYzSDV6TTAgMGgzdjNIMHptNSAwaDh2M0g1eiIvPjwvc3ZnPg==)
}

#list-view.active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iIzJiMmIyYiI+PHBhdGggZD0iTTAgMTBoM3YzSDB6bTUgMGg4djNINXpNMCA1aDN2M0gwem01IDBoOHYzSDV6TTAgMGgzdjNIMHptNSAwaDh2M0g1eiIvPjwvc3ZnPg==)
}

#grid-view {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iI2IyYjJiMiI+PHBhdGggZD0iTTAgMGg2djZIMHptNyAwaDZ2Nkg3em0wIDdoNnY2SDd6TTAgN2g2djZIMHoiLz48L3N2Zz4=)
}

#grid-view.active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iIzJiMmIyYiI+PHBhdGggZD0iTTAgMGg2djZIMHptNyAwaDZ2Nkg3em0wIDdoNnY2SDd6TTAgN2g2djZIMHoiLz48L3N2Zz4=)
}

.d-inb {
    display: inline-block
}

.product-item__wishlist {
    height: 100%
}

.bg-gray {
    background-color: #fbfbfe
}

.rating-average {
    padding-bottom: 20px
}

.rating-average__wrapper {
    max-width: 340px
}

.rating-average__title {
    font-size: 16px;
    font-weight: 600;
}

.rating-average__grade {
    display: flex;
    align-items: center;
    line-height: 22px;
    margin-bottom: -1px
}

.rating-average__num {
    margin-right: 16px;
    margin-bottom: 0
}

.rating-average__rail {
    flex-grow: 1;
    height: 9px;
    background: #ebebeb;
    border-radius: 13px
}

.rating-average__track {
    height: 100%;
    background: orange;
    border-radius: 45px;
    max-width: 100%
}

.rating-average__total {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
}

.rating-average__info {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .product-item__amount {
        display:none
    }

    .category-footer {
        display: none
    }

    .category-body {
        display: flex;
        align-items: center
    }
}

.counter-style-1 .counter-input {
    border-radius: 3px
}

.product-quantity {
    margin-right: 15px
}

#button-one-click {
    border-color: transparent;
    border-width: 1px;
    background: #fff;
    margin-top: 10px;
    color: #415461;
    background: rgb(235 247 255);
    text-transform: none;
}

.swiper-pager .swiper-prev,.swiper-pager .swiper-next {
    position: absolute;
    top: calc(50% - 36px / 2 - 0px);
    z-index: 910;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: none
}

.swiper-pager .swiper-prev {
    left: 0
}

.swiper-pager .swiper-next {
    right: 0;
    transform: rotate(180deg)
}

.swiper-pager .swiper-prev:before,.swiper-pager .swiper-next:before,.swiper-pager .swiper-prev:after,.swiper-pager .swiper-next:after {
    content: ' ';
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0
}

.swiper-pager .swiper-prev:before,.swiper-pager .swiper-next:before {
    transition-property: opacity;
    transition-duration: 1s,1s;
    opacity: .1;
    background: #333;
    border-radius: 48px
}

.swiper-pager .swiper-prev:after,.swiper-pager .swiper-next:after {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.94997 18L1.94997 9.99999L9.94998 1.99999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 10px center
}

@media (min-width: 768px) {
    .swiper-pager .swiper-prev,.swiper-pager .swiper-next {
        top:calc(50% - 48px / 2 - 0px);
        width: 48px;
        height: 48px
    }

    .swiper-pager .swiper-prev:before,.swiper-pager .swiper-next:before,.swiper-pager .swiper-prev:after,.swiper-pager .swiper-next:after {
        width: 48px;
        height: 48px
    }

    .swiper-pager .swiper-prev:after,.swiper-pager .swiper-next:after {
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.94997 18L1.94997 9.99999L9.94998 1.99999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 18px center
    }
}

.promo-list-caption {
    max-width: 320px
}

.brand-categories {
    font-size: 0
}

.brand-categories .btn {
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px
}

.brand-categories .btn:hover {
    border-color: #999
}

.headline-strong {
    font-weight: 700;
}

.short-descr__btn {
    border: 0;
    border-radius: 8px;
    background: #f5f5f5;
    padding: 2px 8px;
    font-size: 16px;
}

.short-descr__btn:hover {
    background: #d7dadd
}

.img-pay {
    margin-bottom: 10px;
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    margin-top: 20px
}

.title-mini {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px
}

#form-currency button.dropdown-toggle,#form-language button.dropdown-toggle {
    color: #333;
    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(3px);
    backdrop-filter: blur(3px);
}

#overlay.active {
    background: rgb(0 0 0 / .4);
    z-index: 1000;
    visibility: visible
}

.product-item__sku, .product-item__model {
    font-size: 15px;
    color: #999;
    display: block
}

.text-link {
    color: #004bd4
}

@media (hover: hover) and (pointer:fine) {
    .viewed-caption:hover .viewed-name {
        color: #089eff
    }

    .prodvar-link:hover {
        border-color: #fff;
        box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%)
    }

    .prodvar-link:hover .prodvar-name__text {
        color: #089eff;
    }

    .viewed-caption:hover {
        border-color: #fff;
        box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%)
    }
}

.category-wall .category-blocks a.category-count {
    font-size: 16px
}

.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 1px rgb(0 0 0 / .035),0 4px 25px rgb(0 0 0 / .07);
    border-radius: 20px
}

.category-wall .category-blocks .category-list a:not(.category-count) {
    color: #999
}

.mini-cart__link {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.mini-cart__link:hover .top-panel__title {
    opacity: .7
}

.prod-container .short-description button {
    color: #089eff;
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent!important;
    line-height: normal
}

.product-option h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px
}

.sitemap ul.sitemap-child a {
    position: relative;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    padding-left: 50px;
    display: block
}

.sitemap ul.sitemap-child a:hover {
    text-decoration: underline
}

.sitemap ul.sitemap-child a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #999;
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    text-align: center;
    position: absolute;
    left: 20px
}

.sitemap ul.sitemap-level>li>a {
    font-weight: 700;
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    display: block
}

.sitemap ul.sitemap-child {
    padding-bottom: 20px
}

@media (min-width: 1200px) {
    .sitemap ul.sitemap-child {
        column-count:2
    }
}

@media (min-width: 1400px) {
    .sitemap ul.sitemap-child {
        column-count:3
    }
}

@media (min-width: 1600px) {
    .sitemap ul.sitemap-child {
        column-count:4
    }
}

.sitemap ul.sitemap-child>li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column
}

.sitemap ul {
    padding: 0;
    list-style: none
}

.sitemap ul li {
    margin-bottom: 10px
}

.sitemap ul li ul li ul {
    padding: 20px
}

.sitemap>ul>li>ul>li>a {
    font-weight: 700!important
}

.product-item__code {
    padding: 2px 6px;
    border-radius: 6px;
    background: #f5f5f5;
    font-size: 14px;
}

.manufacturer-image {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin-right: 12px
}

.manufacturer-image img {
    padding: 4px
}

.manufacturer-image__link {
    position: relative;
    height: inherit;
    width: inherit;
    display: flex;
    align-items: center
}

.manufacturer-logo__img img {
    margin: unset
}

.manufacturer-name a {
    color: #333
}

.manufacturer-name__text-brand {
    line-height: 1;
    font-size: 16px
}

.gray-substrate {
    border-radius: 8px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #eee;
}

.icon-menu__toggle div {
    font-size: 12px;
    line-height: 13px;
}

.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: 439px minmax(0px, 1fr) minmax(0px, 1fr);
        column-gap: 30px;
    }
}

@media (min-width: 1440px) {
    .prod-content {
        grid-template-columns: 557px 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 {
    color: #767676
}

.manufacturer-list {
    margin-bottom: 16px;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
}

.manufacturer-list__item {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.manufacturer-list__item img {
    transition: all .3s
}

.manufacturer-list__item:hover img {
    border-color: #ccc
}

.category-wall2 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.category-wall2 .category-wall__item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.category-wall2 .category-wall__tab a {
    position: relative;
    padding: 10px;
    background: #f5f5f5;
    min-height: 8rem;
    border-radius: 20px;
    overflow: hidden;
    color: #333;
    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 {
    position: relative;
    z-index: 3;
    color: #000000;
    font-size: 16px;
    margin-top: 22px;
    font-weight: 500;
    text-align: center;
    height: 40px;
}

.category-wall2 .category-wall__tab img {
    /* position: absolute; */
    z-index: 0;
    right: -20px;
    bottom: -20px;
    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: 14px 5px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
}

.headermenu-list {
    display: flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
}

.headermenu-item {
    flex-shrink: 0;
}

.headermenu-link {
    color: #333;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

@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;
}

@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: -20px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
}

.site-main .swiper-nav-prev {
    left: -20px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
}

.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: 10px;
    overflow: hidden;
    box-shadow: none;
    border: 0;
    margin: 0;
    width: 100%
}

.site-main .swiper-pagination {
    bottom: -30px;
}

.site-main .swiper-pagination-bullet {
    background: rgb(186 186 186 / 50%);
    box-shadow: none;
}

.site-main .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.9);
}

.icon-facebook-color {
    color: #3a5894;
}

.icon-vk-color {
    color: #0077FF;
}

.icon-telegram-color {
    color: #2AABEE;
}

.icon-instagram-color {
    color: #C13584;
}

.icon-youtube-color {
    color: red;
}

.icon-whatsapp-color {
    color: #25D366;
}

.input-group-icon:after {
    content: '';
    position: absolute;
    top: 8px;
    height: 25px;
    right: 0;
    border-right: 1px solid #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: 48px;
    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: 60px;
}

label.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -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: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

label.checkbox input:checked ~ .check {
    background-color: #333;
    border: none;
}

label.checkbox .check:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.checkbox input:checked ~ .check:after {
    display: block;
}

label.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -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: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}

label.radio input:checked ~ .check {
    background-color: #333;
    border: none;
}

label.radio .check:after {
    content: "";
    position: absolute;
    display: none;
}

label.radio .check:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

label.radio input:checked ~ .check:after {
    display: block;
}

.viewed-thumb, .viewed-thumb > a {
    height: 100%;
}

.bd-heading {
    color: #333;
}

.top-panel__phone .phone-link {
    color: #8C8C8C;
    font-size: 13px;
    font-weight: 500;
}

.article-date-views i {
    display: inline-flex;
    vertical-align: -2px;
}

.checkout-cart, .total-container {
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 22px 0px, rgb(0 0 0 / 0%) 0px 1px 3px 0px;
    padding: 30px;
    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;
    }
}

.basket-remove {
    cursor: pointer;
    display: block;
    height: 24px;
}

.basket-remove:hover {
    color: #999;
}

.extension {
    position: relative;
}

.container-indent-80 {
    padding: 80px 0;
    background: #f5f5f5;
}

.container-indent-top-80 {
    padding-top: 80px;
}

.container-indent-bottom-80 {
    padding-bottom: 80px;
}

.container-shadow-gray {
    background: #f5f5f5;
}

.container-shadow-white {
    background: #fff;
}

.quick-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: none;
}

.quick-view .quickview-btn {
    background: rgba(255, 255, 255, 0.94);
    border: none;
    color: #333;
    text-shadow: none;
    white-space: nowrap;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .07);
    font-weight: 400;
}

@media (min-width: 768px) {
    .product-item__image:hover .quick-view {
        display: block;
    }

    .quick-view .quickview-btn:hover {
        background-color: hsl(213.33deg 27.84% 19.02% / 94%);
        color: #fff;
    }
}

#modal-quickview .logo-brand a {
    display: inline-block;
    text-align: center;
}

.quickview-product-title {
    line-height: 1.2;
    font-weight: 700;
}

.quickview-btn.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.quickview-btn.loading::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid transparent;
    border-top-color: #767676;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Rating */
#modal-quickview .review-total {
    padding-left: 4px;
}

#modal-quickview .rating .fa-star-o {
    color: #ccc;
}

#modal-quickview .rating-stars {
    display: flex;
    direction: row;
    justify-content: flex-start;
}

#modal-quickview .rating-stars input {
    display: none;
}

#modal-quickview .rating-stars label {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

#modal-quickview .rating-stars input:checked ~ label {
    color: orange;
}

#modal-quickview .rating-stars label:hover, #modal-quickview .rating-stars label:hover ~ label {
    color: orange;
}

#modal-quickview .rating-stars input:checked + label:hover, #modal-quickview .rating-stars input:checked + label:hover ~ label {
    color: orange;
}

/* Product */
#modal-quickview .product-details {
    margin-top: 30px;
}

#modal-quickview .quickview-buttons {
    display: flex;
    gap: 15px;
}

#modal-quickview .quickview-buttons .button-group-order {
    max-width: 154px;
}

#modal-quickview .quickview-buttons .btn-incart {
    flex-grow: 1;
}

#modal-quickview .quickview-images .thumb img {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

#modal-quickview .purchases-count span {
    padding-left: 4px;
}

/* Price */
#modal-quickview .price-block__summary {
    text-align: left;
}

#modal-quickview .price-block__base {
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
}

#modal-quickview .economy-text {
    margin-right: 5px;
}

#modal-quickview .price-tax {
    padding-top: 4px;
    font-size: 12px;
    color: #666;
}

#modal-quickview .price-percent {
    padding: 2px 6px;
    border-radius: 4px;
    color: #333;
    background: gold;
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
}

/* Modal */
#modal-quickview .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border: 0;
    background: transparent;
    padding: 10px 18px;
    line-height: normal;
}

#modal-quickview .modal-close:hover {
    opacity: .8;
}

#modal-quickview .modal-close i {
    font-size: 20px;
}

#modal-quickview .modal-dialog {
    width: 95%;
    max-width: 940px;
}

#modal-quickview .modal-body {
    padding: 0;
}

#modal-quickview .tabs-container {
    padding: 15px 15px 0;
}

#modal-quickview .tabs-container .nav {
    margin-bottom: 15px;
}

#modal-quickview .tabs-container .nav-pills>li>a {
    line-height: normal;
}

#modal-quickview .quickview-content {
    display: flex;
}

#modal-quickview .quickview-image {
    text-align: center;
}

#modal-quickview #additional-images {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#modal-quickview .quickview-image, #modal-quickview .quickview-product {
    width: 50%;
}

#modal-quickview .quickview-image, #modal-quickview .quickview-product, #modal-quickview .tab-container {
    max-height: 750px;
    padding: 15px;
}

@media (min-width: 992px) {
    #modal-quickview .quickview-image, #modal-quickview .quickview-product, #modal-quickview .tab-container {
        padding: 0 30px 30px;
    }

    #modal-quickview .tabs-container {
        padding: 30px 30px 0;
    }

    #modal-quickview .tabs-container .nav {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

#modal-quickview .product-content .price-block__summary .price-block__base {
    position: relative;
    margin: 0;
    font-size: 27px;
    line-height: 31px;
    font-weight: 700
}

#modal-quickview .quickview-image {
    padding-right: 15px;
}

#modal-quickview .quickview-product {
    padding-left: 15px;
}

#modal-quickview .price-block .plus-minus {
    margin-right: 15px
}

#modal-quickview .price-block-economy {
    margin-top: 10px;
    color: green;
}

#modal-quickview .product-content .price-block__old-price {
    position: relative;
    padding: 0;
    font-size: 18px;
    text-decoration: line-through;
    color: #666;
    display: inline-block
}

#modal-quickview #additional-images .img-thumbnail.active {
    border-color: #333
}

#modal-quickview #additional-images .img-thumbnail:hover, #modal-quickview #additional-images .img-thumbnail.active {
    opacity: 1
}

/* Scrollbar */
.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollbar:not(.scroller) {
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar,.scrolled::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scrollbar::-webkit-scrollbar-track,.scrolled::-webkit-scrollbar-track {
    border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-thumb,.scrolled::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
    border: 1px solid #fff;
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb,.scrolled::-webkit-scrollbar-thumb:window-inactive-thumb {
    background: #ccc;
    border: 2px solid #fff;
}

.scrollbar.scrollbar--horizontal {
    overflow: hidden;
    overflow-x: auto;
    overscroll-behavior: auto;
}

.scrollbar.scrollbar--overscroll-auto {
    overscroll-behavior: auto;
}

/* Alert */
.alert-fixed {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 100%;
    max-width: 320px;
    z-index: 9999;
}

.product-item .image-container {
    display: flex;
    height: 100%;
}

.product-item .thumbnail-item {
    flex-grow: 1
}

.product-item .thumbnail-item img {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.product-item .thumbnail-item.active img {
    opacity: 1
}

.description-content {
    overflow: hidden;
    position: relative;
}

.show-gradient::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    transition: top 0.5s ease-in-out;
}

#hide-desc, #show-desc {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    background: #eaeaea;
    font-weight: 700;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

/* * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance, * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use, * make sure you copy the url from the website since the url may change between versions. * */
.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,.toast-message label {
    color: #FFF
}

.toast-message a:hover {
    color: #CCC;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,.toast-close-button:hover {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 2px 7px #11111124;
    -webkit-box-shadow: 0 2px 7px #11111124;
    box-shadow: 0 2px 7px #11111124;
    color: #FFF;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=80)
}

#toast-container>div a {
    text-decoration: underline;
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #333;
    -webkit-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}

#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #333;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

.social-icons {
    position: fixed;
    bottom: 10px;
    z-index: 999;
}

.social-icons.right {
    right: 10px;
}

.social-icons.left {
    left: 10px;
}

@media (min-width: 992px) {
    .social-icons {
        bottom: 20px;
    }

    .social-icons.right {
        right: 20px;
    }

    .social-icons.left {
        left: 20px;
    }
}

.social-widget-button {
    position: relative;
    width: 70px;
    height: 70px;
    bottom: 0;
    background-color: #00bb5f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 21%) 0px 3px 28px 0px;
    z-index: 1;
}

@keyframes rotateIcon {
    0% {
        transform: rotate(-8deg)
    }

    50% {
        transform: rotate(8deg)
    }

    100% {
        transform: rotate(-8deg)
    }
}

@-webkit-keyframes rotateIcon {
    0% {
        -webkit-transform: rotate(-8deg)
    }

    50% {
        -webkit-transform: rotate(8deg)
    }

    100% {
        -webkit-transform: rotate(-8deg)
    }
}

.social-widget-icon {
    height: 30px;
    animation-name: rotateIcon;
    -webkit-animation-name: rotateIcon;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.social-widget-close {
    display: none;
}

.social-widget-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.social-widget-icons svg {
    vertical-align: middle;
    color: #fff;
}

.social-icons .social-icons-container {
    position: absolute;
    left: 0;
    bottom: 80px;
    border-radius: 10px;
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    padding: 15px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 0.25rem #b1babf8c;
}

.social-icons .social-icons-container.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.social-widget-icon.hide-social-btn {
    display: none;
}

.social-widget-close.show-close-btn {
    display: block;
}

.social-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #333;
}

.social-link+.social-link {
    margin-top: 10px;
}

.social-icons-block {
    position: relative;
}

.social-icon-img img {
    transition: all .3s;
}

.social-icon-img img:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
    .xdstickers {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

.btn-wishlist, .btn-compare {
    width: 42px;
    height: 37px;
    padding: 0;
    border: 0;
    font-size: 20px;
    color: #999;
}

.product-basket-icons {
    padding: 4px;
}

@media (max-width: 600px) {
    .product-busket .d-flex {
        justify-content: center;
    }

    .product-busket .btn-cart, .product-basket-cart, .product-basket-cart .btn {
        width: 100%;
    }

    .price-economy, .product-item__marker {
        font-size: 11px;
        line-height: 12px;
        border-radius: 4px;
    }

    .product-basket-icons {
        padding-bottom: 0;
    }
}

.product-basket__buttons .product-tools {
    margin-bottom: 10px;
}

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

@media (max-width: 991px) {
    .top-panel__logo img {
        max-height: 50px;
    }
}

svg#CatalogButtonIcon {
    width: 15px;
}

.top-panel.catalog-menu__outside {
    background: #f5f5f5;
}

@media (min-width: 991px) {
.top-panel__search .input-group {
    width: 85%;
}
}

svg.icon.icon-search {
    fill: #089eff;
}

.wrapper-brands__header .row {
    display: flex;
    align-items: center;
}

.mt-1.text-muted.line-height-normal a {
    color: #999;
}

i.fi.fi-rr-phone-call.header {
    color: #8C8C8C;
    margin-right: 5px;
}

img.logo-footer.lozad {
    max-width: 200px;
    height: auto;
}

.main-utp__wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 75px;
}

.main-utp__block {
    display: block;
    border-radius: 10px;
    padding: 51px 35px 35px;
    box-shadow: 0px 0px 13.8px .3px rgba(0, 0, 0, .08);
    width: 33.333%;
    max-width: 475px;
    background: #fff;
}

.main-utp__image {
    display: flex;
    margin-bottom: 55px;
    min-height: 72px;
    align-items: center;
}

.main-utp__text {
    font-family: Roboto!important;
    font-size: 20px;
    line-height: 25px;
    color: #828282;
    font-weight: 400;
}

.main-utp__text span {
    color: var(--black);
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .main-utp__wrap {
        flex-direction:column!important;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-utp__block {
        width: 100%;
        margin-bottom: 20px;
    }

    .main-utp__wrap {
        margin-top: 20px;
    }

    .main-utp__image {
        justify-content: center;
        margin-bottom: 25px!important;
    }

    .main-utp__text {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
}

.ftr-cat.ftr-cat__main {
    background: #f5f5f5;
    border-radius: 12px;
    margin-bottom: 25px;
}